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

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

commit 5c6a0b63b4a41590266b9108347415f924479716
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Mon Aug 14 13:05:05 2023 +0100

    OAK-10396: segment-aws: remove unused commons-lang3 dependency
---
 oak-segment-aws/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index eb72e9cc3f..75c4305642 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -187,11 +187,6 @@
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.9</version>
-        </dependency>
 
         <!-- AWS dependencies -->
         <dependency>

Reply via email to