<?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.parser</artifactId>
  <version>12.2.0</version>
  <name>Protelis Parser</name>
  <description>Parser for Protelis, the practical aggregate programming language</description>
  <url>http://www.protelis.org</url>
  <licenses>
    <license>
      <name>GPLv3 with linking exception</name>
      <url>https://github.com/Protelis/Protelis-Parser/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>
  </developers>
  <contributors>
    <contributor>
      <name>Mirko Viroli</name>
      <email>mirko.viroli@unibo.it</email>
      <url>http://mirkoviroli.apice.unibo.it/</url>
    </contributor>
    <contributor>
      <name>Jacob Beal</name>
      <email>jakebeal@gmail.com</email>
      <url>http://web.mit.edu/jakebeal/www/</url>
    </contributor>
  </contributors>
  <scm>
    <connection>git:git@github.com:Protelis/Protelis-Parser.git</connection>
    <developerConnection>git:git@github.com:Protelis/Protelis-Parser.git</developerConnection>
    <url>http://www.protelis.org</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.eclipse.xtext</groupId>
        <artifactId>xtext-dev-bom</artifactId>
        <version>2.37.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext</artifactId>
      <version>2.37.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>asm</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.xbase</artifactId>
      <version>2.37.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>asm</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
