Exclude groovy because it isn't used

This commit is contained in:
Dave Syer 2016-12-02 12:57:29 +00:00
parent cb3156efb2
commit 87ee7cadfb

View file

@ -55,6 +55,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>