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