fix bug kline

This commit is contained in:
vpckiet
2024-10-09 17:18:26 +07:00
parent 441adac15a
commit 4257541342
3 changed files with 117 additions and 17 deletions

View File

@@ -185,6 +185,12 @@
<version>30.1-jre</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
</dependencies>
<build>