Added ability to configure reactive forwarding.
diff --git a/pom.xml b/pom.xml
index 9b275ab..08def13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,12 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.compendium</artifactId>
+                <version>4.3.1</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
                 <version>1.9.8</version>