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