Standardize 3rd party library versions 93/68193/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 20 Sep 2018 16:33:00 +0000 (09:33 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 20 Sep 2018 16:34:00 +0000 (09:34 -0700)
Use applicable 3rd party library versions
from oparent.  Includes upgrade to oparent 1.2.1.

Change-Id: I5710f32ab1edf0b8ebcaec019d5442c9dfc40b83
Issue-ID: INT-656
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 98cb204..aa2b9bf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.2.0</version>
+               <version>1.2.1</version>
                <relativePath/>
        </parent>
 
        </pluginRepositories>
        <dependencyManagement>
                <dependencies>
-                       <dependency>
-                               <groupId>org.apache.httpcomponents</groupId>
-                               <artifactId>httpclient</artifactId>
-                               <version>4.5.5</version>
-                               <scope>compile</scope>
-                       </dependency>
                        <dependency>
                                <groupId>org.apache.httpcomponents</groupId>
                                <artifactId>httpcore</artifactId>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
-                       <version>2.8.10</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.module</groupId>