mirror of https://github.com/apache/druid.git
enforce compile scope (#4524)
This commit is contained in:
parent
cc20260078
commit
a603c4b423
|
@ -47,6 +47,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-client</artifactId>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-cli</groupId>
|
||||
|
|
Loading…
Reference in New Issue