reta 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_r364040478
##########
File path: parent/pom.xml
##########
@@ -2854,35 +2878,38 @@
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.3.1</version>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- </exclusions>
+ <groupId>jakarta.xml.ws</groupId>
Review comment:
This guy brings `jakarta.annotation-api`, should we get rid of
`javax.annotation-api` in this case?
----------------------------------------------------------------
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