[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu May 22 14:23:06 EDT 2014


Author: tzeller
Date: Thu May 22 14:23:05 2014
New Revision: 236

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=236&view=rev
Log:
Revert from Servlet 3.1 back to Servlet 3.0. Make jetty.version the latest which supports Servlet 3.0.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=236&r1=235&r2=236&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu May 22 14:23:05 2014
@@ -175,7 +175,7 @@
         </dependency>
         <dependency>
             <groupId>javax.servlet.jsp</groupId>
-            <artifactId>javax.servlet.jsp-api</artifactId>
+            <artifactId>jsp-api</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>



More information about the commits mailing list