mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 19:56:49 +02:00
bazel file formatting
Change-Id: Ib19ee630e383250b0e0ba43e6d864ff727069fab
This commit is contained in:
parent
74d28d8f7c
commit
a01809a018
@ -4,6 +4,6 @@ COMPILE_DEPS = CORE_DEPS + CLI + [
|
||||
]
|
||||
|
||||
osgi_jar_with_tests(
|
||||
import_packages = "*,org.onosproject.cli.net",
|
||||
deps = COMPILE_DEPS,
|
||||
import_packages = '*,org.onosproject.cli.net',
|
||||
)
|
||||
|
||||
@ -2,6 +2,6 @@ COMPILE_DEPS = CORE_DEPS + [
|
||||
"@kafka_clients//jar",
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
osgi_jar_with_tests(
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
||||
)
|
||||
|
||||
@ -37,8 +37,8 @@ osgi_jar_with_tests(
|
||||
api_version = "1.0",
|
||||
bundle_classpath = get_openstack4j_deps_path() + get_jackson_deps_path(),
|
||||
import_packages = INCLUDE_PACKAGES + "," + EXCLUDE_PACKAGES + "," + ALL_PACKAGES,
|
||||
test_deps = TEST_DEPS,
|
||||
medium_tests = ["src/test/java/org/onosproject/openstacknetworking/util/OpenstackNetworkingUtilTest"],
|
||||
test_deps = TEST_DEPS,
|
||||
web_context = "/onos/openstacknetworking",
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
||||
|
||||
@ -6,15 +6,15 @@ TEST_DEPS = TEST_ADAPTERS + [
|
||||
"//utils/osgi:onlab-osgi-tests",
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
osgi_jar_with_tests(
|
||||
test_deps = TEST_DEPS,
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
||||
|
||||
onos_app (
|
||||
onos_app(
|
||||
app_name = "org.onosproject.hostprobingprovider",
|
||||
title = "Host Probing Provider",
|
||||
category = "Provider",
|
||||
url = "http://onosproject.org",
|
||||
description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
|
||||
title = "Host Probing Provider",
|
||||
url = "http://onosproject.org",
|
||||
)
|
||||
|
||||
@ -182,9 +182,9 @@ osgi_feature(
|
||||
# ],
|
||||
#)
|
||||
|
||||
osgi_feature (
|
||||
osgi_feature(
|
||||
name = "onos-security",
|
||||
description ="Security-Mode ONOS",
|
||||
description = "Security-Mode ONOS",
|
||||
included_bundles = [
|
||||
"@org_apache_felix_framework_security//jar",
|
||||
"//core/security:onos-security",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user