blob: 0e3ff130fecd6c684c2595d30b733930b68d6927 [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')
Sean Condon6a2e8fa2018-01-17 17:04:40 +00008include_defs('//bucklets/jaxb2.bucklet')
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009
10BASE_DEPS = [
11 '//lib:junit',
12 '//lib:hamcrest-all',
13 '//lib:slf4j-api',
14 '//lib:guava-testlib',
Ray Milkeyf72cedb2016-07-27 10:34:18 -070015]