You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2014/02/25 06:07:48 UTC

svn commit: r1571564 - /hama/trunk/pom.xml

Author: edwardyoon
Date: Tue Feb 25 05:07:48 2014
New Revision: 1571564

URL: http://svn.apache.org/r1571564
Log:
maven seems update required dependencies automatically.

Modified:
    hama/trunk/pom.xml

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1571564&r1=1571563&r2=1571564&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Tue Feb 25 05:07:48 2014
@@ -91,7 +91,6 @@
     <commons-configuration.version>1.7</commons-configuration.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-httpclient.version>3.0.1</commons-httpclient.version>
-    <commons-collections.version>3.2.1</commons-collections.version>
     <commons-io.version>2.4</commons-io.version>
     <hadoop.version>1.2.0</hadoop.version>
     <protobuf.version>2.5.0</protobuf.version>
@@ -229,11 +228,6 @@
         <version>${commons-httpclient.version}</version>
       </dependency>
       <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-        <version>${commons-collections.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty</artifactId>
         <version>${jetty.version}</version>