Updated Branches: refs/heads/camel-2.12.x 0d456ee76 -> b0d4e53a0
CAMEL-7183: Failed to validate camel-fop feature Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b0d4e53a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b0d4e53a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b0d4e53a Branch: refs/heads/camel-2.12.x Commit: b0d4e53a0670f005b09f48501ed383f57c5c00f1 Parents: 0d456ee Author: cmueller <cmuel...@apache.org> Authored: Sun Feb 9 21:42:15 2014 +0100 Committer: cmueller <cmuel...@apache.org> Committed: Sun Feb 9 21:42:15 2014 +0100 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b0d4e53a/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index f74e44e..a57c0f3 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -305,6 +305,7 @@ <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-svggen/${xmlgraphics-batik-version}</bundle> <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-extension/${xmlgraphics-batik-version}</bundle> <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-ext/${xmlgraphics-batik-version}</bundle> + <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/${bcel-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fop/${fop-bundle-version}</bundle> <bundle>mvn:org.apache.camel/camel-fop/${project.version}</bundle> </feature>