Exclude groovy-all from zuul

This commit is contained in:
Dave Syer
2014-08-07 16:15:38 -07:00
parent d7c7b1a09e
commit f74dfb03d3

View File

@@ -51,6 +51,12 @@
<dependency>
<groupId>com.netflix.zuul</groupId>
<artifactId>zuul-core</artifactId>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>