[CORD-1616] Supports PD by DHCP relay App
Change-Id: I9a23534023ca2847bd3f77a3f9ee2b468c5bb422
diff --git a/apps/dhcprelay/BUCK b/apps/dhcprelay/BUCK
index c1829b3..a2bfb70 100644
--- a/apps/dhcprelay/BUCK
+++ b/apps/dhcprelay/BUCK
@@ -6,6 +6,7 @@
'//cli:onos-cli',
'//core/store/serializers:onos-core-serializers',
'//apps/route-service/api:onos-apps-route-service-api',
+ '//apps/routing/fpm/api:onos-apps-routing-fpm-api',
]
TEST_DEPS = [
@@ -14,6 +15,11 @@
'//core/api:onos-api-tests',
]
+BUNDLES = [
+ '//apps/dhcprelay:onos-apps-dhcprelay',
+ '//apps/routing/fpm/api:onos-apps-routing-fpm-api',
+]
+
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
@@ -26,4 +32,5 @@
url = 'http://onosproject.org',
description = 'DHCP Relay Agent Application.',
required_apps = [ 'org.onosproject.route-service' ],
+ included_bundles = BUNDLES,
)