diff options
Diffstat (limited to 'java/sca/modules/implementation-bpel-ode')
-rw-r--r-- | java/sca/modules/implementation-bpel-ode/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | java/sca/modules/implementation-bpel-ode/pom.xml | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/META-INF/MANIFEST.MF b/java/sca/modules/implementation-bpel-ode/META-INF/MANIFEST.MF index eb2db6e5cb..5e8ef59631 100644 --- a/java/sca/modules/implementation-bpel-ode/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-bpel-ode/META-INF/MANIFEST.MF @@ -14,7 +14,7 @@ Bundle-Description: Apache Tuscany SCA BPEL ODE Implementation Extensi on
Import-Package: javax.resource.spi,
javax.sql,
- javax.transaction;version="1.0.1",
+ javax.transaction;version="1.1.0",
javax.wsdl,
javax.xml.namespace,
org.apache.commons.logging,
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml index e0e3c5f36d..5e6e263f94 100644 --- a/java/sca/modules/implementation-bpel-ode/pom.xml +++ b/java/sca/modules/implementation-bpel-ode/pom.xml @@ -259,6 +259,10 @@ <version>1.1</version>
<exclusions>
<exclusion>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jta</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
@@ -326,7 +330,7 @@ <exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
- </exclusion>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -349,7 +353,7 @@ <groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
|