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-25 21:54:19 +0200 |
commit | 32d319ebf8bee29252f280c0764dc7f2e83de75f (patch) | |
tree | d0c0870aa265488a9057773c2f2781945efd9147 /theme-compiler | |
parent | 40ad7734266c447222907bc37c2c2719aed674ed (diff) | |
download | vaadin-framework-32d319ebf8bee29252f280c0764dc7f2e83de75f.tar.gz vaadin-framework-32d319ebf8bee29252f280c0764dc7f2e83de75f.zip |
Fixed pom fails in unit tests.
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivy.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 0f84966508..ccd00a29d9 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -23,7 +23,9 @@ <!-- LIBRARY DEPENDENCIES (compile time) --> <!-- Project modules --> <dependency org="com.vaadin" name="vaadin-shared" - rev="${vaadin.version}" conf="build,test->build" /> + rev="${vaadin.version}" conf="build,test->build" > + <exclude type="pom" conf="test" /> + </dependency> <!-- Required build libs --> <dependency org="org.apache.commons" name="commons-jexl" |