Added a shell of a openflow device provider and fixed features.
diff --git a/providers/of/pom.xml b/providers/of/pom.xml
index 125849d..4958848 100644
--- a/providers/of/pom.xml
+++ b/providers/of/pom.xml
@@ -17,15 +17,12 @@
     <description>ONOS OpenFlow protocol adapters</description>
 
     <modules>
+        <module>device</module>
     </modules>
 
     <dependencies>
         <dependency>
             <groupId>org.onlab.onos</groupId>
-            <artifactId>onos-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.onlab.onos</groupId>
             <artifactId>onos-of-api</artifactId>
         </dependency>
     </dependencies>