blob: 57963c702ec25d876a0bbac5b356c5275a085e8c [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",
debmaitif6091982019-04-12 14:51:57 +05309 "@minimal_json//jar",
10 "//web/api:onos-rest-tests",
Ray Milkey25747d82018-06-13 14:12:51 -070011]
12
13osgi_jar_with_tests(
14 test_deps = TEST_DEPS,
15 web_context = "/onos/v1/acl",
16 deps = COMPILE_DEPS,
17)
18
19onos_app(
20 category = "Security",
21 description = "ONOS ACL application.",
22 title = "Access Control Lists",
23 url = "http://onosproject.org",
24)