[java-opensaml COMMIT] in /trunk: opensaml-messaging-api/pom.xml opensaml-messaging-impl/pom.xml opensaml-profile-api...

noreply at shibboleth.net noreply at shibboleth.net
Sun Dec 22 12:23:23 EST 2013


Author: iay
Date: Sun Dec 22 12:23:23 2013
New Revision: 3522

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3522&view=rev
Log:
JPAR-46 migrate to dependency on servlet 3.0.1

Modified:
    trunk/opensaml-messaging-api/pom.xml
    trunk/opensaml-messaging-impl/pom.xml
    trunk/opensaml-profile-api/pom.xml
    trunk/opensaml-profile-impl/pom.xml
    trunk/opensaml-saml-api/pom.xml
    trunk/opensaml-saml-impl/pom.xml
    trunk/opensaml-security-api/pom.xml
    trunk/opensaml-security-impl/pom.xml
    trunk/opensaml-soap-impl/pom.xml
    trunk/opensaml-storage-impl/pom.xml

Modified: trunk/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/pom.xml (original)
+++ trunk/opensaml-messaging-api/pom.xml Sun Dec 22 12:23:23 2013
@@ -31,7 +31,7 @@
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
         </dependency>
 
         <!-- Runtime Dependencies -->

Modified: trunk/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/pom.xml (original)
+++ trunk/opensaml-messaging-impl/pom.xml Sun Dec 22 12:23:23 2013
@@ -26,7 +26,7 @@
 		<!-- Provided Dependencies -->
 		<dependency>
 			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
+			<artifactId>javax.servlet-api</artifactId>
 		</dependency>
 
 		<!-- Runtime Dependencies -->

Modified: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml (original)
+++ trunk/opensaml-profile-api/pom.xml Sun Dec 22 12:23:23 2013
@@ -32,7 +32,7 @@
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
 

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Sun Dec 22 12:23:23 2013
@@ -32,7 +32,7 @@
         <!-- Provided Dependencies -->
        <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
 

Modified: trunk/opensaml-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-saml-api/pom.xml (original)
+++ trunk/opensaml-saml-api/pom.xml Sun Dec 22 12:23:23 2013
@@ -41,7 +41,7 @@
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
         </dependency>
 
         <!-- Runtime Dependencies -->

Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Sun Dec 22 12:23:23 2013
@@ -58,7 +58,7 @@
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
         </dependency>
 
         <!-- Runtime Dependencies -->

Modified: trunk/opensaml-security-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-api/pom.xml?rev=3522&r1=3521&r2=3522&view=diff
==============================================================================
--- trunk/opensaml-security-api/pom.xml (original)
+++ trunk/opensaml-security-api/pom.xml Sun Dec 22 12:23:23 2013
@@ -41,7 +41,7 @@
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
         </dependency>
 

[... 47 lines stripped ...]


More information about the commits mailing list