Move the IntentSynchronizer out of the routing app into its own app
Change-Id: I05e84bce3853ea995b9921b96a2e6a3e8eddb689
diff --git a/apps/vpls/BUCK b/apps/vpls/BUCK
index 0cdc7da..471e91c 100644
--- a/apps/vpls/BUCK
+++ b/apps/vpls/BUCK
@@ -6,14 +6,7 @@
'//cli:onos-cli',
'//utils/rest:onlab-rest',
'//incubator/api:onos-incubator-api',
- '//apps/routing-api:onos-apps-routing-api',
- '//apps/routing:onos-apps-routing',
-]
-
-BUNDLES = [
- '//apps/vpls:onos-apps-vpls',
- '//apps/routing-api:onos-apps-routing-api',
- '//apps/routing:onos-apps-routing',
+ '//apps/intentsync:onos-apps-intentsync',
]
TEST_DEPS = [
@@ -29,6 +22,6 @@
title = 'VLAN L2 Broadcast Network App',
category = 'Traffic Steering',
url = 'http://onosproject.org',
- included_bundles = BUNDLES,
description = 'Application to create L2 broadcast network using VLAN.',
+ required_apps = [ 'org.onosproject.intentsynchronizer' ],
)