Exclude groovy-all

This commit is contained in:
Dave Syer
2014-08-07 16:15:15 -07:00
parent f9fb23d472
commit d4f3caca02

View File

@@ -90,6 +90,12 @@
<groupId>com.netflix.zuul</groupId>
<artifactId>zuul-core</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>