feat: add JDA dep

3-jda-refactor
This commit is contained in:
Alyx Gryczewski 2024-07-17 22:20:09 -04:00
parent ff83198e29
commit b581cd99c0

View File

@ -26,8 +26,8 @@ repositories {
}
dependencies {
implementation("net.dv8tion:JDA:5.0.1")
implementation 'org.xerial:sqlite-jdbc:3.41.2.2'
implementation 'org.postgresql:postgresql:42.2.24'
implementation 'com.github.Kaaz:ConfigurationBuilder:0.4'
implementation 'org.javacord:javacord:3.8.0'
implementation 'com.vdurmont:emoji-java:5.1.1'
@ -37,7 +37,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator:2.5.4'
implementation 'org.springframework.boot:spring-boot-starter-web:2.5.4'
// implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.4'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.4'
implementation platform('com.google.cloud:libraries-bom:23.0.0')