summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-14 20:49:02 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-05-14 20:49:02 +0000
commit8d6ca55010b29b85c0d778345b5bb3f05fb8aa57 (patch)
treeab4922bb5ae5cad91e71edf57a4a56c5f42af6a1 /java/sca/modules/implementation-bpel-ode/pom.xml
parentdec6aa60eb742389f8a99fa143e018683d796e73 (diff)
Reorganize the pom so that bpel/spring modules are defined in features and referenced by the distro pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml8
1 files changed, 6 insertions, 2 deletions
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>