You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/23 08:06:32 UTC

svn commit: r728891 - /commons/proper/digester/trunk/pom.xml

Author: rahul
Date: Mon Dec 22 23:06:32 2008
New Revision: 728891

URL: http://svn.apache.org/viewvc?rev=728891&view=rev
Log:
Remove xml-apis dependency, no longer needed with JDK 1.5+.

Modified:
    commons/proper/digester/trunk/pom.xml

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=728891&r1=728890&r2=728891&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Mon Dec 22 23:06:32 2008
@@ -258,12 +258,6 @@
       <version>1.1.1</version>
     </dependency>
     <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>