<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>dk.nsi.consentservices</groupId>
		<artifactId>administration</artifactId>
		<version>1.1.12</version>
	</parent>

	<groupId>dk.nsi.consentservices.administration</groupId>
	<artifactId>consent-administration-serviceinterface</artifactId>

	<dependencies>
        <dependency>
            <groupId>dk.nsi.dgws</groupId>
            <artifactId>dgws-common</artifactId>
        </dependency>
		<dependency>
			<groupId>dk.sds.nsp.security</groupId>
			<artifactId>security-api</artifactId>
		</dependency>
		<dependency>
			<groupId>dk.nsi.consentservices</groupId>
			<artifactId>consentservices-ws-elements</artifactId>
			<version>${pom.version}</version>
		</dependency>
		<dependency>
			<groupId>dk.nsi.consentservices</groupId>
			<artifactId>consentservices-common</artifactId>
			<version>${project.version}</version>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<packaging>jar</packaging>
</project>
