Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:JACKSON', | ||||
4 | '//utils/rest:onlab-rest', | ||||
5 | '//lib:javax.ws.rs-api', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | '//lib:jersey-test-framework-core', | ||||
11 | '//lib:jersey-test-framework-jetty', | ||||
12 | '//utils/osgi:onlab-osgi-tests', | ||||
13 | '//web/api:onos-rest-tests', | ||||
14 | ] | ||||
15 | |||||
16 | osgi_jar_with_tests ( | ||||
17 | deps = COMPILE_DEPS, | ||||
18 | test_deps = TEST_DEPS, | ||||
19 | ) |