This is an automated email from the ASF dual-hosted git repository.
pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 8a595afa5 KNOX-3183: Remove unused commons-lang 2.6 (#1078)
8a595afa5 is described below
commit 8a595afa572fc25fb9bd5be8a8e89c0daa629ff8
Author: hanicz <[email protected]>
AuthorDate: Wed Aug 27 15:27:34 2025 +0200
KNOX-3183: Remove unused commons-lang 2.6 (#1078)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4eae53543..62e7aa09c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,6 @@
<commons-configuration2.version>2.10.1</commons-configuration2.version>
<commons-digester3.version>3.2</commons-digester3.version>
<commons-io.version>2.17.0</commons-io.version>
- <commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.18.0</commons-lang3.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-math3.version>3.6.1</commons-math3.version>
@@ -1979,11 +1978,6 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>${commons-lang.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>