Skip to content

Commit

Permalink
add explicit asm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Dec 12, 2022
1 parent 7f75184 commit 31724ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@
</repositories>

<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.4</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.4</version>
</dependency>

<!-- dependencies for the junit classpah -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 31724ec

Please sign in to comment.