Hi all, I am currently getting an error when building my pipeline, namely Aspose cannot be loaded via Maven.
I have already tried the following solution without success:
Here is the error message:
[ERROR] Failed to execute goal on project cpi: Could not resolve dependencies for project com.hauck-aufhaeuser:cpi:jar:2.23: The following artifacts could not be resolved: com.aspose:aspose-cells:jar:19.5, com.aspose:aspose-cells:jar:javadoc:19.5: Could not transfer artifact com.aspose:aspose-cells:jar:19.5 from/to AsposeJavaAPI (https://repository.aspose.com/repo/): transfer failed for https://repository.aspose.com/repo/com/aspose/aspose-cells/19.5/aspose-cells-19.5.jar: Received fatal alert: handshake_failure -> [Help 1]
Here is an excerpt from the pom.xml:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<!-- <url>http://artifact.aspose.com/repo/</url> -->
<url>https://repository.aspose.com/repo/</url>
</repository>
</repositories>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>19.5</version>
</dependency>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>19.5</version>
<classifier>javadoc</classifier>
</dependency>
Is the whole thing possibly due to the current problems at Aspose with the API reference?
See: https://status.aspose.com/
The errors have been occurring since last week Thursday (19th of May 22)