Jian Li | 7564231 | 2017-01-19 14:23:05 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//incubator/api:onos-incubator-api', |
| 4 | '//utils/rest:onlab-rest', |
| 5 | '//lib:javax.ws.rs-api', |
| 6 | '//apps/mappingmanagement/api:onos-apps-mappingmanagement-api', |
| 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST_ADAPTERS', |
| 11 | '//lib:jersey-test-framework-core', |
| 12 | '//lib:jersey-test-framework-jetty', |
| 13 | '//utils/osgi:onlab-osgi-tests', |
| 14 | '//web/api:onos-rest-tests', |
| 15 | '//incubator/api:onos-incubator-api-tests', |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests ( |
| 19 | deps = COMPILE_DEPS, |
| 20 | test_deps = TEST_DEPS, |
| 21 | ) |