blob: 5e113b2f03c03761fbb3244e73ce4b0d4ebb3268 [file] [log] [blame]
Anton Chigrin4af4f872019-01-14 17:29:56 +02001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "//core/common:onos-core-common",
3 "@openflowj//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -07004 "@io_netty_netty_transport//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -07005]
6
7TEST_DEPS = TEST + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07008 "//core/api:onos-api-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -07009]
10
Ray Milkey0bcdfd12018-05-23 14:07:19 -070011osgi_jar_with_tests(
Ray Milkey7dac7da2017-08-01 16:56:05 -070012 test_deps = TEST_DEPS,
13 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070014 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070015)