mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-21 21:01:26 +00:00
Add dependencies on JDA, guava, jackson, and logback
This commit is contained in:
parent
b5d0dfa5fb
commit
9e4659c7b7
|
@ -12,6 +12,13 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "net.dv8tion:JDA:$jda_ver"
|
||||
implementation "com.google.guava:guava:$guava_ver"
|
||||
implementation "com.fasterxml.jackson.core:jackson-core:$jackson_ver"
|
||||
implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_ver"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_ver"
|
||||
implementation "ch.qos.logback:logback-classic:$logback_ver"
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:$junit_ver"
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
junit_ver=5.7.1
|
||||
junit_ver=5.7.1
|
||||
|
||||
jda_ver=4.2.0_222
|
||||
guava_ver=29.0-jre
|
||||
jackson_ver=2.11.2
|
||||
logback_ver=1.3.0-alpha5
|
Loading…
Reference in New Issue
Block a user