mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
ENT-3540 Reverting jackson - kotlin runtime issue (#5133)
Jackson was updated to 2.9.8, however this version has a transitive dependency on kotlin 1.3.10 which is incompatible with corda (which uses 1.2 currently).
This commit is contained in:
parent
937e467aac
commit
24c8a5a2dd
@ -42,7 +42,8 @@ buildscript {
|
||||
|
||||
ext.asm_version = '5.0.4'
|
||||
ext.artemis_version = '2.6.2'
|
||||
ext.jackson_version = '2.9.8'
|
||||
// upgrade Jackson only when corda is using kotlin 1.3.10
|
||||
ext.jackson_version = '2.9.5'
|
||||
ext.jetty_version = '9.4.7.v20170914'
|
||||
ext.jersey_version = '2.25'
|
||||
ext.assertj_version = '3.8.0'
|
||||
|
Loading…
Reference in New Issue
Block a user