blob: 3bb7284eece0f70051eb9d31e35fc832ca9ebe47 [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 Milkey0250a082018-06-27 17:36:01 -070013 test_deps = TEST_DEPS,
Ray Milkey18fb0812018-06-21 10:32:53 -070014 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)