summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-10-10 12:24:19 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:23 +0100
commit31ee8d29f9bb8b01b7a436bf2af07ba8c2812a9b (patch)
treefcd8800cb12df7561a27c72b8c11079359ea258b /container-dependency-versions
parentb5c08eeb777176a2c62d4b90517558432e21ec11 (diff)
Upgrade guava to 20.
- guava 21.0 removes apis used by curator/zookeeper (and hadoop). We could embed the older version in zkfacade bundle, but it requires more pom maintenance. Also, upgrading beyond 23 will require changes in OsgiUtil, causing a non-resolvable conflict in orchestrator unit tests which will then require old and new guava at the same time. (This can probably be solved by moving application based unit tests to container-integration-test.)
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index f1bc9b88b3a..e924750f745 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -463,7 +463,7 @@
<bouncycastle.version>1.58</bouncycastle.version>
<felix.version>6.0.1</felix.version>
<findbugs.version>1.3.9</findbugs.version>
- <guava.version>18.0</guava.version>
+ <guava.version>20.0</guava.version>
<guice.version>3.0</guice.version>
<jaxb.version>2.3.0</jaxb.version>
<jetty.version>9.4.14.v20181114</jetty.version>