We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46240fa + 776cff7 commit e9b76f0Copy full SHA for e9b76f0
pom.xml
@@ -82,11 +82,13 @@
82
<groupId>com.zaxxer</groupId>
83
<artifactId>HikariCP</artifactId>
84
<version>5.1.0</version>
85
+ <scope>provided</scope>
86
</dependency>
87
<dependency>
88
<groupId>org.mariadb.jdbc</groupId>
89
<artifactId>mariadb-java-client</artifactId>
90
<version>3.4.0</version>
91
92
93
94
<groupId>me.clip</groupId>
src/main/resources/plugin.yml
@@ -6,6 +6,9 @@ author: Cloudnode
6
softdepend:
7
- PlaceholderAPI
8
- Vault
9
+libraries:
10
+ - org.mariadb.jdbc:mariadb-java-client:3.4.0
11
+ - com.zaxxer:HikariCP:5.1.0
12
commands:
13
bank:
14
description: Bank Accounts
0 commit comments