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 {
4848 providedCompile group : ' javax.servlet' , name : ' servlet-api' , version :' 2.5'
4949 compile ' jstl:jstl:1.2'
5050 compile group : ' javax.inject' , name : ' javax.inject' , version : ' 1'
51+ compile group : ' com.google.appengine' , name : ' appengine-api-1.0-sdk' , version : ' +'
5152
5253 // Uncomment to use Endpoints Frameworks v1.0 and comment the v2.0 section
5354 // 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.
5757 </dependency >
5858 <!-- [END endpoints-frameworks] -->
5959 <!-- 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 >
6065 <dependency >
6166 <groupId >javax.servlet</groupId >
6267 <artifactId >servlet-api</artifactId >
You can’t perform that action at this time.
0 commit comments