[java-identity-provider] branch master updated: IDP-1465 - update JSP API to 2.3.3 (EE7)

Ian Young ian at iay.org.uk
Fri Jan 10 14:54:53 EST 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a8091149597f87eca8b688950f53b45b6fb8eff6

The following commit(s) were added to refs/heads/master by this push:
       new  a809114   IDP-1465 - update JSP API to 2.3.3 (EE7)
a809114 is described below

commit a8091149597f87eca8b688950f53b45b6fb8eff6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 10 19:52:30 2020 +0000

    IDP-1465 - update JSP API to 2.3.3 (EE7)
    
    https://issues.shibboleth.net/jira/browse/IDP-1529
---
 idp-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index d944954..e1bd3db 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -59,7 +59,7 @@
         </dependency>
         <dependency>
             <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
+            <artifactId>javax.servlet.jsp-api</artifactId>
             <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