[java-opensaml COMMIT] in /trunk: opensaml-messaging-impl/pom.xml opensaml-profile-api/pom.xml opensaml-profile-impl/...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 29 00:17:09 EDT 2015
Author: putmanb
Date: Thu Oct 29 00:17:09 2015
New Revision: 4364
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4364&view=rev
Log:
Add spring-web as test scope dependency.
With bump to Spring 4.2.2, seems MockHttpServletRequest, etc now uses org.springframework.http.MediaType,
which comes from spring-web. Note: spring-web is an *optional* dep of spring-test, so that's why
we need to add, apparently.
Modified:
trunk/opensaml-messaging-impl/pom.xml
trunk/opensaml-profile-api/pom.xml
trunk/opensaml-profile-impl/pom.xml
trunk/opensaml-saml-impl/pom.xml
trunk/opensaml-soap-impl/pom.xml
trunk/opensaml-storage-impl/pom.xml
Modified: trunk/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/pom.xml (original)
+++ trunk/opensaml-messaging-impl/pom.xml Thu Oct 29 00:17:09 2015
@@ -56,6 +56,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
Modified: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml (original)
+++ trunk/opensaml-profile-api/pom.xml Thu Oct 29 00:17:09 2015
@@ -44,6 +44,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
<!-- Managed Dependencies -->
</dependencies>
Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Thu Oct 29 00:17:09 2015
@@ -81,6 +81,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
<!-- Managed Dependencies -->
</dependencies>
Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Thu Oct 29 00:17:09 2015
@@ -72,6 +72,11 @@
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
<artifactId>spring-core</artifactId>
<scope>test</scope>
</dependency>
Modified: trunk/opensaml-soap-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-soap-impl/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-soap-impl/pom.xml (original)
+++ trunk/opensaml-soap-impl/pom.xml Thu Oct 29 00:17:09 2015
@@ -60,6 +60,11 @@
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
Modified: trunk/opensaml-storage-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/pom.xml (original)
+++ trunk/opensaml-storage-impl/pom.xml Thu Oct 29 00:17:09 2015
@@ -123,6 +123,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-web</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
More information about the commits
mailing list