[java-identity-provider COMMIT] /trunk/idp-ui/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue May 20 21:19:10 EDT 2014
Author: tzeller
Date: Tue May 20 21:19:10 2014
New Revision: 5960
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5960&view=rev
Log:
Upgrade Servlet API dependency to 3.1.0 and Servlet JSP API to 2.3.1 to match Jetty 9.1.5 and later.
Add Servlet JSTL as managed dependency to parent-v3 POM.
Add methods to ThreadLocalHttpServlet*Proxy classes for compatibility with the Servlet 3.1.0 API.
Modified:
trunk/idp-ui/pom.xml
Modified: trunk/idp-ui/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-ui/pom.xml?rev=5960&r1=5959&r2=5960&view=diff
==============================================================================
--- trunk/idp-ui/pom.xml (original)
+++ trunk/idp-ui/pom.xml Tue May 20 21:19:10 2014
@@ -27,12 +27,11 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
- <version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
+ <artifactId>javax.servlet.jsp-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
More information about the commits
mailing list