psneha | b710909 | 2018-10-10 08:26:02 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/route-service/api:onos-apps-route-service-api", | ||||
4 | "//apps/routing/fpm/api:onos-apps-routing-fpm-api", | ||||
5 | ] | ||||
6 | |||||
7 | TEST_DEPS = TEST + [ | ||||
8 | "//apps/route-service/api:onos-apps-route-service-api-tests", | ||||
9 | "//core/api:onos-api-tests", | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests( | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | ) |