<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.minlog</groupId>
		<artifactId>registration</artifactId>
		<version>1.1.0</version>
	</parent>

	<groupId>dk.nsi.minlog.registration</groupId>
	<artifactId>minlog-registration-serviceinterface</artifactId>

	<dependencies>
        <dependency>
            <groupId>dk.nsi.dgws</groupId>
            <artifactId>dgws-common</artifactId>
            <version>1.1.0</version>
        </dependency>
	</dependencies>

	<packaging>jar</packaging>
</project>
