<?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.alpinenow</groupId>
    <artifactId>plugin-model</artifactId>
    <packaging>jar</packaging>
    <description>plugin-model</description>
    <url>https://github.com/AlpineNow/PluginSDK</url>
    <version>1.2.1</version>
    <licenses>
        <license>
            <name>Apache License 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>plugin-model</name>
    <organization>
        <name>com.alpinenow</name>
        <url>https://github.com/AlpineNow/PluginSDK</url>
    </organization>
    <scm>
        <url>git@github.com:AlpineNow/PluginSDK.git</url>
        <connection>scm:git@github.com:AlpineNow/PluginSDK.git</connection>
    </scm>
    <developers>
        <developer>
            <id>alpine</id>
            <name>alpine</name>
            <url>http://www.alpinenow.com</url>
            <email>support@alpinenow.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>com.alpinenow</groupId>
            <artifactId>plugin-core</artifactId>
            <version>1.2.1</version>
        </dependency>
        <dependency>
            <groupId>com.alpinenow</groupId>
            <artifactId>alpine-model-api</artifactId>
            <version>1.2.1</version>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-runtime_2.10</artifactId>
            <version>1.1.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-plugin_2.10</artifactId>
            <version>1.1.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>jcenter</id>
            <name>jcenter</name>
            <url>https://jcenter.bintray.com/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>