Author: edwardyoon
Date: Tue Feb 4 00:34:09 2014
New Revision: 1564144
URL: http://svn.apache.org/r1564144
Log:
Fix build fail
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=1564144&r1=1564143&r2=1564144&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Tue Feb 4 00:34:09 2014
@@ -136,8 +136,8 @@
<artifactId>zookeeper</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-cli</artifactId>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1564144&r1=1564143&r2=1564144&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Tue Feb 4 00:34:09 2014
@@ -182,7 +182,7 @@
<version>${commons-logging.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
+ <groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons-cli.version}</version>
</dependency>