blob: c2a708a83caee173bf7da6a453b3404674815cd3 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + KRYO
Ray Milkey7dac7da2017-08-01 16:56:05 -07002
3TEST_DEPS = TEST
4
Ray Milkey0bcdfd12018-05-23 14:07:19 -07005osgi_jar_with_tests(
6 name = "onos-core-serializers",
Ray Milkey7dac7da2017-08-01 16:56:05 -07007 test_deps = TEST_DEPS,
8 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -07009 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070010)