blob: 93d3d7020fe9c30cdd2933835834235b9c4e1b25 [file] [log] [blame]
Sean Condon6aad2842018-02-26 23:16:36 +00001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:KRYO',
4 '//core/store/serializers:onos-core-serializers',
5 '//apps/cfm/api:onos-apps-cfm-api',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10 '//utils/osgi:onlab-osgi-tests',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)
17