[java-idp-testbed] branch master updated: Add embedded database jar to classpath.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 19 20:39:21 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=bc8c1e9897a1d2c3b0b37ad1af0276c3c7fce205
The following commit(s) were added to refs/heads/master by this push:
new bc8c1e9 Add embedded database jar to classpath.
bc8c1e9 is described below
commit bc8c1e9897a1d2c3b0b37ad1af0276c3c7fce205
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 19 20:39:18 2019 -0500
Add embedded database jar to classpath.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index d838afc..26d5ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,12 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- Test scope -->
<dependency>
<groupId>${spring.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list