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

This commit is contained in:
Anu Engineer 2017-09-20 13:45:11 -07:00 committed by Owen O'Malley
parent 3b290fe3bf
commit c14e8b17ec
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@
</properties> </properties>
<dependencies> <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> <dependency>
<groupId>commons-cli</groupId> <groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId> <artifactId>commons-cli</artifactId>