blob: 21506be838bb89f86ddc37e7c4ca1841ab694cfa [file] [log] [blame]
Carmelo Casconef7aa3f92017-07-06 23:56:50 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/grpc-dependencies:grpc-core-repkg-1.3.0',
4]
5
6TEST_DEPS = [
7 '//lib:TEST_ADAPTERS',
8 '//core/api:onos-api-tests',
9]
10
11
12osgi_jar_with_tests(
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)