summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-18 18:04:59 +0300
committerArtur Signell <artur@vaadin.com>2016-08-20 00:08:44 +0300
commit6e0f2efe996cfd3b38c960e04cbced0a91215cf0 (patch)
tree9eafac7107b3d34d8d1e9bc7631a1debad4fd720 /uitest/ivy.xml
parent016a2ceb86f771a3902ace98d9fe56351c0efdf2 (diff)
downloadvaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.tar.gz
vaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.zip
Move FieldGroup and Vaadin 7 Grid to compatibility package
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index c926e4105a..2a7bbff47f 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -39,15 +39,29 @@
<exclude org="javax.servlet"></exclude>
<exclude type="pom" />
</dependency>
+ <dependency org="com.vaadin" name="vaadin-compatibility-server"
+ rev="${vaadin.version}" conf="build->default">
+ <exclude org="javax.servlet"></exclude>
+ <exclude type="pom" />
+ </dependency>
<dependency org="com.vaadin" name="vaadin-client"
rev="${vaadin.version}" conf="build->default">
<exclude org="javax.validation"></exclude>
<exclude type="pom" />
</dependency>
+ <dependency org="com.vaadin" name="vaadin-compatibility-client"
+ rev="${vaadin.version}" conf="build->default">
+ <exclude org="javax.validation"></exclude>
+ <exclude type="pom" />
+ </dependency>
<dependency org="com.vaadin" name="vaadin-client-compiled"
rev="${vaadin.version}" conf="build->default">
<exclude type="pom" />
</dependency>
+ <dependency org="com.vaadin" name="vaadin-compatibility-client-compiled"
+ rev="${vaadin.version}" conf="build->default">
+ <exclude type="pom" />
+ </dependency>
<dependency org="com.vaadin" name="vaadin-themes"
rev="${vaadin.version}" conf="build->default">
<exclude type="pom" />