From d290562eebaec37eaf3a5e0e7910ed5eac879c9e Mon Sep 17 00:00:00 2001 From: Chris Gioran Date: Sun, 27 Feb 2011 15:08:25 +0200 Subject: [PATCH] More cleanup - fixed dependencies in poms, renamed Atomikos' test case for readability. --- sampleCode/pom.xml | 37 +++++++++++++++++++++++++++++++------ txModule/pom.xml | 11 +---------- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/sampleCode/pom.xml b/sampleCode/pom.xml index e8099ab..4f4ec82 100644 --- a/sampleCode/pom.xml +++ b/sampleCode/pom.xml @@ -160,12 +160,6 @@ 1.0 - - org.neo4j.jta - atomikos-service-provider - 0.0.1 - - junit junit @@ -190,6 +184,37 @@ mysql-connector-java 5.1.6 + + + org.neo4j + neo4j-kernel + 1.3.M02 + + + com.atomikos + atomikos-util + 3.7.0M5 + + + com.atomikos + transactions + 3.7.0M5 + + + com.atomikos + transactions-api + 3.7.0M5 + + + com.atomikos + transactions-jta + 3.7.0M5 + + + com.atomikos + transactions-osgi + 3.7.0M5 + diff --git a/txModule/pom.xml b/txModule/pom.xml index a5d5534..44aa4bf 100644 --- a/txModule/pom.xml +++ b/txModule/pom.xml @@ -59,16 +59,7 @@ - - org.ow2.jotm - jotm-core - 2.1.9 - - - org.ow2.spec.ee - ow2-connector-1.5-spec - 1.0-M1 - + org.springframework