This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318 in repository https://gitbox.apache.org/repos/asf/sling-samples.git
commit 914c4dd3e533ff407bdf35bf40724cbb3dd58759 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 10 09:25:55 2025 +0200 Add Commons Lang3 dependency for testing framework compatibility --- slingshot/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/slingshot/pom.xml b/slingshot/pom.xml index a6ade7c..22dbbeb 100644 --- a/slingshot/pom.xml +++ b/slingshot/pom.xml @@ -133,6 +133,12 @@ <version>2.18.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.17.0</version> + <scope>test</scope> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId>
