blob: c1f3e2c1af02c5fb58ac8a47d8495d9ef306f795 [file] [log] [blame]
Hesam Rahimi4a409b42016-08-12 18:37:33 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4 '//utils/rest:onlab-rest',
5 '//protocols/rest/api:onos-protocols-rest-api',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10)