commit | ce54193c5f88c52eed416c6567aec49e20c6fa85 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Apr 06 11:25:53 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Apr 06 18:36:32 2016 +0000 |
tree | 6559e4543fcd1260c89e3d7e151bdb7a5c7465d9 | |
parent | 71a275392d1aa5b11d7a092fc4afc0baf0f7f527 [diff] |
Adding a dependency for BUCK. Change-Id: Icd5993fa607817f0777af0177af66292f1fb8f15
diff --git a/incubator/store/BUCK b/incubator/store/BUCK index 59d6983..afc1908 100644 --- a/incubator/store/BUCK +++ b/incubator/store/BUCK
@@ -5,9 +5,10 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', + '//lib:concurrent-trees', '//incubator/api:onos-incubator-api', '//core/store/dist:onos-core-dist', - '//core/store/serializers:onos-core-serializers', + '//core/store/serializers:onos-core-serializers' ] TEST_DEPS = [