<?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.oakwoodsc.rxfirestore</groupId>
  <artifactId>rxfirestorekt</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <description>An RxJava2 wrapper for Cloud Firestore</description>
  <name>RxFirestoreKt</name>
  <url>https://github.com/btrautmann/RxFirestore</url>
  <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>oakwoodsc</id>
      <name>Oakwood Software Consulting, Inc.</name>
      <email>support@oakwoodsc.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/yourgithubaccount/example</url>
  </scm>
  <dependency>
    <groupId>RxFirestore</groupId>
    <artifactId>rxfirestore</artifactId>
    <version>unspecified</version>
  </dependency>
  <dependency>
    <groupId>io.reactivex.rxjava2</groupId>
    <artifactId>rxjava</artifactId>
    <version>2.1.8</version>
  </dependency>
  <dependency>
    <groupId>com.google.firebase</groupId>
    <artifactId>firebase-firestore</artifactId>
    <version>16.0.0</version>
  </dependency>
  <dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-stdlib-jdk7</artifactId>
    <version>1.2.41</version>
  </dependency>
  <dependency>
    <groupId>com.android.support</groupId>
    <artifactId>support-annotations</artifactId>
    <version>27.1.1</version>
  </dependency>
</project>
