Commit e6f30ebf by Dave Syer

Exclude mockito-all from zuul

parent 0b8f8552
...@@ -251,6 +251,10 @@ ...@@ -251,6 +251,10 @@
<artifactId>groovy-all</artifactId> <artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId> <groupId>org.codehaus.groovy</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment