Database drivers should be runtime depends

This commit is contained in:
md_5 2017-10-29 09:31:22 +11:00
parent 86fdf92ca8
commit 53fccdf958

View File

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