[java-opensaml] branch master updated: Add a test dependency needed with Spring 5.

Scott Cantor cantor.2 at osu.edu
Wed Oct 17 09:17:41 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ceaec926fb94997e9ac3711a92896f9a0389fe1d

The following commit(s) were added to refs/heads/master by this push:
       new  ceaec92   Add a test dependency needed with Spring 5.
ceaec92 is described below

commit ceaec926fb94997e9ac3711a92896f9a0389fe1d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 17 09:17:35 2018 -0400

    Add a test dependency needed with Spring 5.
---
 opensaml-profile-api/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 84ea7cf..4ba42a1 100644
--- a/opensaml-profile-api/pom.xml
+++ b/opensaml-profile-api/pom.xml
@@ -51,6 +51,11 @@
         </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-context</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
         </dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list