blob: 0c556301bfe9103a76e941b9593fc063e3ba9aba [file] [log] [blame]
Ray Milkeyf72cedb2016-07-27 10:34:18 -07001include_defs('//onos.defs')
Ray Milkeyf80bbb22016-03-11 10:16:22 -08002include_defs('//bucklets/maven_jar.bucklet')
Brian O'Connor42c38cf2016-04-05 17:05:57 -07003include_defs('//bucklets/onos.bucklet')
Brian O'Connor1f165982016-04-06 21:36:09 -07004include_defs('//bucklets/onos_app.bucklet')
Ray Milkeye88d69b2016-12-16 17:09:13 -08005include_defs('//bucklets/yang.bucklet')
Brian O'Connor4443ffb2016-04-29 15:50:45 -07006include_defs('//bucklets/remote_jar.bucklet')
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007
8BASE_DEPS = [
9 '//lib:junit',
10 '//lib:hamcrest-all',
11 '//lib:slf4j-api',
12 '//lib:guava-testlib',
Ray Milkeyf72cedb2016-07-27 10:34:18 -070013]
14
15