Address NexusIQ issues 23/56923/1
authorIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
Thu, 19 Jul 2018 13:51:56 +0000 (14:51 +0100)
committerIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
Thu, 19 Jul 2018 13:51:56 +0000 (14:51 +0100)
Add latest version of Google's Guava api.

Change-Id: Ie74b2ac72bb10dbc329efbd16e5e3d074c267be1
Issue-ID: AAI-1392
Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6c8904d..f70e568 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </exclusions>
         </dependency>
 
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>25.1-jre</version>
+        </dependency>
+
         <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>