This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit 4becc44f0abd88ad6fbfee92c860db0c3b968e07 Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Sep 2 11:57:46 2019 +0200 Excluding guice dependency from maven-indexer --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 27d496b..3db14dd 100644 --- a/pom.xml +++ b/pom.xml @@ -414,6 +414,10 @@ <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> </exclusion> + <exclusion> + <groupId>com.google.inject</groupId> + <artifactId>guice</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
