[java-parent-project] 06/08: JPAR-186 - Use Jakarta version of the JSP API
Ian Young
ian at iay.org.uk
Thu May 26 13:43:10 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch dev/JPAR-186
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=ab5c09ed228a94e6a0684d08ae1b3fff572fe7e4
commit ab5c09ed228a94e6a0684d08ae1b3fff572fe7e4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 9 17:08:49 2022 +0100
JPAR-186 - Use Jakarta version of the JSP API
https://shibboleth.atlassian.net/browse/JPAR-186
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d00090..3878b7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,9 +529,9 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>javax.servlet.jsp-api</artifactId>
- <version>2.3.3</version>
+ <groupId>jakarta.servlet.jsp</groupId>
+ <artifactId>jakarta.servlet.jsp-api</artifactId>
+ <version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list