You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2008/05/12 13:20:50 UTC

svn commit: r655473 - /lucene/mahout/trunk/core/pom.xml

Author: srowen
Date: Mon May 12 04:20:50 2008
New Revision: 655473

URL: http://svn.apache.org/viewvc?rev=655473&view=rev
Log:
Ah, and collapse the redundant commons-logging dependencies into one

Modified:
    lucene/mahout/trunk/core/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=655473&r1=655472&r2=655473&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Mon May 12 04:20:50 2008
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
+      <version>1.1.1</version>
     </dependency>
 
     <dependency>
@@ -153,12 +153,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-
-    <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>1.2.2</version>