Author: antelder
Date: Tue May 18 09:16:06 2010
New Revision: 945550
URL: http://svn.apache.org/viewvc?rev=945550&view=rev
Log:
Add missing dependency
Modified:
tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml
Modified: tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml?rev=945550&r1=945549&r2=945550&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/contribution/pom.xml Tue May 18 09:16:06
2010
@@ -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>