This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10389
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 5971166d17e2ddbf5613fdfe3d0a41f04e8c9508
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Sep 4 12:52:59 2023 +0100

    OAK-10389: remove commons-lang dependency (backport of b83ccfe6c0 to 1.22)
---
 oak-benchmarks/pom.xml | 5 -----
 oak-parent/pom.xml     | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/oak-benchmarks/pom.xml b/oak-benchmarks/pom.xml
index c67569cfa1..3f90d14103 100644
--- a/oak-benchmarks/pom.xml
+++ b/oak-benchmarks/pom.xml
@@ -189,11 +189,6 @@
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math3</artifactId>
         </dependency>
-        <dependency>
-           <groupId>commons-lang</groupId>
-           <artifactId>commons-lang</artifactId>
-           <version>2.6</version>        
-        </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 587a11dc4d..64c30e1ee6 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -591,11 +591,6 @@
         <version>2.3.10</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <version>2.6</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>

Reply via email to