diff options
author | Henri Sara <hesara@vaadin.com> | 2013-01-11 07:52:19 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-11 07:52:19 +0000 |
commit | 3298eb197ce94f493d14b57012abbf46c1da925b (patch) | |
tree | 2d3ea00696e57ea0412fbbf659bd457640068057 | |
parent | 5795d7bcec8cb3c0140c46cd0a7338a6abf5277e (diff) | |
parent | 8a56a0e62089bcd5ff398a2e1fd1f276c7062bd1 (diff) | |
download | vaadin-framework-3298eb197ce94f493d14b57012abbf46c1da925b.tar.gz vaadin-framework-3298eb197ce94f493d14b57012abbf46c1da925b.zip |
Merge "Include hsqldb for tests"
-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> |