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

Change-Id: I1e5eceef65c16040b75cf35ac88a497ba9a05412
diff --git a/incubator/pom.xml b/incubator/pom.xml
index be6102e..acde452 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -33,6 +33,7 @@
 
     <modules>
         <module>api</module>
+        <module>core</module>
         <module>net</module>
         <module>store</module>
         <module>rpc</module>