We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6444d05 + 85d4640 commit 1e70ee2Copy full SHA for 1e70ee2
appengine/taskqueue-push/pom.xml
@@ -45,6 +45,11 @@ Copyright 2016 Google Inc. All Rights Reserved.
45
<artifactId>json</artifactId>
46
<version>20160810</version>
47
</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>
53
<!-- Test Dependencies -->
54
<dependency>
55
<groupId>junit</groupId>
0 commit comments