[java-parent-project] 01/01: Add thymeleaf dependencies.
Marvin S. Addison
marvin.addison at gmail.com
Thu Jan 18 21:03:59 UTC 2024
This is an automated email from the git hooks/post-receive script.
serac pushed a commit to branch dev/thymeleaf
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=ab49c6f83186447e6c49e400a253283bf7f5171e
commit ab49c6f83186447e6c49e400a253283bf7f5171e
Author: Marvin S. Addison <serac at vt.edu>
AuthorDate: Tue Jan 16 07:38:20 2024 -0500
Add thymeleaf dependencies.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 147d0f2..bd574b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
<spring.version>6.1.3</spring.version>
<spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
<spring-webflow.version>3.0.0</spring-webflow.version>
+ <thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
<velocity.version>2.3</velocity.version>
<xmlsec.version>3.0.3</xmlsec.version>
<xmlunit.version>2.9.1</xmlunit.version>
@@ -311,6 +312,11 @@
<version>${unboundid.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.thymeleaf</groupId>
+ <artifactId>thymeleaf-spring6</artifactId>
+ <version>${thymeleaf.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list