aboutsummaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent1f9d60980a0a13f64807924b48988600dac8a734 (diff)
downloadsonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.tar.gz
sonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.zip
SONAR-3755 implement a disk-based map
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c421985a834..fc58197a2aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1045,6 +1045,11 @@
<artifactId>gson</artifactId>
<version>2.2.2</version>
</dependency>
+ <dependency>
+ <groupId>com.akiban</groupId>
+ <artifactId>akiban-persistit</artifactId>
+ <version>3.2.7</version>
+ </dependency>
</dependencies>
</dependencyManagement>