Fix loading of devtools yaml files

Fixes gh-19081
This commit is contained in:
Madhura Bhave
2019-11-20 17:17:04 -08:00
parent 9c4136898d
commit 8ec3ca74e1
4 changed files with 58 additions and 25 deletions

View File

@@ -206,6 +206,11 @@
<artifactId>thymeleaf-spring5</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>