blob: bd9f29990af2f4f7a5f5d61d3ea04a2380bd2811 [file] [log] [blame]
Thomas Vachuska970b9642018-07-10 22:30:32 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
Ray Milkey18fb0812018-06-21 10:32:53 -07002 "//apps/pce/app:onos-apps-pce-app",
Ray Milkey18fb0812018-06-21 10:32:53 -07003 "//incubator/api:onos-incubator-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Utility",
12 description = "Allows the user to visualize different types of paths between network entities",
13 title = "PCE REST API",
14 url = "http://onosproject.org",
15)