[java-parent-project] 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:42 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=78bcbb3514f77560838ad1d9cf88fded0aaa1957
The following commit(s) were added to refs/heads/master by this push:
new 78bcbb3 IDP-1465 - update JSP API to 2.3.3 (EE7)
78bcbb3 is described below
commit 78bcbb3514f77560838ad1d9cf88fded0aaa1957
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 10 19:49:31 2020 +0000
IDP-1465 - update JSP API to 2.3.3 (EE7)
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ee28f52..57b761c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,8 +418,8 @@
<!-- Provided dependencies -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
+ <artifactId>javax.servlet.jsp-api</artifactId>
+ <version>2.3.3</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