Fwd: [java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
Brent Putman
putmanb at georgetown.edu
Wed May 21 13:35:27 EDT 2014
I just noticed this. Did we discuss this on the call, etc, and I missed?
I thought we had decided awhile back that we were going to stick with
Servlet 3.0 for our 3.x release, due to 3.1 being very new and concerns
about container support. In particular, for people running Tomcat this
would require Tomcat 8.x.
Is there some hard requirement that we can't use Jetty 9.1.x if we stick
with Servlet 3.0? Or is there some 3.1 feature that we need?
-------- Original Message --------
Subject: [java-parent-projects COMMIT]
/java-parent-project-v3/trunk/pom.xml
Date: Wed, 21 May 2014 01:19:00 -0000
From: noreply at shibboleth.net
Reply-To: noreply at shibboleth.net
To: commits at shibboleth.net
Author: tzeller
Date: Tue May 20 21:19:00 2014
New Revision: 262
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=262&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:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=262&r1=261&r2=262&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue May 20 21:19:00 2014
@@ -319,14 +319,20 @@
<!-- 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.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
<scope>provided</scope>
</dependency>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20140521/f6053eed/attachment.html
More information about the dev
mailing list