The version for commons-lang library are different between the one specified by Fuse 7.2 BOM and the one comes with Fuse 7.2 karaf container.
- Fuse 7.2 BOM(1)
2.6.0.redhat-7 - Fuse 7.2 karaf container(2)
2.6.0.redhat-6
(1)
https://maven.repository.redhat.com/ga/org/jboss/redhat-fuse/redhat-fuse/7.2.0.fuse-720020-redhat-00001/redhat-fuse-7.2.0.fuse-720020-redhat-00001.pom ~~~ <version.cxf>3.1.11.fuse-720057-redhat-00001</version.cxf> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>${version.cxf}</version> <type>pom</type> <scope>provided</scope> </dependency> ~~~ https://maven.repository.redhat.com/ga/org/apache/cxf/cxf-parent/3.1.11.fuse-720057-redhat-00001/cxf-parent-3.1.11.fuse-720057-redhat-00001.pom ~~~ <cxf.commons-lang.version>2.6.0.redhat-7</cxf.commons-lang.version> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>${cxf.commons-lang.version}</version> </dependency> ~~~
(2)
fuse-karaf-7.2.0.fuse-720035-redhat-00001/system/commons-lang/commons-lang/2.6.0.redhat-6/commons-lang-2.6.0.redhat-6.jar