blob: 496160da5661bd03f941c7813ef8b951d7acb644 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:catalyst-serializer',
4 '//lib:mapdb',
5]
6
7TEST_DEPS = [
8 '//lib:TEST',
9]
10
Brian O'Connorbe27bb32016-04-29 16:55:44 -070011osgi_jar_with_tests (
12 name = 'onos-core-persistence',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Brian O'Connorbe27bb32016-04-29 16:55:44 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015 visibility = ['PUBLIC'],
16)