summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 17:16:42 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 17:16:42 +0000
commit03f86043d8c509255dd2c430890da4f11095fefb (patch)
tree9face778b5a336fdb8e2eedf3f036c706733d46b /sca-java-2.x
parenta8b7bef437550d694e79158b88d767a082cd4254 (diff)
TUSCANY-3474 - Fixing missing spec dependency...
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml b/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml
index fed1e69501..035621631e 100644
--- a/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/policy-transaction-runtime/pom.xml
@@ -51,7 +51,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-transaction</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
</project>