<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.mytake.mtdo</groupId>
  <artifactId>factset-tooling</artifactId>
  <version>0.2.3</version>
  <name>MyTake.org Factset</name>
  <description>A shadowboard for facts, with dedicated ratchet holder</description>
  <url>https://github.com/mytakedotorg/mtdo</url>
  <licenses>
    <license>
      <name>GNU Affero General Public License v3</name>
      <url>https://github.com/mytakedotorg/mtdo/blob/staging/LICENSE</url>
      <distribution>repo</distribution>
      <comments>AGPL-V3 with linking exception for Eclipse SWT</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nedtwigg</id>
      <name>Ned Twigg</name>
      <email>ned.twigg@mytake.org</email>
    </developer>
    <developer>
      <id>toddriley</id>
      <name>Todd Riley</name>
      <email>todd.riley@mytake.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/mytakedotorg/mtdo.git</connection>
    <developerConnection>scm:git:ssh://github.com/mytakedotorg/mtdo.git</developerConnection>
    <url>https://github.com/mytakedotorg/mtdo</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.auto.value</groupId>
      <artifactId>auto-value-annotations</artifactId>
      <version>1.7.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jsoniter</groupId>
      <artifactId>jsoniter</artifactId>
      <version>0.9.23</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.13.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>5.0.1.201806211838-r</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.durian</groupId>
      <artifactId>durian-core</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.durian</groupId>
      <artifactId>durian-collect</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.durian</groupId>
      <artifactId>durian-io</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless-changelog</groupId>
      <artifactId>spotless-changelog-plugin-gradle</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>spotless-plugin-gradle</artifactId>
      <version>5.6.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
