You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/12/20 08:59:36 UTC

[maven] branch MNG-7641 created (now f36765e7b)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch MNG-7641
in repository https://gitbox.apache.org/repos/asf/maven.git


      at f36765e7b [MNG-7641] Upgrade Maven Wagon to 3.5.3

This branch includes the following new commits:

     new f36765e7b [MNG-7641] Upgrade Maven Wagon to 3.5.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-7641] Upgrade Maven Wagon to 3.5.3

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-7641
in repository https://gitbox.apache.org/repos/asf/maven.git

commit f36765e7bfb15b053259cc8627594216442a774e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Dec 20 09:59:24 2022 +0100

    [MNG-7641] Upgrade Maven Wagon to 3.5.3
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b6573ccb..de367691b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@ under the License.
     <guiceVersion>5.1.0</guiceVersion>
     <guavaVersion>30.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
-    <wagonVersion>3.5.2</wagonVersion>
+    <wagonVersion>3.5.3</wagonVersion>
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
     <jxpathVersion>1.3</jxpathVersion>
@@ -348,13 +348,6 @@ under the License.
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-http</artifactId>
         <version>${wagonVersion}</version>
-        <exclusions>
-          <!-- Not used at all -->
-          <exclusion>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <!--  Repository -->
       <dependency>