7c6556
From 81328d875bca5aae7d26e2058f4568a610c680d4 Mon Sep 17 00:00:00 2001
7c6556
From: Mikolaj Izdebski <mizdebsk@redhat.com>
7c6556
Date: Mon, 1 Jul 2019 09:51:56 +0200
7c6556
Subject: [PATCH 3/6] Use non-shaded HTTP wagon
7c6556
7c6556
---
7c6556
 apache-maven/pom.xml | 15 ---------------
7c6556
 pom.xml              |  1 -
7c6556
 2 files changed, 16 deletions(-)
7c6556
7c6556
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
7c6556
index 7ff412767..b15091576 100644
7c6556
--- a/apache-maven/pom.xml
7c6556
+++ b/apache-maven/pom.xml
7c6556
@@ -63,21 +63,6 @@ under the License.
7c6556
     <dependency>
7c6556
       <groupId>org.apache.maven.wagon</groupId>
7c6556
       <artifactId>wagon-http</artifactId>
7c6556
-      <classifier>shaded</classifier>
7c6556
-      <exclusions>
7c6556
-        <exclusion>
7c6556
-          <groupId>org.apache.httpcomponents</groupId>
7c6556
-          <artifactId>httpclient</artifactId>
7c6556
-        </exclusion>
7c6556
-        <exclusion>
7c6556
-          <groupId>org.apache.httpcomponents</groupId>
7c6556
-          <artifactId>httpcore</artifactId>
7c6556
-        </exclusion>
7c6556
-        <exclusion>
7c6556
-          <groupId>org.apache.maven.wagon</groupId>
7c6556
-          <artifactId>wagon-http-shared</artifactId>
7c6556
-        </exclusion>
7c6556
-      </exclusions>
7c6556
     </dependency>
7c6556
     <dependency>
7c6556
       <groupId>org.slf4j</groupId>
7c6556
diff --git a/pom.xml b/pom.xml
7c6556
index c319cae26..42afab5f1 100644
7c6556
--- a/pom.xml
7c6556
+++ b/pom.xml
7c6556
@@ -333,7 +333,6 @@ under the License.
7c6556
         <groupId>org.apache.maven.wagon</groupId>
7c6556
         <artifactId>wagon-http</artifactId>
7c6556
         <version>${wagonVersion}</version>
7c6556
-        <classifier>shaded</classifier>
7c6556
         <exclusions>
7c6556
           <exclusion>
7c6556
             <groupId>commons-logging</groupId>
7c6556
-- 
7c6556
2.35.1
7c6556