blob: bdce3250fe72d608cc087dc48e95f8edd2048b60 [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
Ray Milkey0250a082018-06-27 17:36:01 -070012TEST_DEPS = TEST_REST + [
13 "//incubator/api:onos-incubator-api-tests",
14]
15
Ray Milkey18fb0812018-06-21 10:32:53 -070016osgi_jar_with_tests(
Ray Milkey0250a082018-06-27 17:36:01 -070017 test_deps = TEST_DEPS,
Ray Milkey18fb0812018-06-21 10:32:53 -070018 deps = COMPILE_DEPS,
19)
20
21onos_app(
22 app_name = "org.onosproject.pce.app",
23 category = "default",
24 description = "PCE as centeral controller App.",
25 title = "PCE",
26 url = "http://onosproject.org",
27)