Skip to content

Commit

Permalink
Add firebase-tictactoe to root pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Oct 25, 2016
1 parent b757c53 commit 54274be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/firebase-tictactoe/pom.xml
Expand Up @@ -18,7 +18,7 @@
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<groupId>com.example.appengine</groupId>
<artifactId>appengine-firebase</artifactId>
<artifactId>appengine-firebase-tictactoe</artifactId>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>doc-samples</artifactId>
Expand Down
Expand Up @@ -16,8 +16,8 @@

package com.example.appengine.firetactoe;

import com.google.api.client.extensions.appengine.http.UrlFetchTransport;
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.appengine.http.UrlFetchTransport;
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import com.google.api.client.http.ByteArrayContent;
import com.google.api.client.http.GenericUrl;
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -54,6 +54,7 @@
<module>appengine/datastore/indexes-perfect</module>
<module>appengine/endpoints-frameworks-v2/backend</module>
<module>appengine/firebase-event-proxy/gae-firebase-event-proxy</module>
<module>appengine/firebase-tictactoe</module>
<module>appengine/guestbook-objectify</module>
<module>appengine/helloworld</module>
<module>appengine/helloworld-new-plugins</module>
Expand Down

0 comments on commit 54274be

Please sign in to comment.