Skip to content

Commit

Permalink
Add appengine-api-1.0-sdk dependency to taskqueue sample.
Browse files Browse the repository at this point in the history
This sample was breaking in the latest release due to this missing
dependency.
  • Loading branch information
tswast committed Oct 19, 2016
1 parent 6444d05 commit 85d4640
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appengine/taskqueue-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Copyright 2016 Google Inc. All Rights Reserved.
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 85d4640

Please sign in to comment.