You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/11 23:51:34 UTC

[maven-indexer] branch guava created (now 2632112)

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

elharo pushed a change to branch guava
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at 2632112  remove unused guava dependency

This branch includes the following new commits:

     new 2632112  remove unused guava dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-indexer] 01/01: remove unused guava dependency

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch guava
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit 2632112b037badc40bf3f39a66c27929f7ae716a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Apr 11 19:51:16 2020 -0400

    remove unused guava dependency
---
 indexer-core/pom.xml   | 5 -----
 indexer-reader/pom.xml | 5 -----
 pom.xml                | 6 ------
 3 files changed, 16 deletions(-)

diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index d6f6fdc..c36de84 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -40,11 +40,6 @@ under the License.
       <artifactId>slf4j-api</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
-
     <!-- DI -->
     <dependency>
       <groupId>javax.inject</groupId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 0d9af1e..33cd7c2 100644
--- a/indexer-reader/pom.xml
+++ b/indexer-reader/pom.xml
@@ -43,11 +43,6 @@ under the License.
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 6f1c93d..9bc46f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,12 +134,6 @@ under the License.
       </dependency>
 
       <dependency>
-        <groupId>com.google.guava</groupId>
-        <artifactId>guava</artifactId>
-        <version>20.0</version>
-      </dependency>
-
-      <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
         <version>3.0.2</version>