]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use latest GAE SDK supporting Java 6
authorHenri Sara <hesara@vaadin.com>
Sun, 9 Aug 2015 10:38:20 +0000 (13:38 +0300)
committerpatrik <patrik@vaadin.com>
Wed, 12 Aug 2015 13:08:07 +0000 (16:08 +0300)
An upgrade of GAE SDK is needed to support the new HDR
that replaced the old DataStore.

Change-Id: I175785e5e37afb5d1acc229d1bbb6229e01def2a

server/ivy.xml
uitest/ivy.xml

index e9bc8b818d3708bf0804ac41c2fd025a886eb660..0711b4b2eae825c199d6760b876150d4668b3af3 100644 (file)
@@ -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"
index 8f2765c7a421322291bc69e5b3238f6591ae0f1e..281ba1ecdff07ea48e89adbfe7f2ede762426af6 100644 (file)
@@ -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 -->