diff --git a/client/pom.xml b/client/pom.xml
index 419e8008..d7d3e4cd 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -40,6 +40,10 @@
org.jboss.fuse.mvnd
mvnd-common
+
+ org.slf4j
+ slf4j-simple
+
org.graalvm.nativeimage
svm
diff --git a/common/pom.xml b/common/pom.xml
index f753d92c..00d4819c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -43,7 +43,7 @@
org.slf4j
- slf4j-simple
+ slf4j-api
diff --git a/daemon/src/main/provisio/maven-distro.xml b/daemon/src/main/provisio/maven-distro.xml
index ace3e064..f8555d23 100644
--- a/daemon/src/main/provisio/maven-distro.xml
+++ b/daemon/src/main/provisio/maven-distro.xml
@@ -60,6 +60,9 @@
+
+
+
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 3ba85302..4aeba407 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -60,6 +60,12 @@
org.jboss.fuse.mvnd
mvnd-client
test
+
+
+ org.slf4j
+ slf4j-simple
+
+
org.junit.jupiter
diff --git a/pom.xml b/pom.xml
index ab29a8ee..603a8e7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,11 @@
logback-classic
${logback.version}
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
org.slf4j
slf4j-simple