rmannibucau commented on a change in pull request #767:
URL: https://github.com/apache/tomee/pull/767#discussion_r596224991
##########
File path: container/openejb-core/pom.xml
##########
@@ -580,6 +580,22 @@
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
</dependency>
+ <dependency>
Review comment:
Hmm, the facts to consider IMHO are:
1. any junit5 dep must not bring back any junit 4 dependency (this creates
weird bugs in test runners for gradle/maven/ide)
2. junit legacy module is completely transversal to app composer so I think
we should keep them orthogonal, can need a better naming but also guarantees a
better design/consumption
----------------------------------------------------------------
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]