blob: 6b51c340f87db94b1232d3f9600aaab83d08d711 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "//incubator/api:onos-incubator-api",
Ray Milkey7dac7da2017-08-01 16:56:05 -07003]
4
5TEST_DEPS = TEST
6
Ray Milkey0bcdfd12018-05-23 14:07:19 -07007osgi_jar_with_tests(
8 name = "onos-core-serializers",
Ray Milkey7dac7da2017-08-01 16:56:05 -07009 test_deps = TEST_DEPS,
10 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070011 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070012)