blob: 4019f9bd23a9410fd82c2574320c1735d6d53bbf [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3 "//core/store/primitives:onos-core-primitives",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Traffic Engineering",
12 description = "Application to calculate the number of packets of different types",
13 title = "Packet Statistics",
14 url = "http://onosproject.org",
15)