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

@@ -207,6 +207,11 @@
<artifactId>spring-boot-starter-freemarker</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-groovy-templates</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId>