godfather/bot-context/pom.xml

29 lines
1.0 KiB
XML
Raw Permalink Normal View History

2021-11-30 12:33:09 +03:00
<?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">
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>
<version>1.3.1</version>
2021-11-30 12:33:09 +03:00
</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>
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>
<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>