summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-10-29 09:31:22 +1100
committermd_5 <git@md-5.net>2017-10-29 09:31:22 +1100
commit53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9 (patch)
tree47f14b9c504fd7f1f08627604279916c716362b2 /pom.xml
parent86fdf92ca85b1b6a65b6e6b9d3e38b771f309048 (diff)
downloadcraftbukkit-53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9.tar
craftbukkit-53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9.tar.gz
craftbukkit-53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9.tar.lz
craftbukkit-53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9.tar.xz
craftbukkit-53fccdf958fe3e10cb9bdb0f396a454e9ac6ead9.zip
Database drivers should be runtime depends
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6b78f612..0841dd9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>