summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-03-31 02:35:08 +0100
committerDinnerbone <dinnerbone@dinnerbone.com>2011-04-01 16:06:46 +0100
commit8b2543398249ae7a8b833aea55f631dc89ac35a6 (patch)
tree8895ab3ff3664d2c40ed01b635b1556ddc3c9d00 /pom.xml
parent160b54c96517193e1a4ad088a233e2553e460b1f (diff)
downloadcraftbukkit-8b2543398249ae7a8b833aea55f631dc89ac35a6.tar
craftbukkit-8b2543398249ae7a8b833aea55f631dc89ac35a6.tar.gz
craftbukkit-8b2543398249ae7a8b833aea55f631dc89ac35a6.tar.lz
craftbukkit-8b2543398249ae7a8b833aea55f631dc89ac35a6.tar.xz
craftbukkit-8b2543398249ae7a8b833aea55f631dc89ac35a6.zip
Implemented ebeans
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 830d7e4b..ea78d803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,11 @@
<artifactId>jline</artifactId>
<version>0.9.94</version>
</dependency>
+ <dependency>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <version>3.7.2</version>
+ </dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>