java: Use gson 2.3.1 to fix compilation for maven2 users.

Newer Maven versions fail compilation of Vitess with the error "Invalid
JDK version in profile 'doclint-java8-disable': Unbounded range [1.8,".

The original issue is documented here:
https://code.google.com/p/google-gson/issues/detail?id=588

The fix is to use gson-2.3.1 instead of gson-2.3.
This commit is contained in:
Michael Berlin 2015-04-20 17:33:44 -07:00
Родитель 1a3f9122ec
Коммит 0ddc2330f8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>