petclinic-uncached

Exclude groovy because it isn't used

12/2/2016 10:57:29 AM

Changes

pom.xml 6(+6 -0)

Details

pom.xml 6(+6 -0)

diff --git a/pom.xml b/pom.xml
index 2455ace..95a5a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>