aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-04-02 08:51:27 +0300
committerJonatan Kronqvist <jonatan@vaadin.com>2014-04-09 05:08:12 +0000
commit5057c59a02b6570f6a314dee3379688f0a48981b (patch)
tree28d2df7c8d84afb2698adf7f6856a3dafab26e3d /uitest/ivy.xml
parent08b0589d05e69da58b58c42b96a69c9331fdce25 (diff)
downloadvaadin-framework-5057c59a02b6570f6a314dee3379688f0a48981b.tar.gz
vaadin-framework-5057c59a02b6570f6a314dee3379688f0a48981b.zip
Added integration test for WebSphere Portal. (#13309)
Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 3ed5609319..add29985f1 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -57,7 +57,9 @@
<!-- For compiling TestingWidgetSet -->
<dependency org="com.vaadin" name="vaadin-client-compiler"
- rev="${vaadin.version}" conf="build-provided-> build"></dependency>
+ rev="${vaadin.version}" conf="build-provided-> build">
+ <exclude type="pom" />
+ </dependency>
<!-- Servlet 3.0 API -->
<dependency org="javax.servlet" name="javax.servlet-api"