Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
2 | "@org_apache_karaf_shell_console//jar", | ||||
3 | "@javax_ws_rs_api//jar", | ||||
4 | "//incubator/api:onos-incubator-api", | ||||
5 | "//cli:onos-cli", | ||||
6 | "//utils/rest:onlab-rest", | ||||
7 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api", | ||||
8 | "//core/store/serializers:onos-core-serializers", | ||||
9 | ] | ||||
10 | |||||
11 | osgi_jar_with_tests( | ||||
12 | import_packages = "*,org.onosproject.cli.net", | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | ) |