mirror of https://github.com/apache/cassandra
exclude thrift-server's 'compile' dependency on junit
This commit is contained in:
parent
79c5bc314b
commit
a6e749089f
|
|
@ -375,6 +375,7 @@
|
|||
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7">
|
||||
<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
|
||||
<exclusion groupId="junit" artifactId="junit"/>
|
||||
</dependency>
|
||||
<dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
|
||||
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue