Skip to content

Commit

Permalink
HDDS-10579. Remove org.ow2.asm dependency (#6427)
Browse files Browse the repository at this point in the history
  • Loading branch information
myskov authored Mar 24, 2024
1 parent 82c02d3 commit 873ae85
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs

<annotation-api.version>1.3.2</annotation-api.version>
<assertj.version>3.12.2</assertj.version>
<asm.version>5.0.4</asm.version>
<bonecp.version>0.8.0.RELEASE</bonecp.version>
<bouncycastle.version>1.77</bouncycastle.version>
<cglib.version>3.3.0</cglib.version>
Expand Down Expand Up @@ -940,12 +939,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<artifactId>jersey-media-jaxb</artifactId>
<version>${jersey2.version}</version>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
Expand Down

0 comments on commit 873ae85

Please sign in to comment.