Excluded tool.jar from transitive byteman dep

This commit is contained in:
Jiri Vanek 2021-08-16 13:07:27 +02:00
commit e4c6fef5c9
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,16 @@
--- runtime-decompiler/pom.xml
+++ runtime-decompiler/pom.xml
@@ -163,6 +163,12 @@
<artifactId>byteman-install</artifactId>
<version>4.0.15</version>
<type>jar</type>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- For tests -->