Fixed the karaf feature validate error
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7189b56d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7189b56d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7189b56d Branch: refs/heads/master Commit: 7189b56d99517253d3c4dd1af15a79a4a9d3cc58 Parents: bb38c20 Author: Willem Jiang <[email protected]> Authored: Wed Mar 4 16:31:10 2015 +0800 Committer: Willem Jiang <[email protected]> Committed: Wed Mar 4 16:32:16 2015 +0800 ---------------------------------------------------------------------- platforms/karaf/features/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7189b56d/platforms/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index 77f1d9c..6fb3e7c 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -163,6 +163,13 @@ </goals> </execution> </executions> + <dependencies> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http-lightweight</artifactId> + <version>2.6</version> + </dependency> + </dependencies> </plugin> </plugins> </build>
