blob: d38ffbca979265b78bcdf1b5e07b013cbd0b2b0c [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
2 "//apps/tetopology/api:onos-apps-tetopology-api",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07003 "//core/store/serializers:onos-core-serializers",
4]
5
6TEST_DEPS = TEST_ADAPTERS + [
7 "//utils/osgi:onlab-osgi-tests",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07008]
9
10osgi_jar_with_tests(
11 test_deps = TEST_DEPS,
12 deps = COMPILE_DEPS,
13)