blob: f57c3b5eb68233b6b75be0027fa56e01f1c5f744 [file] [log] [blame]
load("//tools/build/bazel:generate_workspace.bzl", "ONOS_VERSION")
COMPILE_DEPS = CORE_DEPS + JACKSON + [
"@org_apache_karaf_shell_console//jar",
"//incubator/api:onos-incubator-api",
"//cli:onos-cli",
]
osgi_jar_with_tests(
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.optical-model",
category = "Optical",
description = "ONOS optical information model.",
required_apps = [],
title = "Optical Network Model",
url = "https://wiki.onosproject.org/x/C4m",
)