diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-04 08:53:02 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-04 11:46:15 +0300 |
commit | f41265f8bd86d2d17d1f99339314c33d968e77f4 (patch) | |
tree | ada2e187533d8e6bcf6fc3fe71d46cbd67cb3c49 /theme-compiler/ivy.xml | |
parent | 31d542b4bf99ae3a3805b33db94d38b3f4b33d14 (diff) | |
download | vaadin-framework-f41265f8bd86d2d17d1f99339314c33d968e77f4.tar.gz vaadin-framework-f41265f8bd86d2d17d1f99339314c33d968e77f4.zip |
Use Flute from vaadin-shared-deps (#9612)
Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 76061a9f2b..9423512d50 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -35,10 +35,8 @@ <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="build,ide,tests->default" /> - <!-- FIXME: This should use a repackaged version of flute with included - GWT modifications. Only here to make IDE compilation work atm --> - <dependency org="milyn" name="flute" rev="1.3" - conf="ide->default" /> + <dependency org="com.vaadin" name="vaadin-shared-deps" rev="1.0.0" + conf="build,ide,tests->default" /> <!-- Provided build libs --> <dependency org="javax.servlet" name="servlet-api" |