[Java][jersey2] Fix logging for jersey2 + java6 (#6715). (#7348)

* [Java][jersey2] Fix logging for jersey2 + java6 (#6715).

* Fix formatting according to comments.
This commit is contained in:
SergeyLyakhov
2018-01-12 15:16:23 +02:00
committed by William Cheng
parent 75c0180c71
commit 4241b11d97
26 changed files with 1320 additions and 1019 deletions

View File

@@ -95,7 +95,7 @@ if(hasProperty('target') && target == 'android') {
ext {
swagger_annotations_version = "1.5.15"
jackson_version = "2.8.9"
jersey_version = "2.25.1"
jersey_version = "2.6"
commons_io_version=2.5
commons_lang3_version=3.6
junit_version = "4.12"