diff options
author | Martin Stockhammer <martin_s@apache.org> | 2019-09-02 11:57:46 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2019-09-02 11:57:46 +0200 |
commit | 4becc44f0abd88ad6fbfee92c860db0c3b968e07 (patch) | |
tree | 712928f2b15c27623cf89651db6cf6977c0b5078 /pom.xml | |
parent | 69c8dd6b722aa0a7137f9c8aa3c8329ed51409a7 (diff) | |
download | archiva-4becc44f0abd88ad6fbfee92c860db0c3b968e07.tar.gz archiva-4becc44f0abd88ad6fbfee92c860db0c3b968e07.zip |
Excluding guice dependency from maven-indexer
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -414,6 +414,10 @@ <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> </exclusion> + <exclusion> + <groupId>com.google.inject</groupId> + <artifactId>guice</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |