Use simplified @Grab where possible

This commit is contained in:
Dave Syer
2013-10-09 10:16:01 -04:00
parent 1dd0cca294
commit 3adfdd34ec
8 changed files with 13 additions and 46 deletions

View File

@@ -1,8 +1,6 @@
package app
import groovy.util.logging.Log
@Grab("org.thymeleaf:thymeleaf-spring3:2.0.16")
@Grab("thymeleaf-spring3")
@Controller
class Example {