2021-11-30 12:33:09 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-12-18 04:46:22 +03:00
|
|
|
<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">
|
2021-12-01 11:17:08 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-11-30 12:33:09 +03:00
|
|
|
<parent>
|
|
|
|
<groupId>dev.struchkov.godfather</groupId>
|
|
|
|
<artifactId>godfather-bot</artifactId>
|
2023-02-18 11:19:25 +03:00
|
|
|
<version>0.0.51</version>
|
2021-11-30 12:33:09 +03:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>bot-context</artifactId>
|
2022-08-07 07:07:10 +03:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
|
|
<module>bot-context-main</module>
|
|
|
|
<module>bot-context-simple</module>
|
|
|
|
<module>bot-context-quarkus</module>
|
|
|
|
</modules>
|
|
|
|
|
2021-12-01 09:30:31 +03:00
|
|
|
|
|
|
|
<name>Bot Context</name>
|
|
|
|
<description>Доменные сущности, интерфейсы, для библиотеки Godfather</description>
|
2022-01-25 10:12:54 +03:00
|
|
|
|
2021-11-30 12:33:09 +03:00
|
|
|
<dependencies>
|
2022-07-10 00:25:53 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov</groupId>
|
|
|
|
<artifactId>autoresponder</artifactId>
|
|
|
|
</dependency>
|
2021-11-30 12:33:09 +03:00
|
|
|
<dependency>
|
2022-04-29 01:21:34 +03:00
|
|
|
<groupId>dev.struchkov.haiti</groupId>
|
|
|
|
<artifactId>haiti-utils</artifactId>
|
2021-11-30 12:33:09 +03:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|