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 f1a5fe31369 HDDS-14882. Exclude transitive dependency commons-daemon 
via hadoop-hdfs (#9965)
f1a5fe31369 is described below

commit f1a5fe313690a6dddf8df34238147719e36b7fc5
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 23 17:18:28 2026 +0100

    HDDS-14882. Exclude transitive dependency commons-daemon via hadoop-hdfs 
(#9965)
---
 hadoop-ozone/dist/src/main/license/bin/LICENSE.txt |  1 -
 hadoop-ozone/dist/src/main/license/jar-report.txt  |  1 -
 pom.xml                                            | 10 ++++------
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt 
b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
index b0e0598621e..a87c952ca76 100644
--- a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
+++ b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
@@ -305,7 +305,6 @@ Apache License 2.0
    commons-beanutils:commons-beanutils
    commons-cli:commons-cli
    commons-codec:commons-codec
-   commons-daemon:commons-daemon
    commons-digester:commons-digester
    commons-httpclient:commons-httpclient
    commons-io:commons-io
diff --git a/hadoop-ozone/dist/src/main/license/jar-report.txt 
b/hadoop-ozone/dist/src/main/license/jar-report.txt
index 17f19234a9a..0d142d08c95 100644
--- a/hadoop-ozone/dist/src/main/license/jar-report.txt
+++ b/hadoop-ozone/dist/src/main/license/jar-report.txt
@@ -27,7 +27,6 @@ share/ozone/lib/commons-collections4.jar
 share/ozone/lib/commons-compress.jar
 share/ozone/lib/commons-configuration2.jar
 share/ozone/lib/commons-csv.jar
-share/ozone/lib/commons-daemon.jar
 share/ozone/lib/commons-digester.jar
 share/ozone/lib/commons-io.jar
 share/ozone/lib/commons-lang3.jar
diff --git a/pom.xml b/pom.xml
index 85e37d461da..a7edd86017e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,6 @@
     <commons-compress.version>1.28.0</commons-compress.version>
     <commons-configuration2.version>2.13.0</commons-configuration2.version>
     <commons-csv.version>1.14.1</commons-csv.version>
-    <commons-daemon.version>1.4.0</commons-daemon.version>
     <commons-fileupload.version>1.6.0</commons-fileupload.version>
     <commons-io.version>2.21.0</commons-io.version>
     <commons-lang3.version>3.20.0</commons-lang3.version>
@@ -537,11 +536,6 @@
         <artifactId>commons-codec</artifactId>
         <version>${commons-codec.version}</version>
       </dependency>
-      <dependency>
-        <groupId>commons-daemon</groupId>
-        <artifactId>commons-daemon</artifactId>
-        <version>${commons-daemon.version}</version>
-      </dependency>
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
@@ -912,6 +906,10 @@
             <groupId>com.sun.jersey</groupId>
             <artifactId>*</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-daemon</groupId>
+            <artifactId>commons-daemon</artifactId>
+          </exclusion>
           <exclusion>
             <groupId>io.netty</groupId>
             <artifactId>*</artifactId>


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

Reply via email to