6e9424
From c8933d155694ce37b1d4be59a744c8f7cbde6bb5 Mon Sep 17 00:00:00 2001
6e9424
From: Mikolaj Izdebski <mizdebsk@redhat.com>
6e9424
Date: Mon, 1 Jul 2019 09:51:56 +0200
6e9424
Subject: [PATCH 4/4] Use non-shaded HTTP wagon
6e9424
6e9424
---
6e9424
 apache-maven/pom.xml | 15 ---------------
6e9424
 pom.xml              |  1 -
6e9424
 2 files changed, 16 deletions(-)
6e9424
6e9424
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
6e9424
index 82e12a3..f02a45e 100644
6e9424
--- a/apache-maven/pom.xml
6e9424
+++ b/apache-maven/pom.xml
6e9424
@@ -63,21 +63,6 @@ under the License.
6e9424
     <dependency>
6e9424
       <groupId>org.apache.maven.wagon</groupId>
6e9424
       <artifactId>wagon-http</artifactId>
6e9424
-      <classifier>shaded</classifier>
6e9424
-      <exclusions>
6e9424
-        <exclusion>
6e9424
-          <groupId>org.apache.httpcomponents</groupId>
6e9424
-          <artifactId>httpclient</artifactId>
6e9424
-        </exclusion>
6e9424
-        <exclusion>
6e9424
-          <groupId>org.apache.httpcomponents</groupId>
6e9424
-          <artifactId>httpcore</artifactId>
6e9424
-        </exclusion>
6e9424
-        <exclusion>
6e9424
-          <groupId>org.apache.maven.wagon</groupId>
6e9424
-          <artifactId>wagon-http-shared</artifactId>
6e9424
-        </exclusion>
6e9424
-      </exclusions>
6e9424
     </dependency>
6e9424
     <dependency>
6e9424
       
6e9424
diff --git a/pom.xml b/pom.xml
6e9424
index 44e287a..cdef69c 100644
6e9424
--- a/pom.xml
6e9424
+++ b/pom.xml
6e9424
@@ -328,7 +328,6 @@ under the License.
6e9424
         <groupId>org.apache.maven.wagon</groupId>
6e9424
         <artifactId>wagon-http</artifactId>
6e9424
         <version>${wagonVersion}</version>
6e9424
-        <classifier>shaded</classifier>
6e9424
         <exclusions>
6e9424
           <exclusion>
6e9424
             <groupId>commons-logging</groupId>
6e9424
-- 
6e9424
2.24.1
6e9424