Remove guava override 23/64423/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 4 Sep 2018 13:01:34 +0000 (09:01 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 4 Sep 2018 13:01:45 +0000 (09:01 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index f9b9bbe..87af9a1 100644 (file)
--- 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>
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>${guava.version}</version>
             </dependency>
             <dependency>
                 <groupId>javax.ws.rs</groupId>