Removing all existing Netconf flow rule implementation: not compatible with current version and tailored on specific software.
Doing so removes all ties with odl Yangtools in ONOS core.

Change-Id: I4315bdf20dc388d42ea6f0f6276689da9a75c741
diff --git a/providers/netconf/app/pom.xml b/providers/netconf/app/pom.xml
index 4a19ae8..0aa55ff 100644
--- a/providers/netconf/app/pom.xml
+++ b/providers/netconf/app/pom.xml
@@ -37,12 +37,7 @@
             <artifactId>onos-netconf-provider-device</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onos-netconf-provider-flow</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <!-- TODO: add other dependencies here as more bundles are added to the app -->
+        <!-- Add other dependencies here as more bundles are added to the app -->
     </dependencies>
 
 </project>