blob: 835b9391364e524a002a70b37cf04c2555092ef7 [file] [log] [blame]
Shashikanth VH8b1a5ef2016-12-26 14:37:43 +05301COMPILE_DEPS = [
2 '//utils/osgi:onlab-osgi',
3 '//utils/misc:onlab-misc',
4 '//lib:commons-io',
Carmelo Cascone72893b72018-08-09 00:59:06 -07005 '//lib:com_google_guava_guava',
Shashikanth VH8b1a5ef2016-12-26 14:37:43 +05306 '//lib:kryo',
7 '//lib:slf4j-api',
8]
9
10TEST_DEPS = [
11 '//lib:TEST_ADAPTERS',
12]
13
14osgi_jar_with_tests (
15 deps = COMPILE_DEPS,
16 test_deps = TEST_DEPS,
17 visibility = ['PUBLIC'],
18)