Fix a few more app startup/shutdown problems
Change-Id: Ideb48a1e845ae345306fa10ec55499c471566ce7
diff --git a/apps/graphitemetrics/BUILD b/apps/graphitemetrics/BUILD
index a7ca902..0d3ea56 100644
--- a/apps/graphitemetrics/BUILD
+++ b/apps/graphitemetrics/BUILD
@@ -3,9 +3,10 @@
"@metrics_graphite//jar",
]
-EXCLUDED_BUNDLES = [
+INCLUDED_BUNDLES = [
"@gmetric4j//jar",
"@metrics_graphite//jar",
+ "@remotetea_oncrpc//jar",
]
osgi_jar_with_tests(
@@ -15,7 +16,7 @@
onos_app(
category = "Monitoring",
description = "Performance metric service reporter and retriever for graphite",
- excluded_bundles = EXCLUDED_BUNDLES,
+ included_bundles = INCLUDED_BUNDLES,
title = "Graphite Report and Query",
url = "http://onosproject.org",
)