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

mmiller pushed a commit to branch 1.7
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.7 by this push:
     new d765a2d  ACCUMULO-4702 Removed unused guava deps from poms
d765a2d is described below

commit d765a2df8250fa77a5bfa57a4fa97a6605f4ffaa
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Mon Sep 25 14:45:05 2017 -0400

    ACCUMULO-4702 Removed unused guava deps from poms
---
 assemble/pom.xml       | 5 -----
 server/monitor/pom.xml | 4 ----
 start/pom.xml          | 5 -----
 3 files changed, 14 deletions(-)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index 5132f1c..bd2ff5d 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -38,11 +38,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
       <optional>true</optional>
diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml
index 1724078..d982e7e 100644
--- a/server/monitor/pom.xml
+++ b/server/monitor/pom.xml
@@ -37,10 +37,6 @@
       <artifactId>gson</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
diff --git a/start/pom.xml b/start/pom.xml
index 74fbab4..eb72d76 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -47,11 +47,6 @@
       <artifactId>hadoop-client</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <commits@accumulo.apache.org>'].

Reply via email to