Browse Source

added thymeleaf

master
simongig 4 years ago
parent
commit
92cdbf4960
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      application/pom.xml

+ 6
- 0
application/pom.xml View File

@@ -17,6 +17,12 @@

</dependency>

<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>

<dependency>

<groupId>org.slf4j</groupId>

Loading…
Cancel
Save