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 2009/03/28 21:09:30 UTC

svn commit: r759571 - /commons/proper/configuration/trunk/project.xml

Author: oheger
Date: Sat Mar 28 20:09:30 2009
New Revision: 759571

URL: http://svn.apache.org/viewvc?rev=759571&view=rev
Log:
Synchronized with changes of pom.xml (as the m1 build is not yet dropped).

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

Modified: commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.xml?rev=759571&r1=759570&r2=759571&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Sat Mar 28 20:09:30 2009
@@ -294,6 +294,33 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-vfs</artifactId>
+      <version>2.0-SNAPSHOT</version>
+      <properties>
+        <optional>true</optional>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.5.6</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
+    </dependency>
+      
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.6</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
+    </dependency>
+
+    <dependency>
       <groupId>commons-jxpath</groupId>
       <artifactId>commons-jxpath</artifactId>
       <version>1.3</version>