Author: ieb
Date: Mon Jul 21 14:58:16 2008
New Revision: 678583
URL: http://svn.apache.org/viewvc?rev=678583&view=rev
Log:
Added geronimo StAX API back in to make build work on JDK < 6
I think it was removed when the Abdera deps were removed.
Modified:
incubator/shindig/trunk/java/social-api/pom.xml
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=678583&r1=678582&r2=678583&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Mon Jul 21 14:58:16 2008
@@ -120,5 +120,10 @@
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
+ <!-- may only be needed for JDK < 1.6 -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </dependency>
</dependencies>
</project>
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=678583&r1=678582&r2=678583&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Mon Jul 21 14:58:16 2008
@@ -843,6 +843,11 @@
<artifactId>js</artifactId>
<version>1.6R7</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ <version>1.0.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>