This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch org.apache.commons-commons-configuration2-2.7 in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
commit b983902af07797c807e02b925ffaa119ba8f3ffd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 6 21:01:06 2021 +0000 remove commons configuration since it's not used Signed-off-by: Raymond Auge <rotty3...@apache.org> --- integrations/shiro/shiro-itest/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/integrations/shiro/shiro-itest/pom.xml b/integrations/shiro/shiro-itest/pom.xml index 3b70bca..ca5e1d6 100644 --- a/integrations/shiro/shiro-itest/pom.xml +++ b/integrations/shiro/shiro-itest/pom.xml @@ -81,12 +81,6 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-configuration2</artifactId> - <version>2.2</version> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxrs_2.1_spec</artifactId> </dependency>