<?xml version="1.0"?>
<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.nsp.msbutil</groupId>
		<artifactId>msbutil</artifactId>
		<version>1.0.2</version>
	</parent>
	<artifactId>msbutil-interface</artifactId>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<dependencies>
		<dependency>
			<groupId>dk.nsi.dgws</groupId>
			<artifactId>consumer</artifactId>
			<version>${dgws.version}</version>
		</dependency>
		<dependency>
			<groupId>dk.nsi.dgws.types</groupId>
			<artifactId>security-types</artifactId>
		</dependency>
		<dependency>
			<groupId>dk.nsi.dgws.types</groupId>
			<artifactId>medcom-types</artifactId>
		</dependency>
		<!-- Test dependencies -->
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<build>
		<finalName>msbutil-interface</finalName>
	</build>
</project>
