<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- 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>org.protelis</groupId>
  <artifactId>protelis-test</artifactId>
  <version>15.2.2</version>
  <name>Protelis testing libraries</name>
  <description>Essential libraries for testing Protelis programs and simulations</description>
  <url>http://www.protelis.org</url>
  <licenses>
    <license>
      <name>GPL linking exception</name>
      <url>https://github.com/Protelis/protelis/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>https://danysk.github.io</url>
    </developer>
    <developer>
      <name>Jacob Beal</name>
      <email>jakebeal@gmail.com</email>
      <url>http://web.mit.edu/jakebeal/www/</url>
    </developer>
    <developer>
      <name>Matteo Francia</name>
      <email>matteo.francia2@studio.unibo.it</email>
      <url>https://github.com/w4bo</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Mirko Viroli</name>
      <email>mirko.viroli@unibo.it</email>
      <url>http://mirkoviroli.apice.unibo.it/</url>
    </contributor>
    <contributor>
      <name>Kyle Usbeck</name>
      <email>kusbeck@bbn.com</email>
      <url>https://dist-systems.bbn.com/people/kusbeck/</url>
    </contributor>
  </contributors>
  <scm>
    <connection>git:git@github.com:Protelis/Protelis</connection>
    <developerConnection>git:git@github.com:Protelis/Protelis</developerConnection>
    <url>http://www.protelis.org</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.protelis</groupId>
      <artifactId>protelis-interpreter</artifactId>
      <version>15.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-interfaces</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>asm-debug-all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-loading</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>asm-debug-all</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.classgraph</groupId>
      <artifactId>classgraph</artifactId>
      <version>4.8.141</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
