Added ability to track whether or not node has all components running fully.

Change-Id: Ib2b90c7a842976a3b3a9711367fa1eed43103b17
diff --git a/pom.xml b/pom.xml
index c19cbb5..29e9711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,12 @@
                 <version>1.9.12</version>
                 <scope>provided</scope>
             </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.scr</artifactId>
+                <version>1.8.2</version>
+            </dependency>
+
 
             <dependency>
                 <groupId>org.apache.karaf.features</groupId>