From 40df56b39a64838614e80786cfb4eb6a44592223 Mon Sep 17 00:00:00 2001 From: Fedor Dudinskiy Date: Mon, 30 May 2022 11:32:32 +0200 Subject: [PATCH] Apply fix for failing Kafka tests, made in the framework Since updated framework do not provide assertj version anymore, provide it explicitly. --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 925c4277f..d1e794212 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 999-SNAPSHOT - 1.1.0.Final + 1.2.0.Beta1 0.32.0 2.6.1.Final 4.5.13 @@ -32,6 +32,7 @@ 2.7.1 1.0.2 1.1.2 + 3.21.0 jvm registry.access.redhat.com/ubi8/openjdk-11:latest @@ -101,6 +102,12 @@ jjwt-jackson ${jjwt.version} + + org.assertj + assertj-core + test + ${assertj.version} +