Updated Branches: refs/heads/master db5d13d19 -> 89ce79eaf
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/89ce79ea Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/89ce79ea Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/89ce79ea Branch: refs/heads/master Commit: 89ce79eafb05ca594ef43c811f3dc304d4bf19ab Parents: db5d13d Author: cmueller <cmuel...@apache.org> Authored: Sun Feb 9 21:30:00 2014 +0100 Committer: cmueller <cmuel...@apache.org> Committed: Sun Feb 9 21:31:21 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/89ce79ea/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 83898ec..8dcc77f 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -308,6 +308,7 @@ <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-svggen/${xmlgraphics-batik-version}$Bundle-SymbolicName=org.apache.xmlgraphics.batik-svggen&Bundle-Version=${xmlgraphics-batik-version}</bundle> <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-extension/${xmlgraphics-batik-version}$Bundle-SymbolicName=org.apache.xmlgraphics.batik-extension&Bundle-Version=${xmlgraphics-batik-version}</bundle> <bundle dependency="true">wrap:mvn:org.apache.xmlgraphics/batik-ext/${xmlgraphics-batik-version}$Bundle-SymbolicName=org.apache.xmlgraphics.batik-ext&Bundle-Version=${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>