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 /uitest/ivy.xml | |
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
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |