[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Dec 22 12:22:07 EST 2013
Author: iay
Date: Sun Dec 22 12:22:06 2013
New Revision: 5075
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5075&view=rev
Log:
JPAR-46 migrate to dependency on servlet 3.0.1
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5075&r1=5074&r2=5075&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Sun Dec 22 12:22:06 2013
@@ -126,7 +126,7 @@
<!-- Provided Dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- Runtime Dependencies -->
More information about the commits
mailing list