<?xml version="1.0" encoding="UTF-8"?>

<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright Contributors to the ODPi Egeria project.  -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <parent>
        <artifactId>access-services</artifactId>
        <groupId>org.odpi.egeria</groupId>
        <version>3.2</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <scm>
        <connection>scm:git:git://github.com/odpi/egeria.git</connection>
        <developerConnection>scm:git:ssh://github.com/odpi/egeria.git</developerConnection>
        <url>http://github.com/odpi/egeria/tree/master</url>
    </scm>

    <name>Governance Engine OMAS</name>
    <description>
        The Governance Engine Open Metadata Access Service (OMAS) provides APIs and events that retrieve and
        manage metadata for governance engines. Governance engines ensure that
        the infrastructure supporting the data landscape is operating according
        to the governance program.
    </description>

    <artifactId>governance-engine</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>governance-engine-api</module>
        <module>governance-engine-client</module>
        <module>governance-engine-topic-connectors</module>
        <module>governance-engine-server</module>
        <module>governance-engine-spring</module>
    </modules>


    <dependencies>

    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

</project>
