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

enapps-enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git


The following commit(s) were added to refs/heads/master by this push:
     new 4051841  SLING-13221 Remove test dependency on commons-lang (#19)
4051841 is described below

commit 405184184c4be2954653ecdd121f24308e14a5af
Author: Eric Norman <[email protected]>
AuthorDate: Wed May 27 12:48:50 2026 -0700

    SLING-13221 Remove test dependency on commons-lang (#19)
---
 pom.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ee38b1..db76f60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,15 +266,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-               <groupId>org.apache.sling</groupId>
-               <artifactId>org.apache.sling.jcr.resource</artifactId>
-               <version>2.7.4</version>
-               <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.2</version>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <version>3.3.6</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to