File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
appengine/endpoints-frameworks-v2/guice-example Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ apply plugin: 'com.google.cloud.tools.appengine'
4444
4545dependencies {
4646 compile ' com.google.endpoints:endpoints-framework:2.0.9'
47+ // [START endpoints-guice]
4748 compile ' com.google.endpoints:endpoints-framework-guice:2.0.9'
49+ // [END endpoints-guice]
4850 compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
4951 compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
5052}
Original file line number Diff line number Diff line change 4646 <artifactId >endpoints-framework</artifactId >
4747 <version >${endpoints.framework.version} </version >
4848 </dependency >
49+ <!-- [START endpoints-guice] -->
4950 <dependency >
5051 <groupId >com.google.endpoints</groupId >
5152 <artifactId >endpoints-framework-guice</artifactId >
5253 <version >2.0.10</version >
5354 </dependency >
55+ <!-- [START endpoints-guice] -->
5456 <dependency >
5557 <groupId >com.google.endpoints</groupId >
5658 <artifactId >endpoints-management-control-appengine-all</artifactId >
You can’t perform that action at this time.
0 commit comments