mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 18:32:28 +02:00
cli core incubator/rpc pipelines/basic protocols/netconf protocols/openflow protocols/rest Change-Id: I165b94a04ba893d97d944e5deb2746f54566503b
12 lines
282 B
Python
12 lines
282 B
Python
COMPILE_DEPS = CORE_DEPS + KRYO + [
|
|
"@org_apache_felix_framework_security//jar",
|
|
"//core/store/serializers:onos-core-serializers",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
name = "onos-security",
|
|
test_deps = TEST,
|
|
visibility = ["//visibility:public"],
|
|
deps = COMPILE_DEPS,
|
|
)
|