弹幕模块接口迁移

This commit is contained in:
userA
2024-02-05 00:26:49 +08:00
parent 9f8d20e7b1
commit 0f675c40dd
4 changed files with 8 additions and 0 deletions
+8
View File
@@ -57,12 +57,20 @@
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.969025903</groupId>
<artifactId>assistant</artifactId>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-client</artifactId>