better reactor
diff --git a/documentation/pom.xml b/documentation/pom.xml
index ab41da1..45927d7 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -54,6 +54,28 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}.knights</groupId>
+      <artifactId>slf4j-knight</artifactId>
+      <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}.knights</groupId>
+      <artifactId>openwebbeans-knight</artifactId>
+      <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}.knights</groupId>
       <artifactId>winegrower-knight</artifactId>
       <version>${project.version}</version>
       <exclusions>