diff --git a/maven-plugins/bnd-baseline-maven-plugin/pom.xml b/maven-plugins/bnd-baseline-maven-plugin/pom.xml
index 53668747d4..af28d72fd9 100644
--- a/maven-plugins/bnd-baseline-maven-plugin/pom.xml
+++ b/maven-plugins/bnd-baseline-maven-plugin/pom.xml
@@ -51,6 +51,10 @@
${project.groupId}
biz.aQute.bndlib
+
+ ${project.groupId}
+ biz.aQute.bnd.maven
+
diff --git a/maven-plugins/bnd-reporter-maven-plugin/pom.xml b/maven-plugins/bnd-reporter-maven-plugin/pom.xml
index dc07de8e8f..e8f964e56c 100644
--- a/maven-plugins/bnd-reporter-maven-plugin/pom.xml
+++ b/maven-plugins/bnd-reporter-maven-plugin/pom.xml
@@ -60,7 +60,10 @@
${project.groupId}
biz.aQute.bnd.reporter
-
+
+ ${project.groupId}
+ biz.aQute.bnd.maven
+
org.slf4j
slf4j-simple