diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 16:14:37 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 16:14:37 +0000 |
commit | ec1d04ba41f96b68e8f326d251fb1f075e4fe3ae (patch) | |
tree | ddddf4f1f81be547938728253ed933ff08e56401 /java/sca/modules/implementation-bpel-ode/pom.xml | |
parent | 59464a0e866a1a1bc2ff79db39e5294645647f10 (diff) |
Clean up the ode dependencies and manifest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/implementation-bpel-ode/pom.xml | 12 |
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>
|