Move database dependencies to the Spigot Libraries. (#1982)

This commit is contained in:
BONNe 2022-05-29 22:56:50 +03:00 committed by GitHub
parent 345b9e2564
commit aad10ad74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -230,11 +230,13 @@
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>${mongodb.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.1-901-1.jdbc4</version>
<scope>provided</scope>
</dependency>
<!-- Vault: as their maven repo is down, we need to get it from jitpack -->
<!-- See https://github.com/MilkBowl/VaultAPI/issues/69 -->

View File

@ -28,6 +28,11 @@ softdepend:
- HolographicDisplays
- EconomyPlus
libraries:
- mysql:mysql-connector-java:8.0.27
- org.mongodb:mongodb-driver:${mongodb.version}
- postgresql:postgresql:9.1-901-1.jdbc4
permissions:
bentobox.admin:
description: Allows admin command usage