-
Bug
-
Resolution: Won't Do
-
Minor
-
FIS 1.0 - OpenShift Fuse 3.1-GA
-
None
-
%
-
CDI images are deprecated
The cdi-camel-jetty pom.xml contains the following dependency
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jetty</artifactId> <version>${camel.version}</version> </dependency>
The explicit version is only required as "camel-jetty" is not declared in the Fuse BOMs. It should use camel-jetty8 instead which is and remove the redundant camel.version property altogether.