aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2019-09-02 11:57:46 +0200
committerMartin Stockhammer <martin_s@apache.org>2019-09-02 11:57:46 +0200
commit4becc44f0abd88ad6fbfee92c860db0c3b968e07 (patch)
tree712928f2b15c27623cf89651db6cf6977c0b5078 /pom.xml
parent69c8dd6b722aa0a7137f9c8aa3c8329ed51409a7 (diff)
downloadarchiva-4becc44f0abd88ad6fbfee92c860db0c3b968e07.tar.gz
archiva-4becc44f0abd88ad6fbfee92c860db0c3b968e07.zip
Excluding guice dependency from maven-indexer
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 27d496b7a..3db14dd74 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>