File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
48
48
providedCompile group : ' javax.servlet' , name : ' servlet-api' , version :' 2.5'
49
49
compile ' jstl:jstl:1.2'
50
50
compile group : ' javax.inject' , name : ' javax.inject' , version : ' 1'
51
+ compile group : ' com.google.appengine' , name : ' appengine-api-1.0-sdk' , version : ' +'
51
52
52
53
// Uncomment to use Endpoints Frameworks v1.0 and comment the v2.0 section
53
54
// compile group: 'com.google.appengine', name: 'appengine-endpoints', version: '+'
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ limitations under the License.
57
57
</dependency >
58
58
<!-- [END endpoints-frameworks] -->
59
59
<!-- End of Endpoints Frameworks v2.0 -->
60
+ <dependency >
61
+ <groupId >com.google.appengine</groupId >
62
+ <artifactId >appengine-api-1.0-sdk</artifactId >
63
+ <version >1.9.53</version >
64
+ </dependency >
60
65
<dependency >
61
66
<groupId >javax.servlet</groupId >
62
67
<artifactId >servlet-api</artifactId >
You can’t perform that action at this time.
0 commit comments