Skip to content

Commit 31724ec

Browse files
committed
add explicit asm dependency
1 parent 7f75184 commit 31724ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@
5353
</repositories>
5454

5555
<dependencies>
56+
<dependency>
57+
<groupId>org.ow2.asm</groupId>
58+
<artifactId>asm</artifactId>
59+
<version>9.4</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>org.ow2.asm</groupId>
63+
<artifactId>asm-commons</artifactId>
64+
<version>9.4</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>org.ow2.asm</groupId>
68+
<artifactId>asm-tree</artifactId>
69+
<version>9.4</version>
70+
</dependency>
71+
5672
<!-- dependencies for the junit classpah -->
5773
<dependency>
5874
<groupId>junit</groupId>

0 commit comments

Comments
 (0)