diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-30 17:35:03 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-04-30 17:35:03 +0200 |
commit | 8f61950f75475d6d88b9cd62cab49a5614d12b6c (patch) | |
tree | 99a681d81b3cd9186462a092cd3b61a492a2326d /pom.xml | |
parent | 171cd79c0b5152461434951ed5d6e5e58849a7b7 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |