From 4d061b4d9a664ff627b6d021cc1d0d04eb0857c1 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 19 Oct 2016 10:00:36 -0700 Subject: [PATCH] Add appengine-api-1.0-sdk dep to users sample. The users sample and the taskqueue-push sample were depending on the appengine-maven-plugin, which used to depend transitively on the appengine-api-1.0-sdk package, but it does not in the latest version. These samples should not have been using the plugin as a dependency, anyway. --- appengine/taskqueue-push/pom.xml | 5 ----- appengine/users/pom.xml | 12 ++++++------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/appengine/taskqueue-push/pom.xml b/appengine/taskqueue-push/pom.xml index 04cbb9d5502..d1517c63d82 100644 --- a/appengine/taskqueue-push/pom.xml +++ b/appengine/taskqueue-push/pom.xml @@ -28,11 +28,6 @@ Copyright 2016 Google Inc. All Rights Reserved. ../.. - - com.google.appengine - appengine-maven-plugin - ${appengine.sdk.version} - javax.servlet servlet-api diff --git a/appengine/users/pom.xml b/appengine/users/pom.xml index 876a744effa..a16976a6348 100644 --- a/appengine/users/pom.xml +++ b/appengine/users/pom.xml @@ -29,12 +29,12 @@ Copyright 2015 Google Inc. All Rights Reserved. ../.. - - com.google.appengine - appengine-maven-plugin - ${appengine.sdk.version} - - + + com.google.appengine + appengine-api-1.0-sdk + ${appengine.sdk.version} + + com.google.guava guava 19.0