onos/utils/rest/BUCK
Ray Milkey 2a749835b7 Top level build of component Javadocs
Change-Id: Iceb2a7c84b3dd0b354b27f93a0f746913cd9b778
2016-08-03 09:38:07 -07:00

14 lines
270 B
Python

COMPILE_DEPS = [
'//lib:COMPILE',
'//utils/osgi:onlab-osgi',
'//utils/misc:onlab-misc',
'//lib:javax.ws.rs-api',
'//lib:jersey-server',
]
osgi_jar_with_tests (
name = 'onlab-rest',
deps = COMPILE_DEPS,
package_name_root = 'org.onlab',
)