Updating BUCK files to match pom.xml changes

Change-Id: I7fb4bf2acdc2a8933f1037fdbdb6b6ca00ffff1e
diff --git a/apps/cpman/api/BUCK b/apps/cpman/api/BUCK
index 1d410b0..293e8c2 100644
--- a/apps/cpman/api/BUCK
+++ b/apps/cpman/api/BUCK
@@ -6,6 +6,7 @@
 
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
+    '//core/store/serializers:onos-core-serializers',
  ]
 
 TEST_DEPS = [
diff --git a/apps/cpman/app/BUCK b/apps/cpman/app/BUCK
index b42d086..728ad44 100644
--- a/apps/cpman/app/BUCK
+++ b/apps/cpman/app/BUCK
@@ -12,7 +12,8 @@
     '//apps/cpman/api:onos-app-cpman-api',
     '//utils/rest:onlab-rest',
     '//cli:onos-cli',
- ]
+    '//core/store/serializers:onos-core-serializers',
+]
 
 TEST_DEPS = [
     '//lib:TEST',
diff --git a/providers/openflow/group/BUCK b/providers/openflow/group/BUCK
index 0636c42..98cd938 100644
--- a/providers/openflow/group/BUCK
+++ b/providers/openflow/group/BUCK
@@ -8,6 +8,7 @@
     '//lib:CORE_DEPS',
     '//lib:openflowj',
     '//protocols/openflow/api:onos-of-api',
+    '//providers/openflow/flow:onos-of-provider-flow',
 ]
 
 TEST_DEPS = [