Merge pull request #22 from BlazingGames/remove-unused-sql-depends
All checks were successful
Build, Test and Publish / test (push) Successful in 3m53s
Build, Test and Publish / build-and-publish (push) Successful in 2m18s

remove unused SQL dependancies
This commit is contained in:
Ivy Collective 2025-02-02 14:43:09 -05:00 committed by GitHub
commit 48834ba772
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View file

@ -31,12 +31,6 @@ dependencies {
implementation "net.dv8tion:JDA:5.0.0-beta.23"
implementation "club.minnced:discord-webhooks:0.8.4"
// Database (HikariCP + popular drivers)
implementation "com.zaxxer:HikariCP:5.1.0"
implementation "org.xerial:sqlite-jdbc:3.45.3.0"
implementation "com.mysql:mysql-connector-j:8.4.0"
implementation "org.postgresql:postgresql:42.7.3"
// JS Runtime
implementation "com.caoccao.javet:javet:3.1.2"
implementation "com.github.ben-manes.caffeine:caffeine:3.1.8"

View file

@ -22,10 +22,6 @@ libraries: ## see build.gradle
- io.azam.ulidj:ulidj:1.0.4
- net.dv8tion:JDA:5.0.0-beta.23
- club.minnced:discord-webhooks:0.8.4
- com.zaxxer:HikariCP:5.1.0
- org.xerial:sqlite-jdbc:3.45.3.0
- com.mysql:mysql-connector-j:8.4.0
- org.postgresql:postgresql:42.7.3
- com.caoccao.javet:javet:3.1.2
- com.github.ben-manes.caffeine:caffeine:3.1.8
- io.jsonwebtoken:jjwt-api:0.12.6