blob: b6099752d810685eb93edcc1ec29696ecf628846 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "@openflowj//jar",
3 "//protocols/openflow/api:onos-protocols-openflow-api",
4 "//core/store/serializers:onos-core-serializers",
Ray Milkey7dac7da2017-08-01 16:56:05 -07005]
6
7TEST_DEPS = TEST_ADAPTERS + [
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 #resources_root = 'src/main/resources',
Ray Milkey0bcdfd12018-05-23 14:07:19 -070013 resources = glob(["src/main/resources/**"]),
14 test_deps = TEST_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070015 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070016 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070017)