mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 12:15:12 +01:00
Move database dependencies to the Spigot Libraries. (#1982)
This commit is contained in:
parent
345b9e2564
commit
aad10ad74f
2
pom.xml
2
pom.xml
@ -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 -->
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user