<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>
    <groupId>dk.nsi.minlog.registration</groupId>
    <artifactId>minlog-registration-client</artifactId>
    <packaging>jar</packaging>
    <url>http://www.nsi.dk</url>

    <parent>
        <groupId>dk.nsi.minlog</groupId>
        <artifactId>registration</artifactId>
        <version>1.2.5</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>dk.nsi.minlog.registration</groupId>
            <artifactId>minlog-registration-serviceinterface</artifactId>
            <version>1.2.5</version>
        </dependency>
        <dependency>
            <groupId>dk.nsi.dgws</groupId>
            <artifactId>consumer</artifactId>
            <version>1.1.13</version>
        </dependency>
    </dependencies>

</project>
