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_r261235019
 
 

 ##########
 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:
   I'm getting this error:
   ```
   Tests in error:
     RedeploymentTest: Could not invoke deployment method: public static 
org.jboss.shrinkwrap.api.Archive RedeploymentTest.webapp1()
   ```
   The logs: 
   [lo2.log](https://github.com/apache/tomee/files/2915539/lo2.log)
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to