Dear,
We are using aspose-words in our java project, mostly for converting word documents to pdf.
Suddenly , since the last 5 hours our maven builds are failing with the error below:
Could not validate integrity of download from
spring-boot-starter-parent-2.3.9.RELEASE.pom
We are using the following aspose repository in our pom.xml:
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
and the following dependency:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>21.12</version>
<type>pom</type>
</dependency>
When we remove the aspose repository and the aspose-words dependency the maven build is succesfull
Many thanks in advance