We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f75184 commit 31724ecCopy full SHA for 31724ec
pom.xml
@@ -53,6 +53,22 @@
53
</repositories>
54
55
<dependencies>
56
+ <dependency>
57
+ <groupId>org.ow2.asm</groupId>
58
+ <artifactId>asm</artifactId>
59
+ <version>9.4</version>
60
+ </dependency>
61
62
63
+ <artifactId>asm-commons</artifactId>
64
65
66
67
68
+ <artifactId>asm-tree</artifactId>
69
70
71
+
72
<!-- dependencies for the junit classpah -->
73
<dependency>
74
<groupId>junit</groupId>
0 commit comments