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/17 11:01:57 UTC

svn commit: r1568928 - in /hama/trunk: core/pom.xml pom.xml

Author: edwardyoon
Date: Mon Feb 17 10:01:56 2014
New Revision: 1568928

URL: http://svn.apache.org/r1568928
Log:
fix duplicate declaration of commons-cli

Modified:
    hama/trunk/core/pom.xml
    hama/trunk/pom.xml

Modified: hama/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1568928&r1=1568927&r2=1568928&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Mon Feb 17 10:01:56 2014
@@ -135,10 +135,6 @@
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
     </dependency>
-    <dependency>
-      <groupId>commons-cli</groupId>
-      <artifactId>commons-cli</artifactId>
-    </dependency>
   </dependencies>
 
   <build>

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1568928&r1=1568927&r2=1568928&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Mon Feb 17 10:01:56 2014
@@ -181,11 +181,6 @@
           <version>${protobuf.version}</version>
         </dependency>
         <dependency>
-          <groupId>commons-cli</groupId>
-          <artifactId>commons-cli</artifactId>
-          <version>1.2</version>
-        </dependency>
-        <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
           <version>2.4</version>