cesarhernandezgt commented on a change in pull request #419: TOMEE-2274 (JAXB 
bump); exclusions for CXF 3.3.0; fix those existing build WARNINGs
URL: https://github.com/apache/tomee/pull/419#discussion_r261281263
 
 

 ##########
 File path: examples/bval-evaluation-redeployment/runner/pom.xml
 ##########
 @@ -47,6 +47,20 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.ws.rs</groupId>
+          <artifactId>javax.ws.rs-api</artifactId>
+        </exclusion>
+        <exclusion>
 
 Review comment:
   interesting finding.
   
   > Missing examples are:
   > applet
   > bval-evaluation-redeployment
   > java-modules
   > mp-jsonb-configuration
   > mp-metrics-metered
   > mp-opentracing-traced
   > mp-rest-jwt-principal
   
   I don't know why this is excluded for a reason.
   
    I'm going to open a new thread about these missing modules on the mailing 
list because it's outside of the scope of this PR. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to