diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-18 15:23:54 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-24 14:34:21 +0200 |
commit | a3f2f42774fc6f83b8bb743743a092ffc7b9bb50 (patch) | |
tree | 035aa4f53d80412c126f2de5f0df0647e4e70283 /sonar-batch/pom.xml | |
parent | 62bded91ea52f42a71ad7d7624d5447b1a101420 (diff) | |
download | sonarqube-a3f2f42774fc6f83b8bb743743a092ffc7b9bb50.tar.gz sonarqube-a3f2f42774fc6f83b8bb743743a092ffc7b9bb50.zip |
SONAR-6649 Move initialization of persistit cache to global context
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index c1b2b197c32..db21e928a97 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -25,7 +25,7 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> + <groupId>org.sonarsource</groupId> <artifactId>sonar-persistit</artifactId> </dependency> <dependency> |