Skip to content

Commit e9b76f0

Browse files
authored
Use SpigotLibraryLoader for dependencies (#134)
2 parents 46240fa + 776cff7 commit e9b76f0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@
8282
<groupId>com.zaxxer</groupId>
8383
<artifactId>HikariCP</artifactId>
8484
<version>5.1.0</version>
85+
<scope>provided</scope>
8586
</dependency>
8687
<dependency>
8788
<groupId>org.mariadb.jdbc</groupId>
8889
<artifactId>mariadb-java-client</artifactId>
8990
<version>3.4.0</version>
91+
<scope>provided</scope>
9092
</dependency>
9193
<dependency>
9294
<groupId>me.clip</groupId>

src/main/resources/plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ author: Cloudnode
66
softdepend:
77
- PlaceholderAPI
88
- Vault
9+
libraries:
10+
- org.mariadb.jdbc:mariadb-java-client:3.4.0
11+
- com.zaxxer:HikariCP:5.1.0
912
commands:
1013
bank:
1114
description: Bank Accounts

0 commit comments

Comments
 (0)