diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-03-03 09:44:45 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-03 09:44:45 +0200 |
commit | d2a77da67e054039b14bf82513bae8a9254d9cda (patch) | |
tree | 8d1f8b780c9b10c67a4f0b41c62a2565cab6fa3a | |
parent | 9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (diff) |
Remove explicit org.apache.httpcomponents.httpcore
It is brought inherently by org.apache.httpcomponents.httpclient
Issue-ID: VID-755
Change-Id: I4582bc0ca8a4be0642d2e47ce6c50d466101cc68
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-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> |