summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-04-01 16:04:43 +0100
committerDinnerbone <dinnerbone@dinnerbone.com>2011-04-01 16:09:23 +0100
commit61b8c36233604fbf20f1c892a24eab64b9677951 (patch)
treeb1fe9d9caa409793372e2b5e21da2dd7550a923b /pom.xml
parenta6b67158dc49c71f46bd2da9b83254fd44655f14 (diff)
downloadbukkit-61b8c36233604fbf20f1c892a24eab64b9677951.tar
bukkit-61b8c36233604fbf20f1c892a24eab64b9677951.tar.gz
bukkit-61b8c36233604fbf20f1c892a24eab64b9677951.tar.lz
bukkit-61b8c36233604fbf20f1c892a24eab64b9677951.tar.xz
bukkit-61b8c36233604fbf20f1c892a24eab64b9677951.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 27bd66c5..073f8eac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,5 +34,10 @@
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
+ <dependency>
+ <groupId>org.avaje</groupId>
+ <artifactId>ebean</artifactId>
+ <version>2.7.3</version>
+ </dependency>
</dependencies>
</project>