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/pom.xml b/pom.xml
index bd372b8..8f03f9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <atomix.version>1.0.0-rc3</atomix.version>
         <atomix.copycat.version>1.0.0-rc6</atomix.copycat.version>
         <copycat.version>0.5.1.onos</copycat.version>
-        <openflowj.version>0.9.2.onos</openflowj.version>
+        <openflowj.version>0.9.3.onos-SNAPSHOT</openflowj.version>
         <onos-maven-plugin.version>1.9</onos-maven-plugin.version>
         <osgi.version>4.3.1</osgi.version>
         <karaf.version>3.0.5</karaf.version>
@@ -104,6 +104,10 @@
         </snapshotRepository>
     </distributionManagement>
 
+    <!-- FIXME remove before release; needed for the following
+         - openflowj
+         - snmp
+    -->
     <repositories>
         <repository>
             <id>snapshots</id>
@@ -520,6 +524,13 @@
                 <artifactId>jsr305</artifactId>
                 <version>3.0.1</version>
             </dependency>
+
+            <dependency>
+                <groupId>org.onosproject</groupId>
+                <artifactId>openflowj</artifactId>
+                <version>${openflowj.version}</version>
+                <scope>provided</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>