mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-06 17:11:40 +01:00
10 lines
240 B
Python
10 lines
240 B
Python
COMPILE_DEPS = CORE_DEPS + CLI + REST + [
|
|
"//core/store/serializers:onos-core-serializers",
|
|
"//apps/mcast/api:onos-apps-mcast-api",
|
|
]
|
|
|
|
osgi_jar(
|
|
karaf_command_packages = ["org.onosproject.mcast.cli"],
|
|
deps = COMPILE_DEPS,
|
|
)
|