diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-20 09:33:00 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-20 09:34:00 -0700 |
commit | 2676c6a5b87a82f97346b51dd7c09036ad31d748 (patch) | |
tree | 0387ddbdef0b4c17fd662e710983477b8064950e /pom.xml | |
parent | 64489f3f8954dd0ce6fc4f603ce96254ffbc4c99 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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> |