<?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.madgag</groupId>
    <artifactId>bfg-library_2.13</artifactId>
    <packaging>jar</packaging>
    <description>bfg-library</description>
    <url>https://github.com/rtyley/bfg-repo-cleaner</url>
    <version>1.14.0</version>
    <licenses>
        <license>
            <name>GPLv3</name>
            <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>bfg-library</name>
    <organization>
        <name>com.madgag</name>
        <url>https://github.com/rtyley/bfg-repo-cleaner</url>
    </organization>
    <scm>
        <url>git@github.com:rtyley/bfg-repo-cleaner.git</url>
        <connection>scm:git:git@github.com:rtyley/bfg-repo-cleaner.git</connection>
    </scm>
    <developers>
        <developer>
            <id>rtyley</id>
            <name>Roberto Tyley</name>
            <url>https://github.com/rtyley</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.4</version>
        </dependency>
        <dependency>
            <groupId>com.madgag</groupId>
            <artifactId>bfg-test_2.13</artifactId>
            <version>1.14.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>30.1-jre</version>
        </dependency>
        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
            <version>2.0.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-parallel-collections_2.13</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.madgag</groupId>
            <artifactId>scala-collection-plus_2.13</artifactId>
            <version>0.5</version>
        </dependency>
        <dependency>
            <groupId>com.madgag</groupId>
            <artifactId>scala-textmatching_2.13</artifactId>
            <version>2.5</version>
        </dependency>
        <dependency>
            <groupId>com.madgag.scala-git</groupId>
            <artifactId>scala-git_2.13</artifactId>
            <version>4.3</version>
            <exclusions>
                <exclusion>
                    <groupId>org.eclipse.jgit</groupId>
                    <artifactId>org.eclipse.jgit</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jgit</groupId>
            <artifactId>org.eclipse.jgit</artifactId>
            <version>4.4.1.201607150455-r</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.7.2</version>
        </dependency>
        <dependency>
            <groupId>com.madgag</groupId>
            <artifactId>line-break-preserving-line-splitting_2.13</artifactId>
            <version>0.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.madgag.scala-git</groupId>
            <artifactId>scala-git-test_2.13</artifactId>
            <version>4.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.9</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>