aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-11-08 22:24:01 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-11-08 22:24:01 +0100
commit2eae4836279646050e7e342752cde6e8f7c5b6cb (patch)
treed768a8ec4ef09cf62a09f73c499ae5a17677287a /pom.xml
parentddbf5d1ac05d0f03f7cbe9275c303541cca945be (diff)
downloadesper-testing-2eae4836279646050e7e342752cde6e8f7c5b6cb.tar.gz
esper-testing-2eae4836279646050e7e342752cde6e8f7c5b6cb.tar.bz2
esper-testing-2eae4836279646050e7e342752cde6e8f7c5b6cb.tar.xz
esper-testing-2eae4836279646050e7e342752cde6e8f7c5b6cb.zip
wip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 7021cf6..64fabf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,13 +29,21 @@
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
- <!--
<dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>stax2-api</artifactId>
- <version>3.0.2</version>
+ <groupId>com.jolbox</groupId>
+ <artifactId>bonecp</artifactId>
+ <version>0.7.1.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.6.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.6.4</version>
</dependency>
- -->
<dependency>
<groupId>org.functionaljava</groupId>
<artifactId>functionaljava</artifactId>