<?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-baselib</artifactId>
  <version>0.2.0</version>
  <name>alchemist-baselib</name>
  <description>Base libraries for the Alchemist Toolchain</description>
  <url>https://github.com/DanySK/alchemist-baselib</url>
  <licenses>
    <license>
      <name>GPL linking exception</name>
      <url>https://github.com/DanySK/alchemist-baselib/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>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:DanySK/alchemist-baselib.git</connection>
    <developerConnection>scm:git:git@github.com:DanySK/alchemist-baselib.git</developerConnection>
    <url>https://github.com/DanySK/alchemist-baselib</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[4.3, 5.0[</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>[11.0, 18.0]</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>javalib</artifactId>
      <version>[0.0.0, 2.0.0[</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>[3, 4[</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>[3, 4[</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
