<?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>org.scalawebtest</groupId>
    <artifactId>scalawebtest-bom_2.13</artifactId>
    <packaging>pom</packaging>
    <description>ScalaWebTest (Bill of Materials)</description>
    <version>4.0.0</version>
    <name>scalawebtest-bom</name>
    <organization>
        <name>org.scalawebtest</name>
    </organization>
    <url>http://www.scalawebtest.org</url>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <scm>
        <url>git@github.com/unic/ScalaWebTest.git</url>
        <connection>scm:git:git@github.com/unic/ScalaWebTest.git</connection>
    </scm>
    <developers>
        <developer>
            <id>DaniRey</id>
            <name>Daniel Rey</name>
            <email>daniel.rey@unic.com</email>
            <organization>Unic AG</organization>
            <organizationUrl>http://www.unic.com</organizationUrl>
        </developer>
        <developer>
            <id>thedodobird2</id>
            <name>Hudson Muff</name>
            <email>hudson.muff@unic.com</email>
            <organization>Unic AG</organization>
            <organizationUrl>http://www.unic.com</organizationUrl>
        </developer>
    </developers>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.scalawebtest</groupId>
                <artifactId>scalawebtest-core_2.13</artifactId>
                <version>4.0.0</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.scalawebtest</groupId>
                <artifactId>scalawebtest-json_2.13</artifactId>
                <version>4.0.0</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.scalawebtest</groupId>
                <artifactId>scalawebtest-aem_2.13</artifactId>
                <version>4.0.0</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.scalatest</groupId>
                <artifactId>scalatest_2.13</artifactId>
                <version>3.2.9</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.seleniumhq.selenium</groupId>
                <artifactId>selenium-java</artifactId>
                <version>3.141.59</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.seleniumhq.selenium</groupId>
                <artifactId>htmlunit-driver</artifactId>
                <version>2.41.0</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>com.typesafe.play</groupId>
                <artifactId>play-json</artifactId>
                <version>2.9.0</version>
                <scope>test</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>