blob: 0af0b23c868d6d07d698f7b38ad1d93e08f890f0 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
4]
5
6TEST_DEPS = [
7 '//lib:TEST',
8 '//core/api:onos-api-tests',
9]
10
Brian O'Connore4da59d2016-04-08 00:32:18 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Brian O'Connore4da59d2016-04-08 00:32:18 -070013 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014)