File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
appengine/firebase-tictactoe
src/main/java/com/example/appengine/firetactoe Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 <packaging >war</packaging >
1919 <version >1.0-SNAPSHOT</version >
2020 <groupId >com.example.appengine</groupId >
21- <artifactId >appengine-firebase</artifactId >
21+ <artifactId >appengine-firebase-tictactoe </artifactId >
2222 <parent >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >doc-samples</artifactId >
Original file line number Diff line number Diff line change 1616
1717package com .example .appengine .firetactoe ;
1818
19- import com .google .api .client .extensions .appengine .http .UrlFetchTransport ;
2019import com .google .api .client .auth .oauth2 .Credential ;
20+ import com .google .api .client .extensions .appengine .http .UrlFetchTransport ;
2121import com .google .api .client .googleapis .auth .oauth2 .GoogleCredential ;
2222import com .google .api .client .http .ByteArrayContent ;
2323import com .google .api .client .http .GenericUrl ;
Original file line number Diff line number Diff line change 5454 <module >appengine/datastore/indexes-perfect</module >
5555 <module >appengine/endpoints-frameworks-v2/backend</module >
5656 <module >appengine/firebase-event-proxy/gae-firebase-event-proxy</module >
57+ <module >appengine/firebase-tictactoe</module >
5758 <module >appengine/guestbook-objectify</module >
5859 <module >appengine/helloworld</module >
5960 <module >appengine/helloworld-new-plugins</module >
You can’t perform that action at this time.
0 commit comments