You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/08/28 17:55:50 UTC

svn commit: r570461 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Tue Aug 28 08:55:50 2007
New Revision: 570461

URL: http://svn.apache.org/viewvc?rev=570461&view=rev
Log:
Improvements of pom: Updated to commons-parent 4, updated relocated dependencies to xerces and servlet-api; thanks to Michiel Kalkman

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=570461&r1=570460&r2=570461&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Tue Aug 28 08:55:50 2007
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>1</version>
+    <version>4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
@@ -232,8 +232,8 @@
 
     <dependency>
       <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.2.1</version>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.3.0</version>
       <!-- this is test instead of provided, since you can really provide whatever implementation you want -->
       <scope>test</scope>
     </dependency>
@@ -254,8 +254,8 @@
     </dependency>
 
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
       <version>2.4</version>
       <optional>true</optional>
     </dependency>