diff options
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 14 |
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" /> |