blob: 4019f9bd23a9410fd82c2574320c1735d6d53bbf [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + [
"//core/store/serializers:onos-core-serializers",
"//core/store/primitives:onos-core-primitives",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
onos_app(
category = "Traffic Engineering",
description = "Application to calculate the number of packets of different types",
title = "Packet Statistics",
url = "http://onosproject.org",
)