summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-20 09:33:00 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-20 09:34:00 -0700
commit2676c6a5b87a82f97346b51dd7c09036ad31d748 (patch)
tree0387ddbdef0b4c17fd662e710983477b8064950e
parent64489f3f8954dd0ce6fc4f603ce96254ffbc4c99 (diff)
Standardize 3rd party library versions
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>
-rw-r--r--pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 98cb204..aa2b9bf 100644
--- 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>
@@ -109,12 +109,6 @@
<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>
<version>4.4.4</version>
<scope>compile</scope>
@@ -162,7 +156,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.8.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>