This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 8a26afb002 OAK-10389: remove commons-lang dependency (backport of
b83ccfe6c0 to 1.22) (#1095)
8a26afb002 is described below
commit 8a26afb0025b654f3dfbcab38282374ead7916db
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Sep 4 13:54:16 2023 +0200
OAK-10389: remove commons-lang dependency (backport of b83ccfe6c0 to 1.22)
(#1095)
---
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>