<?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>it.unibo.apice.scafiteam</groupId>
    <artifactId>scafi-distributed_2.11</artifactId>
    <packaging>jar</packaging>
    <description>scafi-distributed</description>
    <url>https://scafi.github.io/</url>
    <version>0.3.2</version>
    <licenses>
        <license>
            <name>Apache 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scafi-distributed</name>
    <organization>
        <name>it.unibo.apice.scafiteam</name>
        <url>https://scafi.github.io/</url>
    </organization>
    <scm>
        <url>https://github.com/scafi/scafi</url>
        <connection>scm:git:git@github.org:scafi/scafi.git</connection>
    </scm>
    <developers>
        <developer>
            <id>metaphori</id>
            <name>Roberto Casadei</name>
            <email>roby.casadei@unibo.it</email>
            <url>http://robertocasadei.apice.unibo.it</url>
        </developer>
        <developer>
            <id>mviroli</id>
            <name>Mirko Viroli</name>
            <email>mirko.viroli@unibo.it</email>
            <url>http://mirkoviroli.apice.unibo.it</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.8</version>
        </dependency>
        <dependency>
            <groupId>it.unibo.apice.scafiteam</groupId>
            <artifactId>scafi-core_2.11</artifactId>
            <version>0.3.2</version>
        </dependency>
        <dependency>
            <groupId>it.unibo.apice.scafiteam</groupId>
            <artifactId>spala_2.11</artifactId>
            <version>0.3.2</version>
        </dependency>
    </dependencies>
</project>