forked from loafle/openapi-generator-original
* [Java][jersey2] Fix logging for jersey2 + java6 (#6715). * Fix formatting according to comments.
This commit is contained in:
committed by
William Cheng
parent
75c0180c71
commit
4241b11d97
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user