blob: 0ae2ab8a6208b6823ee421ec5b2c04446cd5f413 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc",
4]
5
6osgi_jar_with_tests(
7 resources = glob(["src/main/resources/**"]),
8 resources_root = "src/main/resources",
9 deps = COMPILE_DEPS,
10)