Remove explicit org.apache.httpcomponents.httpcore 25/102825/1
authorIttay Stern <ittay.stern@att.com>
Tue, 3 Mar 2020 07:44:45 +0000 (09:44 +0200)
committerIttay Stern <ittay.stern@att.com>
Tue, 3 Mar 2020 07:44:45 +0000 (09:44 +0200)
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>
vid-automation/pom.xml

index 708bffb..0a6769c 100644 (file)
             <artifactId>httpclient</artifactId>
             <version>${apachehttp.version}</version>
         </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>