blob: e2a2c69704ff6dd0216c8c457c3bbfb70f8c5c2d [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + REST + CLI + [
2 "@jersey_client//jar",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07003 "//core/store/serializers:onos-core-serializers",
4]
5
6osgi_jar_with_tests(
7 exclude_tests = ["org.onosproject.vpls.VplsTest"],
Ray Milkey32ce0ed2018-10-10 15:39:24 -07008 karaf_command_packages = [
9 "org.onosproject.vpls.cli",
10 "org.onosproject.vpls.cli.completer",
11 ],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070012 test_deps = TEST_ADAPTERS,
13 deps = COMPILE_DEPS,
14)
15
16onos_app(
17 category = "Traffic Engineering",
18 description = "Application to create L2 broadcast network using VLAN.",
19 required_apps = ["org.onosproject.intentsynchronizer"],
20 title = "VLAN L2 Broadcast Network",
21 url = "http://onosproject.org",
22)