Database drivers should be runtime depends

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-10-29 09:31:22 +11:00
parent cb8eef8e5b
commit 74a1fbce1f

View file

@ -56,13 +56,13 @@
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.20.1</version> <version>3.20.1</version>
<scope>compile</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>5.1.44</version> <version>5.1.44</version>
<scope>compile</scope> <scope>runtime</scope>
</dependency> </dependency>
<!-- testing --> <!-- testing -->
<dependency> <dependency>