Skip to content

Commit

Permalink
[configuration] Uncommented the ASM dependency in the compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
meronbrouwer committed Dec 14, 2023
1 parent b862d24 commit 49c5d36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.6</version>
</dependency>
</dependencies>
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>org.ow2.asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- <version>9.6</version>-->
<!-- </dependency>-->
<!-- </dependencies>-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 49c5d36

Please sign in to comment.