remove transitive junit dependency from hadoop-core/commons-httpclient

This commit is contained in:
Dave Brosius 2016-08-06 21:24:59 -04:00
parent df192c91d4
commit f01aedcfb6
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@
<exclusion groupId="commons-logging" artifactId="commons-logging"/>
<exclusion groupId="org.eclipse.jdt" artifactId="core"/>
<exclusion groupId="ant" artifactId="ant"/>
<exclusion groupId="junit" artifactId="junit"/>
</dependency>
<dependency groupId="org.apache.hadoop" artifactId="hadoop-minicluster" version="1.0.3">
<exclusion groupId="asm" artifactId="asm"/> <!-- this is the outdated version 3.1 -->