Exclude mockito-all from zuul

This commit is contained in:
Dave Syer
2015-02-25 14:25:11 +00:00
parent 0b8f85529c
commit e6f30ebfce

View File

@@ -251,6 +251,10 @@
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>