COMPILE_DEPS = [
    '//lib:COMPILE',
]

osgi_jar_with_tests(
  name = 'onlab-osgi',
  deps = COMPILE_DEPS,
  package_name_root = 'org.onlab',
)
