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

<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->

<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">

    <parent>
        <artifactId>audit-log-connectors</artifactId>
        <groupId>org.odpi.egeria</groupId>
        <version>1.2</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <name>Audit Log File Connector</name>
    <description>
        Provides a file-based audit log for the Open Metadata Repository Services (OMRS).
    </description>

    <artifactId>audit-log-file-connector</artifactId>
    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
    </dependencies>
</project>
