[java-opensaml COMMIT] in /trunk: opensaml-profile-api/pom.xml opensaml-profile-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 16 16:13:56 EDT 2013
Author: scantor
Date: Tue Apr 16 16:13:55 2013
New Revision: 3301
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3301&view=rev
Log:
Make servlet provided in both packages.
Modified:
trunk/opensaml-profile-api/pom.xml
trunk/opensaml-profile-impl/pom.xml
Modified: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=3301&r1=3300&r2=3301&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml (original)
+++ trunk/opensaml-profile-api/pom.xml Tue Apr 16 16:13:55 2013
@@ -33,7 +33,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <scope>provided, test</scope>
+ <scope>provided</scope>
</dependency>
<!-- Runtime Dependencies -->
@@ -48,4 +48,4 @@
<!-- Managed Dependencies -->
</dependencies>
-</project>
+</project>
Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3301&r1=3300&r2=3301&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Tue Apr 16 16:13:55 2013
@@ -24,6 +24,11 @@
</dependency>
<!-- Provided Dependencies -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- Runtime Dependencies -->
@@ -61,4 +66,4 @@
<!-- Managed Dependencies -->
</dependencies>
-</project>
+</project>
More information about the commits
mailing list