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