diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-11 00:11:33 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-11 00:11:56 +0200 |
commit | 8a56a0e62089bcd5ff398a2e1fd1f276c7062bd1 (patch) | |
tree | 14a7af9dd5238766a02eab964d6b8f7e98ef7e72 /uitest/ivy.xml | |
parent | 70eb314fd3f9646795d1c4784232e9d8b59b3b8b (diff) | |
download | vaadin-framework-8a56a0e62089bcd5ff398a2e1fd1f276c7062bd1.tar.gz vaadin-framework-8a56a0e62089bcd5ff398a2e1fd1f276c7062bd1.zip |
Include hsqldb for tests
Change-Id: I29f3366a571d1017866261f297c147734b2aeb38
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 4 |
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> |