blob: ad9f8aa7c1257e85dedfd217cff5507f6a8f9d1b [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')
Aaron Kruglikove630fb12017-04-24 13:05:26 -07007include_defs('//bucklets/grpc.bucklet')
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008
9BASE_DEPS = [
10 '//lib:junit',
11 '//lib:hamcrest-all',
12 '//lib:slf4j-api',
13 '//lib:guava-testlib',
Ray Milkeyf72cedb2016-07-27 10:34:18 -070014]