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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>bitbucketbot</artifactId>
|
|
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
2020-10-24 12:56:24 +03:00
|
|
|
<version>3.0.0-RELEASE</version>
|
2020-09-17 17:09:18 +03:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>telegram-bot</artifactId>
|
2020-11-15 20:39:35 +03:00
|
|
|
<version>${sadtech.bitbucketbot.telegram.version}</version>
|
2020-09-17 17:09:18 +03:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
|
|
<artifactId>bot-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-09-22 14:35:27 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
|
|
<artifactId>teamcity-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-09-17 17:09:18 +03:00
|
|
|
<dependency>
|
2020-11-15 20:39:35 +03:00
|
|
|
<groupId>org.sadtech.bot.godfather</groupId>
|
2020-09-17 17:09:18 +03:00
|
|
|
<artifactId>telegram-bot</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|