Author: edwardyoon
Date: Mon Apr 20 05:48:49 2015
New Revision: 1674736
URL: http://svn.apache.org/r1674736
Log:
Fix build for hadoop1
Modified:
hama/trunk/core/pom.xml
hama/trunk/mesos/pom.xml
Modified: hama/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1674736&r1=1674735&r2=1674736&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Mon Apr 20 05:48:49 2015
@@ -77,6 +77,10 @@
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
Modified: hama/trunk/mesos/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/mesos/pom.xml?rev=1674736&r1=1674735&r2=1674736&view=diff
==============================================================================
--- hama/trunk/mesos/pom.xml (original)
+++ hama/trunk/mesos/pom.xml Mon Apr 20 05:48:49 2015
@@ -96,7 +96,7 @@
<outputDirectory>${project.parent.basedir}/lib</outputDirectory>
</artifactItem>
</artifactItems>
- <excludeTransitive>false</excludeTransitive>
+ <excludeTransitive>true</excludeTransitive>
<fileMode>755</fileMode>
</configuration>
</execution>