[ 
https://issues.apache.org/jira/browse/KARAF-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287763#comment-16287763
 ] 

ASF GitHub Bot commented on KARAF-5521:
---------------------------------------

jbonofre closed pull request #411: [KARAF-5521] Upgrade to Maven Wagon 3.0.0
URL: https://github.com/apache/karaf/pull/411
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index af75d5d06b..9a18ab192f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>
         <maven.version>3.5.2</maven.version>
-        <maven.wagon.version>2.10</maven.wagon.version>
+        <maven.wagon.version>3.0.0</maven.wagon.version>
         
<maven-plugin-annotations.version>3.5</maven-plugin-annotations.version>
         <org.osgi.service.jdbc.version>1.0.0</org.osgi.service.jdbc.version>
         <org.osgi.service.jpa.version>1.0.0</org.osgi.service.jpa.version>
diff --git 
a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/utils/Dependency31Helper.java
 
b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/utils/Dependency31Helper.java
index 4a6c5d02f2..d1bfb7055b 100644
--- 
a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/utils/Dependency31Helper.java
+++ 
b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/utils/Dependency31Helper.java
@@ -47,7 +47,7 @@
 import java.util.*;
 
 import static java.lang.String.*;
-import static org.apache.commons.lang.reflect.MethodUtils.invokeMethod;
+import static org.apache.commons.lang3.reflect.MethodUtils.invokeMethod;
 import static 
org.apache.karaf.deployer.kar.KarArtifactInstaller.FEATURE_CLASSIFIER;
 
 /**


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade to Maven Wagon 3.0.0
> ----------------------------
>
>                 Key: KARAF-5521
>                 URL: https://issues.apache.org/jira/browse/KARAF-5521
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-tooling
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.4, 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to