summaryrefslogtreecommitdiffstats
path: root/server/ivy.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-08-09 13:38:20 +0300
committerpatrik <patrik@vaadin.com>2015-08-12 16:08:07 +0300
commite145d1ff4ebc782d7e5dd26ff8e2418bb249ca6a (patch)
tree9996c84a61f477741cfca78588dfad8f8adb6efb /server/ivy.xml
parent895fd492ced091302d64be4350d3b44e4490896d (diff)
downloadvaadin-framework-e145d1ff4ebc782d7e5dd26ff8e2418bb249ca6a.tar.gz
vaadin-framework-e145d1ff4ebc782d7e5dd26ff8e2418bb249ca6a.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: I175785e5e37afb5d1acc229d1bbb6229e01def2a
Diffstat (limited to 'server/ivy.xml')
-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"