<?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>it.unibo.alchemist</groupId>
  <artifactId>alchemist-maps</artifactId>
  <version>0.2.0</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 linking exception</name>
      <url>https://github.com/DanySK/alchemist-maps/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>http://danilopianini.apice.unibo.it/</url>
    </developer>
    <developer>
      <name>Giovanni Ciatto</name>
      <email>giovanni.ciatto@studio.unibo.it</email>
      <url>https://bitbucket.org/gciatto</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:DanySK/alchemist-maps.git</connection>
    <developerConnection>scm:git:git@github.com:DanySK/alchemist-maps.git</developerConnection>
    <url>https://github.com/DanySK/alchemist-maps</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-implementationbase</artifactId>
      <version>[0.0.0, 1.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-enginedependentmodel</artifactId>
      <version>[0.0.0, 1.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[4.3, 5.0)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>[1.1, 2.3.1]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.javadocmd</groupId>
      <artifactId>simplelatlng</artifactId>
      <version>[1.2.0, 1.3.0]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.graphhopper</groupId>
      <artifactId>graphhopper</artifactId>
      <version>0.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
