diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-16 17:26:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-16 17:44:35 +0200 |
commit | 26edff10d133e29e7013f803e7ef0d69ff593aeb (patch) | |
tree | d4dac543c6b87b5e252bd1ca5301ea2e75048c2f /pom.xml | |
parent | 1f9d60980a0a13f64807924b48988600dac8a734 (diff) | |
download | sonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.tar.gz sonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.zip |
SONAR-3755 implement a disk-based map
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |