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