Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:KRYO', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 4 | '//core/store/serializers:onos-core-serializers', |
5 | ] | ||||
6 | |||||
7 | TEST_DEPS = [ | ||||
8 | '//lib:TEST', | ||||
9 | ] | ||||
10 | |||||
Brian O'Connor | a6f8589 | 2016-11-11 13:18:47 -0800 | [diff] [blame] | 11 | osgi_jar_with_tests ( |
12 | name = 'onos-security', | ||||
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
Brian O'Connor | a6f8589 | 2016-11-11 13:18:47 -0800 | [diff] [blame] | 14 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | visibility = ['PUBLIC'], |
16 | ) |