refactor: use Jackson not Fastjson for smaller jar size

This commit is contained in:
ReaJason
2025-04-06 13:55:17 +08:00
parent 6a08b9220a
commit 79397c191a
3 changed files with 24 additions and 17 deletions
+1
View File
@@ -29,6 +29,7 @@ dependencies {
api 'org.java-websocket:Java-WebSocket:1.5.7'
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.alibaba.fastjson2:fastjson2:2.0.53'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
api 'org.jetbrains:annotations:26.0.1'