summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/implementation-bpel-ode/pom.xml')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index c5d1ad5699..d5b139e167 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -180,8 +180,8 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
- <version>1.0</version>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
@@ -209,6 +209,10 @@
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_2.1_spec</artifactId>
</exclusion>
<exclusion>
@@ -228,6 +232,10 @@
<version>1.2-beta</version>
<exclusions>
<exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
</exclusion>