You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/05/08 16:16:07 UTC

[sling-whiteboard] 03/09: Remove unused guice dependency

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 29e35cf9a868dc3cfadb84d357d78ca0798f9a97
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon May 6 16:36:43 2019 +0200

    Remove unused guice dependency
---
 maven-sources-report-aggregator/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/maven-sources-report-aggregator/pom.xml b/maven-sources-report-aggregator/pom.xml
index 1b91e4a..a3ebad4 100644
--- a/maven-sources-report-aggregator/pom.xml
+++ b/maven-sources-report-aggregator/pom.xml
@@ -32,6 +32,7 @@
     <name>Apache Sling - Maven Source Artifacts Report Aggregator</name>
 
     <dependencies>
+        <!--  Main dependency -->
         <dependency>
             <groupId>org.apache.maven.indexer</groupId>
             <artifactId>indexer-core</artifactId>
@@ -70,11 +71,6 @@
             <artifactId>org.eclipse.sisu.plexus</artifactId>
             <version>0.3.3</version>
         </dependency>
-        <dependency>
-            <groupId>com.google.inject</groupId>
-            <artifactId>guice</artifactId>
-            <version>4.1.0</version>
-        </dependency>
     </dependencies>
 
     <build>