Move generator templates to Mustache

This commit is contained in:
Dave Syer
2017-02-09 12:13:43 +00:00
committed by Stephane Nicoll
parent ac20d04985
commit fffcd8a774
32 changed files with 501 additions and 307 deletions

View File

@@ -20,20 +20,14 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>