[java-identity-provider COMMIT] /trunk/idp-ui/pom.xml

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


Author: tzeller
Date: Thu May 22 14:23:12 2014
New Revision: 5964

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5964&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/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=5964&r1=5963&r2=5964&view=diff
==============================================================================
--- trunk/idp-ui/pom.xml (original)
+++ trunk/idp-ui/pom.xml Thu May 22 14:23:12 2014
@@ -31,7 +31,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