Skip to content

Commit 2789316

Browse files
authored
Remove unused commons-lang dependency (#4654)
* Remove unused commons-lang dependency * Removed from license files
1 parent c9b893f commit 2789316

5 files changed

Lines changed: 0 additions & 13 deletions

File tree

bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Apache Software License, Version 2.
216216
- lib/commons-codec-commons-codec-1.18.0.jar [6]
217217
- lib/commons-collections-commons-collections-3.2.2.jar [62]
218218
- lib/commons-io-commons-io-2.19.0.jar [8]
219-
- lib/commons-lang-commons-lang-2.6.jar [9]
220219
- lib/commons-logging-commons-logging-1.3.5.jar [10]
221220
- lib/io.netty-netty-buffer-4.1.121.Final.jar [11]
222221
- lib/io.netty-netty-codec-4.1.121.Final.jar [11]

bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Apache Software License, Version 2.
216216
- lib/commons-codec-commons-codec-1.18.0.jar [6]
217217
- lib/commons-collections-commons-collections-3.2.2.jar [58]
218218
- lib/commons-io-commons-io-2.19.0.jar [8]
219-
- lib/commons-lang-commons-lang-2.6.jar [9]
220219
- lib/commons-logging-commons-logging-1.3.5.jar [10]
221220
- lib/io.netty-netty-buffer-4.1.121.Final.jar [11]
222221
- lib/io.netty-netty-codec-4.1.121.Final.jar [11]

bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Apache Software License, Version 2.
216216
- lib/commons-codec-commons-codec-1.18.0.jar [6]
217217
- lib/commons-collections-commons-collections-3.2.2.jar [62]
218218
- lib/commons-io-commons-io-2.19.0.jar [8]
219-
- lib/commons-lang-commons-lang-2.6.jar [9]
220219
- lib/commons-logging-commons-logging-1.3.5.jar [10]
221220
- lib/io.netty-netty-buffer-4.1.121.Final.jar [11]
222221
- lib/io.netty-netty-codec-4.1.121.Final.jar [11]

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
<commons-configuration2.version>2.12.0</commons-configuration2.version>
127127
<commons-beanutils.version>1.11.0</commons-beanutils.version>
128128
<commons-compress.version>1.27.1</commons-compress.version>
129-
<commons-lang.version>2.6</commons-lang.version>
130129
<commons-lang3.version>3.17.0</commons-lang3.version>
131130
<commons-logging.version>1.3.5</commons-logging.version>
132131
<commons-io.version>2.19.0</commons-io.version>
@@ -294,11 +293,6 @@
294293
<artifactId>commons-io</artifactId>
295294
<version>${commons-io.version}</version>
296295
</dependency>
297-
<dependency>
298-
<groupId>commons-lang</groupId>
299-
<artifactId>commons-lang</artifactId>
300-
<version>${commons-lang.version}</version>
301-
</dependency>
302296
<dependency>
303297
<groupId>commons-logging</groupId>
304298
<artifactId>commons-logging</artifactId>

stream/distributedlog/common/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
<groupId>com.google.guava</groupId>
6262
<artifactId>guava</artifactId>
6363
</dependency>
64-
<dependency>
65-
<groupId>commons-lang</groupId>
66-
<artifactId>commons-lang</artifactId>
67-
</dependency>
6864
<dependency>
6965
<groupId>commons-codec</groupId>
7066
<artifactId>commons-codec</artifactId>

0 commit comments

Comments
 (0)