Embedding our jar file into OSGI bundle fails.
hi folks
I am trying to embed one of our java client libraries into AEM.
I followed:
https://www.linkedin.com/pulse/how-add-third-party-bundle-you-aem-package-veena-vikraman/
in ui.apps, I created an "install" directory with the client lib ( which was converted into a OSGi bundle)
In content-package-maven-plugin, I added "embeddeds" and "embedded" and added the group, artifact id and the target directory.
in aem.core,for "maven-bundle-plugin" I added the artifact id to the Embed-Dependency list.
I added Dependencys to aem.core and the parent pom.xmls... with scope of "provided".
However I got these errors. Am I missing some step?
thanks.
Fiona
[WARNING] The POM for com.xxx.xxx-api-client-jdk8:jar:1.20.0-SNAPSHOT is missing, no dependency information available
:[ERROR] Failed to execute goal on project aem.core: Could not resolve dependencies for project com.xxxx.aem.core:bundle:1.0.0-SNAPSHOT: Could not find artifact com.xx.xxxx-api-client-jdk8:jar:1.20.0-SNAPSHOT -> [Help 1]

