From cc41434aa13de9e747d0b2b5196d25b6ee63adf3 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 28 Nov 2019 12:51:26 +0300 Subject: [PATCH] jackson updated --- pom.xml | 7 +++++++ redisson/pom.xml | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 3baad3d20..d71abc250 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,13 @@ pom import + + io.netty + jackson-bom + 2.10.1 + pom + import + diff --git a/redisson/pom.xml b/redisson/pom.xml index dd29cefd3..0f2508068 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -140,7 +140,6 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 - [2.10.1,) test @@ -225,44 +224,37 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - [2.10.1,) com.fasterxml.jackson.core jackson-core - [2.10.1,) com.fasterxml.jackson.core jackson-databind - [2.10.1,) com.fasterxml.jackson.dataformat jackson-dataformat-ion - [2.10.1,) provided true com.fasterxml.jackson.dataformat jackson-dataformat-cbor - [2.10.1,) provided true com.fasterxml.jackson.dataformat jackson-dataformat-smile - [2.10.1,) provided true com.fasterxml.jackson.dataformat jackson-dataformat-avro - [2.10.1,) provided true