Skip to content

Commit

Permalink
Merge pull request #229 from halgrimur/patch-3
Browse files Browse the repository at this point in the history
appengine-remote-api is a required dependency.
  • Loading branch information
tswast committed May 6, 2016
2 parents b22eabe + 9a0a38d commit 623e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/remote/remote-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
</parent>
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<dependencies>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-remote-api</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
Expand Down

0 comments on commit 623e99d

Please sign in to comment.