[java-idp-testbed] branch main updated: Add spring-jdbc for the embedded test database namespace handlers.
Phil Smart
philip.smart at jisc.ac.uk
Fri Jul 23 14:52:37 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=3b9e15fc05a1928d88ffcd3d9ecb4712f8ebb84e
The following commit(s) were added to refs/heads/main by this push:
new 3b9e15f Add spring-jdbc for the embedded test database namespace handlers.
3b9e15f is described below
commit 3b9e15fc05a1928d88ffcd3d9ecb4712f8ebb84e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jul 23 15:52:32 2021 +0100
Add spring-jdbc for the embedded test database namespace handlers.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index ceb1a7e..dc2d36d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,6 +290,12 @@
<version>${cas-client.version}</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<!-- 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