diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-03 23:06:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-10 14:05:59 +0100 |
commit | 605a62f9e0342e63b55b50e76db3260dee1ef748 (patch) | |
tree | 798721d3f9b4af5df1eda911f37353a317deab44 /pom.xml | |
parent | e1104eb967ad973c40ac2ae7f50732aaef0cc734 (diff) | |
download | sonarqube-605a62f9e0342e63b55b50e76db3260dee1ef748.tar.gz sonarqube-605a62f9e0342e63b55b50e76db3260dee1ef748.zip |
SONAR-2570 compress db table FILE_SOURCES
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1088,6 +1088,12 @@ <artifactId>protobuf-java</artifactId> <version>2.6.1</version> </dependency> + <dependency> + <groupId>net.jpountz.lz4</groupId> + <artifactId>lz4</artifactId> + <version>1.3.0</version> + </dependency> + <!-- tomcat --> <dependency> |