Author: sebb
Date: Tue Nov 9 16:42:47 2010
New Revision: 1033080
URL: http://svn.apache.org/viewvc?rev=1033080&view=rev
Log:
Not needed for Java 1.5
Modified:
commons/proper/vfs/trunk/core/pom.xml
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1033080&r1=1033079&r2=1033080&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Tue Nov 9 16:42:47 2010
@@ -75,11 +75,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>