<?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>com.github.arthur-bit-monnot</groupId>
    <artifactId>fape-structures_2.12</artifactId>
    <packaging>jar</packaging>
    <description>fape-structures</description>
    <url>https://github.com/arthur-bit-monnot/fape</url>
    <version>1.0</version>
    <licenses>
        <license>
            <name>BSD-2-Clause</name>
            <url>https://opensource.org/licenses/BSD-2-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fape-structures</name>
    <organization>
        <name>com.github.arthur-bit-monnot</name>
        <url>https://github.com/arthur-bit-monnot/fape</url>
    </organization>
    <scm>
        <url>https://github.com/username/projectname</url>
        <connection>git@github.com:arthur-bit-monnot/fape.git</connection>
    </scm>
    <developers>
        <developer>
            <id>abitmonn</id>
            <name>Arthur Bit-Monnot</name>
            <email>arthur.bit-monnot@laas.fr</email>
            <url>https://github.com/arthur-bit-monnot</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>