Настойка телеграм бота

This commit is contained in:
2023-08-05 17:21:44 +03:00
parent ee8180dde4
commit 4eef99092a
4 changed files with 100 additions and 0 deletions

12
pom.xml
View File

@@ -32,6 +32,18 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>6.7.0</version>
</dependency>
</dependencies>
<build>