enforce compile scope (#4524)

This commit is contained in:
Slim 2017-07-10 22:39:17 -07:00 committed by Gian Merlino
parent cc20260078
commit a603c4b423
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId> <artifactId>hadoop-client</artifactId>
<scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-cli</groupId> <groupId>commons-cli</groupId>