Compare commits

..

2 Commits

Author SHA1 Message Date
e9db7071cf MED-2 initial commit #MED-2 Done 2026-01-24 21:34:10 +03:00
db8f1cf940 MED-2 initial commit #MED-2 Review 2026-01-24 21:33:25 +03:00

13
pom.xml
View File

@@ -10,7 +10,7 @@
</parent>
<groupId>com.malef</groupId>
<artifactId>MedCalcApp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0</version>
<name>MedCalcApp</name>
<description>MedCalcApp</description>
<url/>
@@ -34,7 +34,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-springboot-longpolling-starter</artifactId>
<version>9.2.1</version>
</dependency>
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-client</artifactId>
<version>9.2.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>