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 9a6ece27e7 HDDS-10457. Remove dependency commons-pool2 (#6317)
9a6ece27e7 is described below

commit 9a6ece27e7907f06a48ceb55406c2e196977db4c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Mar 5 19:26:36 2024 +0100

    HDDS-10457. Remove dependency commons-pool2 (#6317)
---
 hadoop-hdds/common/pom.xml                         | 4 ----
 hadoop-ozone/dist/src/main/license/bin/LICENSE.txt | 1 -
 hadoop-ozone/dist/src/main/license/jar-report.txt  | 1 -
 hadoop-ozone/ozonefs-shaded/pom.xml                | 1 -
 pom.xml                                            | 6 ------
 5 files changed, 13 deletions(-)

diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index 807ddf7f27..9189122dee 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -135,10 +135,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
     </dependency>
 
 
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-pool2</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk18on</artifactId>
diff --git a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt 
b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
index 97942b2ae4..a705411438 100644
--- a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
+++ b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
@@ -360,7 +360,6 @@ Apache License 2.0
    org.apache.commons:commons-compress
    org.apache.commons:commons-configuration2
    org.apache.commons:commons-lang3
-   org.apache.commons:commons-pool2
    org.apache.commons:commons-text
    org.apache.curator:curator-client
    org.apache.curator:curator-framework
diff --git a/hadoop-ozone/dist/src/main/license/jar-report.txt 
b/hadoop-ozone/dist/src/main/license/jar-report.txt
index ce2d4136b1..70fecc866d 100644
--- a/hadoop-ozone/dist/src/main/license/jar-report.txt
+++ b/hadoop-ozone/dist/src/main/license/jar-report.txt
@@ -28,7 +28,6 @@ share/ozone/lib/commons-lang3.jar
 share/ozone/lib/commons-lang.jar
 share/ozone/lib/commons-logging.jar
 share/ozone/lib/commons-net.jar
-share/ozone/lib/commons-pool2.jar
 share/ozone/lib/commons-text.jar
 share/ozone/lib/commons-validator.jar
 share/ozone/lib/commons-fileupload.jar
diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml 
b/hadoop-ozone/ozonefs-shaded/pom.xml
index 6ff4e3c701..402c30ab2d 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -128,7 +128,6 @@
                     <include>org.apache.commons.digester.**.*</include>
                     <include>org.apache.commons.io.**.*</include>
                     <include>org.apache.commons.logging.**.*</include>
-                    <include>org.apache.commons.pool2.**.*</include>
                     <include>org.apache.commons.validator.**.*</include>
                     <include>org.apache.commons.lang3.**.*</include>
                     <include>org.sqlite.**.*</include>
diff --git a/pom.xml b/pom.xml
index 898b675893..2689a3ccf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
     <commons-logging-api.version>1.1</commons-logging-api.version>
     <commons-math3.version>3.6.1</commons-math3.version>
     <commons-net.version>3.10.0</commons-net.version>
-    <commons-pool2.version>2.6.0</commons-pool2.version>
     <commons-text.version>1.11.0</commons-text.version>
     <commons-validator.version>1.6</commons-validator.version>
     <commons-fileupload.version>1.5</commons-fileupload.version>
@@ -791,11 +790,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
         <artifactId>commons-net</artifactId>
         <version>${commons-net.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-pool2</artifactId>
-        <version>${commons-pool2.version}</version>
-      </dependency>
       <dependency>
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>


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

Reply via email to