aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-04-30 17:35:03 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-04-30 17:35:03 +0200
commit8f61950f75475d6d88b9cd62cab49a5614d12b6c (patch)
tree99a681d81b3cd9186462a092cd3b61a492a2326d /pom.xml
parent171cd79c0b5152461434951ed5d6e5e58849a7b7 (diff)
downloadsonarqube-8f61950f75475d6d88b9cd62cab49a5614d12b6c.tar.gz
sonarqube-8f61950f75475d6d88b9cd62cab49a5614d12b6c.zip
Revert persistit version to stay compatible with Java 1.6
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index de91bc59576..c2208839170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1097,7 +1097,7 @@
<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.3.0</version>
+ <version>3.2.7</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>