<?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>org.protelis</groupId>
  <artifactId>protelis-interpreter</artifactId>
  <version>14.1.1-dev09+cf76fe06</version>
  <name>protelis-interpreter</name>
  <description>No description provided</description>
  <url>https://github.com/DanySK/protelis-interpreter</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>http://www.danilopianini.org</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:DanySK/protelis-interpreter</connection>
    <developerConnection>git:git@github.com:DanySK/protelis-interpreter</developerConnection>
    <url>https://github.com/DanySK/protelis-interpreter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sf.trove4j</groupId>
      <artifactId>trove4j</artifactId>
      <version>3.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>3.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>30.0-jre</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.protelis</groupId>
      <artifactId>protelis.parser</artifactId>
      <version>10.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.0</version>
      <scope>compile</scope>
    </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.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.ruedigermoeller</groupId>
      <artifactId>fst</artifactId>
      <version>2.57</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
