<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.jwebmp</groupId>
        <artifactId>jwebmp-builder</artifactId>
        <version>0.63.0.61</version>
    </parent>

    <artifactId>jwebmp-testlib</artifactId>
    <packaging>jar</packaging>

    <name>JWebMP Testing Classes</name>
    <description>Provides all the base test items
    </description>
    <url>https://github.com/GedMarc/JWebMP-Vue</url>

    <dependencies>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>guiced-injection</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jwebmp-log-master</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
        </dependency>


        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jwebmp-interception</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>uadetector-core</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>uadetector-resources</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>commons-text</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>commons-io</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>

        <dependency>
            <groupId>com.jwebmp.jackson.module</groupId>
            <artifactId>jackson-module-guice</artifactId>
            <version>0.63.0.61</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
            <type>jar</type>
        </dependency>


        <!-- Test Dependencies -->
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>

        <!-- Integration Testing -->
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-java</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-api</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>io.github.bonigarcia</groupId>
            <artifactId>selenium-jupiter</artifactId>
            <version>${selenium.jupiter.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-chrome-driver</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-firefox-driver</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-remote-driver</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-support</artifactId>
            <version>${selenium.version}</version>
            <scope>compile</scope>
            <type>jar</type>
        </dependency>

    </dependencies>


    <scm>
        <url>https://github.com/GedMarc/JWebMP-Vue.git</url>
    </scm>
</project>
