summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 04488459f3..4196cca4da 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -65,7 +65,9 @@
rev="1.5" conf="build,ide->default" />
<dependency org="commons-io" name="commons-io" rev="1.4"
conf="build,ide->default" />
-
+ <!-- Mainly for SQLContainer tests -->
+ <dependency org="org.hsqldb" name="hsqldb" rev="2.2.6"
+ conf="build,ide -> default" />
</dependencies>
</ivy-module>