mbi / rpms / maven

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