CAMEL-6569: Fixed xslt component with saxon=true not working in OSGi
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/053ac2f3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/053ac2f3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/053ac2f3 Branch: refs/heads/camel-2.11.x Commit: 053ac2f3759ccde8fcce441ae01beaab229de6f6 Parents: c85eae2 Author: Claus Ibsen <[email protected]> Authored: Tue Jul 23 15:35:18 2013 +0200 Committer: Claus Ibsen <[email protected]> Committed: Tue Jul 23 15:35:37 2013 +0200 ---------------------------------------------------------------------- camel-core/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/053ac2f3/camel-core/pom.xml ---------------------------------------------------------------------- diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 61d5dcb..9070d05 100755 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -40,7 +40,6 @@ !com.googlecode.concurrentlinkedhashmap, ${camel.osgi.import.defaults}, org.apache.xalan.xsltc.trax;resolution:=optional, - net.sf.saxon;resolution:=optional, javax.activation;resolution:=optional, javax.xml.bind;resolution:=optional, javax.xml.bind.annotation;resolution:=optional, @@ -82,7 +81,9 @@ org.apache.camel.spi.LanguageResolver;language=tokenize </camel.osgi.export.service> <camel.osgi.dynamic> - org.apache.camel.spring.util;${camel.osgi.import.strict.version},org.apache.camel.processor.interceptor.jpa;${camel.osgi.import.strict.version} + org.apache.camel.spring.util;${camel.osgi.import.strict.version}, + org.apache.camel.processor.interceptor.jpa;${camel.osgi.import.strict.version}, + net.sf.saxon </camel.osgi.dynamic> <camel.osgi.activator> org.apache.camel.impl.osgi.Activator
