From 98722644119d1e9f80bd11a46e81df48734767a6 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 4 Feb 2022 23:40:13 +0800 Subject: Remove Gson from dependencies. --- README_zh_CN.md | 1 - build.gradle | 2 -- 2 files changed, 3 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index dcfb90c..e44f862 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -176,6 +176,5 @@ CrossLink 基于许多开源组件,这些开源组件的许可协议和声明 - [Guice](https://github.com/google/guice) - [adventure](https://github.com/KyoriPowered/adventure) - [jackson-core](https://github.com/FasterXML/jackson-core) -- [gson](https://github.com/google/gson) - [java-telegram-bot-api](https://github.com/pengrad/java-telegram-bot-api) - [bson](https://mvnrepository.com/artifact/org.mongodb/bson) \ No newline at end of file diff --git a/build.gradle b/build.gradle index fd9c603..6530a2c 100644 --- a/build.gradle +++ b/build.gradle @@ -69,8 +69,6 @@ dependencies { shadow 'com.fasterxml.jackson.core:jackson-core:2.13.0' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind shadow 'com.fasterxml.jackson.core:jackson-databind:2.13.0' - // https://mvnrepository.com/artifact/com.google.code.gson/gson - shadow 'com.google.code.gson:gson:2.8.9' // https://mvnrepository.com/artifact/com.github.pengrad/java-telegram-bot-api shadow 'com.github.pengrad:java-telegram-bot-api:5.5.0' // https://mvnrepository.com/artifact/org.mongodb/bson -- cgit v1.2.3