Hey folks,
I am reworking a previous maven configuration where our team used the
cxf-bundle. I was successfully able to run all our applications without the
bundle and these following 3 dependencies:
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxfVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxfVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${cxfVersion}</version>
</dependency>
However, after upgrading to 2.7.6 I am now hit with a:
java.lang.NoClassDefFoundError: org/apache/cxf/tools/common/DataTypeAdapter
Is there anything I can swap out that may bring in this transitive
dependency?
Any help would be appreciated!!
--
View this message in context:
http://cxf.547215.n5.nabble.com/Dependency-hierarchy-for-2-7-6-now-asking-for-DataTyper-tp5741127.html
Sent from the cxf-user mailing list archive at Nabble.com.