commit | 6e354fd252049f59bb045af5f236bd7c8a89e93c | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Oct 05 17:07:00 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Fri Oct 05 17:07:00 2018 -0700 |
tree | 4dedf8b748b174df487970efdde16da54c5c36ba | |
parent | 2b50bc03555d16150f97a0501b00bcc4bba53632 [diff] [blame] |
fix 1.14 build problem caused by partial cherry pick Change-Id: Ib660e514b0c06711c7ccee8ece3bd63ae9bca103
diff --git a/BUILD b/BUILD index 6656a7a..18d867b 100644 --- a/BUILD +++ b/BUILD
@@ -12,9 +12,9 @@ visibility = ["//visibility:public"], ) -KARAF = "@apache_karaf//file" +KARAF = "@apache_karaf//:apache_karaf" -PATCHES = "@apache_karaf_patches//file" +PATCHES = "@apache_karaf_patches//:apache_karaf_patches" BRANDING = "//tools/package/branding:onos-tools-package-branding"