Priyanka B | bae0eeb1 | 2016-11-30 11:59:48 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Priyanka B | bae0eeb1 | 2016-11-30 11:59:48 +0530 | [diff] [blame] | 4 | '//lib:javax.ws.rs-api', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//apps/pce/app:onos-apps-pce-app', |
| 7 | '//core/store/serializers:onos-core-serializers', |
| 8 | '//core/api:onos-api', |
| 9 | '//incubator/api:onos-incubator-api', |
| 10 | ] |
| 11 | |
| 12 | TEST_DEPS = [ |
| 13 | '//lib:TEST_REST', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 14 | '//lib:minimal-json', |
Priyanka B | bae0eeb1 | 2016-11-30 11:59:48 +0530 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | osgi_jar_with_tests ( |
| 18 | deps = COMPILE_DEPS, |
| 19 | test_deps = TEST_DEPS |
| 20 | ) |
| 21 | |
| 22 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 23 | title = 'PCE REST API', |
Priyanka B | bae0eeb1 | 2016-11-30 11:59:48 +0530 | [diff] [blame] | 24 | category = 'Utility', |
| 25 | url = 'http://onosproject.org', |
| 26 | description = 'Tunnel Service between network devices via REST interface', |
| 27 | ) |