summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-08-09 13:38:20 +0300
committerHenri Sara <hesara@vaadin.com>2015-08-09 14:09:19 +0300
commit82647dd69e9bc6fc9961197ddb2eb9868744b568 (patch)
treee11652db030b8ef04825e3a7a0ab94f1a60400f3 /server
parent961f10856af47b59ac8915e06f9ad9f2c0785dfa (diff)
downloadvaadin-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 'server')
-rw-r--r--server/ivy.xml2
1 files changed, 1 insertions, 1 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"