blob: 853f9b36e26724a5a3ea23ede55c133172122e8e [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "@org_apache_karaf_shell_console//jar",
3 "//apps/pce/app:onos-apps-pce-app",
4 "//cli:onos-cli",
5 "//incubator/api:onos-incubator-api",
6]
7
8osgi_jar_with_tests(
9 deps = COMPILE_DEPS,
10)
11
12onos_app(
13 category = "Utility",
14 description = "Allows the user to visualize different types of paths between network entities",
15 title = "PCE REST API",
16 url = "http://onosproject.org",
17)