Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//core/store/primitives:onos-core-primitives", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_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 | ) |