aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-05-07 12:17:04 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-05-07 12:18:25 +0200
commita593b587293f7e7948db5fdfc714ac25d0c0e23f (patch)
tree0764e27271a3a0cba88e91ef10261f9d8577fc96 /pom.xml
parentcc1be45db85751a50b98c1d36002582a7b886b5b (diff)
downloadsonarqube-a593b587293f7e7948db5fdfc714ac25d0c0e23f.tar.gz
sonarqube-a593b587293f7e7948db5fdfc714ac25d0c0e23f.zip
SONAR-5189 Use custom version of persisitit
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b1053d36b2f..9e353f96413 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1094,10 +1094,9 @@
<version>2.2.4</version>
</dependency>
<dependency>
- <groupId>com.akiban</groupId>
- <artifactId>akiban-persistit</artifactId>
- <!-- do not use 3.3.0. It was build only for Java 7. Waiting for 3.3.1 to be deployed in central repo -->
- <version>3.2.7</version>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-persistit</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>