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

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

    This file is part of Memority Toolkit 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: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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.memority.api.toolkit</groupId>
        <artifactId>toolkit-api-modules</artifactId>
        <version>4.2.4</version>
    </parent>

    <artifactId>toolkit-inwebo-api</artifactId>

    <name>Memority Toolkit API :: InWebo</name>
    <description>This artifact provides the API classes that are necessary when interacting with the InWebo service in Memority configuration Rules.</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>

    <dependencies>
        <dependency>
            <groupId>com.memority.api.toolkit</groupId>
            <artifactId>toolkit-core-api</artifactId>
        </dependency>
    </dependencies>
</project>
