[java-identity-provider] branch main updated: Test needs spring-jdbc (was coming from OpenSAML by mistake).

Scott Cantor cantor.2 at osu.edu
Tue Jul 20 16:49:12 UTC 2021


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3a4a80f44244044d8ba7604d181ebc997209f3fd

The following commit(s) were added to refs/heads/main by this push:
       new  3a4a80f44 Test needs spring-jdbc (was coming from OpenSAML by mistake).
3a4a80f44 is described below

commit 3a4a80f44244044d8ba7604d181ebc997209f3fd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 20 12:49:09 2021 -0400

    Test needs spring-jdbc (was coming from OpenSAML by mistake).
---
 idp-conf/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 61bb3ec38..a9e6a5ec0 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -124,6 +124,11 @@
             <scope>test</scope>
         </dependency>
     
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-jdbc</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>

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


More information about the commits mailing list