Skip to content

Commit 1e70ee2

Browse files
authored
Merge pull request GoogleCloudPlatform#370 from GoogleCloudPlatform/tswast-updatedeps
Add appengine-api-1.0-sdk dependency to taskqueue sample.
2 parents 6444d05 + 85d4640 commit 1e70ee2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appengine/taskqueue-push/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Copyright 2016 Google Inc. All Rights Reserved.
4545
<artifactId>json</artifactId>
4646
<version>20160810</version>
4747
</dependency>
48+
<dependency>
49+
<groupId>com.google.appengine</groupId>
50+
<artifactId>appengine-api-1.0-sdk</artifactId>
51+
<version>${appengine.sdk.version}</version>
52+
</dependency>
4853
<!-- Test Dependencies -->
4954
<dependency>
5055
<groupId>junit</groupId>

0 commit comments

Comments
 (0)