Created onos-core-trivial as a place to put trivial implementation of core against which initial set of providers can be developed.
diff --git a/features/features.xml b/features/features.xml
index 2bd3010..765587a 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -32,7 +32,7 @@
     <feature name="onos-core" version="1.0.0"
              description="ONOS core components">
         <feature>onos-api</feature>
-        <bundle>mvn:org.onlab.onos/onos-core/1.0.0-SNAPSHOT</bundle>
+        <bundle>mvn:org.onlab.onos/onos-core-trivial/1.0.0-SNAPSHOT</bundle>
     </feature>
 
     <feature name="onos-rest" version="1.0.0"