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 2916fcb213 OAK-10400: ldap: use default dependency for commons-lang3
2916fcb213 is described below
commit 2916fcb2132244803f3791b64e7897faa6252f6e
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Sep 5 12:12:14 2023 +0100
OAK-10400: ldap: use default dependency for commons-lang3
---
oak-auth-ldap/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/oak-auth-ldap/pom.xml b/oak-auth-ldap/pom.xml
index d74edfa580..6970d0cd6e 100644
--- a/oak-auth-ldap/pom.xml
+++ b/oak-auth-ldap/pom.xml
@@ -105,7 +105,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.9</version>
<scope>provided</scope>
</dependency>
<dependency>