Merge "Upgrade oparent version"
authorLiam Fallon <liam.fallon@ericsson.com>
Tue, 28 Aug 2018 11:21:03 +0000 (11:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 28 Aug 2018 11:21:03 +0000 (11:21 +0000)
integration/pom.xml
pom.xml

index 634d953..523f034 100644 (file)
                 <version>4.4.9</version>
             </dependency>
 
-            <!-- utility classes, google's collections, io classes -->
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>25.1-jre</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.checkerframework</groupId>
-                        <artifactId>checker-qual</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.checkerframework</groupId>
-                <artifactId>checker-qual</artifactId>
-                <version>2.5.3</version>
-            </dependency>
-
             <!-- JSON marshalling and unmarshalling -->
             <dependency>
                 <groupId>com.google.code.gson</groupId>
diff --git a/pom.xml b/pom.xml
index fb5b940..6110955 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
     <packaging>pom</packaging>
 
     <properties>
-        <oparent.version>1.1.0</oparent.version>
+        <oparent.version>1.2.0</oparent.version>
     </properties>
 
     <modules>
         <module>integration</module>
     </modules>
-</project>
\ No newline at end of file
+</project>