blob: e74c4bba3de8b34aff03e2e0c1ef84048d17e3d7 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + [
2 "@netty_transport//jar",
3 "@netty_codec//jar",
4 "//protocols/tl1/api:onos-protocols-tl1-api",
5]
6
7TEST_DEPS = TEST_ADAPTERS + [
8 "//utils/osgi:onlab-osgi-tests",
9 "//core/api:onos-api-tests",
10]
11
12osgi_jar_with_tests(
13 test_deps = TEST_DEPS,
14 deps = COMPILE_DEPS,
15)