From b581cd99c053fc00e26b17a0686cdd37c839f355 Mon Sep 17 00:00:00 2001 From: Alyx Gryczewski Date: Wed, 17 Jul 2024 22:20:09 -0400 Subject: [PATCH] feat: add JDA dep 3-jda-refactor --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 42f3750..e60cdf3 100644 --- a/build.gradle +++ b/build.gradle @@ -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')