Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + REST + [ |
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( |
Ray Milkey | 8a636bb | 2018-10-09 14:35:13 -0700 | [diff] [blame] | 7 | karaf_command_packages = ["org.onosproject.mcast.cli"], |
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 8 | deps = COMPILE_DEPS, |
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 9 | ) |