From e0658b53fa1d2de064f2bea10526b8caa6bfc690 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 27 Oct 2022 11:30:50 +0200 Subject: [PATCH] enable SLF4J logging during tests --- maven-plugin-tools-generators/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maven-plugin-tools-generators/pom.xml b/maven-plugin-tools-generators/pom.xml index 736c91d8a..35840bbd0 100644 --- a/maven-plugin-tools-generators/pom.xml +++ b/maven-plugin-tools-generators/pom.xml @@ -120,6 +120,11 @@ maven-plugin-testing-harness test + + org.slf4j + slf4j-simple + test +