This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 873ae852ee HDDS-10579. Remove org.ow2.asm dependency (#6427)
873ae852ee is described below

commit 873ae852ee7ecda7c1d32ec462ced470fe90b14a
Author: Maksim Myskov <[email protected]>
AuthorDate: Sun Mar 24 16:19:13 2024 +0300

    HDDS-10579. Remove org.ow2.asm dependency (#6427)
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3f06d411e..cad0caab3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to