[Falcon] Add ComponentService that allows applications to select which components are loaded.

Change-Id: I1e5eceef65c16040b75cf35ac88a497ba9a05412
diff --git a/features/features.xml b/features/features.xml
index 0d9c2c3..8c611dc 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -104,6 +104,7 @@
              description="ONOS core incubator components">
         <feature>onos-core</feature>
         <bundle>mvn:org.onosproject/onos-incubator-net/@ONOS-VERSION</bundle>
+        <bundle>mvn:org.onosproject/onos-incubator-core/@ONOS-VERSION</bundle>
         <bundle>mvn:org.onosproject/onos-incubator-store/@ONOS-VERSION</bundle>
         <bundle>mvn:org.onosproject/onos-incubator-rpc/@ONOS-VERSION</bundle>
     </feature>