File tree 2 files changed +4
-0
lines changed
appengine/endpoints-frameworks-v2/guice-example
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'
44
44
45
45
dependencies {
46
46
compile ' com.google.endpoints:endpoints-framework:2.0.9'
47
+ // [START endpoints-guice]
47
48
compile ' com.google.endpoints:endpoints-framework-guice:2.0.9'
49
+ // [END endpoints-guice]
48
50
compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
49
51
compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
50
52
}
Original file line number Diff line number Diff line change 46
46
<artifactId >endpoints-framework</artifactId >
47
47
<version >${endpoints.framework.version} </version >
48
48
</dependency >
49
+ <!-- [START endpoints-guice] -->
49
50
<dependency >
50
51
<groupId >com.google.endpoints</groupId >
51
52
<artifactId >endpoints-framework-guice</artifactId >
52
53
<version >2.0.10</version >
53
54
</dependency >
55
+ <!-- [START endpoints-guice] -->
54
56
<dependency >
55
57
<groupId >com.google.endpoints</groupId >
56
58
<artifactId >endpoints-management-control-appengine-all</artifactId >
You can’t perform that action at this time.
0 commit comments