2020-09-17 17:09:18 +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">
|
2022-01-26 10:56:18 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-09-17 17:09:18 +03:00
|
|
|
<parent>
|
2022-01-26 10:56:18 +03:00
|
|
|
<groupId>dev.struchkov.bot.gitlab</groupId>
|
2021-01-13 20:39:37 +03:00
|
|
|
<artifactId>gitlab-bot</artifactId>
|
2022-12-03 12:39:19 +03:00
|
|
|
<version>1.1.0</version>
|
2020-09-17 17:09:18 +03:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>telegram-bot</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2022-01-26 10:56:18 +03:00
|
|
|
<groupId>dev.struchkov.bot.gitlab</groupId>
|
2020-09-17 17:09:18 +03:00
|
|
|
<artifactId>bot-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2022-12-03 12:39:19 +03:00
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
|
|
|
<artifactId>telegram-consumer-simple</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
|
|
|
<artifactId>telegram-sender-simple</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
|
|
|
<artifactId>telegram-core-simple</artifactId>
|
2020-09-17 17:09:18 +03:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|