Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Livefyre Java Util maven package issue

Avatar

Level 2

Hi

I follow the doc http://answers.livefyre.com/developers/libraries/installation/ to install the JAVA package, however when I used that in my OSGI service, it can't be resolved.

I checked my log file, it has the following error

[315]: Unable to resolve 315.25: missing requirement [315.25] osgi.wiring.package; (osgi.wiring.package=com.livefyre)

Can anyone help with this issue?

 

Environment 

 

CQ 5.6.1

JAVA 1.7

1 Reply

Avatar

Level 2
        Thanks for your quick response. The project was created with that maven archetype. Everything works fine, until I add the livefyre maven package to my bundle pom, and use it in the helloworldimpl class.