Skip to content

Commit c14e8b1

Browse files
anuengineeromalley
authored andcommitted
HDFS-12515. Ozone: mvn package compilation fails on HDFS-7240. Contributed by Anu Engineer.
1 parent 3b290fe commit c14e8b1

File tree

1 file changed

+7
-0
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-examples

1 file changed

+7
-0
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
</properties>
3535

3636
<dependencies>
37+
<!-- Adding this dependency makes this build in ozone !-->
38+
<dependency>
39+
<groupId>org.slf4j</groupId>
40+
<artifactId>slf4j-api</artifactId>
41+
</dependency>
42+
<!-- but this not needed in trunk !-->
43+
3744
<dependency>
3845
<groupId>commons-cli</groupId>
3946
<artifactId>commons-cli</artifactId>

0 commit comments

Comments
 (0)