<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.pfabulist.roast</groupId>
  <artifactId>roast</artifactId>
  <version>0.6</version>
  <name>roast</name>
  <description>a roast of java to make it delightful</description>
  <url>http://www.github.com/openCage/roast</url>
  <licenses>
    <license>
      <name>BSD-2-Clause</name>
      <url>https://spdx.org/licenses/BSD-2-Clause.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Stephan Pfab</name>
      <email>openCage@gmail.com</email>
      <organization>pfabulist</organization>
      <organizationUrl>http://www.pfabulist.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/openCage/pfabulist-parent/tree/v1/roast</connection>
    <developerConnection>scm:git:https://github.com/openCage/pfabulist-parent/tree/v1/roast</developerConnection>
    <url>https://github.com/openCage/pfabulist-parent/tree/vq/roast</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>de.pfabulist.roast</groupId>
      <artifactId>nonnullbydefault</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>de.pfabulist.roast</groupId>
      <artifactId>unchecked</artifactId>
      <version>3.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.esotericsoftware</groupId>
      <artifactId>minlog</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.19</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
