blob: c21c905b9dfe6f11aec2d76c315653391c8d72a7 [file] [log] [blame]
Henry Yue20926e2016-08-25 22:58:02 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Henry Yue20926e2016-08-25 22:58:02 -04004 '//lib:jersey-client',
5 '//lib:jersey-server',
6 '//lib:javax.ws.rs-api',
Henry Yuc10f7fc2017-07-26 13:42:08 -04007 '//lib:servlet-api',
Jian Li5d505f242018-02-24 01:45:31 +09008 '//lib:javax.inject',
Henry Yue20926e2016-08-25 22:58:02 -04009 '//utils/rest:onlab-rest',
Henry Yu3a91b132017-04-26 16:00:55 -040010 '//apps/restconf/api:onos-apps-restconf-api',
Henry Yue20926e2016-08-25 22:58:02 -040011]
12
Sean Condon13b16812018-01-25 10:31:49 +000013TEST_DEPS = [
14 '//lib:TEST_REST',
15 '//utils/osgi:onlab-osgi-tests',
16 '//web/api:onos-rest-tests',
17]
18
Henry Yue20926e2016-08-25 22:58:02 -040019osgi_jar_with_tests (
20 deps = COMPILE_DEPS,
Sean Condon13b16812018-01-25 10:31:49 +000021 test_deps = TEST_DEPS,
Henry Yu47df0e32016-12-05 18:39:10 -050022 web_context = '/onos/restconf',
Henry Yue20926e2016-08-25 22:58:02 -040023)