Skip to content

Commit

Permalink
add region takes for Endpoints Guice dependencies (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangiel authored and lesv committed Dec 21, 2017
1 parent 2c1b297 commit 0da54bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/endpoints-frameworks-v2/guice-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ apply plugin: 'com.google.cloud.tools.appengine'

dependencies {
compile 'com.google.endpoints:endpoints-framework:2.0.9'
// [START endpoints-guice]
compile 'com.google.endpoints:endpoints-framework-guice:2.0.9'
// [END endpoints-guice]
compile 'com.google.endpoints:endpoints-management-control-appengine:1.0.5'
compile 'com.google.endpoints:endpoints-framework-auth:1.0.5'
}
Expand Down
2 changes: 2 additions & 0 deletions appengine/endpoints-frameworks-v2/guice-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@
<artifactId>endpoints-framework</artifactId>
<version>${endpoints.framework.version}</version>
</dependency>
<!-- [START endpoints-guice] -->
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework-guice</artifactId>
<version>2.0.10</version>
</dependency>
<!-- [START endpoints-guice] -->
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-management-control-appengine-all</artifactId>
Expand Down

0 comments on commit 0da54bf

Please sign in to comment.