commit | f5c4f689e8607427861413a5dfa11130c52a12fa | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Sep 06 16:19:21 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Sep 06 16:19:21 2017 -0700 |
tree | 22598e8e9562ec0677cca9749e4d28adf67226e8 | |
parent | 99474f140e5a4278427dbe248255e4fe0d00ddf5 [diff] |
Fix missing dependency - was tripping up sonar Change-Id: Ia05b157bce33044dcd13e7598a2949ea467b61c4
diff --git a/providers/ospf/cfg/BUCK b/providers/ospf/cfg/BUCK index c884550..83c5e19 100644 --- a/providers/ospf/cfg/BUCK +++ b/providers/ospf/cfg/BUCK
@@ -1,5 +1,6 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', + '//lib:JACKSON', '//protocols/ospf/api:onos-protocols-ospf-api', ]