blob: 353fda5d92a68c8b71eb334045dc92cee1bea577 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST
2
3osgi_jar_with_tests(
4 resources = glob(["src/main/resources/**"]),
5 resources_root = "src/main/resources",
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Traffic Engineering",
11 description = "A virtual Broadband Network Gateway(BNG) application.",
12 title = "Virtual Broadband Gateway",
13 url = "http://onosproject.org",
14)