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

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

	<description>Contains handling of DGWS</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.sosi.seal</groupId>
			<artifactId>seal</artifactId>
			<version>${seal.version}</version>
			<exclusions>
				<exclusion>
					<groupId>log4j</groupId>
					<artifactId>log4j</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
	</dependencies>
</project>
