Skip to content

Commit 889004c

Browse files
committed
fix(resources):修复依赖缺失的bug
1 parent 44532e2 commit 889004c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<scope>system</scope>
4747
<systemPath>${pom.basedir}/src/main/resources/fix-protocol-version-1.9.11.mirai2.jar</systemPath>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.asynchttpclient</groupId>
51+
<artifactId>async-http-client</artifactId>
52+
<version>2.12.3</version>
53+
</dependency>
4954
<!-- 微信 -->
5055
<dependency>
5156
<groupId>itchat</groupId>

0 commit comments

Comments
 (0)