[java-parent-project-v3] branch master updated: IDP-845 - Move hsqldb test dependency to parent-v3 POM.
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 30 15:11:49 EDT 2015
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
The following commit(s) were added to refs/heads/master by this push:
new 5468fec IDP-845 - Move hsqldb test dependency to parent-v3 POM.
5468fec is described below
commit 5468fec1025be244a859e47d2d67a799b04191a2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Oct 30 14:10:55 2015 -0500
IDP-845 - Move hsqldb test dependency to parent-v3 POM.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9ff5841..3f93feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,6 +408,12 @@
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>2.3.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list