We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9108a8 commit bb48ae3Copy full SHA for bb48ae3
code/pom.xml
@@ -20,6 +20,11 @@
20
<artifactId>telegrambots</artifactId>
21
<version>6.9.7.1</version>
22
</dependency>
23
+ <dependency>
24
+ <groupId>commons-cli</groupId>
25
+ <artifactId>commons-cli</artifactId>
26
+ <version>1.9.0</version>
27
+ </dependency>
28
<dependency>
29
<groupId>ch.qos.logback</groupId>
30
<artifactId>logback-classic</artifactId>
0 commit comments