blob: 57e3109f9d8f7d9a052d5395812b279f3bda0c76 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
Ray Milkeya9d6aba2018-10-10 13:19:54 -07006 karaf_command_packages = ["org.onosproject.scalablegateway.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Traffic Engineering",
12 description = "Scalable gateway service",
13 title = "Scalable Gateway",
14 url = "http://onosproject.org",
15)