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

    Copyright (c) 2016-2023 Memority. All Rights Reserved.

    This file is part of Memority Domino API <http://www.memority.com>, a Memority project.

    This file is released under the Memority Public Artifacts End-User License Agreement,
    see <https://www.memority.com/licenses/MY-TOOLS-EULA.html>
    Unauthorized copying of this file, via any medium is strictly prohibited.

-->
<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>
        <groupId>com.memority.api.domino</groupId>
        <artifactId>domino-api-root</artifactId>
        <version>4.2.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>domino-api</artifactId>
    <packaging>jar</packaging>

    <name>Memority Domino API :: API</name>
    <description>This artifact provides the API classes that are necessary to implement synchronization configuration Rules on the Memority IM platform.</description>

    <properties>
        <!-- maven-central-deployment profile properties -->
        <maven-central-deployment.skipJar>false</maven-central-deployment.skipJar>
        <maven-central-deployment.skipJavadoc>false</maven-central-deployment.skipJavadoc>
        <maven-central-deployment.skipSources>false</maven-central-deployment.skipSources>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.memority.api.domino</groupId>
                <artifactId>domino-api-bom</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <!-- Citadel -->
        <dependency>
            <groupId>com.memority.api.citadel</groupId>
            <artifactId>citadel-api</artifactId>
        </dependency>
    </dependencies>

</project>
