<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.marco-schmidt</groupId>
  <artifactId>am</artifactId>
  <version>0.0.5</version>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.28</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.mjeanroy</groupId>
      <artifactId>exiftool-lib</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.rdf4j</groupId>
      <artifactId>rdf4j-repository-sparql</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.wikidata.wdtk</groupId>
      <artifactId>wdtk-wikibaseapi</artifactId>
      <version>0.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.xerial</groupId>
      <artifactId>sqlite-jdbc</artifactId>
      <version>3.28.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>am</name>
  <url>https://github.com/marco-schmidt/am</url>
  <description>Asset Manager</description>
  <packaging>jar</packaging>
  <inceptionYear>2019</inceptionYear>
  <properties>
    <gitrevision>e7ee51798084222c75b28459fb61b0464dbdd5ad</gitrevision>
    <gitmodified>true</gitmodified>
    <buildtime>2019-10-12T17:28:00+0000</buildtime>
    <gradleversion>5.6.2</gradleversion>
    <java>1.8</java>
  </properties>
  <scm>
    <connection>scm:git:git@github.com:marco-schmidt/am.git</connection>
    <developerConnection>scm:git:git@github.com:marco-schmidt/am.git</developerConnection>
    <url>https://github.com/marco-schmidt/am</url>
  </scm>
  <developers>
    <developer>
      <id>marco-schmidt</id>
      <name>Marco Schmidt</name>
      <email>mschmidtgit@protonmail.com</email>
      <organization>private</organization>
      <organizationUrl>https://github.com/marco-schmidt</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
</project>
