<?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-incarnation-protelis</artifactId>
  <version>6.1.0</version>
  <name>alchemist-incarnation-protelis</name>
  <description>Implementation of the Alchemist's meta-meta model supporting execution of Protelis programs</description>
  <url>https://github.com/DanySK/alchemist-incarnation-protelis</url>
  <licenses>
    <license>
      <name>GPL linking exception</name>
      <url>https://github.com/DanySK/alchemist-incarnation-protelis/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>Jacob Beal</name>
      <email>jakebeal@bbn.com</email>
      <url>http://web.mit.edu/jakebeal/www/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:DanySK/alchemist-incarnation-protelis.git</connection>
    <developerConnection>scm:git:git@github.com:DanySK/alchemist-incarnation-protelis.git</developerConnection>
    <url>https://github.com/DanySK/alchemist-incarnation-protelis</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-maps</artifactId>
      <version>[5, 6)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-interfaces</artifactId>
      <version>[5.0.0, 6.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-engine</artifactId>
      <version>[2.0.1, 3)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist.protelisdsl</artifactId>
      <version>[3.1.0, 4)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>it.unibo.alchemist</groupId>
      <artifactId>alchemist-enginedependentmodel</artifactId>
      <version>[3, 4)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.protelis</groupId>
      <artifactId>protelis</artifactId>
      <version>[6, 8)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[4.3, 5)</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>javalib-java7</artifactId>
      <version>[0.1.1, 2.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>findbugs</artifactId>
      <version>[3.0.0, 3.0.1]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>[13.0-rc1, 19.0-rc2]</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
