Skip to content

Commit 58c5521

Browse files
committed
Remove unused commons-lang dependency (#4654)
* Remove unused commons-lang dependency * Removed from license files
1 parent da18f92 commit 58c5521

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

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
@@ -124,7 +124,6 @@
124124
<commons-configuration2.version>2.12.0</commons-configuration2.version>
125125
<commons-beanutils.version>1.11.0</commons-beanutils.version>
126126
<commons-compress.version>1.27.1</commons-compress.version>
127-
<commons-lang.version>2.6</commons-lang.version>
128127
<commons-lang3.version>3.17.0</commons-lang3.version>
129128
<commons-logging.version>1.3.5</commons-logging.version>
130129
<commons-io.version>2.19.0</commons-io.version>
@@ -288,11 +287,6 @@
288287
<artifactId>commons-io</artifactId>
289288
<version>${commons-io.version}</version>
290289
</dependency>
291-
<dependency>
292-
<groupId>commons-lang</groupId>
293-
<artifactId>commons-lang</artifactId>
294-
<version>${commons-lang.version}</version>
295-
</dependency>
296290
<dependency>
297291
<groupId>commons-logging</groupId>
298292
<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)