exclude thrift-server's 'compile' dependency on junit

This commit is contained in:
Dave Brosius 2016-06-18 22:52:15 -04:00
parent 79c5bc314b
commit a6e749089f
1 changed files with 1 additions and 0 deletions

View File

@ -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">