diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-23 14:46:28 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-23 14:46:28 +0200 |
commit | 9121d8b55d00b550a0bc98a42476ab09ab45af13 (patch) | |
tree | 4915ad6fb410dc65967ef8c3d20815a39f1747a1 /pom.xml | |
parent | f15f2fb8ac99079234984bf4e6ccfe5d4028be01 (diff) | |
download | sonarqube-9121d8b55d00b550a0bc98a42476ab09ab45af13.tar.gz sonarqube-9121d8b55d00b550a0bc98a42476ab09ab45af13.zip |
Upgrade to Guava 18 (#1007)
Required for upgrade to Elasticsearch 2.3 which
does not shade its dependencies anymore
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -590,14 +590,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> - <exclusions> - <exclusion> - <!-- should be declared with scope provided --> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </exclusion> - </exclusions> + <version>18.0</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |