Author: lindner
Date: Mon May 10 23:55:12 2010
New Revision: 942953
URL: http://svn.apache.org/viewvc?rev=942953&view=rev
Log:
no need for woodstox anymore
Modified:
shindig/trunk/java/social-api/pom.xml
shindig/trunk/pom.xml
Modified: shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/social-api/pom.xml?rev=942953&r1=942952&r2=942953&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Mon May 10 23:55:12 2010
@@ -138,11 +138,6 @@
<!-- test -->
<dependency>
- <groupId>woodstox</groupId>
- <artifactId>wstx</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<scope>test</scope>
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=942953&r1=942952&r2=942953&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon May 10 23:55:12 2010
@@ -1516,11 +1516,6 @@
<version>2.6.2</version>
</dependency>
<dependency>
- <groupId>woodstox</groupId>
- <artifactId>wstx</artifactId>
- <version>1.0.7</version>
- </dependency>
- <dependency>
<groupId>org.apache.sanselan</groupId>
<artifactId>sanselan</artifactId>
<version>0.97-incubator</version>