[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/api/pom.xml b/apps/restconf/api/pom.xml
index 498f4f7..57c9bf3 100644
--- a/apps/restconf/api/pom.xml
+++ b/apps/restconf/api/pom.xml
@@ -21,12 +21,12 @@
 
     <parent>
         <groupId>org.onosproject</groupId>
-        <artifactId>onos-app-restconf</artifactId>
+        <artifactId>onos-restconf-parent</artifactId>
         <version>1.10.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>onos-restconf-api</artifactId>
+    <artifactId>onos-app-restconf-api</artifactId>
     <packaging>bundle</packaging>
 
     <dependencies>