| commit | 85512f8050d5e44c1aad0fad969c09766069ebec | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Thu Aug 07 10:15:17 2025 +0200 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Aug 07 10:15:17 2025 +0200 |
| tree | 717c79577d50b869dcc121121f413eb2d030c87e | |
| parent | 813715d9e6f9710bb5594f93492bcfdaa1abfe00 [diff] [blame] |
Replace the use of apache.commons.lang with lang3 or text. Change-Id: I1da8cb68774c6a613c8c881d50cf51da711b21db
diff --git a/pom.xml b/pom.xml index 3ea0cd9..c4f7d20 100644 --- a/pom.xml +++ b/pom.xml
@@ -597,6 +597,11 @@ <artifactId>commons-text</artifactId> <version>1.11.0</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.18.0</version> + </dependency> <!-- LDAP --> <dependency>