[SDFAB-189] UpfProgrammable implementation for fabric v1model

Change-Id: I4ea7980830d761a0da8a78943c08229c2da9410d
(cherry picked from commit 8d630f1091c63ff6e7b4ea31669344c5274773cc)
diff --git a/pipelines/fabric/impl/BUILD b/pipelines/fabric/impl/BUILD
index e5c214b..17748ec 100644
--- a/pipelines/fabric/impl/BUILD
+++ b/pipelines/fabric/impl/BUILD
@@ -8,7 +8,12 @@
     "//drivers/p4runtime:onos-drivers-p4runtime",
 ]
 
+TEST_DEPS = TEST_ADAPTERS + JACKSON + [
+    "//protocols/p4runtime/api:onos-protocols-p4runtime-api",
+    "@io_grpc_grpc_java//api",
+]
+
 osgi_jar_with_tests(
-    test_deps = TEST_ADAPTERS,
+    test_deps = TEST_DEPS,
     deps = COMPILE_DEPS,
 )