petclinic-uncached
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>