summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Petretti2014-05-07 17:19:57 +0200
committerMichael Petretti2014-05-07 17:19:57 +0200
commit615da090f14bf75b3bc843f503f9d4357f25641d (patch)
tree92115e74caba56273b07f731605e7b85220b4fcd /pom.xml
parentfix dependencies (diff)
parentAdd DB classes + dummy DbImage class (diff)
downloadsatellite-daemon-615da090f14bf75b3bc843f503f9d4357f25641d.tar.gz
satellite-daemon-615da090f14bf75b3bc843f503f9d4357f25641d.tar.xz
satellite-daemon-615da090f14bf75b3bc843f503f9d4357f25641d.zip
Merge branch 'master' of git.openslx.org:bwlp/satellite-daemon
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 99b2361..17e287d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,18 @@
<dependencies>
<dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.1.28</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>fi.evident.dalesbred</groupId>
+ <artifactId>dalesbred</artifactId>
+ <version>0.6.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.1</version>