Ray Milkey | 25747d8 | 2018-06-13 14:12:51 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [ |
| 2 | "@javax_ws_rs_api//jar", |
| 3 | "//utils/rest:onlab-rest", |
| 4 | "//core/store/serializers:onos-core-serializers", |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = TEST_REST + [ |
| 8 | "@jersey_server//jar", |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests( |
| 12 | test_deps = TEST_DEPS, |
| 13 | web_context = "/onos/v1/acl", |
| 14 | deps = COMPILE_DEPS, |
| 15 | ) |
| 16 | |
| 17 | onos_app( |
| 18 | category = "Security", |
| 19 | description = "ONOS ACL application.", |
| 20 | title = "Access Control Lists", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |