From 7edf3d37320c593aa92d62338fe7fe2acb35b606 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 18 Aug 2021 13:54:08 +0100 Subject: Align all SDC dependencies versions Signed-off-by: Vasyl Razinkov Change-Id: Iba19bd39ba5a136436ac1e9ca0a7dcc164d6f7bf Issue-ID: SDC-2875 --- catalog-model/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 5c74421893..588396d75f 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -23,6 +23,11 @@ jackson-core ${jackson.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + @@ -48,6 +53,10 @@ org.springframework spring-core + + com.fasterxml.jackson.core + jackson-databind + @@ -82,6 +91,14 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + @@ -264,6 +281,12 @@ cassandra-driver-core ${cassandra.driver.version} provided + + + com.fasterxml.jackson.core + jackson-databind + + com.datastax.cassandra @@ -423,6 +446,10 @@ org.springframework spring-core + + com.fasterxml.jackson.core + jackson-databind + -- cgit 1.2.3-korg