Hi, I have a package testing
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-total</artifactId>
<version>25.4</version>
<type>pom</type>
</dependency>
and here is a HUGE problem, you package org.bouncycastle inside you lib. You SHOULD shadow this public package or provide dependency of it as external library. Otherwise it could BROKE enterprise code where you lib is used.
here is a plugin that do it for you Introduction – Apache Maven Shade Plugin
bcprov_aspose.png (95.2 KB)