summaryrefslogtreecommitdiffstats
path: root/client-compiler/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-10-16 11:28:12 +0300
committerVaadin Code Review <review@vaadin.com>2014-10-31 07:34:00 +0000
commit5a8f373e53f804b1e49d40bf74040fc69381b985 (patch)
tree409732a8fec5008994d03768606c1a112deabe30 /client-compiler/ivy.xml
parent54ed43adad5b853dfffdc48aebbc74087e34b735 (diff)
downloadvaadin-framework-5a8f373e53f804b1e49d40bf74040fc69381b985.tar.gz
vaadin-framework-5a8f373e53f804b1e49d40bf74040fc69381b985.zip
Update GWT to 2.7.0.beta1vaadin1.
Update client-compiler-deps to 1.2.0. Fix classpaths for devmodes. Change-Id: I8452271594b4563bf476420ff7ab22985913e397
Diffstat (limited to 'client-compiler/ivy.xml')
-rw-r--r--client-compiler/ivy.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 0b87069f2c..af60b76e22 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -44,6 +44,12 @@
conf="build,ide -> default" />
<dependency org="ant" name="ant-launcher" rev="1.6.5"
conf="build,ide -> default" />
+ <dependency org="org.ow2.asm" name="asm"
+ rev="5.0.3" conf="build-> default" />
+ <dependency org="org.ow2.asm" name="asm-util"
+ rev="5.0.3" conf="build-> default" />
+ <dependency org="org.ow2.asm" name="asm-commons"
+ rev="5.0.3" conf="build-> default" />
<dependency org="org.eclipse.jetty" name="jetty-annotations"
rev="8.1.12.v20130726" conf="build,ide -> default">
@@ -88,7 +94,7 @@
conf="build,ide -> default" />
<dependency org="com.vaadin" name="vaadin-client-compiler-deps"
- rev="1.1.0" conf="build,ide -> default" />
+ rev="1.2.0" conf="build,ide -> default" />
</dependencies>