From 1b3a890cc41d865af96875e3984a4de82668136b Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Thu, 25 Jun 2009 21:51:48 +0000 Subject: Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788524 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/implementation-bpel-runtime/pom.xml | 132 ++++++++++++++------- 1 file changed, 87 insertions(+), 45 deletions(-) diff --git a/java/sca/modules/implementation-bpel-runtime/pom.xml b/java/sca/modules/implementation-bpel-runtime/pom.xml index abd52be4d2..3e92a8769a 100644 --- a/java/sca/modules/implementation-bpel-runtime/pom.xml +++ b/java/sca/modules/implementation-bpel-runtime/pom.xml @@ -83,90 +83,107 @@ tuscany-interface-wsdl 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 2.0-SNAPSHOT + org.apache.ode ode-bpel-epr - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-store - 1.1.1 - - - org.apache.ode - ode-bpel-dao - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-dao - 1.1.1 + 1.3.2 org.apache.ode ode-dao-jpa - 1.1.1 + 1.3.2 org.apache.ode ode-dao-jpa-ojpa-derby - 1.1.1 + 1.3.2 zip org.apache.ode ode-bpel-runtime - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-api - 1.1.1 + 1.3.2 org.apache.ode ode-scheduler-simple - 1.1.1 + 1.3.2 org.apache.ode ode-utils - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-compiler - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-schemas - 1.1.1 + 1.3.2 org.apache.ode ode-bpel-obj - 1.1.1 + 1.3.2 org.apache.ode ode-jacob - 1.1.1 + 1.3.2 org.apache.ode ode-jacob-ap - 1.1.1 + 1.3.2 + + + org.apache.ode + ode-agents + 1.3.2 + + org.apache.ode + ode-dao-hibernate + 1.3.2 + + + + + org.eclipse.equinox + common + 3.3.0-v20070426 + commons-lang commons-lang - 2.1 + 2.3 commons-collections @@ -176,12 +193,12 @@ org.apache.geronimo.specs geronimo-jta_1.1_spec - 1.1.1 + 1.1 org.apache.geronimo.modules geronimo-kernel - 1.2-beta + 2.0.1 mx4j @@ -202,9 +219,9 @@ - org.apache.geronimo.modules + org.apache.geronimo.components geronimo-transaction - 1.2-beta + 2.0.1 org.apache.geronimo.specs @@ -226,13 +243,13 @@ org.apache.geronimo.specs - geronimo-ejb_3.0_spec - 1.0 + geronimo-ejb_2.1_spec + 1.1 - org.apache.geronimo.modules + org.apache.geronimo.components geronimo-connector - 1.2-beta + 2.0.1 org.apache.geronimo.specs @@ -251,27 +268,48 @@ org.apache.derby derby - 10.3.1.4 + 10.4.1.3 tranql tranql-connector 1.1 - - geronimo-spec - geronimo-spec-jta - junit junit + + geronimo-spec + geronimo-spec-j2ee-connector + + + geronimo-spec + geronimo-spec-jta + + + axion + axion + + + commons-logging + commons-logging + + + commons-collections + commons-collections + + + commons-primitives + commons-primitives + org.apache.openjpa - openjpa-all - 0.9.7-incubating + openjpa + 1.3.0-SNAPSHOT + net.sourceforge.serp serp - 1.12.0 + 1.13.1 junit @@ -330,7 +369,7 @@ xml-apis xml-apis - + @@ -347,13 +386,13 @@ xerces xercesImpl - 2.8.1 + 2.9.0 xml-apis xml-apis - + org.apache.xmlbeans @@ -369,19 +408,22 @@ net.sf.saxon saxon - 8.7 - + 9.x net.sf.saxon saxon-dom - 8.7 - + 9.x net.sf.saxon saxon-xpath - 8.7 + 9.x + + + net.sf.saxon + saxon-xqj + 9.x commons-codec @@ -429,7 +471,7 @@ org.apache.ode ode-dao-jpa-ojpa-derby - 1.1.1 + 1.3.2 zip true ${project.build.directory}/test-classes/ -- cgit v1.2.3