brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
426 stars 66 forks source link

Errors resolving bundles #158

Open sjcorbett opened 8 years ago

sjcorbett commented 8 years ago

Adding the entities in https://github.com/brooklyncentral/clocker/blob/001d8a059e9cebb1bb94273fd5e4506cd7ff21bb/clocker.bom to a catalogue fails with:

Unresolved constraint in bundle io.brooklyn.clocker.brooklyn-clocker-patches [134]: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (osgi.wiring.package=javax.inject)

Unresolved constraint in bundle io.brooklyn.networking.brooklyn-networking-cloudstack [140]: Unable to resolve 140.0: missing requirement [140.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http)

I fixed a couple of straightforward ones in #157.

grkvlt commented 8 years ago

I think #246 will fix this issue? It means we will have sane OSGi bundle Jar files.