Unresolved constraint in bundle during deployment
Issue
I am getting error during bundle deployment on dependencies I don't have in my pom.xml.
org.osgi.framework.BundleException: Unresolved constraint in bundle com.mycompany.integration [294]: Unable to resolve 294.3: missing requirement [294.3] osgi.wiring.package; (osgi.wiring.package=org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0
All versions are controlled by parent pom and we use all coming from Fuse bom:
<dependency>
<groupId>org.jboss.fuse.bom</groupId>
<artifactId>jboss-fuse-parent</artifactId>
<version>${jboss.fuse.bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
How can I resolve the deployment error?
Environment
- JBoss Fuse
- 6.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.