byteman-bmunit.jar after upgrade to 5.2.9 #680
-
<!-- Test dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>4.0.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<version>2.0.0.Final</version>
<scope>test</scope>
</dependency> when we upgrade to jgroups 5.2.9. after deployed we found an extra jar |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Looking at the dependency tree
that's clearly wrong. |
Beta Was this translation helpful? Give feedback.
-
The reason I made this |
Beta Was this translation helpful? Give feedback.
-
I reverted the PR and made |
Beta Was this translation helpful? Give feedback.
I reverted the PR and made
byteman-bmunit.jar
acompile
dep (for now, until we know how to fix this)