mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 18:32:28 +02:00
13 lines
262 B
Python
13 lines
262 B
Python
COMPILE_DEPS = COMPILE + JACKSON + [
|
|
"//utils/osgi:onlab-osgi",
|
|
"//utils/misc:onlab-misc",
|
|
"@javax_ws_rs_api//jar",
|
|
"@jersey_server//jar",
|
|
]
|
|
|
|
osgi_jar(
|
|
name = "onlab-rest",
|
|
visibility = ["//visibility:public"],
|
|
deps = COMPILE_DEPS,
|
|
)
|