File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
3636apply plugin : ' com.google.cloud.tools.appengine'
3737// [END plugin_applys]
3838
39- // [START dependencies ]
39+ // [START appengine_endpoints_gradle_dependencies ]
4040dependencies {
4141 compile ' com.google.endpoints:endpoints-framework:2.2.2'
4242 compile ' com.google.appengine:appengine-api-1.0-sdk:2.0.23'
4343
4444 compile ' javax.inject:javax.inject:1'
4545 compileOnly ' javax.servlet:javax.servlet-api:3.1.0'
4646}
47- // [END dependencies ]
47+ // [END appengine_endpoints_gradle_dependencies ]
4848
4949// [START endpoints_server_configuration]
5050// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
Original file line number Diff line number Diff line change 4444 <type >jar</type >
4545 <scope >provided</scope >
4646 </dependency >
47- <!-- [START dependencies] -->
4847 <dependency >
4948 <groupId >com.sun.jersey</groupId >
5049 <artifactId >jersey-core</artifactId >
6059 <artifactId >jersey-multipart</artifactId >
6160 <version >1.19.4</version >
6261 </dependency >
63- <!-- [END dependencies] -->
6462 </dependencies >
6563 <build >
6664 <!-- for hot reload of the web application -->
Original file line number Diff line number Diff line change 5050 <scope >provided</scope >
5151 </dependency >
5252
53- <!-- [START dependencies] -->
5453 <dependency >
5554 <groupId >com.sun.jersey</groupId >
5655 <artifactId >jersey-core</artifactId >
6665 <artifactId >jersey-multipart</artifactId >
6766 <version >1.19.4</version >
6867 </dependency >
69- <!-- [END dependencies] -->
7068 </dependencies >
7169 <build >
7270 <!-- for hot reload of the web application -->
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ Copyright 2015 Google Inc.
4545 <scope >provided</scope >
4646 </dependency >
4747
48- <!-- [START dependencies] -->
4948 <dependency >
5049 <groupId >com.google.appengine</groupId >
5150 <artifactId >appengine-api-1.0-sdk</artifactId >
@@ -56,7 +55,6 @@ Copyright 2015 Google Inc.
5655 <artifactId >xmemcached</artifactId >
5756 <version >2.4.8</version >
5857 </dependency >
59- <!-- [END dependencies] -->
6058 </dependencies >
6159 <build >
6260 <!-- for hot reload of the web application -->
Original file line number Diff line number Diff line change 3838 <failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
3939 </properties >
4040
41- <!-- [START dependencies] -->
4241 <!-- Using libraries-bom to manage versions.
4342 See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
4443 <dependencyManagement >
6261 <groupId >com.google.cloud</groupId >
6362 <artifactId >google-cloud-datastore</artifactId >
6463 </dependency >
65- <!-- [END dependencies] -->
6664 <dependency >
6765 <groupId >javax.servlet</groupId >
6866 <artifactId >javax.servlet-api</artifactId >
7573 <artifactId >jatl</artifactId >
7674 <version >0.2.3</version >
7775 </dependency >
78- <!-- [START dependencies] -->
7976 </dependencies >
80- <!-- [END dependencies] -->
8177 <build >
8278 <!-- for hot reload of the web application -->
8379 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
Original file line number Diff line number Diff line change 3636 </properties >
3737
3838 <dependencies >
39- <!-- [START dependencies] -->
4039 <dependency >
4140 <groupId >com.google.appengine</groupId >
4241 <artifactId >appengine-remote-api</artifactId >
4746 <artifactId >appengine-api-1.0-sdk</artifactId >
4847 <version >2.0.23</version >
4948 </dependency >
50- <!-- [END dependencies] -->
5149 </dependencies >
5250 <build >
5351 <!-- for hot reload of the web application -->
Original file line number Diff line number Diff line change 3737 <maven .compiler.source>1.8</maven .compiler.source>
3838 </properties >
3939
40- <!-- [START dependencies] -->
4140 <!-- Using libraries-bom to manage versions.
4241 See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
4342 <dependencyManagement >
6564 <groupId >com.google.cloud</groupId >
6665 <artifactId >google-cloud-translate</artifactId >
6766 </dependency >
68- <!-- [END dependencies] -->
6967 <dependency >
7068 <groupId >javax.servlet</groupId >
7169 <artifactId >javax.servlet-api</artifactId >
7270 <version >3.1.0</version >
7371 <type >jar</type >
7472 <scope >provided</scope >
7573 </dependency >
76- <!-- [START dependencies] -->
7774 </dependencies >
78- <!-- [END dependencies] -->
7975 <build >
8076 <!-- for hot reload of the web application -->
8177 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
You can’t perform that action at this time.
0 commit comments