diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,7 @@ <eaaf-core.version>1.0.8</eaaf-core.version> <org.springframework.version>5.1.8.RELEASE</org.springframework.version> + <org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version> <cxf.version>3.3.2</cxf.version> <org.apache.commons-lang3.version>3.9</org.apache.commons-lang3.version> @@ -111,6 +112,11 @@ <version>${org.springframework.version}</version> </dependency> <dependency> + <groupId>org.thymeleaf</groupId> + <artifactId>thymeleaf-spring5</artifactId> + <version>${org.thymeleaf-spring5.version}</version> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${org.slf4j.version}</version> |