[java-idp-testbed] branch main updated: Add support for JDBC Plugin
Tom Zeller
tzeller at dragonacea.biz
Tue Sep 24 22:27:47 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller 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=9d4b99edd5ad2b70ed12e5159f53b981ff18b8c1
The following commit(s) were added to refs/heads/main by this push:
new 9d4b99e Add support for JDBC Plugin
9d4b99e is described below
commit 9d4b99edd5ad2b70ed12e5159f53b981ff18b8c1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Sep 24 17:27:38 2024 -0500
Add support for JDBC Plugin
---
pom.xml | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bb29e9a..8339730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,7 +651,29 @@
<scope>runtime</scope>
</dependency>
-->
-
+
+ <!-- For database testing. -->
+ <!--
+ <dependency>
+ <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
+ <artifactId>jdbc-storage-impl</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>LATEST</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <version>LATEST</version>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+
</dependencies>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list