blob: 9ead93282f4d7f64d87a3871ec95dd4d12e053f7 [file] [log] [blame]
load(
"//apps/openstacknode:openstack4j.bzl",
"ALL_PACKAGES",
"EXCLUDE_PACKAGES",
"INCLUDE_PACKAGES",
)
COMPILE_DEPS = CORE_DEPS + [
"@openstack4j_core//jar",
"//apps/openstacknode/api:onos-apps-openstacknode-api",
]
osgi_jar_with_tests(
import_packages = INCLUDE_PACKAGES + "," + EXCLUDE_PACKAGES + "," + ALL_PACKAGES,
deps = COMPILE_DEPS,
)