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 2015/11/21 16:23:43 UTC

[2/3] camel git commit: CAMEL-9347: camel-blueprint - Fix auto lookup of transaction policy

CAMEL-9347: camel-blueprint - Fix auto lookup of transaction policy


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2ab4bf65
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2ab4bf65
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2ab4bf65

Branch: refs/heads/master
Commit: 2ab4bf65d0a914bb98bc09185019c45774dab1c7
Parents: 07899da
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Nov 21 15:54:04 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Nov 21 15:54:04 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/2ab4bf65/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 7b05e58..d197c02 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -41,6 +41,8 @@
       !org.apache.camel.*,
       !com.googlecode.concurrentlinkedhashmap,
       ${camel.osgi.import.defaults},
+      org.springframework.transaction;resolution:=optional,
+      org.apache.camel.spring.spi;resolution:=optional,
       org.apache.xalan.xsltc.trax;resolution:=optional,
       javax.activation;resolution:=optional,
       javax.xml.bind;resolution:=optional,