You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/09/08 07:44:31 UTC

git commit: Add wagon-http-lightweight dependency to the karaf-maven-plugin

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 00c7dbbd8 -> 13b41315c


Add wagon-http-lightweight dependency to the karaf-maven-plugin


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

Branch: refs/heads/karaf-3.0.x
Commit: 13b41315c666534826f0e55ed7331f66ddd663bb
Parents: 00c7dbb
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 8 07:44:03 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 8 07:44:03 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/13b41315/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 1f7b6c5..169e7ee 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -78,7 +78,11 @@
             <artifactId>maven-compat</artifactId>
             <version>3.0.3</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-http-lightweight</artifactId>
+            <version>2.6</version>
+        </dependency>
 
         <dependency>
             <groupId>org.slf4j</groupId>