Skip to content

Commit

Permalink
Builds and tests pass after rebasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Aug 24, 2020
1 parent 91ea0ca commit 4124116
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions google-cloud-firestore/pom.xml
Expand Up @@ -28,6 +28,12 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-firestore-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.firestore</groupId>
<artifactId>proto-google-cloud-firestore-bundle-v1</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
Expand Down
Expand Up @@ -37,7 +37,6 @@
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.firestore.proto.BundledQuery;
import com.google.firestore.proto.BundledQuery.LimitType;
import com.google.firestore.v1.Cursor;
import com.google.firestore.v1.Document;
import com.google.firestore.v1.RunQueryRequest;
Expand Down
@@ -1,3 +1,20 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/


package com.google.cloud.firestore;

import static com.google.cloud.firestore.LocalFirestoreHelper.COLLECTION_ID;
Expand Down
2 changes: 1 addition & 1 deletion proto-google-cloud-firestore-bundle-v1/pom.xml
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.google.firestore</groupId>
<artifactId>proto-google-cloud-firestore-bundle-v1</artifactId>
<version>1.0.0-SNAPSHOT</version>

Expand Down

0 comments on commit 4124116

Please sign in to comment.