diff options
author | Keuin <[email protected]> | 2022-02-04 23:40:13 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-02-04 23:40:13 +0800 |
commit | 98722644119d1e9f80bd11a46e81df48734767a6 (patch) | |
tree | 46a730781b806486c7b74c996c6321b6ed3b6d8c | |
parent | dfa163e5a3cffa46f0241210f2c8be1f8e298d7a (diff) |
Remove Gson from dependencies.
-rw-r--r-- | README_zh_CN.md | 1 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 0 insertions, 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 |