Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [ |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 2 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api", |
| 3 | "//core/store/serializers:onos-core-serializers", |
| 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
Ray Milkey | 01ad6a4 | 2018-10-09 14:08:21 -0700 | [diff] [blame] | 7 | karaf_command_packages = ["org.onosproject.mapping.cli"], |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 8 | deps = COMPILE_DEPS, |
| 9 | ) |