[java-parent-project] 01/02: Use Jakarta version of the JSP API

Ian Young ian at iay.org.uk
Mon May 9 16:09:28 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=e911d34d9d2eeb437da4fd9da4b66246493c97c0

commit e911d34d9d2eeb437da4fd9da4b66246493c97c0
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 9 17:08:49 2022 +0100

    Use Jakarta version of the JSP API
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 831bc9c..5ab1559 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