deki commented on a change in pull request #500: [CXF-7910] Change JAX-WS javax
to jakarta artifact dependencies
URL: https://github.com/apache/cxf/pull/500#discussion_r364100743
##########
File path: distribution/src/main/release/samples/pom.xml
##########
@@ -261,24 +261,24 @@
<version>1.3.1</version>
</dependency>
<dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.3.0</version>
+ <groupId>jakarta.xml.ws</groupId>
+ <artifactId>jakarta.xml.ws-api</artifactId>
+ <version>2.3.2</version>
</dependency>
<dependency>
Review comment:
Definitely, my plan was to do it along with Spring upgrade afterwards. But
we can also do it now, it's hard to separate these things.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services