提交 7abe636e 编写于 作者: R Robert Metzger

Another fix for CDH4 compliance

上级 2eea26b5
......@@ -335,6 +335,21 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>cdh4</id>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.cdh4.hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.cdh4.hadoop.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册