Add annotation processor

This commit is contained in:
Dave Syer
2015-03-19 14:27:18 +00:00
parent 869e3ec92f
commit 1c54e6b937
8 changed files with 36 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
<wro4j.version>1.7.6</wro4j.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>