Skip to content

Commit

Permalink
Merge pull request #371 from GoogleCloudPlatform/tswast-updatedeps
Browse files Browse the repository at this point in the history
Add appengine-api-1.0-sdk dep to users sample.
  • Loading branch information
tswast authored Oct 19, 2016
2 parents 1e70ee2 + 4d061b4 commit 84e4d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions appengine/taskqueue-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ Copyright 2016 Google Inc. All Rights Reserved.
<relativePath>../..</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions appengine/users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Copyright 2015 Google Inc. All Rights Reserved.
<relativePath>../..</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
Expand Down

0 comments on commit 84e4d29

Please sign in to comment.