2022-08-07 07:07:10 +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">
|
2022-12-13 21:54:09 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-08-07 07:07:10 +03:00
|
|
|
<parent>
|
|
|
|
<groupId>dev.struchkov.godfather</groupId>
|
2022-09-21 19:15:29 +03:00
|
|
|
<artifactId>bot-context</artifactId>
|
2023-04-03 13:58:04 +03:00
|
|
|
<version>0.0.56</version>
|
2022-08-07 07:07:10 +03:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>bot-context-main</artifactId>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather</groupId>
|
|
|
|
<artifactId>bot-domain-main</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.haiti</groupId>
|
|
|
|
<artifactId>haiti-utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
<artifactId>annotations</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|