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