dblevins commented on a change in pull request #779:
URL: https://github.com/apache/tomee/pull/779#discussion_r607192663
##########
File path: examples/applicationcomposer-jaxws-cdi/pom.xml
##########
@@ -64,10 +64,10 @@
</repositories>
<dependencies>
<dependency>
- <groupId>org.apache.tomee</groupId>
- <artifactId>javaee-api</artifactId>
- <version>[8.0,)</version>
- <scope>provided</scope>
+ <groupId>org.apache.tomee.bom</groupId>
+ <artifactId>tomee-plus-api</artifactId>
+ <version>8.0.7-SNAPSHOT</version>
+ <scope>test</scope>
Review comment:
My recommendation would be to for both C and B. Specifically, do the
exclude (B) in this PR so we can get the build working, then execute C in a
different PR and remove the exclude.
--
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]