Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [ |
2 | "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc", | ||||
3 | ] | ||||
4 | |||||
5 | TEST_DEPS = TEST_REST + [ | ||||
6 | "@minimal_json//jar", | ||||
7 | "//utils/osgi:onlab-osgi-tests", | ||||
8 | "//web/api:onos-rest-tests", | ||||
9 | ] | ||||
10 | |||||
11 | osgi_jar_with_tests( | ||||
12 | exclude_tests = ["org.onosproject.vtnweb.resources.VtnResourceTest"], | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | web_context = "/onos/vtn", | ||||
15 | deps = COMPILE_DEPS, | ||||
16 | ) |