<?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>dev.struchkov.godfather</groupId>
        <artifactId>godfather-bot</artifactId>
        <version>0.0.55</version>
    </parent>

    <artifactId>bot-context</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>bot-context-main</module>
        <module>bot-context-simple</module>
        <module>bot-context-quarkus</module>
    </modules>


    <name>Bot Context</name>
    <description>Доменные сущности, интерфейсы, для библиотеки Godfather</description>

    <dependencies>
        <dependency>
            <groupId>dev.struchkov.haiti</groupId>
            <artifactId>haiti-utils</artifactId>
        </dependency>
    </dependencies>

</project>