ONOS-5457 OFAgent - handle GROUP_MOD and METER_MOD controller to switch command message

Change-Id: Ib34f22581d8f4a89fcf2fbfc8ab66306d87137a5
diff --git a/apps/ofagent/BUCK b/apps/ofagent/BUCK
index 0d28fca..23e7ca2 100644
--- a/apps/ofagent/BUCK
+++ b/apps/ofagent/BUCK
@@ -16,11 +16,13 @@
     '//lib:javax.ws.rs-api',
     '//utils/rest:onlab-rest',
     '//providers/openflow/flow:onos-providers-openflow-flow',
+    '//protocols/openflow/api:onos-protocols-openflow-api',
 ]
 
 BUNDLES = [
     '//apps/ofagent:onos-apps-ofagent',
     '//providers/openflow/flow:onos-providers-openflow-flow',
+    '//protocols/openflow/api:onos-protocols-openflow-api',
 ]
 
 TEST_DEPS = [