From c8fa5ce38a642575dca1f3eb27ec416e7a33d175 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Mon, 12 Aug 2024 15:14:24 +0200 Subject: [PATCH] feat: add test lib to bom (#201) --- bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index c736a52..3e7c73a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -85,6 +85,11 @@ tkit-quarkus-security-test ${project.version} + + org.tkit.quarkus.lib + tkit-quarkus-test + ${project.version} +