blob: d399cdcc1b6d4fccf09d69df70f6bd76c9bf5f22 [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(
Ray Milkeyef585a22018-10-10 15:42:32 -07007 karaf_command_packages = ["org.onosproject.vtn.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07008 resources = glob(["src/main/resources/**"]),
9 resources_root = "src/main/resources",
10 deps = COMPILE_DEPS,
11)