summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2011-04-08 00:21:55 +0200
committerErik Broes <erikbroes@grum.nl>2011-04-08 00:21:55 +0200
commit62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3 (patch)
treea241197dcfa0993c38477f36d57981b7f525b61c /pom.xml
parent13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14 (diff)
downloadcraftbukkit-62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3.tar
craftbukkit-62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3.tar.gz
craftbukkit-62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3.tar.lz
craftbukkit-62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3.tar.xz
craftbukkit-62e10c774ba2f5e7f15ef7314d8e5bf0bc0d55e3.zip
And Bukkit only provide avaje.ebean, oops :D
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 9d3319d9..28b90568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,14 +62,14 @@
<artifactId>sqlite-jdbc</artifactId>
<version>3.7.2</version>
<type>jar</type>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.14</version>
<type>jar</type>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>