summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-04 09:01:34 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-04 09:01:45 -0400
commitf5b724a2ae55e9c734bc20d91c73a09bbdbc7ad8 (patch)
treecfbc9e38d203a06283aaccbd658a7ef3dc3d5210 /pom.xml
parent65e449f142c01abc878df1c8c3bd3f55beffafc4 (diff)
Remove guava override
The oparent repo now declares guava for all the ONAP projects to inherit from. Removing the override so we are upgrading to a version without security or license issues. Issue-ID: INT-619 Change-Id: I5ff9745b723db74cf46d63520f7cf00796bb2a01 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f9b9bbef..87af9a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,6 @@
<hibernate.core.version>5.2.10.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
<commons.io.version>2.5</commons.io.version>
- <guava.version>23.0</guava.version>
<xml.apis.version>1.4.01</xml.apis.version>
<jetty.version>9.3.24.v20180605</jetty.version>
</properties>
@@ -117,7 +116,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>${guava.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>