Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x f2368b0ca -> dc8f285f2


Add missing wagon provider dependency in the features-maven-plugin

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d571f141
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d571f141
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d571f141

Branch: refs/heads/karaf-2.x
Commit: d571f1412e6f95d3b324e1ff9c82d07bb2b4cb6d
Parents: f2368b0
Author: Guillaume Nodet <gno...@gmail.com>
Authored: Tue Jul 15 09:58:59 2014 +0200
Committer: Guillaume Nodet <gno...@gmail.com>
Committed: Tue Jul 15 09:58:59 2014 +0200

----------------------------------------------------------------------
 tooling/features-maven-plugin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/d571f141/tooling/features-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/features-maven-plugin/pom.xml 
b/tooling/features-maven-plugin/pom.xml
index 59d0ff6..79f8a3e 100644
--- a/tooling/features-maven-plugin/pom.xml
+++ b/tooling/features-maven-plugin/pom.xml
@@ -106,6 +106,11 @@
             <artifactId>plexus-utils</artifactId>
             <version>${plexus.utils.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-http-lightweight</artifactId>
+            <version>2.6</version>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to