[java-opensaml COMMIT] /trunk/opensaml-storage-api/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 13 13:54:20 EDT 2013


Author: tzeller
Date: Thu Jun 13 13:54:19 2013
New Revision: 3382

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3382&view=rev
Log:
Added servlet-api as a provided dependency to fix build error.

Modified:
    trunk/opensaml-storage-api/pom.xml

Modified: trunk/opensaml-storage-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-api/pom.xml?rev=3382&r1=3381&r2=3382&view=diff
==============================================================================
--- trunk/opensaml-storage-api/pom.xml (original)
+++ trunk/opensaml-storage-api/pom.xml Thu Jun 13 13:54:19 2013
@@ -23,6 +23,11 @@
         </dependency>
 
         <!-- Provided Dependencies -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Runtime Dependencies -->
 



More information about the commits mailing list