Add spring-boot-starter-groovy-templates

Fixes gh-974
This commit is contained in:
Dave Syer
2014-05-28 16:13:16 +01:00
parent ee12840bf7
commit dba9667e93
5 changed files with 42 additions and 5 deletions

View File

@@ -22,11 +22,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<artifactId>spring-boot-starter-groovy-templates</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>