blob: 1c3e14b5a3b48cc64ccc0e9cfd453415f6dafe21 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
2 "@org_apache_karaf_shell_console//jar",
3 "@javax_ws_rs_api//jar",
4 "//cli:onos-cli",
5 "//core/store/serializers:onos-core-serializers",
6 "//utils/rest:onlab-rest",
7 "//incubator/api:onos-incubator-api",
8 "//apps/pcep-api:onos-apps-pcep-api",
9 "//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt",
10]
11
12osgi_jar_with_tests(
13 test_deps = TEST_REST,
14 deps = COMPILE_DEPS,
15)
16
17onos_app(
18 app_name = "org.onosproject.pce.app",
19 category = "default",
20 description = "PCE as centeral controller App.",
21 title = "PCE",
22 url = "http://onosproject.org",
23)