File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
appengine/endpoints-frameworks-v2/guice-example
appengine-java8/endpoints-v2-guice Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
20
20
dependencies {
21
21
classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2'
22
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.3 '
22
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.4 '
23
23
}
24
24
}
25
25
@@ -43,10 +43,11 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
43
43
apply plugin : ' com.google.cloud.tools.appengine'
44
44
45
45
dependencies {
46
- compile ' com.google.endpoints:endpoints-framework:2.0.8 '
46
+ compile ' com.google.endpoints:endpoints-framework:2.0.9 '
47
47
// [START guice_dependency]
48
- compile ' com.google.endpoints:endpoints-framework-guice:'
48
+ compile ' com.google.endpoints:endpoints-framework-guice:2.0.9 '
49
49
// [END guice_dependency]
50
+
50
51
compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
51
52
compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
52
53
}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ buildscript {
18
18
}
19
19
20
20
dependencies {
21
- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:+ '
22
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:+ '
21
+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2 '
22
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.4 '
23
23
}
24
24
}
25
25
@@ -43,9 +43,8 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
43
43
apply plugin : ' com.google.cloud.tools.appengine'
44
44
45
45
dependencies {
46
- // For real projects: use concrete versions here instead of the '+' to make your build consistent
47
- compile ' com.google.endpoints:endpoints-framework:2.0.8'
48
- compile ' com.google.endpoints:endpoints-framework-guice:2.0.8'
46
+ compile ' com.google.endpoints:endpoints-framework:2.0.9'
47
+ compile ' com.google.endpoints:endpoints-framework-guice:2.0.9'
49
48
compile ' com.google.endpoints:endpoints-management-control-appengine:1.0.5'
50
49
compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
51
50
}
You can’t perform that action at this time.
0 commit comments