aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-11-08 13:20:47 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-11-08 13:20:47 +0100
commitd6a532c420a93b211a9747c5fb807a3f2767fa22 (patch)
tree572bc13c87a726cbc7132043cc1d10af795f442b /pom.xml
parentff34cdc13bc8ba0943cded8009b9869a455894f6 (diff)
downloadesper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.gz
esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.bz2
esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.tar.xz
esper-testing-d6a532c420a93b211a9747c5fb807a3f2767fa22.zip
o Slurping down the entire list of projects.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cdead83..7021cf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,33 @@
<version>1.1.2</version>
</dependency>
<dependency>
+ <groupId>org.codehaus.httpcache4j</groupId>
+ <artifactId>httpcache4j-core</artifactId>
+ <version>3.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.httpcache4j.resolvers</groupId>
+ <artifactId>resolvers-commons-httpclient</artifactId>
+ <version>3.4</version>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>stax2-api</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>org.functionaljava</groupId>
+ <artifactId>functionaljava</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.168</version>
@@ -24,6 +51,12 @@
<artifactId>postgresql</artifactId>
<version>9.1-901-1.jdbc4</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>