Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:KRYO', |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 4 | '//utils/misc:onlab-misc', |
| 5 | '//core/store/serializers:onos-core-serializers', |
| 6 | '//apps/evpn-route-service/api:onos-apps-evpn-route-service-api', |
| 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST', |
| 11 | '//core/api:onos-api-tests', |
| 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests ( |
| 15 | deps = COMPILE_DEPS, |
| 16 | test_deps = TEST_DEPS, |
| 17 | ) |