File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ the dependency with the `endpoints-framework` artifact from the
3232 <dependency>
3333 <groupId>com.google.endpoints</groupId>
3434 <artifactId>endpoints-framework</artifactId>
35- <version>2.0.0-beta.7 </version>
35+ <version>2.0.0-beta.8 </version>
3636 </dependency>
3737
3838In Gradle, the new dependency looks like this:
3939
40- compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.0-beta.7 '
40+ compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.0-beta.8 '
4141
4242You also need to update your ` web.xml ` . Simply replace all instances of
4343` SystemServiceServlet ` with ` EndpointsServlet ` and replace ` /_ah/spi/* ` with
Original file line number Diff line number Diff line change 1- version =2.0.0-beta.7
1+ version =2.0.0-beta.8
22sourceCompatibility =1.7
33targetCompatibility =1.7
44group =com.google.endpoints
You can’t perform that action at this time.
0 commit comments