blob: 300086d061da328b00fe5038b96d6caad0cae6bd [file] [log] [blame]
Ray Milkey257eb6d2018-07-17 09:41:00 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/cfm/api:onos-apps-cfm-api",
4]
5
6TEST_DEPS = TEST_ADAPTERS + [
7 "//utils/osgi:onlab-osgi-tests",
8]
9
10osgi_jar_with_tests(
11 test_deps = TEST_DEPS,
12 deps = COMPILE_DEPS,
13)