rzo1 commented on a change in pull request #777:
URL: https://github.com/apache/tomee/pull/777#discussion_r603849824
##########
File path: server/openejb-cxf/pom.xml
##########
@@ -191,7 +195,7 @@
<artifactId>jaxb-xjc</artifactId>
</exclusion>
<exclusion>
- <groupId>net.sf.ehcache</groupId>
+ <groupId>org.ehcache</groupId>
Review comment:
It seems, that the V2 dependency (defined in the root pom) is only used
in `openejb-core-hibernate` module, which is correct as `hibernate-ehcache` is
still using V2, see
[dependency:tree](https://gist.github.com/rzo1/86d87a50bce0e1f8c41f87edc0618a17).
Nevertheless, it might be worth adding `org.ehcache` to the exclusion lists
in `ContainerClassesFilter` and `JuliLogStreamFactory` (to be future safe...).
Besides that, we are probably good here.
--
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]