From 1407b8ddaea9a8aace0973864ad9ce093e20a566 Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Tue, 20 Dec 2016 14:36:53 +0200 Subject: Remove Google App Engine support, tests and documentation (#8034) * Remove Google App Engine support and tests Fixes #8033 --- uitest/ivy.xml | 3 - uitest/pom.xml | 6 - .../com/vaadin/tests/appengine/GAESyncTest.java | 156 --------------------- 3 files changed, 165 deletions(-) delete mode 100644 uitest/src/main/java/com/vaadin/tests/appengine/GAESyncTest.java (limited to 'uitest') diff --git a/uitest/ivy.xml b/uitest/ivy.xml index fa0005a552..04dc6a1c6a 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -24,9 +24,6 @@ rev="1.0.0.GA" conf="build -> default,sources" /> - - diff --git a/uitest/pom.xml b/uitest/pom.xml index 4b183e578b..8f9fb53758 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -42,12 +42,6 @@ org.hibernate hibernate-validator - - - com.google.appengine - appengine-api-1.0-sdk - provided -