-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.15.0
-
Fix Version/s: None
-
Component/s: Transport
-
Labels:None
-
Environment:
Equinox 4.5.0
If you try to integrate activemq-http in your OSGi framework like Equinox, then you will get the failure that bundle "org.apache.activemq.activemq-core 0.0.0" is missing. According to the MANIFEST.MF of activemq-http, the bundle org.apache.activemq.activemq-core is needed as fragment host. But in regards to Maven central, the last released version of activemq-core is 5.7.0. So I think that it was missed to adjust the Manifest data of activemq-http.