aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-23 14:46:28 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-23 14:46:28 +0200
commit9121d8b55d00b550a0bc98a42476ab09ab45af13 (patch)
tree4915ad6fb410dc65967ef8c3d20815a39f1747a1 /pom.xml
parentf15f2fb8ac99079234984bf4e6ccfe5d4028be01 (diff)
downloadsonarqube-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.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 55e471fefbb..df848164fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>