aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>2018-07-19 14:51:56 +0100
committerIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>2018-07-19 14:51:56 +0100
commit9cde0105d030781fc8cd44c87c3ce56f9aca31ba (patch)
treeb165f390213ab63f29421ceb0bfb728a2ebb7aea
parent04006990b05ec12a1b493848d41b5f0c7eee800f (diff)
Address NexusIQ issues
Add latest version of Google's Guava api. Change-Id: Ie74b2ac72bb10dbc329efbd16e5e3d074c267be1 Issue-ID: AAI-1392 Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6c8904d..f70e568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,12 @@
</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>
<version>2.6.2</version>