-
Bug
-
Resolution: Done
-
Major
-
FIS 2.0
-
%
-
FIS 2.0 Sprint 8
There is some problem in feature camel-jbpm.
Executing mvn clean install -s fuse-settings.xml on attached project fails with following error:
[ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.8.fuse-000006:assembly (karaf-assembly) on project karaf-feature-camel-jbpm: Unable to build assembly: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-jbpm; type=karaf.feature; filter:="(&(osgi.identity=camel-jbpm)(type=karaf.feature))" [caused by: Unable to resolve camel-jbpm/2.17.0.redhat-630187: missing requirement [camel-jbpm/2.17.0.redhat-630187] osgi.identity; osgi.identity=org.apache.camel.camel-jbpm; type=osgi.bundle; version="[2.17.0.redhat-630187,2.17.0.redhat-630187]"; resolution:=mandatory [caused by: Unable to resolve org.apache.camel.camel-jbpm/2.17.0.redhat-630187: missing requirement [org.apache.camel.camel-jbpm/2.17.0.redhat-630187] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.kie.remote.client.api)(version>=6.3.0)(!(version>=7.0.0)))" [caused by: Unable to resolve org.kie.remote.client/6.3.0.201509251117: missing requirement [org.kie.remote.client/6.3.0.201509251117] osgi.wiring.package; filter:="(osgi.wiring.package=org.kie.internal.jaxb)" [caused by: Unable to resolve org.kie.internalapi/6.3.0.201509251029: missing requirement [org.kie.internalapi/6.3.0.201509251029] osgi.wiring.package; filter:="(osgi.wiring.package=org.drools.compiler.builder.impl)" [caused by: Unable to resolve org.drools.compiler/6.3.0.201509251029: missing requirement [org.drools.compiler/6.3.0.201509251029] osgi.wiring.package; filter:="(osgi.wiring.package=org.drools.core.audit)" [caused by: Unable to resolve org.drools.core/6.3.0.201509251029: missing requirement [org.drools.core/6.3.0.201509251029] osgi.wiring.package; filter:="(osgi.wiring.package=com.sun.tools.xjc)"]]]]]] -> [Help 1]
Project effective POM also attached.