Skip to content

Commit 0da54bf

Browse files
tangiellesv
authored andcommitted
add region takes for Endpoints Guice dependencies (GoogleCloudPlatform#967)
1 parent 2c1b297 commit 0da54bf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appengine/endpoints-frameworks-v2/guice-example/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ apply plugin: 'com.google.cloud.tools.appengine'
4444

4545
dependencies {
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
}

appengine/endpoints-frameworks-v2/guice-example/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
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>

0 commit comments

Comments
 (0)