blob: 26d807609e3399756c83ba88ab748269c4ccf265 [file] [log] [blame]
Henry Yue20926e2016-08-25 22:58:02 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:jersey-client',
4 '//lib:jersey-server',
5 '//lib:javax.ws.rs-api',
6 '//utils/rest:onlab-rest',
7 '//core/store/serializers:onos-core-serializers',
8 '//protocols/restconf/server/api:onos-protocols-restconf-server-api',
chengfanc58d4be2016-09-20 10:33:12 +08009 '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
10 '//apps/yms/api:onos-apps-yms-api',
Henry Yue20926e2016-08-25 22:58:02 -040011]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15)