Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
| 4 | '//lib:KRYO', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 5 | '//core/common:onos-core-common', |
| 6 | '//utils/rest:onlab-rest', |
| 7 | '//core/store/serializers:onos-core-serializers', |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 8 | '//lib:io_netty_netty_buffer', |
| 9 | '//lib:io_netty_netty_common', |
| 10 | '//lib:io_netty_netty_codec', |
| 11 | '//lib:io_netty_netty_handler', |
| 12 | '//lib:io_netty_netty_resolver', |
| 13 | '//lib:io_netty_netty_transport', |
| 14 | '//lib:io_netty_netty_transport_native_unix_common', |
| 15 | '//lib:io_netty_netty_transport-native-epoll', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 16 | '//lib:commons-math3', |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 17 | '//incubator/api:onos-incubator-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 18 | ] |
| 19 | |
| 20 | TEST_DEPS = [ |
| 21 | '//lib:TEST', |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 22 | '//core/api:onos-api-tests', |
| 23 | '//core/common:onos-core-common-tests', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 24 | ] |
| 25 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 26 | osgi_jar_with_tests ( |
| 27 | name = 'onos-core-dist', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 28 | deps = COMPILE_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 29 | test_deps = TEST_DEPS, |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 30 | visibility = ['PUBLIC'], |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 31 | ) |