<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>it.unibo.alchemist</groupId>
  <artifactId>alchemist-maps</artifactId>
  <version>12.2.2</version>
  <name>Alchemist Maps</name>
  <description>Tools for running Alchemist simulations on real world maps</description>
  <url>https://github.com/DanySK/alchemist-maps</url>
  <licenses>
    <license>
      <name>GPL 3.0 with linking exception</name>
      <url>https://github.com/AlchemistSimulator/Alchemist/blob/develop/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>http://www.danilopianini.org</url>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <name>Andrea Placuzzi</name>
      <email>andrea.placuzzi@studio.unibo.it</email>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Giacomo Scaparrotti</name>
      <email>giacomo.scaparrotti@studio.unibo.it</email>
      <url>https://www.linkedin.com/in/giacomo-scaparrotti-0aa77569</url>
    </contributor>
  </contributors>
  <scm>
    <connection>git:git@github.com:AlchemistSimulator/Alchemist.git</connection>
    <developerConnection>git:git@github.com:AlchemistSimulator/Alchemist.git</developerConnection>
    <url>https://github.com/DanySK/alchemist-maps</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-interfaces</artifactId>
      <version>12.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>thread-inheritable-resource-loader</artifactId>
      <version>0.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.33</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-implementationbase</artifactId>
      <version>12.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-loading</artifactId>
      <version>12.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.graphhopper</groupId>
      <artifactId>graphhopper-core</artifactId>
      <version>4.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.harawata</groupId>
      <artifactId>appdirs</artifactId>
      <version>1.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>boilerplate</artifactId>
      <version>0.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes.caffeine</groupId>
      <artifactId>caffeine</artifactId>
      <version>3.0.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.0.1-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>jirf</artifactId>
      <version>0.4.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.jenetics</groupId>
      <artifactId>jpx</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.javadocmd</groupId>
      <artifactId>simplelatlng</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.trove4j</groupId>
      <artifactId>trove4j</artifactId>
      <version>3.0.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
