aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-06-27 15:49:26 +0300
committerVaadin Code Review <review@vaadin.com>2014-06-30 05:31:43 +0000
commit9ceac5b2a8e9541c012b90f72d5f222ec508556e (patch)
tree66a2b5e04f51e16b51d25906894a1e674c8fae8c
parent0ba894d63b83f44aa77b925a9bda127c82237d75 (diff)
downloadvaadin-framework-9ceac5b2a8e9541c012b90f72d5f222ec508556e.tar.gz
vaadin-framework-9ceac5b2a8e9541c012b90f72d5f222ec508556e.zip
Revert to org.json as Android JSON is not 100% compatible (#13944)
Update to new GWT which also uses the correct org.json dependency Change-Id: I9414be188bf59975d01186a9daf83f0c170a88bc
-rw-r--r--WebContent/license.html2
-rw-r--r--build.properties2
-rw-r--r--shared/ivy.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/license.html b/WebContent/license.html
index d984717773..e1b0bed54a 100644
--- a/WebContent/license.html
+++ b/WebContent/license.html
@@ -99,7 +99,7 @@
<!-- In vaadin-shared-deps -->
<tr>
<td>JSON</td>
- <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
+ <td><a href="licenses/the-json-license.txt">The JSON License</a></td>
</tr>
<!-- Used by vaadin-server -->
diff --git a/build.properties b/build.properties
index 0fc074ce69..1c8268ee47 100644
--- a/build.properties
+++ b/build.properties
@@ -6,5 +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.6
-gwt.version=2.6.0.vaadin2
+gwt.version=2.6.0.vaadin3
commons-io.version=2.4
diff --git a/shared/ivy.xml b/shared/ivy.xml
index 3dfe1a51c2..2dac7adbc2 100644
--- a/shared/ivy.xml
+++ b/shared/ivy.xml
@@ -27,8 +27,8 @@
conf="build,ide,test->default" />
<dependency org="com.vaadin.external.google" name="guava"
rev="16.0.1.vaadin1" conf="build,ide,test->default" />
- <dependency org="com.vaadin.external.google" name="android-json"
- rev="0.0.20131108.vaadin1" conf="build,ide,test->default" />
+ <dependency org="com.vaadin.external.json" name="json"
+ rev="0.0.20080701" conf="build,ide,test->default" />
<dependency org="junit" name="junit" rev="4.11"
conf="test,ide -> default" />