Expand my Community achievements bar.

com.groupdocs.conversion -- Cannot be resolved in AEM cloud

Avatar

Level 4

I'm trying to add the group docs api in order to do image conversions. I believe I have added the dependencies correctly and built the files in maven properly but I am getting a "cannot be resolved error" in the AEM bundles. Could anyone help me how to resolve it? Below are the dependencies have added.

Main POM:

+ <repository>
+ <id>GroupDocsJavaAPI</id>
+ <name>GroupDocs Java API</name>
+ <url>http://repository.groupdocs.com/repo/</url>
+ </repository>
+ <repository>
+ <id>GroupDocs Artifact Repository</id>
+ <name>GroupDocs Artifact Repository</name>
+ <url>https://artifact.groupdocs.com/repo/</url>
+ </repository>

 

Core & Main POM

+ <dependency>
+ <groupId>com.groupdocs</groupId>
+ <artifactId>groupdocs-conversion</artifactId>
+ <version>22.3</version>
+ </dependency>

 

 

thanks!!

0 Replies