<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>dk.sds.dgws-idws-proxy</groupId>
        <artifactId>wsproxy-parent</artifactId>
        <version>1.7.16</version>
    </parent>

    <artifactId>testutils</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-io</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.2</version>
        </dependency>
        <dependency>
            <groupId>dk.sosi.seal</groupId>
            <artifactId>seal</artifactId>
            <version>${seal.version}</version>
        </dependency>
        <dependency>
            <groupId>dk.itst.oiosaml</groupId>
            <artifactId>oiosaml.java_idws</artifactId>
            <version>20150416103404</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/../lib/oiosaml.java_idws-20180627114917.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>dk.itst.oiosaml</groupId>
            <artifactId>oiosaml-trust_idws</artifactId>
            <version>20140415112521</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/../lib/oiosaml-trust_idws-20140415112521.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.opensaml</groupId>
            <artifactId>opensaml</artifactId>
            <version>2.6.4</version>
        </dependency>
        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>commons-configuration</groupId>
            <artifactId>commons-configuration</artifactId>
            <version>1.10</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.7.22</version>
        </dependency>
    </dependencies>
</project>