Fixed the Karaf tool validating issue after upgrade to karaf 2.3.6
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e9a20c19 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e9a20c19 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e9a20c19 Branch: refs/heads/master Commit: e9a20c19cc46e1960702ec5e25b8b05cbf2ab96c Parents: fe35d1b Author: Willem Jiang <[email protected]> Authored: Tue Aug 12 15:33:48 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Tue Aug 12 15:35:22 2014 +0800 ---------------------------------------------------------------------- platforms/karaf/features/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e9a20c19/platforms/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml index 6b55778..95b708f 100644 --- a/platforms/karaf/features/pom.xml +++ b/platforms/karaf/features/pom.xml @@ -140,7 +140,7 @@ </repository> </repositories> </profile> - + <profile> <id>validate</id> <!-- Added the repository for the google script --> @@ -163,6 +163,13 @@ <groupId>org.apache.karaf.tooling</groupId> <artifactId>features-maven-plugin</artifactId> <version>${karaf-version}</version> + <dependencies> + <dependency> + <groupId>biz.aQute</groupId> + <artifactId>bndlib</artifactId> + <version>1.50.0</version> + </dependency> + </dependencies> <configuration> <file>${project.build.directory}/classes/${features.file}</file> <karafConfig>${project.build.directory}/classes/config.properties</karafConfig>
