[ONOS-2447]RFC7047's API and its implementation and five main tables.
provide RFC7047's API and its implementation, and five main table which
contain Bridge, Controller, Interface, Open_vSwitch and Port 

Change-Id: I9e995a056fd55c986f5866c85ac712f1792cff4f
diff --git a/ovsdb/pom.xml b/ovsdb/pom.xml
index e7c1f81..884a0a8 100644
--- a/ovsdb/pom.xml
+++ b/ovsdb/pom.xml
@@ -26,6 +26,14 @@
             <groupId>org.onosproject</groupId>

             <artifactId>onlab-junit</artifactId>

         </dependency>

+        <dependency>

+          <groupId>io.netty</groupId>

+          <artifactId>netty-buffer</artifactId>

+        </dependency>

+        <dependency>

+          <groupId>io.netty</groupId>

+          <artifactId>netty-handler</artifactId>

+        </dependency>

     </dependencies>

 

     <build>