aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation
diff options
context:
space:
mode:
authorAmichai Hemli <amichai.hemli@intl.att.com>2020-03-04 09:33:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-04 09:33:54 +0000
commit4b13feba8d9b64b949c597910bfe980a991c67fa (patch)
tree781662584a97c326424d0d76e3718a2dda356135 /vid-automation
parent47bd03a0353f37ce2c4f2749e40ebd6fd3e93363 (diff)
parentd2a77da67e054039b14bf82513bae8a9254d9cda (diff)
Merge "Remove explicit org.apache.httpcomponents.httpcore"
Diffstat (limited to 'vid-automation')
-rw-r--r--vid-automation/pom.xml5
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>