diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-11-28 16:02:28 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-28 16:02:28 +0000 |
commit | 63c5fe19901d62f6d79434cdee2aa3da13db535b (patch) | |
tree | 3863b42ba79c8d214379c258d48039f9eb8ec76f | |
parent | f041232ebeb4bf79506d79313cde2fb07d747e2e (diff) | |
parent | cfa886551d5a5a1192d812f8eb5a45e72201fb3c (diff) | |
download | vaadin-framework-63c5fe19901d62f6d79434cdee2aa3da13db535b.tar.gz vaadin-framework-63c5fe19901d62f6d79434cdee2aa3da13db535b.zip |
Merge "Removed invalid dependency to vaadin-shared-deps (#10415)"
-rw-r--r-- | theme-compiler/ivy.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 9423512d50..53cbc550c1 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -35,9 +35,6 @@ <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="build,ide,tests->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" rev="2.4" conf="build-provided->default" /> |