commit | 7c3111b1b2f75f06599db1c2184697cfb17e80e1 | [log] [tgz] |
---|---|---|
author | Naoki Shiota <n-shiota@ay.jp.nec.com> | Thu Jun 09 16:12:11 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Jul 01 19:18:36 2016 +0000 |
tree | 0a66133fe8c62899826279e5c58e3d98d78b6635 | |
parent | 34a82cfae20212e10d557a491bca5452274cfd5e [diff] [blame] |
Made OpticalPathProvisioner to store connectivity data in distributed store. (ONOS-4518) Change-Id: I7f9ef02cab4aa1848c8926d2e88478e035076c99
diff --git a/apps/newoptical/BUCK b/apps/newoptical/BUCK index fd80f40..db15c64 100644 --- a/apps/newoptical/BUCK +++ b/apps/newoptical/BUCK
@@ -1,5 +1,6 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', + '//core/store/serializers:onos-core-serializers', '//lib:org.apache.karaf.shell.console', '//cli:onos-cli', ]