aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-11 18:26:30 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-11 18:26:30 +0100
commit17f6eaadeb91057cb37309271c0b6e79439f64aa (patch)
tree06d41bafd9aca824b8df7f4716e4a7c37db32f64 /pom.xml
parent91fbd12e13e16c4b163803e37ac24a0d1629d82d (diff)
downloadesper-testing-17f6eaadeb91057cb37309271c0b6e79439f64aa.tar.gz
esper-testing-17f6eaadeb91057cb37309271c0b6e79439f64aa.tar.bz2
esper-testing-17f6eaadeb91057cb37309271c0b6e79439f64aa.tar.xz
esper-testing-17f6eaadeb91057cb37309271c0b6e79439f64aa.zip
o Starting to parse out commit info from the Jenkins build too.
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7779bda..91e9bd6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,11 @@
<version>3.0</version>
</dependency>
<dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.168</version>