This is an automated email from the ASF dual-hosted git repository. cortlepp pushed a commit to branch cortlepp/remove-commons-lang-from-demo in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 4f06aaf8325261fc2fa1ec26d6ec937cf6a68f4a Author: Christian Ortlepp <christian.ortl...@hypergene.com> AuthorDate: Mon Aug 18 08:15:27 2025 +0200 chore: remove unused commons-lang dependency from demo it triggered a [security warning](https://github.com/apache/axis-axis2-java-core/security/dependabot/41) --- modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml index fbea8c57da..6916b3edb3 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml @@ -152,11 +152,6 @@ <artifactId>commons-codec</artifactId> <version>1.15</version> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId>