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