diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-21 05:08:34 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-21 05:08:34 +0500 |
commit | 3b63285c913598397dcf646edb40e6a550f6a055 (patch) | |
tree | 9f5205b4f78abfc01e8711b46ca0ec6a4f562529 /build.gradle | |
parent | 7edd4fa967b1f2ddd83ef66097e8e46bf59a2247 (diff) |
Removed org.fusesource.jansi
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bcdcbdb..53ec4d2 100644 --- a/build.gradle +++ b/build.gradle @@ -11,5 +11,4 @@ dependencies { implementation group: 'com.github.pengrad', name: 'java-telegram-bot-api', version: '5.2.0' implementation group: 'org.mongodb', name: 'mongo-java-driver', version: '3.12.9' implementation group: 'org.jsoup', name: 'jsoup', version: '1.14.1' - implementation group: 'org.fusesource.jansi', name: 'jansi', version: '2.3.4' }
\ No newline at end of file |