Skip to content

Commit

Permalink
add asm to autograder-extra for PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed Jul 1, 2024
1 parent d77f3d0 commit 6f797bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autograder-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
<version>${pmd.version}</version>
</dependency>

<!-- (necessary for PMD) -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>

<!-- Error Prone -->
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down

0 comments on commit 6f797bb

Please sign in to comment.