I recently got this message when deploying the project. We use the Developer OEM version ($ 2997).
The project cannot be deployed because this library can no longer be found.
What can i do?
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>20.9</version>
<classifier>jdk17</classifier>
</dependency>
----
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
....
I also use the following library in my project
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.14.0</version>
</dependency>
iText 2.1.7 version is from Jul 2009. isn’t it a little too old?