<?xml version="1.0" encoding="UTF-8"?>
<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.nsi.minlog2</groupId>
        <artifactId>minlog2_parent</artifactId>
        <version>2.0.63-SNAPSHOT</version>
    </parent>

    <groupId>dk.nsi.minlog2.shared</groupId>
    <artifactId>minlog2-shared</artifactId>
    <packaging>pom</packaging>

    <name>MinLog2 Shared</name>

    <modules>
        <module>shared-constants</module>
        <module>shared-db</module>
        <module>shared-ws</module>

        <module>shared-test</module>
        <module>shared-test-idws</module>
    </modules>

    <properties>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.apache.santuario</groupId>
                <artifactId>xmlsec</artifactId>
                <version>1.4.8</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>commons-io</groupId>
                <artifactId>commons-io</artifactId>
                <version>2.4</version>
            </dependency>
            <dependency>
                <groupId>dk.sds.nsp.audit</groupId>
                <artifactId>audit-api</artifactId>
                <version>1.0.1</version>
                <scope>provided</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
