Skip to content

Commit 9a0a38d

Browse files
committed
appengine-remote-api is a required dependency.
1 parent b22eabe commit 9a0a38d

File tree

1 file changed

+1
-1
lines changed
  • appengine/remote/remote-client

1 file changed

+1
-1
lines changed

appengine/remote/remote-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
</parent>
2929
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
3030
<dependencies>
31+
<!-- [START dependencies] -->
3132
<dependency>
3233
<groupId>com.google.appengine</groupId>
3334
<artifactId>appengine-remote-api</artifactId>
3435
<version>${appengine.sdk.version}</version>
3536
</dependency>
36-
<!-- [START dependencies] -->
3737
<dependency>
3838
<groupId>com.google.appengine</groupId>
3939
<artifactId>appengine-api-1.0-sdk</artifactId>

0 commit comments

Comments
 (0)