Fix dependencies of some bazel tests

Change-Id: If864b37c08db73620c07a17174130024571a8d38
diff --git a/apps/pce/app/BUILD b/apps/pce/app/BUILD
index 1c3e14b..bdce3250 100644
--- a/apps/pce/app/BUILD
+++ b/apps/pce/app/BUILD
@@ -9,8 +9,12 @@
     "//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt",
 ]
 
+TEST_DEPS = TEST_REST + [
+    "//incubator/api:onos-incubator-api-tests",
+]
+
 osgi_jar_with_tests(
-    test_deps = TEST_REST,
+    test_deps = TEST_DEPS,
     deps = COMPILE_DEPS,
 )