<project xmlns="http://maven.apache.org/POM/4.0.0"
         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>
    <artifactId>grpc-google-cloud-firestore-v1</artifactId>
    <version>1.0.0</version><!-- {x-version-update:grpc-google-cloud-firestore-v1:current} -->
    <name>grpc-google-cloud-firestore-v1</name>
    <description>GRPC library for grpc-google-cloud-firestore-v1</description>
    <parent>
        <groupId>com.google.api.grpc</groupId>
        <artifactId>google-api-grpc</artifactId>
        <version>0.53.0</version><!-- {x-version-update:google-api-grpc:current} -->
    </parent>
    <dependencies>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-stub</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-protobuf</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.api.grpc</groupId>
            <artifactId>proto-google-cloud-firestore-v1</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>
