Skip to content

Commit 84e4d29

Browse files
authored
Merge pull request GoogleCloudPlatform#371 from GoogleCloudPlatform/tswast-updatedeps
Add appengine-api-1.0-sdk dep to users sample.
2 parents 1e70ee2 + 4d061b4 commit 84e4d29

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

appengine/taskqueue-push/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ Copyright 2016 Google Inc. All Rights Reserved.
2828
<relativePath>../..</relativePath>
2929
</parent>
3030
<dependencies>
31-
<dependency>
32-
<groupId>com.google.appengine</groupId>
33-
<artifactId>appengine-maven-plugin</artifactId>
34-
<version>${appengine.sdk.version}</version>
35-
</dependency>
3631
<dependency>
3732
<groupId>javax.servlet</groupId>
3833
<artifactId>servlet-api</artifactId>

appengine/users/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Copyright 2015 Google Inc. All Rights Reserved.
2929
<relativePath>../..</relativePath>
3030
</parent>
3131
<dependencies>
32-
<dependency>
33-
<groupId>com.google.appengine</groupId>
34-
<artifactId>appengine-maven-plugin</artifactId>
35-
<version>${appengine.sdk.version}</version>
36-
</dependency>
37-
<dependency>
32+
<dependency>
33+
<groupId>com.google.appengine</groupId>
34+
<artifactId>appengine-api-1.0-sdk</artifactId>
35+
<version>${appengine.sdk.version}</version>
36+
</dependency>
37+
<dependency>
3838
<groupId>com.google.guava</groupId>
3939
<artifactId>guava</artifactId>
4040
<version>19.0</version>

0 commit comments

Comments
 (0)