Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + [ |
2 | '//incubator/store:onos-incubator-store', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//core/common:onos-core-common', | ||||
5 | '@openflowj//jar', | ||||
6 | '@netty_transport//jar', | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = TEST + [ | ||||
10 | '//core/api:onos-api-tests', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests ( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | test_deps = TEST_DEPS, | ||||
16 | visibility = ["//visibility:public"], | ||||
17 | ) |