You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/09/02 09:58:13 UTC

[archiva] 04/04: Excluding guice dependency from maven-indexer

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 <ma...@apache.org>
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>