[java-shib-shared] 12/12: Add Jakarta dependency.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 31 14:15:59 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/thymeleaf
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=ab85c0ef30bd18276adc44235b405acdc6940ed8
commit ab85c0ef30bd18276adc44235b405acdc6940ed8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 09:12:42 2024 -0500
Add Jakarta dependency.
---
shib-thymeleaf-spring/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/shib-thymeleaf-spring/pom.xml b/shib-thymeleaf-spring/pom.xml
index 3a65a335..5b373f2e 100644
--- a/shib-thymeleaf-spring/pom.xml
+++ b/shib-thymeleaf-spring/pom.xml
@@ -35,6 +35,13 @@
<artifactId>spring-webmvc</artifactId>
</dependency>
+ <!-- Provided Dependencies -->
+ <dependency>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list