Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "//core/store/serializers:onos-core-serializers", |
3 | "//apps/mcast/api:onos-apps-mcast-api", | ||||
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 4 | ] |
5 | |||||
6 | osgi_jar( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) |