<?xml version="1.0"?>
<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>com.github.jhonnymertz</groupId>
  <artifactId>java-wkhtmltopdf-wrapper</artifactId>
  <version>1.1.2-RELEASE</version>
  <name>jhonnymertz/java-wkhtmltopdf-wrapper</name>
  <description>A Java wrapper for wkhtmltopdf</description>
  <url>https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jhonnymertz</id>
      <name>Jhonny Mertz</name>
      <email>jhonnymertz@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/jhonnymertz/java-wkhtmltopdf-wrapper.git</connection>
    <developerConnection>scm:git://github.com/jhonnymertz/java-wkhtmltopdf-wrapper.git</developerConnection>
    <url>git://github.com/jhonnymertz/java-wkhtmltopdf-wrapper.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.pdfbox</groupId>
      <artifactId>pdfbox</artifactId>
      <version>1.8.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.4</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.5</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
