Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | resources = glob(["src/main/resources/**"]), | ||||
8 | resources_root = "src/main/resources", | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |