blob: 027a2c1ed1f6b53df3e2666be04fdae8a61c37a4 [file] [log] [blame]
Thomas Vachuska970b9642018-07-10 22:30:32 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + REST + [
Ray Milkey18fb0812018-06-21 10:32:53 -07002 "//core/store/serializers:onos-core-serializers",
Ray Milkey18fb0812018-06-21 10:32:53 -07003 "//incubator/api:onos-incubator-api",
4 "//apps/pcep-api:onos-apps-pcep-api",
5 "//apps/pce/bandwidthmgmt:onos-apps-pce-bandwidthmgmt",
6]
7
Ray Milkey0250a082018-06-27 17:36:01 -07008TEST_DEPS = TEST_REST + [
9 "//incubator/api:onos-incubator-api-tests",
10]
11
Ray Milkey18fb0812018-06-21 10:32:53 -070012osgi_jar_with_tests(
Ray Milkey0c3200a2018-10-09 16:06:10 -070013 karaf_command_packages = ["org.onosproject.pce.cli"],
Ray Milkey0250a082018-06-27 17:36:01 -070014 test_deps = TEST_DEPS,
Ray Milkey18fb0812018-06-21 10:32:53 -070015 deps = COMPILE_DEPS,
16)
17
18onos_app(
19 app_name = "org.onosproject.pce.app",
20 category = "default",
21 description = "PCE as centeral controller App.",
22 title = "PCE",
23 url = "http://onosproject.org",
24)