diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-08-01 10:58:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-08-01 10:58:35 +0200 |
commit | fea3104e8b9ffafd322c1f3faa29f2df718b87e3 (patch) | |
tree | d34336b5a13fd1084769638a12fa6220065b0cd7 /pom.xml | |
parent | f2f78708db6fffa61a557fee1256a82d6df96f3f (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |