Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
| 4 | '//lib:KRYO', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 5 | '//lib:concurrent-trees', |
| 6 | '//core/store/serializers:onos-core-serializers', |
| 7 | '//apps/route-service/api:onos-apps-route-service-api', |
| 8 | '//cli:onos-cli', |
| 9 | '//lib:org.apache.karaf.shell.console', |
| 10 | ] |
| 11 | |
| 12 | TEST_DEPS = [ |
| 13 | '//lib:TEST', |
| 14 | '//apps/route-service/api:onos-apps-route-service-api-tests', |
| 15 | '//core/api:onos-api-tests', |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests ( |
| 19 | deps = COMPILE_DEPS, |
| 20 | test_deps = TEST_DEPS, |
| 21 | ) |