blob: 58e48ae941c33c7d6986100cc22ed431364d919b [file] [log] [blame]
Ray Milkey25747d82018-06-13 14:12:51 -07001COMPILE_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
7TEST_DEPS = TEST_REST + [
8 "@jersey_server//jar",
9]
10
11osgi_jar_with_tests(
12 test_deps = TEST_DEPS,
13 web_context = "/onos/v1/acl",
14 deps = COMPILE_DEPS,
15)
16
17onos_app(
18 category = "Security",
19 description = "ONOS ACL application.",
20 title = "Access Control Lists",
21 url = "http://onosproject.org",
22)