]> source.dussan.org Git - vaadin-framework.git/commitdiff
Include hsqldb for tests 21/621/1
authorArtur Signell <artur@vaadin.com>
Thu, 10 Jan 2013 22:11:33 +0000 (00:11 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 10 Jan 2013 22:11:56 +0000 (00:11 +0200)
Change-Id: I29f3366a571d1017866261f297c147734b2aeb38

uitest/ivy.xml

index 04488459f3bfac62b7166d21648bfc57b3b18e25..4196cca4da90a1668b160d74a4c8f0477300d9a9 100644 (file)
@@ -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>