diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-03-04 09:33:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-04 09:33:54 +0000 |
commit | 4b13feba8d9b64b949c597910bfe980a991c67fa (patch) | |
tree | 781662584a97c326424d0d76e3718a2dda356135 | |
parent | 47bd03a0353f37ce2c4f2749e40ebd6fd3e93363 (diff) | |
parent | d2a77da67e054039b14bf82513bae8a9254d9cda (diff) |
Merge "Remove explicit org.apache.httpcomponents.httpcore"
-rw-r--r-- | vid-automation/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 708bffb06..0a6769c89 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -67,11 +67,6 @@ </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>4.4.13</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>${apachehttp.version}</version> </dependency> |