Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Use proper asm dependency - CLM-26859 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-tita authored Jul 31, 2023
1 parent 099dd26 commit 4d23e22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@
</exclusion>
</exclusions>
</dependency>
<!--
asm-tree and asm versions must match the one pulled indirectly by insight-scanner
This is needed to avoid classloader issues in Jenkins
-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.4</version>
</dependency>

<!-- Begin Jenkins plugins we depend on -->
<dependency>
Expand Down

0 comments on commit 4d23e22

Please sign in to comment.