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 74e9a8d commit 9e1467fCopy full SHA for 9e1467f
java/pom.xml
@@ -112,11 +112,6 @@
112
<artifactId>html2pdf</artifactId>
113
<version>5.0.0</version>
114
</dependency>
115
- <dependency>
116
- <groupId>com.lowagie</groupId>
117
- <artifactId>itextasian</artifactId>
118
- <version>1.5.2</version>
119
- </dependency>
120
<dependency>
121
<groupId>org.apache.pdfbox</groupId>
122
<artifactId>pdfbox</artifactId>
pom.xml
@@ -70,11 +70,6 @@
70
<name>Maven Central</name>
71
<layout>default</layout>
72
<url>https://repo1.maven.org/maven2</url>
73
- </repository>
74
- <repository>
75
- <id>iTextRepository</id>
76
- <name>iText Repository</name>
77
- <url>https://repository.openmindonline.it/</url>
78
</repository>
79
</repositories>
80
0 commit comments