16 lines
410 B
Diff
16 lines
410 B
Diff
--- 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 -->
|
|
|