[
https://issues.apache.org/jira/browse/CXF-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
olivier dufour updated CXF-8172:
--------------------------------
Description:
Hello,
I try to build a cxf extension on quarkus (
here is the pull request:
[https://github.com/quarkusio/quarkus/pull/5538]
and I get and error because of dependency try of cxf:
Dependency convergence error for javax.xml.soap:javax.xml.soap-api:1.4.0 paths
to dependency are:
+-io.quarkus:quarkus-cxf:999-SNAPSHOT
+-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
+-javax.xml.ws:jaxws-api:2.3.0
+-javax.xml.soap:javax.xml.soap-api:1.4.0
and
+-io.quarkus:quarkus-cxf:999-SNAPSHOT
+-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
+-com.sun.xml.messaging.saaj:saaj-impl:1.4.0-b03
+-javax.xml.soap:javax.xml.soap-api:1.4.0-b01
To summarize, you have 2 versions of same jar loaded by cxf-rt-frontend-jaxws:
was:
Hello,
I try to build a cxf extension on quarkus (
here is the pull request:
[https://github.com/quarkusio/quarkus/pull/5538]
and I get and error because of dependency try of cxf:
Dependency convergence error for javax.xml.soap:javax.xml.soap-api:1.4.0 paths
to dependency are:
+-io.quarkus:quarkus-cxf:999-SNAPSHOT
+-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
+-javax.xml.ws:jaxws-api:2.3.0
+-javax.xml.soap:javax.xml.soap-api:1.4.0
and
+-io.quarkus:quarkus-cxf:999-SNAPSHOT
+-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
+-com.sun.xml.messaging.saaj:saaj-impl:1.4.0-b03
+-javax.xml.soap:javax.xml.soap-api:1.4.0-b01
To summarize, you have 2 version of same jar loaded by cxf-rt-frontend-jaxws:
> Dependency convergence error
> ----------------------------
>
> Key: CXF-8172
> URL: https://issues.apache.org/jira/browse/CXF-8172
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Affects Versions: 3.3.4
> Reporter: olivier dufour
> Priority: Minor
>
> Hello,
>
> I try to build a cxf extension on quarkus (
>
> here is the pull request:
> [https://github.com/quarkusio/quarkus/pull/5538]
> and I get and error because of dependency try of cxf:
> Dependency convergence error for javax.xml.soap:javax.xml.soap-api:1.4.0
> paths to dependency are:
> +-io.quarkus:quarkus-cxf:999-SNAPSHOT
> +-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
> +-javax.xml.ws:jaxws-api:2.3.0
> +-javax.xml.soap:javax.xml.soap-api:1.4.0
> and
> +-io.quarkus:quarkus-cxf:999-SNAPSHOT
> +-org.apache.cxf:cxf-rt-frontend-jaxws:3.3.4
> +-com.sun.xml.messaging.saaj:saaj-impl:1.4.0-b03
> +-javax.xml.soap:javax.xml.soap-api:1.4.0-b01
>
> To summarize, you have 2 versions of same jar loaded by
> cxf-rt-frontend-jaxws:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)