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 | "//incubator/api:onos-incubator-api", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 3 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api", |
| 4 | "//core/store/serializers:onos-core-serializers", |
| 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
Ray Milkey | 01ad6a4 | 2018-10-09 14:08:21 -0700 | [diff] [blame] | 8 | karaf_command_packages = ["org.onosproject.mapping.cli"], |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 9 | deps = COMPILE_DEPS, |
| 10 | ) |