Remove Guava dependency
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 27 Mar 2017 18:56:01 +0000 (14:56 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 27 Mar 2017 19:07:19 +0000 (15:07 -0400)
It isn't even used! Easy to re-add if we ever need to, latest version is
21.0.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3e56abae00981812c833fb58a35fe05348393391..07301b128687b4fa9aacf0b96159b2b5a9948005 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
   </build>
 
-  <dependencies>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <version>19.0</version>
-    </dependency>
-  </dependencies>
-
   <dependencyManagement>
     <dependencies>
       <!-- System dependencies, should have been installed by UST -->
This page took 0.02377 seconds and 4 git commands to generate.