2022-07-30 10:31:31 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-12-18 17:36:05 +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 22:03:48 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-07-30 10:31:31 +03:00
|
|
|
<parent>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
|
|
|
<artifactId>telegram-bot</artifactId>
|
2023-04-24 10:02:36 +03:00
|
|
|
<version>0.0.60</version>
|
2022-07-30 10:31:31 +03:00
|
|
|
</parent>
|
|
|
|
|
2022-09-19 20:21:31 +03:00
|
|
|
<artifactId>telegram-simple</artifactId>
|
2022-07-30 10:31:31 +03:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
2022-09-19 20:21:31 +03:00
|
|
|
<artifactId>telegram-core-simple</artifactId>
|
2022-07-30 10:31:31 +03:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
2022-09-19 20:21:31 +03:00
|
|
|
<artifactId>telegram-consumer-simple</artifactId>
|
2022-07-30 10:31:31 +03:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
2022-09-19 20:21:31 +03:00
|
|
|
<artifactId>telegram-sender-simple</artifactId>
|
2022-07-30 10:31:31 +03:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|