mirror of
https://github.com/BlazingGames/blazing-games-plugin.git
synced 2025-02-03 21:26:41 -05:00
Merge pull request #22 from BlazingGames/remove-unused-sql-depends
remove unused SQL dependancies
This commit is contained in:
commit
48834ba772
2 changed files with 0 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue