Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_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 Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 12 | TEST_DEPS = TEST_REST + [ |
| 13 | "//incubator/api:onos-incubator-api-tests", |
| 14 | ] |
| 15 | |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 16 | osgi_jar_with_tests( |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 18 | deps = COMPILE_DEPS, |
| 19 | ) |
| 20 | |
| 21 | onos_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 | ) |