[java-idp-testbed] branch master updated: IDP-1465 - update JSP API to 2.3.3 (EE7)
Ian Young
ian at iay.org.uk
Fri Jan 10 14:55:06 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=aebad872c177e5b38fcb64b361403aa52c7c2923
The following commit(s) were added to refs/heads/master by this push:
new aebad87 IDP-1465 - update JSP API to 2.3.3 (EE7)
aebad87 is described below
commit aebad872c177e5b38fcb64b361403aa52c7c2923
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 10 19:54:12 2020 +0000
IDP-1465 - update JSP API to 2.3.3 (EE7)
Also, inherit the version for the Servlet API from the parent project, as it is now the correct one.
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fa7c8f5..b486045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,17 +181,14 @@
</dependency>
<!-- Provided scope -->
- <!-- Override Servlet API 3.0.1 with Servlet 3.1.0 for Jetty 9.1+ -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
- <version>2.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
- <version>3.1.0</version><!--$NO-MVN-MAN-VER$ -->
<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