mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Added mysql dep
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
959d335a0e
commit
57d84a1582
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@
|
|||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.7.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>5.1.14</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue