-
Bug
-
Resolution: Done
-
Major
-
FIS 2.0
-
%
-
FIS 2.0 Sprint 8
Attempting to build a karaf application with camel-vertx fails with
ailed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.8.redhat-000013:assembly (karaf-assembly) on project camel-vertx: Unable to build assembly: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-vertx; type=karaf.feature; filter:="(&(osgi.identity=camel-vertx)(type=karaf.feature))" [caused by: Unable to resolve camel-vertx/2.17.0.redhat-630187: missing requirement [camel-vertx/2.17.0.redhat-630187] osgi.identity; osgi.identity=org.apache.camel.camel-vertx; 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-vertx/2.17.0.redhat-630187: missing requirement [org.apache.camel.camel-vertx/2.17.0.redhat-630187] osgi.wiring.package; filter:="(&(osgi.wiring.package=io.vertx.core.eventbus)(version>=3.2.0)(!(version>=4.0.0)))" [caused by: Unable to resolve io.vertx.core/3.2.1: missing requirement [io.vertx.core/3.2.1] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"]]] -> [Help 1]
Note, using
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source>
on OpenJDK
$ java -version openjdk version "1.8.0_111" OpenJDK Runtime Environment (build 1.8.0_111-b16) OpenJDK 64-Bit Server VM (build 25.111-b16, mixed mode)