pom fix
This commit is contained in:
parent
13e6b38aa9
commit
0ce33ae3ce
1 changed files with 5 additions and 10 deletions
15
pom.xml
15
pom.xml
|
@ -33,6 +33,7 @@
|
|||
<includes>
|
||||
<include>com.github.cryptomorin:XSeries</include>
|
||||
<include>org.xerial:sqlite-jdbc</include>
|
||||
<include>org.mariadb.jdbc:mariadb-java-client</include>
|
||||
<include>com.zaxxer:HikariCP</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
|
@ -118,18 +119,12 @@
|
|||
<dependency>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
<artifactId>HikariCP</artifactId>
|
||||
<version>5.0.1</version>
|
||||
<version>4.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>5.9.0-M1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.seeseemelk</groupId>
|
||||
<artifactId>MockBukkit-v1.17</artifactId>
|
||||
<version>1.13.0</version>
|
||||
<scope>test</scope>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
<version>2.7.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in a new issue