[ONOS-5756] RESTCONF protocol support for RESTCONF App

* Created a config flag in RESTCONF protocol, to allow the protocol
  to be dynamically configured to work with either YMS or Dynamic Config
  during runtime.

* Note that this is an interim solution to help RESTCONF migrate from
  YMS to Dynamic Config. The changes will be removed once the migration
  is complete.

Change-Id: I36dc8537c88965034da6238df32dde7558ac5f5c
diff --git a/apps/restconf/pom.xml b/apps/restconf/pom.xml
index 24ac069..e478c32 100644
--- a/apps/restconf/pom.xml
+++ b/apps/restconf/pom.xml
@@ -25,7 +25,7 @@
         <version>1.10.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-app-restconf</artifactId>
+    <artifactId>onos-restconf-parent</artifactId>
     <packaging>pom</packaging>
 
     <modules>