cocorossello commented on a change in pull request #779:
URL: https://github.com/apache/tomee/pull/779#discussion_r607245206
##########
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:
Excluded, thanks, I didn't know whether servletRegistrations should be
not null or (more likely) servletRegistrations should not be called
--
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]