diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-13 17:35:12 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-13 18:29:34 +0200 |
commit | cbe509977bc9aced47eb592810068c17d4e64148 (patch) | |
tree | a5115370f2afa382560f295efc7930c3180ae2d7 /pom.xml | |
parent | b48a6cd51868eab19a131ef7d43ec8d0e10c90f6 (diff) | |
download | sonarqube-cbe509977bc9aced47eb592810068c17d4e64148.tar.gz sonarqube-cbe509977bc9aced47eb592810068c17d4e64148.zip |
Revert upgrade to protobuf 3.0.x
Versions [3.0.0-3.0.2] introduce performance regressions
regarding the way protobuf is used in scanner writing
of report.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ <okhttp.version>3.3.1</okhttp.version> <jackson.version>2.6.6</jackson.version> - <protobuf.version>3.0.0</protobuf.version> + <protobuf.version>3.0.0-beta-2</protobuf.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.min.version>3.2</maven.min.version> |