#327 - Downgrade Guava to 19.

Guava 20.0 causes problems with Cassandra as the driver depends on 19.0 [0] and - guess what - Guava 20 ships breaking changes.

[0] https://datastax-oss.atlassian.net/browse/JAVA-1328
This commit is contained in:
Oliver Gierke
2017-04-04 11:14:32 +02:00
parent a77f5448df
commit de3303d144

View File

@@ -90,7 +90,7 @@
<assertj>3.6.2</assertj>
<cdi>1.0</cdi>
<commons-io>2.5</commons-io>
<guava>21.0</guava>
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>
<jackson>2.8.7</jackson>
<jacoco>0.7.9</jacoco>