diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-04-02 08:51:27 +0300 |
---|---|---|
committer | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-04-09 05:08:12 +0000 |
commit | 5057c59a02b6570f6a314dee3379688f0a48981b (patch) | |
tree | 28d2df7c8d84afb2698adf7f6856a3dafab26e3d /uitest/ivy.xml | |
parent | 08b0589d05e69da58b58c42b96a69c9331fdce25 (diff) | |
download | vaadin-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.xml | 4 |
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" |