Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//lib:concurrent-trees', |
| 5 | '//cli:onos-cli', |
| 6 | '//incubator/api:onos-incubator-api', |
| 7 | '//apps/routing-api:onos-apps-routing-api', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 8 | '//apps/route-service/api:onos-apps-route-service-api', |
Jonathan Hart | f4bd048 | 2017-01-27 15:11:18 -0800 | [diff] [blame] | 9 | '//core/common:onos-core-common', |
| 10 | ] |
| 11 | |
| 12 | TEST_DEPS = [ |
| 13 | '//lib:TEST_ADAPTERS', |
| 14 | '//incubator/api:onos-incubator-api-tests', |
| 15 | '//apps/routing-api:onos-apps-routing-api-tests', |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests ( |
| 19 | deps = COMPILE_DEPS, |
| 20 | test_deps = TEST_DEPS, |
| 21 | ) |