<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.librarysimplified</groupId>
  <artifactId>org.librarysimplified.opds2.r2</artifactId>
  <version>7.0.2</version>
  <packaging>aar</packaging>
  <name>org.librarysimplified.opds2.r2</name>
  <description>Library Simplified (OPDS 2.0 Parser [R2])</description>
  <url>http://github.com/NYPL-Simplified/Simplified-Android-Core</url>
  <licenses>
    <license>
      <name>Apache 2.0 License</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>io7m</id>
      <name>Mark Raynsford</name>
      <email>code@io7m.com</email>
      <url>https://www.io7m.com</url>
    </developer>
    <developer>
      <id>winniequinn</id>
      <name>Winnie Quinn</name>
      <url>https://www.winniequinn.com/</url>
    </developer>
    <developer>
      <id>gioneill</id>
      <name>Greg O'Neill</name>
      <url>https://github.com/gioneill</url>
    </developer>
    <developer>
      <id>mattniehoff</id>
      <name>Matt Niehoff</name>
      <url>https://github.com/mattniehoff</url>
    </developer>
    <developer>
      <id>MalcolmMcFly</id>
      <name>Malcolm Woods</name>
      <url>https://github.com/MalcolmMcFly</url>
    </developer>
    <developer>
      <id>twaddington</id>
      <name>Tristan Waddington</name>
      <url>https://github.com/twaddington</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/NYPL-Simplified/Simplified-Android-Core</connection>
    <developerConnection>scm:git:ssh://git@github.com/NYPL-Simplified/Simplified-Android-Core</developerConnection>
    <url>http://github.com/NYPL-Simplified/Simplified-Android-Core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.librarysimplified</groupId>
      <artifactId>org.librarysimplified.opds2</artifactId>
      <version>7.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.librarysimplified</groupId>
      <artifactId>org.librarysimplified.opds2.parser.api</artifactId>
      <version>7.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.9.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.4.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.readium</groupId>
      <artifactId>r2-opds-kotlin</artifactId>
      <version>2.0.0-beta.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.readium</groupId>
      <artifactId>r2-shared-kotlin</artifactId>
      <version>2.0.0-beta.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
