<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.clouway.testing</groupId>
  <artifactId>cloud-firestore-testing</artifactId>
  <version>0.0.9</version>
  <name>clouWay Cloud Firestore Testing Library</name>
  <description>clouWay Firestore Testing Library</description>
  <url>https://github.com/clouway/cloud-firestore-testing</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>telcong</id>
      <name>Telcong Bot</name>
      <email>telcong@clouway.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://clouway@github.com/clouway/cloud-firestore-testing.git</connection>
    <developerConnection>scm:git://github.com/clouway/cloud-firestore-testing.git</developerConnection>
    <url>https://github.com/clouway/cloud-firestore-testing</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>testcontainers</artifactId>
      <version>1.15.0-rc2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>google-cloud-firestore</artifactId>
      <version>1.35.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
