Hi,

I saw that we still use sun's jaxws-api in root pom.xml, jee-spec pom.xml, and a few webservices test.

        <dependency>
            <groupId>javax.xml.ws</groupId>
            <artifactId>jaxws-api</artifactId>
        </dependency>

I was under the impression both CXF and Axis2 use axis2's jaxws-api. If so, can I remove/replace all the reference of sun's jaxws-api w/ axis2's jaxws-api?

Thanks, Lin

Reply via email to