<?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">
  <!-- 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-swingui</artifactId>
  <version>9.3.0-devza+3c4e9cfc8</version>
  <name>Alchemist Swing User Interface</name>
  <description>Graphical interface for Alchemist, Java-Swing based</description>
  <url>https://github.com/DanySK/alchemist-swingui</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>Giovanni Ciatto</name>
      <email>giovanni.ciatto@unibo.it</email>
    </developer>
    <developer>
      <name>Lorenzo Paganelli</name>
      <email>lorenzo.paganelli3@studio.unibo.it</email>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Matteo Francia</name>
      <email>m.francia@unibo.it</email>
    </contributor>
    <contributor>
      <name>Federico Pettinari</name>
      <email>federico.pettinari2@studio.unibo.it</email>
    </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-swingui</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-interfaces</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>thread-inheritable-resource-loader</artifactId>
      <version>0.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-engine</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-euclidean-geometry</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-implementationbase</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-loading</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-maps</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-smartcam</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-cognitive-agents</artifactId>
      <version>9.3.0-devza+3c4e9cfc8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.miglayout</groupId>
      <artifactId>miglayout-swing</artifactId>
      <version>5.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mapsforge</groupId>
      <artifactId>mapsforge-map-awt</artifactId>
      <version>0.13.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>svgSalamander</artifactId>
          <groupId>com.github.blackears</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>gson-extras</artifactId>
      <version>0.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>guru.nidi.com.kitfox</groupId>
      <artifactId>svgSalamander</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>javalib-java7</artifactId>
      <version>0.6.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>findbugs</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>conrec</artifactId>
      <version>0.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jgrapht</groupId>
      <artifactId>jgrapht-core</artifactId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
