aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-08-01 10:58:35 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-08-01 10:58:35 +0200
commitfea3104e8b9ffafd322c1f3faa29f2df718b87e3 (patch)
treed34336b5a13fd1084769638a12fa6220065b0cd7 /pom.xml
parentf2f78708db6fffa61a557fee1256a82d6df96f3f (diff)
downloadsonarqube-fea3104e8b9ffafd322c1f3faa29f2df718b87e3.tar.gz
sonarqube-fea3104e8b9ffafd322c1f3faa29f2df718b87e3.zip
Revert upgrade of persistit 3.3.0. Not compatible with Java 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 56a0980b878..0da0fdb686c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1042,7 +1042,7 @@
<dependency>
<groupId>com.akiban</groupId>
<artifactId>akiban-persistit</artifactId>
- <version>3.3.0</version>
+ <version>3.2.7</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>