Expand my Community achievements bar.

SOLVED

AEM Getty Images Integration.

Avatar

Level 4

Hi All,

 

I am in process to integrate AEM with Getty Images.

 

Getty  is providing JAR file not osgi Bundle so to convert jar to OSGI, I am converting through eclipse plug-in project but Getty have many external dependency like. Httpclient,json etc.

 

Which show missing dependency in import package when upload Getty bundle to felix console.

 

Could tell me any standard process where I can manage all these dependency.

 

 

Getty:

 

https://github.com/gettyimages/gettyimages-api_java

 

Thanks

Chetan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @chetan001,

You can make use of maven-bundle-plugin to create an OSGi bundle of third party dependency (with all of its transitive dependencies)

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @chetan001,

You can make use of maven-bundle-plugin to create an OSGi bundle of third party dependency (with all of its transitive dependencies)