<?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.codacy</groupId>
    <artifactId>coverage-parser_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Library for parsing coverage reports</description>
    <url>http://www.github.com/codacy/coverage-parser/</url>
    <version>1.1.4</version>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>coverage-parser</name>
    <inceptionYear>2015</inceptionYear>
    <organization>
        <name>Codacy</name>
        <url>https://www.codacy.com</url>
    </organization>
    <scm>
        <url>https://github.com/codacy/coverage-parser</url>
        <connection>scm:git:git@github.com:codacy/coverage-parser.git</connection>
        <developerConnection>scm:git:https://github.com/codacy/coverage-parser.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>mrfyda</id>
            <name>Rafael</name>
            <email>rafael [at] codacy.com</email>
            <url>https://github.com/mrfyda</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.6</version>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-runtime_2.11</artifactId>
            <version>1.1.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-plugin_2.11</artifactId>
            <version>1.1.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.codacy</groupId>
            <artifactId>codacy-api-scala_2.11</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>