1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Remove Thymeleaf dependency management

Fixes: gh-6161
This commit is contained in:
Rob Winch
2018-11-27 16:27:58 -06:00
parent d99c7dbfd1
commit 45cbdc03ba
6 changed files with 1 additions and 12 deletions
@@ -1,7 +1,5 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version'] = '3.0.9.RELEASE'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'