We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b17c3c commit 8d0a434Copy full SHA for 8d0a434
java/pom.xml
@@ -107,11 +107,6 @@
107
<artifactId>html2pdf</artifactId>
108
<version>5.0.0</version>
109
</dependency>
110
- <dependency>
111
- <groupId>com.lowagie</groupId>
112
- <artifactId>itextasian</artifactId>
113
- <version>1.5.2</version>
114
- </dependency>
115
<dependency>
116
<groupId>org.apache.pdfbox</groupId>
117
<artifactId>pdfbox</artifactId>
pom.xml
@@ -73,11 +73,6 @@
73
<name>Maven Central</name>
74
<layout>default</layout>
75
<url>https://repo1.maven.org/maven2</url>
76
- </repository>
77
- <repository>
78
- <id>iTextRepository</id>
79
- <name>iText Repository</name>
80
- <url>https://repository.openmindonline.it/</url>
81
</repository>
82
</repositories>
83
0 commit comments