Compare commits
2 Commits
be24bb555f
...
e9db7071cf
| Author | SHA1 | Date | |
|---|---|---|---|
| e9db7071cf | |||
| db8f1cf940 |
13
pom.xml
13
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user