<?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>org.daisy.dotify</groupId>
  <artifactId>dotify.task.impl</artifactId>
  <version>2.5.0</version>
  <name>dotify.task.impl</name>
  <description>Dotify Task</description>
  <url>https://github.com/brailleapps/dotify.task.impl</url>
  <licenses>
    <license>
      <name>LGPL</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>joel</id>
      <name>Joel Håkansson</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/brailleapps/dotify.task.impl.git</connection>
    <developerConnection>scm:git:https://github.com/brailleapps/dotify.task.impl.git</developerConnection>
    <url>https://github.com/brailleapps/dotify.task.impl</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.daisy.dotify</groupId>
      <artifactId>dotify.common</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.dotify</groupId>
      <artifactId>dotify.task-runner</artifactId>
      <version>1.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.braille</groupId>
      <artifactId>braille-utils.pef-tools</artifactId>
      <version>1.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.libs</groupId>
      <artifactId>saxon-he</artifactId>
      <version>9.5.1.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.dotify</groupId>
      <artifactId>dotify.api</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.libs</groupId>
      <artifactId>jing</artifactId>
      <version>20120724.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.daisy.dotify</groupId>
      <artifactId>dotify.task-api</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
