diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml index cc548115996..0d54c9e0c9c 100644 --- a/bookkeeper-common/pom.xml +++ b/bookkeeper-common/pom.xml @@ -39,11 +39,6 @@ org.apache.commons commons-configuration2 - - - commons-beanutils - commons-beanutils - com.google.guava guava diff --git a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt index d89cc69a40c..6d0708af28e 100644 --- a/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt +++ b/bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt @@ -211,10 +211,8 @@ Apache Software License, Version 2. - lib/com.google.guava-guava-32.0.1-jre.jar [4] - lib/com.google.guava-failureaccess-1.0.1.jar [4] - lib/com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [4] -- lib/commons-beanutils-commons-beanutils-1.11.0.jar [62] - lib/commons-cli-commons-cli-1.9.0.jar [5] - lib/commons-codec-commons-codec-1.18.0.jar [6] -- lib/commons-collections-commons-collections-3.2.2.jar [62] - lib/commons-io-commons-io-2.19.0.jar [8] - lib/commons-logging-commons-logging-1.3.5.jar [10] - lib/io.netty-netty-buffer-4.1.121.Final.jar [11] diff --git a/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt index 55670fb58b4..c7ec1d8c687 100644 --- a/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt +++ b/bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt @@ -211,10 +211,8 @@ Apache Software License, Version 2. - lib/com.google.guava-guava-32.0.1-jre.jar [4] - lib/com.google.guava-failureaccess-1.0.1.jar [4] - lib/com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [4] -- lib/commons-beanutils-commons-beanutils-1.11.0.jar [57] - lib/commons-cli-commons-cli-1.9.0.jar [5] - lib/commons-codec-commons-codec-1.18.0.jar [6] -- lib/commons-collections-commons-collections-3.2.2.jar [58] - lib/commons-io-commons-io-2.19.0.jar [8] - lib/commons-logging-commons-logging-1.3.5.jar [10] - lib/io.netty-netty-buffer-4.1.121.Final.jar [11] diff --git a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt index 4afb79c9a81..57780420f9a 100644 --- a/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt +++ b/bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt @@ -211,10 +211,8 @@ Apache Software License, Version 2. - lib/com.google.guava-guava-32.0.1-jre.jar [4] - lib/com.google.guava-failureaccess-1.0.1.jar [4] - lib/com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [4] -- lib/commons-beanutils-commons-beanutils-1.11.0.jar [61] - lib/commons-cli-commons-cli-1.9.0.jar [5] - lib/commons-codec-commons-codec-1.18.0.jar [6] -- lib/commons-collections-commons-collections-3.2.2.jar [62] - lib/commons-io-commons-io-2.19.0.jar [8] - lib/commons-logging-commons-logging-1.3.5.jar [10] - lib/io.netty-netty-buffer-4.1.121.Final.jar [11] @@ -414,8 +412,6 @@ Apache Software License, Version 2. [58] Source available at https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/v1.33.6 [59] Source available at https://github.com/prometheus/client_java/tree/v1.3.4 [60] Source available at https://github.com/apache/commons-text/tree/rel/commons-text-1.13.1 -[61] Source available at https://github.com/apache/commons-beanutils/tree/rel/commons-beanutils-1.11.0 -[62] Source available at https://github.com/apache/commons-collections/tree/collections-3.3.2 ------------------------------------------------------------------------------------ lib/io.netty-netty-codec-4.1.121.Final.jar bundles some 3rd party dependencies diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index 64f952e6f36..c636afee081 100644 --- a/bookkeeper-http/http-server/pom.xml +++ b/bookkeeper-http/http-server/pom.xml @@ -32,11 +32,6 @@ org.apache.commons commons-configuration2 - - - commons-beanutils - commons-beanutils - com.fasterxml.jackson.core jackson-core diff --git a/pom.xml b/pom.xml index 6ce43d14a13..2411e0ae47b 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,6 @@ 4.1 1.18.0 2.12.0 - 1.11.0 1.27.1 3.17.0 1.3.5 @@ -283,11 +282,6 @@ commons-configuration2 ${commons-configuration2.version} - - commons-beanutils - commons-beanutils - ${commons-beanutils.version} - commons-io commons-io diff --git a/stats/bookkeeper-stats-api/pom.xml b/stats/bookkeeper-stats-api/pom.xml index 0fe37cd32ed..cc12322f4df 100644 --- a/stats/bookkeeper-stats-api/pom.xml +++ b/stats/bookkeeper-stats-api/pom.xml @@ -62,10 +62,5 @@ org.apache.commons commons-configuration2 - - - commons-beanutils - commons-beanutils - diff --git a/tests/shaded/distributedlog-core-shaded-test/pom.xml b/tests/shaded/distributedlog-core-shaded-test/pom.xml index fd995e8b4d1..26885a77b8b 100644 --- a/tests/shaded/distributedlog-core-shaded-test/pom.xml +++ b/tests/shaded/distributedlog-core-shaded-test/pom.xml @@ -83,11 +83,6 @@ org.apache.commons commons-configuration2 - - - commons-beanutils - commons-beanutils -