<?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>it.unibo.apice.scafiteam</groupId>
  <artifactId>scafi-distributed_2.11</artifactId>
  <version>v0.3.3</version>
  <name>ScaFi</name>
  <description>An aggregate programming toolkit on the JVM</description>
  <url>https://scafi.github.io</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>metaphori</id>
      <name>Roberto Casadei</name>
      <email>roby.casadei@unibo.it</email>
      <url>https://metaphori.github.io</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>
  <scm>
    <connection>scm:git:git@github.org:scafi/scafi.git</connection>
    <developerConnection>scm:git:ssh@github.org:scafi/scafi.git</developerConnection>
    <url>https://github.com/scafi/scafi</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>it.unibo.apice.scafiteam</groupId>
      <artifactId>spala_2.11</artifactId>
      <version>v0.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>%scala-version%</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
