Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | ] |
| 4 | |
| 5 | osgi_jar_with_tests( |
Ray Milkey | a9d6aba | 2018-10-10 13:19:54 -0700 | [diff] [blame] | 6 | karaf_command_packages = ["org.onosproject.scalablegateway.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_app( |
| 11 | category = "Traffic Engineering", |
| 12 | description = "Scalable gateway service", |
| 13 | title = "Scalable Gateway", |
| 14 | url = "http://onosproject.org", |
| 15 | ) |