Move IntentSynchronizer to routing bundle.

This allows it to be used separately from SDNIP.

Change-Id: I45358666aa32763cb4bcac8f1c0a4025c6b76863
diff --git a/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 866e1c4..d5ca246 100644
--- a/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/apps/routing/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -34,5 +34,8 @@
     <command>
       <action class="org.onosproject.routing.cli.BgpSpeakersListCommand"/>
     </command>
+    <command>
+      <action class="org.onosproject.routing.cli.PrimaryChangeCommand"/>
+    </command>
   </command-bundle>
 </blueprint>