mirror of https://github.com/apache/cassandra
remove transitive junit dependency from hadoop-core/commons-httpclient
This commit is contained in:
parent
df192c91d4
commit
f01aedcfb6
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue