blob: 7b08a5e1198bd324f9230cd603541b5c07a0c0e1 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:COMPILE',
3 '//utils/osgi:onlab-osgi',
4 '//utils/misc:onlab-misc',
5 '//lib:javax.ws.rs-api',
6 '//lib:jersey-server',
7]
8
Brian O'Connore4da59d2016-04-08 00:32:18 -07009osgi_jar_with_tests (
10 name = 'onlab-rest',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 deps = COMPILE_DEPS,
Ray Milkey2a749832016-08-02 15:22:20 -070012 package_name_root = 'org.onlab',
13)