diff options
author | Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com> | 2018-07-19 14:51:56 +0100 |
---|---|---|
committer | Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com> | 2018-07-19 14:51:56 +0100 |
commit | 9cde0105d030781fc8cd44c87c3ce56f9aca31ba (patch) | |
tree | b165f390213ab63f29421ceb0bfb728a2ebb7aea | |
parent | 04006990b05ec12a1b493848d41b5f0c7eee800f (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |