Bumping openflowj-3.0.0 to openflow-3.2.0.onos

Change-Id: I866b815a1423adfe6e973d0a48c85da6b5321bdf
diff --git a/apps/ofagent/BUCK b/apps/ofagent/BUCK
index e16cb7e..d5829eb 100644
--- a/apps/ofagent/BUCK
+++ b/apps/ofagent/BUCK
@@ -9,7 +9,7 @@
     '//lib:netty-buffer',
     '//lib:netty-codec',
     '//lib:netty-handler',
-    '//lib:openflowj-3.0',
+    '//lib:openflowj',
     '//lib:javax.ws.rs-api',
     '//utils/rest:onlab-rest',
 ]
@@ -23,10 +23,6 @@
     '//web/api:onos-rest-tests',
 ]
 
-EXCLUDED_BUNDLES = [
-    '//lib:openflowj-3.0',
-]
-
 osgi_jar_with_tests (
     deps = COMPILE_DEPS,
     test_deps = TEST_DEPS,
@@ -38,5 +34,4 @@
     category = 'Traffic Steering',
     url = 'http://onosproject.org',
     description = 'OpenFlow agent application for virtualization subsystem.',
-    excluded_bundles = EXCLUDED_BUNDLES
 )