j4fm 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_r261269263
 
 

 ##########
 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:
   Hi, thanks again for checking.
   
   So I'm wondering why when I run the full tests from the parent (as the 
buildbot build does), it does not fail but when I run the example project 
directly from itself own sub-folder like you have done, it does.
   
   I've looked at the example/pom.xml and it appears that some examples are not 
included as modules.  I see 165 example folders and only 158 modules listed in 
examples\pom.xml.
   
   Missing examples are:
   applet
   bval-evaluation-redeployment
   java-modules
   mp-jsonb-configuration
   mp-metrics-metered
   mp-opentracing-traced
   mp-rest-jwt-principal
   
   Do you know if all of these are excluded for a reason?
   
   Specifically bval-evaluation-redeployment is not being tested by buildbot.
   
   

----------------------------------------------------------------
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