aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/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 /sonar-batch/pom.xml
parentcc1be45db85751a50b98c1d36002582a7b886b5b (diff)
downloadsonarqube-a593b587293f7e7948db5fdfc714ac25d0c0e23f.tar.gz
sonarqube-a593b587293f7e7948db5fdfc714ac25d0c0e23f.zip
SONAR-5189 Use custom version of persisitit
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 8e527478c01..db45a80e535 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -21,8 +21,8 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.akiban</groupId>
- <artifactId>akiban-persistit</artifactId>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-persistit</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>