You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2017/09/20 20:50:31 UTC

hadoop git commit: HDFS-12515. Ozone: mvn package compilation fails on HDFS-7240. Contributed by Anu Engineer.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 2a94ce912 -> 244e7a5f6


HDFS-12515. Ozone: mvn package compilation fails on HDFS-7240. Contributed by Anu Engineer.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/244e7a5f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/244e7a5f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/244e7a5f

Branch: refs/heads/HDFS-7240
Commit: 244e7a5f65c3611d2091d91a8899ac5785fcff3c
Parents: 2a94ce9
Author: Anu Engineer <ae...@apache.org>
Authored: Wed Sep 20 13:45:11 2017 -0700
Committer: Anu Engineer <ae...@apache.org>
Committed: Wed Sep 20 13:45:11 2017 -0700

----------------------------------------------------------------------
 hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/244e7a5f/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
index 4a50ed3..b29de2e 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
@@ -34,6 +34,13 @@
   </properties>
 
   <dependencies>
+      <!-- Adding this dependency makes this build in ozone !-->
+      <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+      </dependency>
+      <!-- but this not needed in trunk !-->
+
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org