commit | 275af2c8ffc02a247b245bff68ab0156c2aa3ec1 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Jun 15 13:05:08 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Jun 20 09:41:24 2018 -0700 |
tree | a93a7a13ee503adb1b93df27d4f50e6546c7c697 | |
parent | 18efc97613b0796b0ddd177645b8acf74ad8a953 [diff] |
Implement bazel rules for generation of swagger files Change-Id: I0e5d33174898cc6a1bbca475f2e1696c4fdda1ca
diff --git a/utils/osgi/BUILD b/utils/osgi/BUILD index 688e4c2..8de5fd8 100644 --- a/utils/osgi/BUILD +++ b/utils/osgi/BUILD
@@ -2,7 +2,7 @@ osgi_jar_with_tests( name = "onlab-osgi", - package_name_root = "org.onlab", + group = "org.onlab", visibility = ["//visibility:public"], deps = COMPILE_DEPS, )