summaryrefslogtreecommitdiffstats
path: root/server/ivy.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2013-04-25 09:18:51 +0300
committerVaadin Code Review <review@vaadin.com>2013-04-25 08:30:35 +0000
commitf31cdf4e67a2465db20e661d3f406e24b792ec06 (patch)
tree5ccda6859f6e3155a0e7503f77442c13cf0b70ee /server/ivy.xml
parentbb248c0a5e41eefe3727ae50a809d135f0a7d4aa (diff)
downloadvaadin-framework-f31cdf4e67a2465db20e661d3f406e24b792ec06.tar.gz
vaadin-framework-f31cdf4e67a2465db20e661d3f406e24b792ec06.zip
Support schemas and catalogs in TableQuery (#7827)
Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
Diffstat (limited to 'server/ivy.xml')
-rw-r--r--server/ivy.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/ivy.xml b/server/ivy.xml
index 451e0bcf6c..46d9e4c9f5 100644
--- a/server/ivy.xml
+++ b/server/ivy.xml
@@ -70,6 +70,12 @@
conf="test -> default" />
<dependency org="org.hibernate" name="hibernate-validator"
rev="4.2.0.Final" conf="test -> default" />
+
+ <!-- For manual testing with PostgreSQL (see SQLTestConstants) -->
+ <!--
+ <dependency org="postgresql" name="postgresql"
+ rev="9.1-901.jdbc3" conf="test,ide->default" />
+ -->
</dependencies>