<?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>
  <parent>
    <groupId>com.github.rdfhdt.hdt-java</groupId>
    <artifactId>hdt-java-parent</artifactId>
    <version>v2.1.2</version>
  </parent>
  <groupId>com.github.rdfhdt.hdt-java</groupId>
  <artifactId>hdt-jena</artifactId>
  <version>v2.1.2</version>
  <name>HDT Jena</name>
  <description>Integration of HDT with Apache Jena</description>
  <url>https://github.com/rdfhdt/hdt-java</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>GNU Library or Lesser General Public License (LGPL) 3.0</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rdfhdt</id>
      <name>RDF/HDT Compressed RDF Tools</name>
      <email>rdfhdt@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/rdfhdt/hdt-java.git</connection>
    <developerConnection>scm:git://github.com/rdfhdt/hdt-java.git</developerConnection>
    <url>git://github.com/rdfhdt/hdt-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.rdfhdt.hdt-java</groupId>
      <artifactId>hdt-api</artifactId>
      <version>v2.1.2</version>
    </dependency>
    <dependency>
      <groupId>com.github.rdfhdt.hdt-java</groupId>
      <artifactId>hdt-java-core</artifactId>
      <version>v2.1.2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-arq</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-base</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-arq</artifactId>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-base</artifactId>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>pl.pragmatists</groupId>
      <artifactId>JUnitParams</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.beust</groupId>
      <artifactId>jcommander</artifactId>
    </dependency>
  </dependencies>
</project>
