You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/01/23 03:51:36 UTC

[maven-surefire] 01/02: [SUREFIRE-1785] Upgrade Maven Artifact Transfer to Version 0.13.1

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit b85c145d9a95a8a9a0bd81a0fd1de71ac7c22939
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Jan 23 04:04:01 2021 +0100

    [SUREFIRE-1785] Upgrade Maven Artifact Transfer to Version 0.13.1
---
 pom.xml                       |  8 +-------
 surefire-shared-utils/pom.xml | 11 +----------
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 339e645..2e8755b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,15 +219,9 @@
         </exclusions>
       </dependency>
       <dependency>
-        <!-- version 1.11 used in maven-artifact-transfer:0.11.0 -->
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.11</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-artifact-transfer</artifactId>
-        <version>0.11.0</version>
+        <version>0.13.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.maven</groupId>
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index a6c67d4..c845f5c 100644
--- a/surefire-shared-utils/pom.xml
+++ b/surefire-shared-utils/pom.xml
@@ -56,10 +56,6 @@
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
@@ -78,7 +74,6 @@
                                     <incclude>commons-io:commons-io</incclude>
                                     <include>org.apache.commons:commons-lang3</include>
                                     <include>org.apache.commons:commons-compress</include>
-                                    <include>commons-codec:commons-codec</include>
                                 </includes>
                             </artifactSet>
                             <relocations>
@@ -98,10 +93,6 @@
                                     <pattern>org.apache.commons.compress</pattern>
                                     <shadedPattern>org.apache.maven.surefire.shared.compress</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.codec</pattern>
-                                    <shadedPattern>org.apache.maven.surefire.shared.codec</shadedPattern>
-                                </relocation>
                             </relocations>
                         </configuration>
                     </execution>
@@ -110,4 +101,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>