[
https://issues.apache.org/jira/browse/CXF-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812412#comment-17812412
]
JohnMTu commented on CXF-8974:
------------------------------
4.0.1 seems to be managed by
{code:java}
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.1</version> {code}
which is in parents hierarchy of my module.
I just checked 3.0.1 and there seems to be no conflict.
That means, i have to exclude it on my side.
Thanks for hint and sorry for false report.
> remove jakarta.jws-api-3.0.0 dependency because jakarta.xml.ws-api-4.0.1 is
> superset
> ------------------------------------------------------------------------------------
>
> Key: CXF-8974
> URL: https://issues.apache.org/jira/browse/CXF-8974
> Project: CXF
> Issue Type: Improvement
> Components: Build system
> Affects Versions: 4.0.3
> Reporter: JohnMTu
> Priority: Minor
>
> From cxf-rt-bindings-soap i have on classpath
> * jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar
> * jakarta/xml/ws/jakarta.xml.ws-api/4.0.1/jakarta.xml.ws-api-4.0.1.jar
> containing conflicting classes. Later one seems to be superset of first one.
> Hence i suggest to remove earlier one.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)