Updating onos-of-api

We not longer shade openflowj in onos-of-api, instead we used an
OGSi-compatible version of it.

Change-Id: If083c355f441783de3790d3e87ca824f386cccd8
diff --git a/drivers/default/features.xml b/drivers/default/features.xml
index 1dc6b2a..cb2bd4a 100644
--- a/drivers/default/features.xml
+++ b/drivers/default/features.xml
@@ -20,6 +20,7 @@
         <feature>onos-api</feature>
         <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
 
+        <bundle>mvn:org.onosproject/openflowj/0.9.3.onos-SNAPSHOT</bundle>
         <bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
 
     </feature>
diff --git a/drivers/default/pom.xml b/drivers/default/pom.xml
index 996f944..df5d619 100644
--- a/drivers/default/pom.xml
+++ b/drivers/default/pom.xml
@@ -42,5 +42,9 @@
             <groupId>org.onosproject</groupId>
             <artifactId>onos-of-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>openflowj</artifactId>
+        </dependency>
     </dependencies>
 </project>
\ No newline at end of file