diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-05-06 14:28:29 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-06-13 04:44:07 +0000 |
commit | 524273e50d426ffedd674102befdaf1b063d6bf5 (patch) | |
tree | 4d542a46b23c69f4afe4106c49b6b4b5c3ae07c6 /build.properties | |
parent | 0c00164f368b4a09f766518f7d16618cb5ee25ab (diff) | |
download | vaadin-framework-524273e50d426ffedd674102befdaf1b063d6bf5.tar.gz vaadin-framework-524273e50d426ffedd674102befdaf1b063d6bf5.zip |
Use GWT as maven dependency (#13616)
Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.properties b/build.properties index 043407b85d..a4fc1954f4 100644 --- a/build.properties +++ b/build.properties @@ -6,4 +6,5 @@ vaadin.url=http://vaadin.com vaadin.java.version=1.6 vaadin.version=0.0.0.unversioned-development-build vaadin.sass.version=0.9.2 +gwt.version=2.6.0.vaadin2 commons-io.version=2.4 |