Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7b0b3d

Browse files
author
Frank Natividad
committedMay 26, 2017
Adding appengine-api dep
1 parent cae8541 commit d7b0b3d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎appengine/endpoints-frameworks-v2/migration-example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies {
4848
providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
4949
compile 'jstl:jstl:1.2'
5050
compile group: 'javax.inject', name: 'javax.inject', version: '1'
51+
compile group: 'com.google.appengine', name: 'appengine-api-1.0-sdk', version: '+'
5152

5253
// Uncomment to use Endpoints Frameworks v1.0 and comment the v2.0 section
5354
// compile group: 'com.google.appengine', name: 'appengine-endpoints', version: '+'

‎appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ limitations under the License.
5757
</dependency>
5858
<!-- [END endpoints-frameworks] -->
5959
<!-- End of Endpoints Frameworks v2.0 -->
60+
<dependency>
61+
<groupId>com.google.appengine</groupId>
62+
<artifactId>appengine-api-1.0-sdk</artifactId>
63+
<version>1.9.53</version>
64+
</dependency>
6065
<dependency>
6166
<groupId>javax.servlet</groupId>
6267
<artifactId>servlet-api</artifactId>

0 commit comments

Comments
 (0)
Failed to load comments.