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