Aaron Whiteside created CXF-4738: ------------------------------------ Summary: cxf-api has a dependency on non OSGi version of wsdl4j Key: CXF-4738 URL: https://issues.apache.org/jira/browse/CXF-4738 Project: CXF Issue Type: Bug Components: Build system, OSGi Affects Versions: 2.7.1 Environment: Glassfish 3.1.2 + Gemini Blueprint 1.0.2 + Spring 3.2.0 Reporter: Aaron Whiteside
cxf-api has a dependency on non OSGi version of wsdl4j This dependency should be replaced with.. {code} <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId> <version>1.6.2_6</version> </dependency> {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira