Skip to content

Commit bb48ae3

Browse files
authored
hotfix pom.xml dependence
1 parent d9108a8 commit bb48ae3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<artifactId>telegrambots</artifactId>
2121
<version>6.9.7.1</version>
2222
</dependency>
23+
<dependency>
24+
<groupId>commons-cli</groupId>
25+
<artifactId>commons-cli</artifactId>
26+
<version>1.9.0</version>
27+
</dependency>
2328
<dependency>
2429
<groupId>ch.qos.logback</groupId>
2530
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)