You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/07/23 14:40:01 UTC

[3/3] git commit: CAMEL-6569: Fixed xslt component with saxon=true not working in OSGi

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/4ee65ebe
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4ee65ebe
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4ee65ebe

Branch: refs/heads/master
Commit: 4ee65ebe5002ae388aa2f03add8d8fff9c1a8ebf
Parents: b51e364
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jul 23 14:27:17 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jul 23 14:38:49 2013 +0200

----------------------------------------------------------------------
 camel-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4ee65ebe/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 1f6fbcc..9e09f08 100755
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -42,6 +42,7 @@
         !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,