You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2013/01/08 19:00:16 UTC

[jira] [Resolved] (CXF-4738) cxf-api has a dependency on non OSGi version of wsdl4j

     [ https://issues.apache.org/jira/browse/CXF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-4738.
------------------------------

       Resolution: Not A Problem
    Fix Version/s: Invalid
         Assignee: Daniel Kulp


Won't change this.   CXF depends on a lot of dependencies, some are OSGi ready, some are not.  CXF is also use outside of OSGI in many cases and making sure we depend on the most common maven coordinates for those deps is important to avoid conflicts.   
                
> 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
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>
> 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