[java-parent-project] branch dev/thymeleaf updated: Add thymeleaf core to the dependencies
Rod Widdowson
rdw at steadingsoftware.com
Sun Jan 21 13:47:21 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=14956daef418a245f36feb160b808fc27ebb4c53
The following commit(s) were added to refs/heads/dev/thymeleaf by this push:
new 14956da Add thymeleaf core to the dependencies
14956da is described below
commit 14956daef418a245f36feb160b808fc27ebb4c53
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 21 13:46:23 2024 +0000
Add thymeleaf core to the dependencies
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index bd574b0..32e7f26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,6 +312,11 @@
<version>${unboundid.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.thymeleaf</groupId>
+ <artifactId>thymeleaf</artifactId>
+ <version>${thymeleaf.version}</version>
+ </dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring6</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list