diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-03-25 21:01:59 +0200 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-03-29 14:12:47 +0200 |
commit | 8077db8d513396f451c0d8772b683faa83ceccc3 (patch) | |
tree | cbbfbd42bf9744bb34a0c035eb249fe6ef29bd5b /client | |
parent | 5b3ae6d62e5ff49ef0b204ed27b1004399a19aac (diff) | |
download | vaadin-framework-8077db8d513396f451c0d8772b683faa83ceccc3.tar.gz vaadin-framework-8077db8d513396f451c0d8772b683faa83ceccc3.zip |
Fixed pom fails in unit tests.
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
Diffstat (limited to 'client')
-rw-r--r-- | client/ivy.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/ivy.xml b/client/ivy.xml index ccc304be3d..3abdcf9ba5 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -25,9 +25,13 @@ <!-- LIBRARY DEPENDENCIES (compile time) --> <!-- Project modules --> <dependency org="com.vaadin" name="vaadin-shared" - rev="${vaadin.version}" conf="build,test->build"></dependency> + rev="${vaadin.version}" conf="build,test->build"> + <exclude type="pom" conf="test" /> + </dependency> <dependency org="com.vaadin" name="vaadin-server" - rev="${vaadin.version}" conf="build,test->build"></dependency> + rev="${vaadin.version}" conf="build,test->build"> + <exclude type="pom" conf="test" /> + </dependency> <!-- gwt-user dependencies --> <dependency org="org.w3c.css" name="sac" rev="1.3" /> |