blob: 6d56e3961ed7f7dc254d767005f1b7d290051009 [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(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Traffic Engineering",
11 description = "Scalable gateway service",
12 title = "Scalable Gateway",
13 url = "http://onosproject.org",
14)