Failed to read artifact descriptor for com.aspose:aspose-cad:jar:22.2: Could not transfer artifact com.aspose:aspose-cad:pom:22.2 from/to AsposeJavaAPI (https://releases.aspose.com/java/repo/)

Failed to execute goal on project egov-edcr: Could not resolve dependencies for project org.egov.edcr:egov-edcr:jar:2.1.1-SNAPSHOT: Failed to collect dependencies at com.aspose:aspose-cad:jar:22.2: Failed to read artifact descriptor for com.aspose:aspose-cad:jar:22.2: Could not transfer artifact com.aspose:aspose-cad:pom:22.2 from/to AsposeJavaAPI (Aspose Repository Browser /java/repo/): com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
[ERROR] java.security.cert.CertPathValidatorException: The certificate issued by CN=Starfield Services Root Certificate Authority - G2, O=“Starfield Technologies, Inc.”, L=Scottsdale, ST=Arizona, C=US is not trusted; internal cause is:
[ERROR] java.security.cert.CertPathValidatorException: Certificate chaining error

@ashutoshpatnaik,
Hi,
these settings work on our end:

<repository>
     <id>maven.aspose.com</id>
     <url>http://releases.aspose.com/repo/</url>
</repository>
		
<dependency>
     <groupId>com.aspose</groupId>
     <artifactId>aspose-cad</artifactId>
     <version>22.2</version>
</dependency>