diff options
author | Henri Sara <hesara@vaadin.com> | 2015-08-09 13:38:20 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-08-09 14:09:19 +0300 |
commit | 82647dd69e9bc6fc9961197ddb2eb9868744b568 (patch) | |
tree | e11652db030b8ef04825e3a7a0ab94f1a60400f3 | |
parent | 961f10856af47b59ac8915e06f9ad9f2c0785dfa (diff) | |
download | vaadin-framework-82647dd69e9bc6fc9961197ddb2eb9868744b568.tar.gz vaadin-framework-82647dd69e9bc6fc9961197ddb2eb9868744b568.zip |
Use latest GAE SDK supporting Java 6
An upgrade of GAE SDK is needed to support the new HDR
that replaced the old DataStore.
Change-Id: I968b01bf4efcf03fae8b3c41d7f0a662f57e7727
-rw-r--r-- | server/ivy.xml | 2 | ||||
-rw-r--r-- | uitest/ivy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/ivy.xml b/server/ivy.xml index e9bc8b818d..0711b4b2ea 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -36,7 +36,7 @@ <!-- Google App Engine --> <dependency org="com.google.appengine" name="appengine-api-1.0-sdk" - rev="1.2.1" conf="build-provided,ide,test -> default" /> + rev="1.7.7" conf="build-provided,ide,test -> default" /> <!-- Bean Validation API --> <dependency org="javax.validation" name="validation-api" diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 8f2765c7a4..281ba1ecdf 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -31,7 +31,7 @@ rev="4.2.0.Final" conf="build,ide -> default" /> <!-- Google App Engine --> <dependency org="com.google.appengine" name="appengine-api-1.0-sdk" - rev="1.2.1" conf="build-provided,ide -> default" /> + rev="1.7.7" conf="build-provided,ide -> default" /> <!-- LIBRARY DEPENDENCIES (compile time) --> <!-- Project modules --> |