summaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-04-16 17:26:34 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-04-16 17:44:35 +0200
commit26edff10d133e29e7013f803e7ef0d69ff593aeb (patch)
treed4dac543c6b87b5e252bd1ca5301ea2e75048c2f /sonar-batch/pom.xml
parent1f9d60980a0a13f64807924b48988600dac8a734 (diff)
downloadsonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.tar.gz
sonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.zip
SONAR-3755 implement a disk-based map
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index d1b299715a0..2a3879298c7 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -13,6 +13,10 @@
<dependencies>
<dependency>
+ <groupId>com.akiban</groupId>
+ <artifactId>akiban-persistit</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-core</artifactId>
</dependency>