<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.openmole.gridscale</groupId>
    <artifactId>local_2.13</artifactId>
    <packaging>jar</packaging>
    <description>local</description>
    <url>https://github.com/openmole/gridscale</url>
    <version>2.31</version>
    <licenses>
        <license>
            <name>Affero GPLv3</name>
            <url>http://www.gnu.org/licenses/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>local</name>
    <organization>
        <name>org.openmole.gridscale</name>
        <url>https://github.com/openmole/gridscale</url>
    </organization>
    <scm>
        <url>https://github.com/openmole/gridscale.git</url>
        <connection>scm:git:git@github.com:openmole/gridscale.git</connection>
    </scm>
    <!-- Developer contact information -->
    <developers>
        <developer>
            <id>romainreuillon</id>
            <name>Romain Reuillon</name>
            <url>https://github.com/romainreuillon/</url>
        </developer>
        <developer>
            <id>jopasserat</id>
            <name>Jonathan Passerat-Palmbach</name>
            <url>https://github.com/jopasserat/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>org.openmole.gridscale</groupId>
            <artifactId>gridscale_2.13</artifactId>
            <version>2.31</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.13</artifactId>
            <version>1.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_2.13</artifactId>
            <version>2.1.6</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>squants_2.13</artifactId>
            <version>1.6.0</version>
        </dependency>
        <dependency>
            <groupId>com.beachape</groupId>
            <artifactId>enumeratum_2.13</artifactId>
            <version>1.5.15</version>
        </dependency>
    </dependencies>
</project>