diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-12 10:40:59 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-23 15:15:25 +0200 |
commit | eba86f1a7feca56d8b39ec7baa6f105eef0fef91 (patch) | |
tree | 09449aed592dbb92ca1fc9785002cfa8180c234e /pom.xml | |
parent | d70f025c8f9504c0f9f736a6207ffe954d468828 (diff) | |
download | sonarqube-eba86f1a7feca56d8b39ec7baa6f105eef0fef91.tar.gz sonarqube-eba86f1a7feca56d8b39ec7baa6f105eef0fef91.zip |
SONAR-6649 Move initialization of persistit caches to global context
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1093,7 +1093,7 @@ <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-persistit</artifactId> - <version>3.3.1</version> + <version>3.3.2-SNAPSHOT</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |