From c81c95bf4879c805aa91c60653fc0e781ff2d4e9 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 31 May 2021 23:08:39 +0100 Subject: Fix dependencies with Critical Violations Signed-off-by: Vasyl Razinkov Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734 Issue-ID: SDC-3572 --- catalog-dao/pom.xml | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) (limited to 'catalog-dao/pom.xml') diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 8d82dd2ce7..5aaf3a6190 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -33,6 +33,10 @@ Modifications copyright (c) 2018 Nokia 1.9.0-SNAPSHOT + + 0.13.0 + 3.11.10 + @@ -288,6 +292,14 @@ Modifications copyright (c) 2018 Nokia org.slf4j slf4j-log4j12 + + org.apache.thrift + libthrift + + + org.codehaus.jackson + jackson-mapper-asl + @@ -298,6 +310,13 @@ Modifications copyright (c) 2018 Nokia provided + + org.apache.thrift + libthrift + ${thrift.version} + test + + com.datastax.cassandra @@ -347,7 +366,17 @@ Modifications copyright (c) 2018 Nokia org.apache.cassandra cassandra-all - 3.11.3 + ${cassandra-all.version} + + + org.apache.thrift + libthrift + + + org.hibernate + hibernate-validator + + test @@ -356,12 +385,12 @@ Modifications copyright (c) 2018 Nokia org.codehaus.groovy groovy - - org.togglz - togglz-testing - ${togglz.version} - test - + + org.togglz + togglz-testing + ${togglz.version} + test + -- cgit 1.2.3-korg