<?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.14</version>
	</parent>

	<artifactId>wsproxy-idws-security</artifactId>
	<packaging>jar</packaging>

	<description>Contains handling of IDWS</description>
	
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.12</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>commons-pool</groupId>
			<artifactId>commons-pool</artifactId>
			<version>1.6</version>
		</dependency>
		<dependency>
			<groupId>dk.sds.dgws-idws-proxy</groupId>
			<artifactId>wsproxy-schemas</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>dk.sds.dgws-idws-proxy</groupId>
			<artifactId>wsproxy-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>dk.sds.dgws-idws-proxy</groupId>
			<artifactId>wsproxy-dgws-security</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>dk.sosi.seal</groupId>
			<artifactId>seal</artifactId>
			<version>${seal.version}</version>
			<exclusions>
				<exclusion>
					<groupId>log4j</groupId>
					<artifactId>log4j</artifactId>
				</exclusion>
			</exclusions>
		</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>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
			<version>${spring-boot.version}</version>
			<exclusions>
				<exclusion>
					<groupId>org.springframework.boot</groupId>
					<artifactId>spring-boot-starter-logging</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
	</dependencies>
</project>
