summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-18 09:16:06 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-18 09:16:06 +0000
commit4fbf78cfa57eba15dbde2449bf5e5d95cb1467d3 (patch)
tree8fc75cc76d9c0907df08a5c52f73bf44723b3081 /sca-java-2.x/trunk
parentcf4324175df609295cb61bd9138de7636fa6af3f (diff)
Add missing dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/contribution/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/contribution/pom.xml b/sca-java-2.x/trunk/modules/contribution/pom.xml
index 56d8f1af3a..809b983c09 100644
--- a/sca-java-2.x/trunk/modules/contribution/pom.xml
+++ b/sca-java-2.x/trunk/modules/contribution/pom.xml
@@ -58,6 +58,12 @@
<artifactId>tuscany-common-java</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ <version>1.0.1</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>