blob: 5dcbe45ddbfb8280c05e713ad7e24fa11719af10 [file] [log] [blame]
Carmelo Cascone72893b72018-08-09 00:59:06 -07001# ***** This file was auto-generated at Thu, 9 Aug 2018 18:35:45 GMT. Do not edit this file manually. *****
Ray Milkey7dac7da2017-08-01 16:56:05 -07002# ***** Use onos-lib-gen *****
Ray Milkey170d7fb2018-06-06 09:37:20 -07003
4load("//tools/build/bazel:variables.bzl", "ONOS_GROUP_ID", "ONOS_VERSION")
Ray Milkey32d99ba2018-06-06 14:15:00 -07005
Ray Milkey7dac7da2017-08-01 16:56:05 -07006COMPILE = [
Ray Milkey75bd9e02018-05-30 18:27:10 -07007 "@commons_configuration//jar",
8 "@commons_logging//jar",
9 "@commons_collections//jar",
10 "@commons_lang//jar",
11 "@commons_lang3//jar",
12 "@commons_io//jar",
13 "@commons_pool//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070014 "@com_google_guava_guava//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070015 "@slf4j_api//jar",
16 "@osgi_core//jar",
17 "@org_osgi_compendium//jar",
18 "@org_apache_felix_scr_annotations//jar",
19 "@org_apache_felix_scr//jar",
20 "@org_apache_karaf_features_core//jar",
21 "@org_apache_karaf_system_core//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070022 "@com_google_code_findbugs_jsr305//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070023 "@org_apache_servicemix_bundles_dom4j//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070024]
25CORE_DEPS = [] + COMPILE + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070026 "//core/api:onos-api",
27 "//utils/misc:onlab-misc",
28 "//utils/osgi:onlab-osgi",
Ray Milkey7dac7da2017-08-01 16:56:05 -070029]
30TEST = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070031 "@junit//jar",
32 "@easymock//jar",
33 "@hamcrest_all//jar",
34 "@hamcrest_optional//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070035 "@com_google_guava_guava_testlib//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070036 "//utils/junit:onlab-junit",
Ray Milkey7dac7da2017-08-01 16:56:05 -070037]
38TEST_ADAPTERS = [] + TEST + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070039 "//core/common:onos-core-common",
40 "//core/api:onos-api-tests",
41 "//core/common:onos-core-common-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -070042]
43TEST_REST = [] + TEST_ADAPTERS + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070044 "@jersey_client//jar",
45 "@jersey_server//jar",
46 "@jersey_common//jar",
47 "@jersey_hk2//jar",
48 "@jersey_test_framework_core//jar",
49 "@jersey_test_framework_jetty//jar",
50 "@jersey_container_jetty_http//jar",
51 "@jetty_continuation//jar",
52 "@jetty_http//jar",
53 "@jetty_server//jar",
54 "@jetty_io//jar",
55 "@jetty_util//jar",
56 "@javax_servlet_api//jar",
57 "@hk2_api//jar",
58 "@hk2_locator//jar",
59 "@hk2_utils//jar",
60 "@javax_inject//jar",
61 "@hk2_osgi_resource_locator//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070062 "@javax_annotation_api_mvn//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070063 "@validation_api//jar",
64 "//core/common:onos-core-common",
65 "//core/api:onos-api-tests",
66 "//core/common:onos-core-common-tests",
67 "//utils/osgi:onlab-osgi-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -070068]
69NETTY = [
Carmelo Cascone72893b72018-08-09 00:59:06 -070070 "@io_netty_netty_buffer//jar",
71 "@io_netty_netty_common//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070072]
73ONOS_YANG = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070074 "@onos_yang_model//jar",
75 "@onos_yang_compiler_api//jar",
76 "@onos_yang_serializers_json//jar",
77 "@onos_yang_serializers_xml//jar",
78 "@onos_yang_serializers_utils//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070079]
80JACKSON = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070081 "@jackson_annotations//jar",
82 "@jackson_core//jar",
83 "@jackson_databind//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070084]
85METRICS = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070086 "@metrics_core//jar",
87 "@metrics_json//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070088]
89KRYO = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070090 "@kryo//jar",
91 "@reflectasm//jar",
92 "@asm//jar",
93 "@minlog//jar",
94 "@objenesis//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070095]
Thomas Vachuska970b9642018-07-10 22:30:32 -070096CLI = [
97 "@org_apache_karaf_shell_console//jar",
98 "//cli:onos-cli",
99]
100REST = [
101 "@javax_ws_rs_api//jar",
102 "//utils/rest:onlab-rest",
103]
Jordan Halterman00e92da2018-05-22 23:05:52 -0700104ATOMIX = [
105 "@atomix//jar",
106 "@atomix_cluster//jar",
107 "@atomix_gossip//jar",
108 "@atomix_primary_backup//jar",
109 "@atomix_primitive//jar",
110 "@atomix_raft//jar",
111 "@atomix_storage//jar",
112 "@atomix_utils//jar",
113 "@typesafe_config//jar",
Jordan Halterman6aca84c2018-07-31 13:33:13 -0700114 "@classgraph//jar",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700115]
Carmelo Cascone72893b72018-08-09 00:59:06 -0700116GRPC_1_3 = [
117 "@grpc_protobuf_1_3_1//jar",
118 "@grpc_stub_1_3_1//jar",
119 "@grpc_netty_1_3_1//jar",
120 "@grpc_auth_1_3_1//jar",
121 "@grpc_context_1_3_1//jar",
122 "@google_truth_0_28//jar",
123]
124GRPC_TEST_1_3 = [
125 "@grpc_testing_1_3_1//jar",
126 "@grpc_testing_proto_1_3_1//jar",
127 "@google_code_findbugs_3_0_0//jar",
128 "@google_errorprone_2_0_19//jar",
129 "@google_instrumentation_0_3_0//jar",
130 "@junit_dep//jar",
131 "@objenesis//jar",
132]
Ray Milkey75bd9e02018-05-30 18:27:10 -0700133
Ray Milkey7dac7da2017-08-01 16:56:05 -0700134def generated_maven_jars():
Ray Milkey75bd9e02018-05-30 18:27:10 -0700135 native.maven_jar(
136 name = "aopalliance_repackaged",
137 artifact = "org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42",
138 sha1 = "e74beab6ca12e9e745eb47ca61729d9452b96f0c",
139 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700140
Ray Milkey75bd9e02018-05-30 18:27:10 -0700141 native.maven_jar(
142 name = "amqp_client",
143 artifact = "com.rabbitmq:amqp-client:3.6.1",
144 sha1 = "089be4acfa8a0fa48a775a82d20632f90aecf10b",
145 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700146
Ray Milkey75bd9e02018-05-30 18:27:10 -0700147 native.maven_jar(
148 name = "asm",
149 artifact = "org.ow2.asm:asm:5.0.4",
150 sha1 = "0da08b8cce7bbf903602a25a3a163ae252435795",
151 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700152
Ray Milkey75bd9e02018-05-30 18:27:10 -0700153 native.maven_jar(
154 name = "atomix",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700155 artifact = "io.atomix:atomix:3.0.0-rc10",
156 sha1 = "e01ec153346834b8193e53bd1bb4a11fc4c561ff",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700157 )
158
159 native.maven_jar(
160 name = "atomix_cluster",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700161 artifact = "io.atomix:atomix-cluster:3.0.0-rc10",
162 sha1 = "72a66e3b90b5bc156e19926829c944ce258beb63",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700163 )
164
165 native.maven_jar(
166 name = "atomix_gossip",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700167 artifact = "io.atomix:atomix-gossip:3.0.0-rc10",
168 sha1 = "fee14843efa9882ba86d353d9c7552edb87bc288",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700169 )
170
171 native.maven_jar(
172 name = "atomix_primary_backup",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700173 artifact = "io.atomix:atomix-primary-backup:3.0.0-rc10",
174 sha1 = "86afad5003d29cf767ecdd87a2367e89448d89e4",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700175 )
176
177 native.maven_jar(
178 name = "atomix_primitive",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700179 artifact = "io.atomix:atomix-primitive:3.0.0-rc10",
180 sha1 = "568e2b05c10962cdfc2b6a542e6d46cf8249801f",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700181 )
182
183 native.maven_jar(
184 name = "atomix_raft",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700185 artifact = "io.atomix:atomix-raft:3.0.0-rc10",
186 sha1 = "9c6fa65ef0c0bdad6e3a70775afa9ad21a68ea50",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700187 )
188
189 native.maven_jar(
190 name = "atomix_storage",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700191 artifact = "io.atomix:atomix-storage:3.0.0-rc10",
192 sha1 = "776ac9c4a7febc20aa4cc635f754afcb121893a4",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700193 )
194
195 native.maven_jar(
196 name = "atomix_utils",
Jordan Haltermanfa71cc62018-08-08 12:04:56 -0700197 artifact = "io.atomix:atomix-utils:3.0.0-rc10",
198 sha1 = "c1613705552a909d6a1e2df4e04ad88bfb725e28",
Jordan Halterman6aca84c2018-07-31 13:33:13 -0700199 )
200
201 native.maven_jar(
202 name = "classgraph",
203 artifact = "io.github.classgraph:classgraph:4.0.3",
204 sha1 = "693dc837e0dbb19581753457848de58c18e78c60",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700205 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700206
Ray Milkey75bd9e02018-05-30 18:27:10 -0700207 native.maven_jar(
208 name = "commons_codec",
209 artifact = "commons-codec:commons-codec:1.10",
210 sha1 = "4b95f4897fa13f2cd904aee711aeafc0c5295cd8",
211 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700212
Ray Milkey75bd9e02018-05-30 18:27:10 -0700213 native.maven_jar(
Ray Milkeyb7949e72018-06-19 18:31:02 -0700214 name = "commons_cli",
215 artifact = "commons-cli:commons-cli:1.3",
216 sha1 = "a48653b6bcd06b5e61ed63739ca601701fcb6a6c",
217 )
218
219 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700220 name = "commons_collections",
221 artifact = "commons-collections:commons-collections:3.2.2",
222 sha1 = "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5",
223 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700224
Ray Milkey75bd9e02018-05-30 18:27:10 -0700225 native.maven_jar(
226 name = "commons_configuration",
227 artifact = "commons-configuration:commons-configuration:1.10",
228 sha1 = "2b36e4adfb66d966c5aef2d73deb6be716389dc9",
229 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700230
Ray Milkey75bd9e02018-05-30 18:27:10 -0700231 native.maven_jar(
232 name = "commons_io",
233 artifact = "commons-io:commons-io:2.6",
234 sha1 = "815893df5f31da2ece4040fe0a12fd44b577afaf",
235 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700236
Ray Milkey75bd9e02018-05-30 18:27:10 -0700237 native.maven_jar(
238 name = "commons_jxpath",
239 artifact = "commons-jxpath:commons-jxpath:1.3",
240 sha1 = "c22d7d0f0f40eb7059a23cfa61773a416768b137",
241 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700242
Ray Milkey75bd9e02018-05-30 18:27:10 -0700243 native.maven_jar(
244 name = "commons_beanutils",
245 artifact = "commons-beanutils:commons-beanutils:1.9.3",
246 sha1 = "c845703de334ddc6b4b3cd26835458cb1cba1f3d",
247 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700248
Ray Milkey75bd9e02018-05-30 18:27:10 -0700249 native.maven_jar(
Jordan Halterman00e92da2018-05-22 23:05:52 -0700250 name = "fast_classpath_scanner",
251 artifact = "io.github.lukehutch:fast-classpath-scanner:2.21",
252 sha1 = "0cc8e22b412521480c89ac79194e82bd4471dd75",
253 )
254
255 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700256 name = "jdom",
257 artifact = "jdom:jdom:1.0",
258 sha1 = "a2ac1cd690ab4c80defe7f9bce14d35934c35cec",
259 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700260
Ray Milkey75bd9e02018-05-30 18:27:10 -0700261 native.maven_jar(
262 name = "commons_lang",
263 artifact = "commons-lang:commons-lang:2.6",
264 sha1 = "0ce1edb914c94ebc388f086c6827e8bdeec71ac2",
265 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700266
Ray Milkey75bd9e02018-05-30 18:27:10 -0700267 native.maven_jar(
268 name = "commons_lang3",
Yuta HIGUCHI59cf0c82018-05-23 14:16:59 -0700269 artifact = "org.apache.commons:commons-lang3:3.7",
270 sha1 = "557edd918fd41f9260963583ebf5a61a43a6b423",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700271 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700272
Ray Milkey75bd9e02018-05-30 18:27:10 -0700273 native.maven_jar(
274 name = "commons_logging",
275 artifact = "commons-logging:commons-logging:1.2",
276 sha1 = "4bfc12adfe4842bf07b657f0369c4cb522955686",
277 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700278
Ray Milkey75bd9e02018-05-30 18:27:10 -0700279 native.maven_jar(
280 name = "commons_math3",
281 artifact = "org.apache.commons:commons-math3:3.6.1",
282 sha1 = "e4ba98f1d4b3c80ec46392f25e094a6a2e58fcbf",
283 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700284
Ray Milkey75bd9e02018-05-30 18:27:10 -0700285 native.maven_jar(
Ray Milkey8e53f372018-07-23 11:08:29 -0700286 name = "commons_net",
287 artifact = "commons-net:commons-net:3.5",
288 sha1 = "342fc284019f590e1308056990fdb24a08f06318",
289 )
290
291 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700292 name = "commons_pool",
293 artifact = "commons-pool:commons-pool:1.6",
294 sha1 = "4572d589699f09d866a226a14b7f4323c6d8f040",
295 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700296
Ray Milkey75bd9e02018-05-30 18:27:10 -0700297 native.maven_jar(
298 name = "commons_text",
Yuta HIGUCHI59cf0c82018-05-23 14:16:59 -0700299 artifact = "org.apache.commons:commons-text:1.3",
300 sha1 = "9abf61708a66ab5e55f6169a200dbfc584b546d9",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700301 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700302
Ray Milkey75bd9e02018-05-30 18:27:10 -0700303 native.maven_jar(
304 name = "concurrent_trees",
305 artifact = "com.googlecode.concurrent-trees:concurrent-trees:2.6.1",
306 sha1 = "9b647240522ab67c003de9b6702ca81ac0c15efc",
307 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700308
Ray Milkey75bd9e02018-05-30 18:27:10 -0700309 native.maven_jar(
310 name = "easymock",
311 artifact = "org.easymock:easymock:3.6",
312 sha1 = "276883daaf2230e6f1e07c78ad695d2a18c7170b",
313 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700314
Ray Milkey75bd9e02018-05-30 18:27:10 -0700315 native.maven_jar(
316 name = "antlr",
317 artifact = "antlr:antlr:2.7.7",
318 sha1 = "83cd2cd674a217ade95a4bb83a8a14f351f48bd0",
319 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700320
Ray Milkey75bd9e02018-05-30 18:27:10 -0700321 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700322 name = "ganymed_ssh2",
323 artifact = "ch.ethz.ganymed:ganymed-ssh2:262",
324 sha1 = "7761dc665d0f6993dc846d914214fb93291e2bdf",
325 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700326
Ray Milkey75bd9e02018-05-30 18:27:10 -0700327 native.maven_jar(
328 name = "gmetric4j",
329 artifact = "info.ganglia.gmetric4j:gmetric4j:1.0.10",
330 sha1 = "3d62003123b586adb86cb028cc0f8a8c3a701d81",
331 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700332
Ray Milkey75bd9e02018-05-30 18:27:10 -0700333 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700334 name = "com_google_code_gson_gson",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700335 artifact = "com.google.code.gson:gson:2.7",
336 sha1 = "751f548c85fa49f330cecbb1875893f971b33c4e",
337 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700338
Ray Milkey75bd9e02018-05-30 18:27:10 -0700339 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700340 name = "com_google_guava_guava",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700341 artifact = "com.google.guava:guava:22.0",
342 sha1 = "3564ef3803de51fb0530a8377ec6100b33b0d073",
343 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700344
Ray Milkey75bd9e02018-05-30 18:27:10 -0700345 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700346 name = "com_google_guava_guava_testlib",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700347 artifact = "com.google.guava:guava-testlib:22.0",
348 sha1 = "3be1b88f1cfc6592acbcbfe1f3a420f79eb2b146",
349 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700350
Ray Milkey75bd9e02018-05-30 18:27:10 -0700351 native.maven_jar(
352 name = "hamcrest_all",
353 artifact = "org.hamcrest:hamcrest-all:1.3",
354 sha1 = "63a21ebc981131004ad02e0434e799fd7f3a8d5a",
355 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700356
Ray Milkey75bd9e02018-05-30 18:27:10 -0700357 native.maven_jar(
358 name = "hk2_api",
359 artifact = "org.glassfish.hk2:hk2-api:2.5.0-b42",
360 sha1 = "7fd4e3d0f2cb37c80ad0dedee3f5ee69503eaf52",
361 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700362
Ray Milkey75bd9e02018-05-30 18:27:10 -0700363 native.maven_jar(
364 name = "hk2_locator",
365 artifact = "org.glassfish.hk2:hk2-locator:2.5.0-b42",
366 sha1 = "9d6edc0cb226401a8316e67d81bfc37cb626ef91",
367 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700368
Ray Milkey75bd9e02018-05-30 18:27:10 -0700369 native.maven_jar(
370 name = "hk2_osgi_resource_locator",
371 artifact = "org.glassfish.hk2:osgi-resource-locator:1.0.1",
372 sha1 = "4ed2b2d4738aed5786cfa64cba5a332779c4c708",
373 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700374
Ray Milkey75bd9e02018-05-30 18:27:10 -0700375 native.maven_jar(
376 name = "hk2_utils",
377 artifact = "org.glassfish.hk2:hk2-utils:2.5.0-b42",
378 sha1 = "102a344e1728825e865a8986d7605602aba3c3b6",
379 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700380
Ray Milkey75bd9e02018-05-30 18:27:10 -0700381 native.maven_jar(
382 name = "httpclient_osgi",
383 artifact = "org.apache.httpcomponents:httpclient-osgi:4.5.1",
384 sha1 = "0220a68ff36e5b0fa71b5dc0b1dc1d4ad2dcf524",
385 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700386
Ray Milkey75bd9e02018-05-30 18:27:10 -0700387 native.maven_jar(
388 name = "httpcore_osgi",
389 artifact = "org.apache.httpcomponents:httpcore-osgi:4.4.4",
390 sha1 = "d5c14055e569afca96f4603d6f9d467bc72ccba8",
391 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700392
Ray Milkey75bd9e02018-05-30 18:27:10 -0700393 native.maven_jar(
394 name = "influxdb_java",
395 artifact = "org.influxdb:influxdb-java:2.9",
396 sha1 = "3c1c2b9b977d4ee67b2877eb89943add248a50db",
397 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700398
Ray Milkey75bd9e02018-05-30 18:27:10 -0700399 native.maven_jar(
400 name = "retrofit",
401 artifact = "com.squareup.retrofit2:retrofit:2.3.0",
402 sha1 = "bcacde6a8ccedcc56c127403d26b76072fe6214d",
403 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700404
Ray Milkey75bd9e02018-05-30 18:27:10 -0700405 native.maven_jar(
406 name = "converter_moshi",
407 artifact = "com.squareup.retrofit2:converter-moshi:2.3.0",
408 sha1 = "6ad87c2038269d2574fcd90765ce15c74d6bb993",
409 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700410
Ray Milkey75bd9e02018-05-30 18:27:10 -0700411 native.maven_jar(
412 name = "okhttp",
413 artifact = "com.squareup.okhttp3:okhttp:3.9.1",
414 sha1 = "84b4b7d1c4a238e7899972b7446c250691e65f1f",
415 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700416
Ray Milkey75bd9e02018-05-30 18:27:10 -0700417 native.maven_jar(
418 name = "logging_interceptor",
419 artifact = "com.squareup.okhttp3:logging-interceptor:3.9.1",
420 sha1 = "36e71ab9e903fc4d1b4a58d80572a91d9fd60caf",
421 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700422
Ray Milkey75bd9e02018-05-30 18:27:10 -0700423 native.maven_jar(
424 name = "moshi",
425 artifact = "com.squareup.moshi:moshi:1.4.0",
426 sha1 = "d67ad038adfd55dc276488a54f4944dfae5ff8ec",
427 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700428
Ray Milkey75bd9e02018-05-30 18:27:10 -0700429 native.maven_jar(
430 name = "okio",
Jian Li5c048102018-07-19 21:26:39 +0900431 artifact = "com.squareup.okio:okio:1.14.0",
432 sha1 = "102d7be47241d781ef95f1581d414b0943053130",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700433 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700434
Ray Milkey75bd9e02018-05-30 18:27:10 -0700435 native.maven_jar(
436 name = "jackson_annotations",
437 artifact = "com.fasterxml.jackson.core:jackson-annotations:2.9.5",
438 sha1 = "9056ec9db21c57d43219a84bb18c129ae51c6a5d",
439 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700440
Ray Milkey75bd9e02018-05-30 18:27:10 -0700441 native.maven_jar(
442 name = "jackson_core",
443 artifact = "com.fasterxml.jackson.core:jackson-core:2.9.5",
444 sha1 = "a22ac51016944b06fd9ffbc9541c6e7ce5eea117",
445 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700446
Ray Milkey75bd9e02018-05-30 18:27:10 -0700447 native.maven_jar(
448 name = "jackson_databind",
449 artifact = "com.fasterxml.jackson.core:jackson-databind:2.9.5",
450 sha1 = "3490508379d065fe3fcb80042b62f630f7588606",
451 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700452
Ray Milkey75bd9e02018-05-30 18:27:10 -0700453 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700454 name = "javax_annotation_api_mvn",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700455 artifact = "javax.annotation:javax.annotation-api:1.2",
456 sha1 = "479c1e06db31c432330183f5cae684163f186146",
457 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700458
Ray Milkey75bd9e02018-05-30 18:27:10 -0700459 native.maven_jar(
460 name = "javax_inject",
461 artifact = "org.glassfish.hk2.external:javax.inject:2.5.0-b42",
462 sha1 = "98e0b7dcef77dc04809f0603868140a1c60bea71",
463 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700464
Ray Milkey75bd9e02018-05-30 18:27:10 -0700465 native.maven_jar(
466 name = "javax_ws_rs_api",
467 artifact = "javax.ws.rs:javax.ws.rs-api:2.1",
468 sha1 = "426a0862406536e690c7caa8bb6ed32191986fac",
469 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700470
Ray Milkey75bd9e02018-05-30 18:27:10 -0700471 native.maven_jar(
472 name = "jersey_client",
473 artifact = "org.glassfish.jersey.core:jersey-client:2.26",
474 sha1 = "125b8d1040d121a5dc4ce6858e21a6160bed7afa",
475 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700476
Ray Milkey75bd9e02018-05-30 18:27:10 -0700477 native.maven_jar(
478 name = "jersey_security",
479 artifact = "org.glassfish.jersey.security:oauth2-client:2.26",
480 sha1 = "968e1d99c9460e29bdb447114fa8440c3dbafb14",
481 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700482
Ray Milkey75bd9e02018-05-30 18:27:10 -0700483 native.maven_jar(
484 name = "jersey_common",
485 artifact = "org.glassfish.jersey.core:jersey-common:2.26",
486 sha1 = "d96475745c5e72cafcbc4dc9e2e725f4d9683f21",
487 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700488
Ray Milkey75bd9e02018-05-30 18:27:10 -0700489 native.maven_jar(
490 name = "jersey_container_jetty_http",
491 artifact = "org.glassfish.jersey.containers:jersey-container-jetty-http:2.26",
492 sha1 = "c20d58ceb1a5d98aad2b2032ca200403622fe9d6",
493 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700494
Ray Milkey75bd9e02018-05-30 18:27:10 -0700495 native.maven_jar(
496 name = "jersey_container_servlet",
497 artifact = "org.glassfish.jersey.containers:jersey-container-servlet:2.26",
498 sha1 = "8723d05d1fe2fdda54d0921836ea5daa5abe5f00",
499 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700500
Ray Milkey75bd9e02018-05-30 18:27:10 -0700501 native.maven_jar(
502 name = "jersey_container_servlet_core",
503 artifact = "org.glassfish.jersey.containers:jersey-container-servlet-core:2.26",
504 sha1 = "66a0d51facf1e49e2353ff0d2a2d4a9e2fa3f836",
505 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700506
Ray Milkey75bd9e02018-05-30 18:27:10 -0700507 native.maven_jar(
508 name = "jersey_media_multipart",
509 artifact = "org.glassfish.jersey.media:jersey-media-multipart:2.26",
510 sha1 = "c7ea0a5819e4688317024c9f4b6e3de54f9d0f3d",
511 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700512
Ray Milkey75bd9e02018-05-30 18:27:10 -0700513 native.maven_jar(
514 name = "jersey_server",
515 artifact = "org.glassfish.jersey.core:jersey-server:2.26",
516 sha1 = "aa8eff3d591641dadd7c9880bb73b59bf46d4c82",
517 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700518
Ray Milkey75bd9e02018-05-30 18:27:10 -0700519 native.maven_jar(
520 name = "jersey_hk2",
521 artifact = "org.glassfish.jersey.inject:jersey-hk2:2.26",
522 sha1 = "df27f7d7577acf4b532684448021632098924dab",
523 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700524
Ray Milkey75bd9e02018-05-30 18:27:10 -0700525 native.maven_jar(
526 name = "jersey_test_framework_core",
527 artifact = "org.glassfish.jersey.test-framework:jersey-test-framework-core:2.26",
528 sha1 = "92698666ae89db58074001a34f09b8233ef5effa",
529 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700530
Ray Milkey75bd9e02018-05-30 18:27:10 -0700531 native.maven_jar(
532 name = "jersey_test_framework_jetty",
533 artifact = "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.26",
534 sha1 = "6be06684283e7c90036d9e24f7793fd8bbb04f6a",
535 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700536
Ray Milkey75bd9e02018-05-30 18:27:10 -0700537 native.maven_jar(
538 name = "jetty_util",
539 artifact = "org.eclipse.jetty:jetty-util:9.2.21.v20170120",
540 sha1 = "58d9c3a134dc6d6d84b555758015ab3585b88464",
541 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700542
Ray Milkey75bd9e02018-05-30 18:27:10 -0700543 native.maven_jar(
544 name = "jetty_websocket",
545 artifact = "org.eclipse.jetty:jetty-websocket:8.1.19.v20160209",
546 sha1 = "a423ddda13e52a65d604320472af598ca7122a60",
547 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700548
Ray Milkey75bd9e02018-05-30 18:27:10 -0700549 native.maven_jar(
550 name = "jetty_server",
551 artifact = "org.eclipse.jetty:jetty-server:9.2.21.v20170120",
552 sha1 = "bdf6a2d58f878652e4b8c3af913e9c56b995e87d",
553 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700554
Ray Milkey75bd9e02018-05-30 18:27:10 -0700555 native.maven_jar(
556 name = "jetty_continuation",
557 artifact = "org.eclipse.jetty:jetty-continuation:9.2.21.v20170120",
558 sha1 = "38c35ef850d508aa0fae450eee72d784a5dd2d06",
559 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700560
Ray Milkey75bd9e02018-05-30 18:27:10 -0700561 native.maven_jar(
562 name = "jetty_http",
563 artifact = "org.eclipse.jetty:jetty-http:9.2.21.v20170120",
564 sha1 = "24c5a91c48cfd73b863962ec36ba4dc2bb6552ea",
565 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700566
Ray Milkey75bd9e02018-05-30 18:27:10 -0700567 native.maven_jar(
568 name = "jetty_io",
569 artifact = "org.eclipse.jetty:jetty-io:9.2.21.v20170120",
570 sha1 = "a25222b557823b59a7b6d121f951926be20cff85",
571 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700572
Ray Milkey75bd9e02018-05-30 18:27:10 -0700573 native.maven_jar(
574 name = "javax_servlet_api",
575 artifact = "javax.servlet:javax.servlet-api:3.1.0",
576 sha1 = "3cd63d075497751784b2fa84be59432f4905bf7c",
577 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700578
Ray Milkey75bd9e02018-05-30 18:27:10 -0700579 native.maven_jar(
580 name = "joda_time",
581 artifact = "joda-time:joda-time:2.9.3",
582 sha1 = "9e46be514a4ed60bcfbaaba88a3c668cf30476ab",
583 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700584
Ray Milkey75bd9e02018-05-30 18:27:10 -0700585 native.maven_jar(
586 name = "jsch",
587 artifact = "com.jcraft:jsch:0.1.53",
588 sha1 = "658b682d5c817b27ae795637dfec047c63d29935",
589 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700590
Ray Milkey75bd9e02018-05-30 18:27:10 -0700591 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700592 name = "com_google_code_findbugs_jsr305",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700593 artifact = "com.google.code.findbugs:jsr305:3.0.1",
594 sha1 = "f7be08ec23c21485b9b5a1cf1654c2ec8c58168d",
595 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700596
Ray Milkey75bd9e02018-05-30 18:27:10 -0700597 native.maven_jar(
598 name = "junit",
599 artifact = "junit:junit:4.12",
600 sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec",
601 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700602
Ray Milkey75bd9e02018-05-30 18:27:10 -0700603 native.maven_jar(
604 name = "junit_dep",
605 artifact = "junit:junit:4.10",
606 sha1 = "e4f1766ce7404a08f45d859fb9c226fc9e41a861",
607 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700608
Ray Milkey75bd9e02018-05-30 18:27:10 -0700609 native.maven_jar(
610 name = "kryo",
611 artifact = "com.esotericsoftware:kryo:4.0.1",
612 sha1 = "5053899c213a6ce50a800d4902c5a9de49fe0098",
613 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700614
Ray Milkey75bd9e02018-05-30 18:27:10 -0700615 native.maven_jar(
616 name = "mapdb",
617 artifact = "org.mapdb:mapdb:1.0.9",
618 sha1 = "f8df5e15778eb3e88c03b77aca70c318c6b7c9d0",
619 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700620
Ray Milkey75bd9e02018-05-30 18:27:10 -0700621 native.maven_jar(
622 name = "metrics_core",
623 artifact = "io.dropwizard.metrics:metrics-core:3.2.2",
624 sha1 = "cd9886f498ee2ab2d994f0c779e5553b2c450416",
625 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700626
Ray Milkey75bd9e02018-05-30 18:27:10 -0700627 native.maven_jar(
628 name = "metrics_ganglia",
629 artifact = "io.dropwizard.metrics:metrics-ganglia:3.2.2",
630 sha1 = "d5bb1883e9b0daf0e4187e558746f5058f4585c1",
631 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700632
Ray Milkey75bd9e02018-05-30 18:27:10 -0700633 native.maven_jar(
634 name = "metrics_graphite",
635 artifact = "io.dropwizard.metrics:metrics-graphite:3.2.2",
636 sha1 = "908e8cbec1bbdb2f4023334e424c7de2832a95af",
637 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700638
Ray Milkey75bd9e02018-05-30 18:27:10 -0700639 native.maven_jar(
640 name = "metrics_influxdb",
641 artifact = "com.izettle:metrics-influxdb:1.1.1",
642 sha1 = "a911d778c2f8607dd4e7a4cdb9b0cd97adcd0343",
643 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700644
Ray Milkey75bd9e02018-05-30 18:27:10 -0700645 native.maven_jar(
646 name = "metrics_json",
647 artifact = "io.dropwizard.metrics:metrics-json:3.2.2",
648 sha1 = "234612b9739a651eb2b71a8f9e9c4d11d7ccf849",
649 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700650
Ray Milkey75bd9e02018-05-30 18:27:10 -0700651 native.maven_jar(
652 name = "minimal_json",
653 artifact = "com.eclipsesource.minimal-json:minimal-json:0.9.4",
654 sha1 = "d6e7dd22569de97c2697a4af301a623f35028972",
655 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700656
Ray Milkey75bd9e02018-05-30 18:27:10 -0700657 native.maven_jar(
658 name = "minlog",
659 artifact = "com.esotericsoftware:minlog:1.3.0",
660 sha1 = "ff07b5f1b01d2f92bb00a337f9a94873712f0827",
661 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700662
Ray Milkey75bd9e02018-05-30 18:27:10 -0700663 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700664 name = "io_netty_netty",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700665 artifact = "io.netty:netty:3.10.5.Final",
666 sha1 = "9ca7d55d246092bddd29b867706e2f6c7db701a0",
667 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700668
Ray Milkey75bd9e02018-05-30 18:27:10 -0700669 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700670 name = "io_netty_netty_buffer",
671 artifact = "io.netty:netty-buffer:4.1.27.Final",
672 sha1 = "aafe2b9fb0d8f3b200cf10b9fd6486c6a722d7a1",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700673 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700674
Ray Milkey75bd9e02018-05-30 18:27:10 -0700675 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700676 name = "io_netty_netty_codec",
677 artifact = "io.netty:netty-codec:4.1.27.Final",
678 sha1 = "d2653d78ebaa650064768fb26b10051f5c8efb2c",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700679 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700680
Ray Milkey75bd9e02018-05-30 18:27:10 -0700681 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700682 name = "io_netty_netty_common",
683 artifact = "io.netty:netty-common:4.1.27.Final",
684 sha1 = "6a12a969c27fb37b230c4bde5a67bd822fa6b7a4",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700685 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700686
Ray Milkey75bd9e02018-05-30 18:27:10 -0700687 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700688 name = "io_netty_netty_handler",
689 artifact = "io.netty:netty-handler:4.1.27.Final",
690 sha1 = "21bd9cf565390a8d72579b8664303e3c175dfc6a",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700691 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700692
Ray Milkey75bd9e02018-05-30 18:27:10 -0700693 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700694 name = "io_netty_netty_handler_proxy",
695 artifact = "io.netty:netty-handler-proxy:4.1.27.Final",
696 sha1 = "1a822ce7760bc6eb4937b7e448c9e081fedcc807",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700697 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700698
Ray Milkey75bd9e02018-05-30 18:27:10 -0700699 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700700 name = "io_netty_netty_transport",
701 artifact = "io.netty:netty-transport:4.1.27.Final",
702 sha1 = "b5c2da3ea89dd67320925f1504c9eb3615241b7c",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700703 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700704
Ray Milkey75bd9e02018-05-30 18:27:10 -0700705 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700706 name = "io_netty_netty_transport_native_unix_common",
707 artifact = "io.netty:netty-transport-native-unix-common:4.1.27.Final",
708 sha1 = "2b0667fe5c1df78c6cfbf9d53ad8b1fb533fb8e8",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700709 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700710
Ray Milkey75bd9e02018-05-30 18:27:10 -0700711 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700712 name = "io_netty_netty_transport_native_epoll",
713 artifact = "io.netty:netty-transport-native-epoll:4.1.27.Final",
714 sha1 = "addbd481940a3cce57cb5736ecef5db909b7b5d0",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700715 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700716
Ray Milkey75bd9e02018-05-30 18:27:10 -0700717 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -0700718 name = "io_netty_netty_resolver",
719 artifact = "io.netty:netty-resolver:4.1.27.Final",
720 sha1 = "2536447ef9605ccb2b5203aa22392c6514484ea9",
721 )
722
723 native.maven_jar(
724 name = "io_netty_netty_codec_http2",
725 artifact = "io.netty:netty-codec-http2:4.1.27.Final",
726 sha1 = "3769790a2033667d663f9a526d5b63cfecdbdf4e",
727 )
728
729 native.maven_jar(
730 name = "io_netty_netty_codec_http",
731 artifact = "io.netty:netty-codec-http:4.1.27.Final",
732 sha1 = "a1722d6bcbbef1c4c7877e8bf38b07a3db5ed07f",
733 )
734
735 native.maven_jar(
736 name = "io_netty_netty_codec_socks",
737 artifact = "io.netty:netty-codec-socks:4.1.27.Final",
738 sha1 = "285b09af98764cf02e4b77b3d95af188469a7133",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700739 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700740
Ray Milkey75bd9e02018-05-30 18:27:10 -0700741 native.maven_jar(
742 name = "objenesis",
743 artifact = "org.objenesis:objenesis:2.6",
744 sha1 = "639033469776fd37c08358c6b92a4761feb2af4b",
745 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700746
Ray Milkey75bd9e02018-05-30 18:27:10 -0700747 native.maven_jar(
748 name = "openflowj",
749 artifact = "org.onosproject:openflowj:3.2.1.onos",
750 sha1 = "66544b285cddc8d53485107310f07b7bc90ac63b",
751 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700752
Ray Milkey75bd9e02018-05-30 18:27:10 -0700753 native.maven_jar(
754 name = "org_apache_felix_framework_security",
755 artifact = "org.onosproject:org.apache.felix.framework.security:2.2.0.onos",
756 sha1 = "5d39a4ff4a5d3daec8c404789d398c780151de8c",
757 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700758
Ray Milkey75bd9e02018-05-30 18:27:10 -0700759 native.maven_jar(
760 name = "org_apache_felix_scr",
761 artifact = "org.apache.felix:org.apache.felix.scr:1.8.2",
762 sha1 = "c3047d56ee57de0752821fd9c3894dda664f2e37",
763 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700764
Ray Milkey75bd9e02018-05-30 18:27:10 -0700765 native.maven_jar(
766 name = "org_apache_felix_scr_annotations",
767 artifact = "org.apache.felix:org.apache.felix.scr.annotations:1.9.12",
768 sha1 = "5fdc34da641dda8b9165c2be93211479a186da9c",
769 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700770
Ray Milkey75bd9e02018-05-30 18:27:10 -0700771 native.maven_jar(
772 name = "org_apache_karaf_features_core",
773 artifact = "org.apache.karaf.features:org.apache.karaf.features.core:3.0.8",
774 sha1 = "4a8bf5dbe10e120158cb69295388274f834ae37a",
775 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700776
Ray Milkey75bd9e02018-05-30 18:27:10 -0700777 native.maven_jar(
778 name = "org_apache_karaf_shell_console",
779 artifact = "org.apache.karaf.shell:org.apache.karaf.shell.console:3.0.8",
780 sha1 = "5bf3e409d2e73bef560face9740b8c1234909b83",
781 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700782
Ray Milkey75bd9e02018-05-30 18:27:10 -0700783 native.maven_jar(
784 name = "org_apache_httpcomponents_httpasyncclient_osgi",
785 artifact = "org.apache.httpcomponents:httpasyncclient-osgi:4.1.2",
786 sha1 = "17eccd8d9f2803ee95e80ee8283155432600e17b",
787 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700788
Ray Milkey75bd9e02018-05-30 18:27:10 -0700789 native.maven_jar(
790 name = "org_apache_httpcomponents_httpcore_nio",
791 artifact = "org.apache.httpcomponents:httpcore-nio:4.4.4",
792 sha1 = "16badfc2d99db264c486ba8c57ae577301a58bd9",
793 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700794
Ray Milkey75bd9e02018-05-30 18:27:10 -0700795 native.maven_jar(
796 name = "org_apache_karaf_jaas",
797 artifact = "org.apache.karaf.jaas:org.apache.karaf.jaas.modules:3.0.8",
798 sha1 = "e4c97dac488898af1dda2b2cbf5b66318339cd29",
799 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700800
Ray Milkey75bd9e02018-05-30 18:27:10 -0700801 native.maven_jar(
802 name = "org_apache_karaf_system_core",
803 artifact = "org.apache.karaf.system:org.apache.karaf.system.core:3.0.8",
804 sha1 = "80378de4aeae603889d3408489ff5b9918e6064c",
805 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700806
Ray Milkey75bd9e02018-05-30 18:27:10 -0700807 native.maven_jar(
808 name = "org_apache_servicemix_bundles_snmp4j",
809 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:2.3.4_1",
810 sha1 = "5134e0b60a6d88b26fe4dec03488efe4f2463e65",
811 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700812
Ray Milkey75bd9e02018-05-30 18:27:10 -0700813 native.maven_jar(
814 name = "org_osgi_compendium",
815 artifact = "org.osgi:org.osgi.compendium:5.0.0",
816 sha1 = "9d7a9c35591f6fa1c98ac85af32775c12361aee4",
817 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700818
Ray Milkey75bd9e02018-05-30 18:27:10 -0700819 native.maven_jar(
820 name = "osgi_core",
821 artifact = "org.osgi:org.osgi.core:5.0.0",
822 sha1 = "6e5e8cd3c9059c08e1085540442a490b59a7783c",
823 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700824
Ray Milkey75bd9e02018-05-30 18:27:10 -0700825 native.maven_jar(
826 name = "reflectasm",
827 artifact = "com.esotericsoftware:reflectasm:1.11.0",
828 sha1 = "f747d8b017a26bac575f8da14e8c1df6aecd3154",
829 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700830
Ray Milkey75bd9e02018-05-30 18:27:10 -0700831 native.maven_jar(
832 name = "remotetea_oncrpc",
833 artifact = "org.acplt.remotetea:remotetea-oncrpc:1.1.3",
834 sha1 = "2f7d94c5179b0267a882259a03a83eaa320cbcce",
835 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700836
Ray Milkey75bd9e02018-05-30 18:27:10 -0700837 native.maven_jar(
838 name = "rrd4j",
839 artifact = "org.rrd4j:rrd4j:3.1",
840 sha1 = "e533553fbf52f241dcb0c468b2052a3814dd6722",
841 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700842
Ray Milkey75bd9e02018-05-30 18:27:10 -0700843 native.maven_jar(
844 name = "javassist",
845 artifact = "org.javassist:javassist:3.22.0-GA",
846 sha1 = "3e83394258ae2089be7219b971ec21a8288528ad",
847 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700848
Ray Milkey75bd9e02018-05-30 18:27:10 -0700849 native.maven_jar(
850 name = "mimepull",
851 artifact = "org.jvnet.mimepull:mimepull:1.9.6",
852 sha1 = "41c913d791e16f93bc712a8c8a30bb64daa2e9bd",
853 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700854
Ray Milkey75bd9e02018-05-30 18:27:10 -0700855 native.maven_jar(
856 name = "servlet_api",
857 artifact = "javax.servlet:servlet-api:2.5",
858 sha1 = "5959582d97d8b61f4d154ca9e495aafd16726e34",
859 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700860
Ray Milkey75bd9e02018-05-30 18:27:10 -0700861 native.maven_jar(
862 name = "slf4j_api",
863 artifact = "org.slf4j:slf4j-api:1.7.25",
864 sha1 = "da76ca59f6a57ee3102f8f9bd9cee742973efa8a",
865 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700866
Ray Milkey75bd9e02018-05-30 18:27:10 -0700867 native.maven_jar(
868 name = "slf4j_jdk14",
869 artifact = "org.slf4j:slf4j-jdk14:1.7.25",
870 sha1 = "bccda40ebc8067491b32a88f49615a747d20082d",
871 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700872
Ray Milkey75bd9e02018-05-30 18:27:10 -0700873 native.maven_jar(
Thomas Vachuska5b9ff6a2018-07-13 11:00:50 -0700874 name = "slf4j_nop",
875 artifact = "org.slf4j:slf4j-nop:1.7.25",
876 sha1 = "8c7708c79afec923de8957b7d4f90177628b9fcd",
877 )
878
879 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700880 name = "typesafe_config",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700881 artifact = "com.typesafe:config:1.3.2",
882 sha1 = "d6ac0ce079f114adce620f2360c92a70b2cb36dc",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700883 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700884
Ray Milkey75bd9e02018-05-30 18:27:10 -0700885 native.maven_jar(
886 name = "validation_api",
887 artifact = "javax.validation:validation-api:1.1.0.Final",
888 sha1 = "8613ae82954779d518631e05daa73a6a954817d5",
889 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700890
Ray Milkey75bd9e02018-05-30 18:27:10 -0700891 native.maven_jar(
892 name = "checkstyle",
893 artifact = "com.puppycrawl.tools:checkstyle:8.10",
894 sha1 = "d7cd09c4d1240b3acc3041fcb47fd74ae351698b",
895 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700896
Thomas Vachuskaa8e1bd42018-06-11 15:45:11 -0700897 native.http_file(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700898 name = "apache_karaf",
Thomas Vachuskaa8e1bd42018-06-11 15:45:11 -0700899 url = "http://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/3.0.8/apache-karaf-offline-3.0.8.tar.gz",
900 sha256 = "2f20bb25ded39f1e9e4148bb840473c89249bbb592106f5451b5a829a5ec8603",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700901 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700902
Thomas Vachuskaa8e1bd42018-06-11 15:45:11 -0700903 native.http_file(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700904 name = "apache_karaf_patches",
Thomas Vachuskaa8e1bd42018-06-11 15:45:11 -0700905 url = "http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz",
906 sha256 = "1f9e3e8a53a462f776a931fe851819a43dfe7728b31fbde339b98d04908e702b",
Ray Milkey75bd9e02018-05-30 18:27:10 -0700907 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700908
Ray Milkey75bd9e02018-05-30 18:27:10 -0700909 native.maven_jar(
910 name = "bndlib",
911 artifact = "biz.aQute.bnd:biz.aQute.bndlib:3.1.0",
912 sha1 = "8e45564ca80bf089276a35f916e8702e7b798cbb",
913 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700914
Ray Milkey75bd9e02018-05-30 18:27:10 -0700915 native.maven_jar(
916 name = "bndexe",
917 artifact = "biz.aQute.bnd:biz.aQute.bnd:3.1.0",
918 sha1 = "ebd6c2af025b66ea94a9fcb217c2699ba23d3ca2",
919 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700920
Ray Milkey75bd9e02018-05-30 18:27:10 -0700921 native.maven_jar(
922 name = "libthrift",
923 artifact = "org.apache.thrift:libthrift:0.9.3",
924 sha1 = "8625e8f9b6f49b881fa5fd143172c2833df1ce47",
925 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700926
Ray Milkey75bd9e02018-05-30 18:27:10 -0700927 native.maven_jar(
928 name = "qdox",
929 artifact = "com.thoughtworks.qdox:qdox:2.0-M3",
930 sha1 = "f1e9ac82735dc3f2afc38cc051ae0e405f367434",
931 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700932
Ray Milkey75bd9e02018-05-30 18:27:10 -0700933 native.maven_jar(
934 name = "org_apache_felix_scr_bnd",
935 artifact = "org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT",
936 sha1 = "607cac6eaba5b0eb0787a343b83fe535c42c09aa",
937 repository = "https://oss.sonatype.org/content/repositories/snapshots/",
938 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700939
Ray Milkey75bd9e02018-05-30 18:27:10 -0700940 native.maven_jar(
941 name = "snmp_core",
942 artifact = "org.onosproject:snmp-core:1.3-20161021.1",
943 sha1 = "65e1b71d9d0e2fc60c45f631decdb41da3253778",
944 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700945
Ray Milkey75bd9e02018-05-30 18:27:10 -0700946 native.maven_jar(
947 name = "mibs_net_snmp",
948 artifact = "org.onosproject:mibbler-mibs-net-snmp:1.0-20151221.1",
949 sha1 = "d2cb918e46f06d4ee764d4a96b2b6fb0ba9bc60c",
950 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700951
Ray Milkey75bd9e02018-05-30 18:27:10 -0700952 native.maven_jar(
953 name = "mibs_rfc",
954 artifact = "org.onosproject:mibbler-mibs-rfc:1.0-20151221.1",
955 sha1 = "06ac2a3bf48c79ab444a9deede9d554ccd355a16",
956 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700957
Ray Milkey75bd9e02018-05-30 18:27:10 -0700958 native.maven_jar(
Ray Milkey8e53f372018-07-23 11:08:29 -0700959 name = "io_socket_client",
960 artifact = "io.socket:socket.io-client:0.8.3",
961 sha1 = "b30500232ff0668a47c9f91f02e6935457a52fb5",
962 )
963
964 native.maven_jar(
965 name = "json",
966 artifact = "org.json:json:20090211",
967 sha1 = "c183aa3a2a6250293808bba12262c8920ce5a51c",
968 )
969
970 native.maven_jar(
971 name = "engine_io_client",
972 artifact = "io.socket:engine.io-client:0.8.3",
973 sha1 = "854b49396e1e9f9bb0ab025062ddb49c4ed65ca1",
974 )
975
976 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -0700977 name = "openstack4j_core",
978 artifact = "org.pacesys:openstack4j-core:3.1.0",
979 sha1 = "634c2ad6728bb6e4cd91c950dd654aacb6f107a6",
980 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700981
Ray Milkey75bd9e02018-05-30 18:27:10 -0700982 native.maven_jar(
983 name = "openstack4j_http_connector",
984 artifact = "org.pacesys.openstack4j.connectors:openstack4j-http-connector:3.1.0",
985 sha1 = "5bbd558313f13daac819bbbe56ae8432e64409d9",
986 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700987
Ray Milkey75bd9e02018-05-30 18:27:10 -0700988 native.maven_jar(
989 name = "openstack4j_httpclient",
990 artifact = "org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0",
991 sha1 = "acb413e27cc43f4bbcee99300befffcf667de579",
992 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700993
Ray Milkey75bd9e02018-05-30 18:27:10 -0700994 native.maven_jar(
995 name = "json_patch",
996 artifact = "com.github.fge:json-patch:1.9",
997 sha1 = "0a4c3c97a0f5965dec15795acf40d3fbc897af4b",
998 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700999
Ray Milkey75bd9e02018-05-30 18:27:10 -07001000 native.maven_jar(
1001 name = "jackson_coreutils",
1002 artifact = "com.github.fge:jackson-coreutils:1.6",
1003 sha1 = "9e6af56eb7cc2a65700b289abc7ee2bd170fd231",
1004 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001005
Ray Milkey75bd9e02018-05-30 18:27:10 -07001006 native.maven_jar(
1007 name = "btf",
1008 artifact = "com.github.fge:btf:1.2",
1009 sha1 = "9e66651022eb86301b348d57e6f59459effc343b",
1010 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001011
Ray Milkey75bd9e02018-05-30 18:27:10 -07001012 native.maven_jar(
1013 name = "msg_simple",
1014 artifact = "com.github.fge:msg-simple:1.1",
1015 sha1 = "f261263e13dd4cfa93cc6b83f1f58f619097a2c4",
1016 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001017
Ray Milkey75bd9e02018-05-30 18:27:10 -07001018 native.maven_jar(
1019 name = "snakeyaml",
1020 artifact = "org.yaml:snakeyaml:1.15",
1021 sha1 = "3b132bea69e8ee099f416044970997bde80f4ea6",
1022 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001023
Ray Milkey75bd9e02018-05-30 18:27:10 -07001024 native.maven_jar(
1025 name = "onos_yang_model",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001026 artifact = "org.onosproject:onos-yang-model:2.5",
1027 sha1 = "61339921f42354e499e550c15283e4aa75a03ef7",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001028 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001029
Ray Milkey75bd9e02018-05-30 18:27:10 -07001030 native.maven_jar(
1031 name = "onos_yang_compiler_api",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001032 artifact = "org.onosproject:onos-yang-compiler-api:2.5",
1033 sha1 = "c504df941d1a1b49e4dd8045c935120f3483504e",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001034 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001035
Ray Milkey75bd9e02018-05-30 18:27:10 -07001036 native.maven_jar(
Thomas Vachuskaf8c8cb92018-07-11 17:12:43 -07001037 name = "onos_yang_compiler_main",
1038 artifact = "org.onosproject:onos-yang-compiler-main:2.5",
1039 sha1 = "8048db59dab2c813cfbc3f7c176eb12b1c8b2548",
1040 )
1041
1042 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001043 name = "onos_yang_runtime",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001044 artifact = "org.onosproject:onos-yang-runtime:2.5",
1045 sha1 = "9d621709f34fd7da4d1954d868ac0eddeba725d2",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001046 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001047
Ray Milkey75bd9e02018-05-30 18:27:10 -07001048 native.maven_jar(
1049 name = "onos_yang_serializers_json",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001050 artifact = "org.onosproject:onos-yang-serializers-json:2.5",
1051 sha1 = "cf442f226b9423c22eb5ec9409e99fe3a0f63a37",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001052 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001053
Ray Milkey75bd9e02018-05-30 18:27:10 -07001054 native.maven_jar(
1055 name = "onos_yang_serializers_xml",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001056 artifact = "org.onosproject:onos-yang-serializers-xml:2.5",
1057 sha1 = "7f7231237da9571f79700d2ee0a218cd6253409c",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001058 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001059
Ray Milkey75bd9e02018-05-30 18:27:10 -07001060 native.maven_jar(
1061 name = "onos_yang_serializers_utils",
Ray Milkeyc5e2f432018-07-02 13:09:35 -07001062 artifact = "org.onosproject:onos-yang-serializers-utils:2.5",
1063 sha1 = "13f804292e42635fcf28bbadffca8bb72c00b327",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001064 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001065
Ray Milkey75bd9e02018-05-30 18:27:10 -07001066 native.maven_jar(
1067 name = "org_apache_servicemix_bundles_dom4j",
1068 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:1.6.1_5",
1069 sha1 = "f5da21ae9508008f7b28001983adc143cb310ad7",
1070 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001071
Ray Milkey75bd9e02018-05-30 18:27:10 -07001072 native.maven_jar(
1073 name = "plexus_utils",
1074 artifact = "org.codehaus.plexus:plexus-utils:3.0.24",
1075 sha1 = "b4ac9780b37cb1b736eae9fbcef27609b7c911ef",
1076 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001077
Ray Milkey75bd9e02018-05-30 18:27:10 -07001078 native.maven_jar(
1079 name = "sshd_core",
1080 artifact = "org.apache.sshd:sshd-core:1.4.0",
1081 sha1 = "c8f3d7457fc9979d1b9ec319f0229b89793c8e56",
1082 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001083
Ray Milkey75bd9e02018-05-30 18:27:10 -07001084 native.maven_jar(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001085 name = "bcpkix_jdk15on",
1086 artifact = "org.bouncycastle:bcpkix-jdk15on:1.59",
1087 sha1 = "9cef0aab8a4bb849a8476c058ce3ff302aba3fff",
1088 )
1089
1090 native.maven_jar(
1091 name = "bcprov_jdk15on",
1092 artifact = "org.bouncycastle:bcprov-jdk15on:1.59",
1093 sha1 = "2507204241ab450456bdb8e8c0a8f986e418bd99",
1094 )
1095
1096 native.maven_jar(
1097 name = "hamcrest_optional",
1098 artifact = "com.spotify:hamcrest-optional:1.1.0",
1099 sha1 = "c2dfe3a43794b15fb4c28de0027fe6e249855b3b",
1100 )
1101
1102 native.maven_jar(
1103 name = "swagger_annotations",
1104 artifact = "io.swagger:swagger-annotations:1.5.16",
1105 sha1 = "935f1f2fed2cbdd7a0513981d6c53201e21155f4",
1106 )
1107
1108 native.maven_jar(
1109 name = "kafka_clients",
1110 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.kafka-clients:0.8.2.2_1",
1111 sha1 = "19ba66200cc3617fad12843788dff818b9882008",
1112 )
1113
1114 native.maven_jar(
1115 name = "tinder_xmpp",
1116 artifact = "org.igniterealtime:tinder:1.3.0",
1117 sha1 = "46353ded2a1d1a87d17600206d61814eb0b8a711",
1118 )
1119
1120 native.maven_jar(
1121 name = "aalto_xml",
1122 artifact = "com.fasterxml:aalto-xml:1.0.0",
1123 sha1 = "aeae9e8a71914e7f5efc8a69d2f5cb1f2224f2c6",
1124 )
1125
1126 native.maven_jar(
1127 name = "stax2_api",
1128 artifact = "org.codehaus.woodstox:stax2-api:4.0.0",
1129 sha1 = "6fa8b05f7587a3cb819d223ee0b0de0c126e3dd1",
1130 )
1131
1132 native.maven_jar(
1133 name = "concurrent_hashmap",
1134 artifact = "com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0",
1135 sha1 = "db7b7a28b835db4717d4aaf31f5d4441887a6d46",
1136 )
1137
1138 native.maven_jar(
1139 name = "gnu_idn",
1140 artifact = "org.gnu.inet:libidn:1.15",
1141 sha1 = "b5bede3c1c031a827b604da31768ddaf833495c6",
1142 )
1143
1144 native.maven_jar(
1145 name = "sigar",
1146 artifact = "org.knowhowlab.osgi:sigar:1.6.5_01",
1147 sha1 = "58eb4af0dc4a1d331cd7620767216494e2984dea",
1148 )
1149
1150 native.maven_jar(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001151 name = "grpc_core_1_3_1",
1152 artifact = "io.grpc:grpc-core:1.3.1",
1153 sha1 = "a9b38b4a19af3ef208f4f6bf7871876d959c5eb1",
1154 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001155
Ray Milkey75bd9e02018-05-30 18:27:10 -07001156 native.maven_jar(
1157 name = "grpc_protobuf_1_3_1",
1158 artifact = "io.grpc:grpc-protobuf:1.3.1",
1159 sha1 = "9562e977cacd6e128a31686c3e6948d61873c496",
1160 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001161
Ray Milkey75bd9e02018-05-30 18:27:10 -07001162 native.maven_jar(
1163 name = "grpc_protobuf_lite_1_3_1",
1164 artifact = "io.grpc:grpc-protobuf-lite:1.3.1",
1165 sha1 = "98d1d3d100fdcf92c4331999a504a1a72a5f6e52",
1166 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001167
Ray Milkey75bd9e02018-05-30 18:27:10 -07001168 native.maven_jar(
1169 name = "grpc_stub_1_3_1",
1170 artifact = "io.grpc:grpc-stub:1.3.1",
1171 sha1 = "60bdfa9d8c664a9d87ae461106eff6eed8da6c54",
1172 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001173
Ray Milkey75bd9e02018-05-30 18:27:10 -07001174 native.maven_jar(
1175 name = "grpc_netty_1_3_1",
1176 artifact = "io.grpc:grpc-netty:1.3.1",
1177 sha1 = "cc3831fccb76cfe21445f75cc055b5ffd979dc54",
1178 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001179
Ray Milkey75bd9e02018-05-30 18:27:10 -07001180 native.maven_jar(
1181 name = "grpc_auth_1_3_1",
1182 artifact = "io.grpc:grpc-auth:1.3.1",
1183 sha1 = "57a0e0b9e474842801521fae76f955dd28ad3ae0",
1184 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001185
Ray Milkey75bd9e02018-05-30 18:27:10 -07001186 native.maven_jar(
1187 name = "protobuf_java_3_3_0",
1188 artifact = "com.google.protobuf:protobuf-java:3.3.0",
1189 sha1 = "9f301d1a27501b1afcb2ed16aad428337dabf9e4",
1190 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001191
Ray Milkey75bd9e02018-05-30 18:27:10 -07001192 native.maven_jar(
1193 name = "protobuf_java_3_2_0",
1194 artifact = "com.google.protobuf:protobuf-java:3.2.0",
1195 sha1 = "62ccf171a106ff6791507f2d5364c275f9a3131d",
1196 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001197
Ray Milkey75bd9e02018-05-30 18:27:10 -07001198 native.maven_jar(
1199 name = "grpc_testing_1_3_1",
1200 artifact = "io.grpc:grpc-testing:1.3.1",
1201 sha1 = "fd6c4081cd3415684a0b655327e210aa10153eec",
1202 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001203
Ray Milkey75bd9e02018-05-30 18:27:10 -07001204 native.maven_jar(
1205 name = "grpc_testing_proto_1_3_1",
1206 artifact = "io.grpc:grpc-testing-proto:1.3.1",
1207 sha1 = "170f0406457b44695562ccd5ec8d0da9cb762643",
1208 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001209
Ray Milkey75bd9e02018-05-30 18:27:10 -07001210 native.maven_jar(
1211 name = "grpc_context_1_3_1",
1212 artifact = "io.grpc:grpc-context:1.3.1",
1213 sha1 = "28accd419b18d59055b8999f78f5cb7767c7bde8",
1214 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001215
Ray Milkey75bd9e02018-05-30 18:27:10 -07001216 native.maven_jar(
1217 name = "google_truth_0_28",
1218 artifact = "com.google.truth:truth:0.28",
1219 sha1 = "0a388c7877c845ff4b8e19689dda5ac9d34622c4",
1220 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001221
Ray Milkey75bd9e02018-05-30 18:27:10 -07001222 native.maven_jar(
1223 name = "google_code_findbugs_3_0_0",
1224 artifact = "com.google.code.findbugs:jsr305:3.0.0",
1225 sha1 = "5871fb60dc68d67da54a663c3fd636a10a532948",
1226 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001227
Ray Milkey75bd9e02018-05-30 18:27:10 -07001228 native.maven_jar(
1229 name = "google_errorprone_2_0_19",
1230 artifact = "com.google.errorprone:error_prone_annotations:2.0.19",
1231 sha1 = "c3754a0bdd545b00ddc26884f9e7624f8b6a14de",
1232 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001233
Ray Milkey75bd9e02018-05-30 18:27:10 -07001234 native.maven_jar(
1235 name = "google_instrumentation_0_3_0",
1236 artifact = "com.google.instrumentation:instrumentation-api:0.3.0",
1237 sha1 = "a2e145e7a7567c6372738f5c5a6f3ba6407ac354",
1238 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001239
Ray Milkey7dac7da2017-08-01 16:56:05 -07001240def generated_java_libraries():
Ray Milkey75bd9e02018-05-30 18:27:10 -07001241 native.java_library(
1242 name = "aopalliance_repackaged",
1243 visibility = ["//visibility:public"],
1244 exports = ["@aopalliance_repackaged//jar"],
1245 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001246
Ray Milkey75bd9e02018-05-30 18:27:10 -07001247 native.java_library(
1248 name = "amqp_client",
1249 visibility = ["//visibility:public"],
1250 exports = ["@amqp_client//jar"],
1251 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001252
Ray Milkey75bd9e02018-05-30 18:27:10 -07001253 native.java_library(
1254 name = "asm",
1255 visibility = ["//visibility:public"],
1256 exports = ["@asm//jar"],
1257 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001258
Ray Milkey75bd9e02018-05-30 18:27:10 -07001259 native.java_library(
1260 name = "atomix",
1261 visibility = ["//visibility:public"],
1262 exports = ["@atomix//jar"],
1263 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001264
Ray Milkey75bd9e02018-05-30 18:27:10 -07001265 native.java_library(
Jordan Halterman00e92da2018-05-22 23:05:52 -07001266 name = "atomix_cluster",
1267 visibility = ["//visibility:public"],
1268 exports = ["@atomix_cluster//jar"],
1269 )
1270
1271 native.java_library(
1272 name = "atomix_gossip",
1273 visibility = ["//visibility:public"],
1274 exports = ["@atomix_gossip//jar"],
1275 )
1276
1277 native.java_library(
1278 name = "atomix_primary_backup",
1279 visibility = ["//visibility:public"],
1280 exports = ["@atomix_primary_backup//jar"],
1281 )
1282
1283 native.java_library(
1284 name = "atomix_primitive",
1285 visibility = ["//visibility:public"],
1286 exports = ["@atomix_primitive//jar"],
1287 )
1288
1289 native.java_library(
1290 name = "atomix_raft",
1291 visibility = ["//visibility:public"],
1292 exports = ["@atomix_raft//jar"],
1293 )
1294
1295 native.java_library(
1296 name = "atomix_storage",
1297 visibility = ["//visibility:public"],
1298 exports = ["@atomix_storage//jar"],
1299 )
1300
1301 native.java_library(
1302 name = "atomix_utils",
1303 visibility = ["//visibility:public"],
1304 exports = ["@atomix_utils//jar"],
1305 )
1306
1307 native.java_library(
Jordan Halterman6aca84c2018-07-31 13:33:13 -07001308 name = "classgraph",
1309 visibility = ["//visibility:public"],
1310 exports = ["@classgraph//jar"],
1311 )
1312
1313 native.java_library(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001314 name = "commons_codec",
1315 visibility = ["//visibility:public"],
1316 exports = ["@commons_codec//jar"],
1317 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001318
Ray Milkey75bd9e02018-05-30 18:27:10 -07001319 native.java_library(
Ray Milkeyb7949e72018-06-19 18:31:02 -07001320 name = "commons_cli",
1321 visibility = ["//visibility:public"],
1322 exports = ["@commons_cli//jar"],
1323 )
1324
1325 native.java_library(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001326 name = "commons_collections",
1327 visibility = ["//visibility:public"],
1328 exports = ["@commons_collections//jar"],
1329 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001330
Ray Milkey75bd9e02018-05-30 18:27:10 -07001331 native.java_library(
1332 name = "commons_configuration",
1333 visibility = ["//visibility:public"],
1334 exports = ["@commons_configuration//jar"],
1335 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001336
Ray Milkey75bd9e02018-05-30 18:27:10 -07001337 native.java_library(
1338 name = "commons_io",
1339 visibility = ["//visibility:public"],
1340 exports = ["@commons_io//jar"],
1341 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001342
Ray Milkey75bd9e02018-05-30 18:27:10 -07001343 native.java_library(
1344 name = "commons_jxpath",
1345 visibility = ["//visibility:public"],
1346 exports = ["@commons_jxpath//jar"],
1347 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001348
Ray Milkey75bd9e02018-05-30 18:27:10 -07001349 native.java_library(
1350 name = "commons_beanutils",
1351 visibility = ["//visibility:public"],
1352 exports = ["@commons_beanutils//jar"],
1353 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001354
Ray Milkey75bd9e02018-05-30 18:27:10 -07001355 native.java_library(
Jordan Halterman00e92da2018-05-22 23:05:52 -07001356 name = "fast_classpath_scanner",
1357 visibility = ["//visibility:public"],
1358 exports = ["@fast_classpath_scanner//jar"],
1359 )
1360
1361 native.java_library(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001362 name = "jdom",
1363 visibility = ["//visibility:public"],
1364 exports = ["@jdom//jar"],
1365 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001366
Ray Milkey75bd9e02018-05-30 18:27:10 -07001367 native.java_library(
1368 name = "commons_lang",
1369 visibility = ["//visibility:public"],
1370 exports = ["@commons_lang//jar"],
1371 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001372
Ray Milkey75bd9e02018-05-30 18:27:10 -07001373 native.java_library(
1374 name = "commons_lang3",
1375 visibility = ["//visibility:public"],
1376 exports = ["@commons_lang3//jar"],
1377 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001378
Ray Milkey75bd9e02018-05-30 18:27:10 -07001379 native.java_library(
1380 name = "commons_logging",
1381 visibility = ["//visibility:public"],
1382 exports = ["@commons_logging//jar"],
1383 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001384
Ray Milkey75bd9e02018-05-30 18:27:10 -07001385 native.java_library(
1386 name = "commons_math3",
1387 visibility = ["//visibility:public"],
1388 exports = ["@commons_math3//jar"],
1389 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001390
Ray Milkey75bd9e02018-05-30 18:27:10 -07001391 native.java_library(
Ray Milkey8e53f372018-07-23 11:08:29 -07001392 name = "commons_net",
1393 visibility = ["//visibility:public"],
1394 exports = ["@commons_net//jar"],
1395 )
1396
1397 native.java_library(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001398 name = "commons_pool",
1399 visibility = ["//visibility:public"],
1400 exports = ["@commons_pool//jar"],
1401 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001402
Ray Milkey75bd9e02018-05-30 18:27:10 -07001403 native.java_library(
1404 name = "commons_text",
1405 visibility = ["//visibility:public"],
1406 exports = ["@commons_text//jar"],
1407 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001408
Ray Milkey75bd9e02018-05-30 18:27:10 -07001409 native.java_library(
1410 name = "concurrent_trees",
1411 visibility = ["//visibility:public"],
1412 exports = ["@concurrent_trees//jar"],
1413 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001414
Ray Milkey75bd9e02018-05-30 18:27:10 -07001415 native.java_library(
1416 name = "easymock",
1417 visibility = ["//visibility:public"],
1418 exports = ["@easymock//jar"],
1419 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001420
Ray Milkey75bd9e02018-05-30 18:27:10 -07001421 native.java_library(
1422 name = "antlr",
1423 visibility = ["//visibility:public"],
1424 exports = ["@antlr//jar"],
1425 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001426
Ray Milkey75bd9e02018-05-30 18:27:10 -07001427 native.java_library(
Ray Milkey75bd9e02018-05-30 18:27:10 -07001428 name = "ganymed_ssh2",
1429 visibility = ["//visibility:public"],
1430 exports = ["@ganymed_ssh2//jar"],
1431 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001432
Ray Milkey75bd9e02018-05-30 18:27:10 -07001433 native.java_library(
1434 name = "gmetric4j",
1435 visibility = ["//visibility:public"],
1436 exports = ["@gmetric4j//jar"],
1437 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001438
Ray Milkey75bd9e02018-05-30 18:27:10 -07001439 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001440 name = "com_google_code_gson_gson",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001441 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001442 exports = ["@com_google_code_gson_gson//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001443 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001444
Ray Milkey75bd9e02018-05-30 18:27:10 -07001445 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001446 name = "com_google_guava_guava",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001447 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001448 exports = ["@com_google_guava_guava//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001449 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001450
Ray Milkey75bd9e02018-05-30 18:27:10 -07001451 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001452 name = "com_google_guava_guava_testlib",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001453 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001454 exports = ["@com_google_guava_guava_testlib//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001455 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001456
Ray Milkey75bd9e02018-05-30 18:27:10 -07001457 native.java_library(
1458 name = "hamcrest_all",
1459 visibility = ["//visibility:public"],
1460 exports = ["@hamcrest_all//jar"],
1461 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001462
Ray Milkey75bd9e02018-05-30 18:27:10 -07001463 native.java_library(
1464 name = "hk2_api",
1465 visibility = ["//visibility:public"],
1466 exports = ["@hk2_api//jar"],
1467 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001468
Ray Milkey75bd9e02018-05-30 18:27:10 -07001469 native.java_library(
1470 name = "hk2_locator",
1471 visibility = ["//visibility:public"],
1472 exports = ["@hk2_locator//jar"],
1473 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001474
Ray Milkey75bd9e02018-05-30 18:27:10 -07001475 native.java_library(
1476 name = "hk2_osgi_resource_locator",
1477 visibility = ["//visibility:public"],
1478 exports = ["@hk2_osgi_resource_locator//jar"],
1479 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001480
Ray Milkey75bd9e02018-05-30 18:27:10 -07001481 native.java_library(
1482 name = "hk2_utils",
1483 visibility = ["//visibility:public"],
1484 exports = ["@hk2_utils//jar"],
1485 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001486
Ray Milkey75bd9e02018-05-30 18:27:10 -07001487 native.java_library(
1488 name = "httpclient_osgi",
1489 visibility = ["//visibility:public"],
1490 exports = ["@httpclient_osgi//jar"],
1491 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001492
Ray Milkey75bd9e02018-05-30 18:27:10 -07001493 native.java_library(
1494 name = "httpcore_osgi",
1495 visibility = ["//visibility:public"],
1496 exports = ["@httpcore_osgi//jar"],
1497 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001498
Ray Milkey75bd9e02018-05-30 18:27:10 -07001499 native.java_library(
1500 name = "influxdb_java",
1501 visibility = ["//visibility:public"],
1502 exports = ["@influxdb_java//jar"],
1503 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001504
Ray Milkey75bd9e02018-05-30 18:27:10 -07001505 native.java_library(
1506 name = "retrofit",
1507 visibility = ["//visibility:public"],
1508 exports = ["@retrofit//jar"],
1509 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001510
Ray Milkey75bd9e02018-05-30 18:27:10 -07001511 native.java_library(
1512 name = "converter_moshi",
1513 visibility = ["//visibility:public"],
1514 exports = ["@converter_moshi//jar"],
1515 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001516
Ray Milkey75bd9e02018-05-30 18:27:10 -07001517 native.java_library(
1518 name = "okhttp",
1519 visibility = ["//visibility:public"],
1520 exports = ["@okhttp//jar"],
1521 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001522
Ray Milkey75bd9e02018-05-30 18:27:10 -07001523 native.java_library(
1524 name = "logging_interceptor",
1525 visibility = ["//visibility:public"],
1526 exports = ["@logging_interceptor//jar"],
1527 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001528
Ray Milkey75bd9e02018-05-30 18:27:10 -07001529 native.java_library(
1530 name = "moshi",
1531 visibility = ["//visibility:public"],
1532 exports = ["@moshi//jar"],
1533 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001534
Ray Milkey75bd9e02018-05-30 18:27:10 -07001535 native.java_library(
1536 name = "okio",
1537 visibility = ["//visibility:public"],
1538 exports = ["@okio//jar"],
1539 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001540
Ray Milkey75bd9e02018-05-30 18:27:10 -07001541 native.java_library(
1542 name = "jackson_annotations",
1543 visibility = ["//visibility:public"],
1544 exports = ["@jackson_annotations//jar"],
1545 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001546
Ray Milkey75bd9e02018-05-30 18:27:10 -07001547 native.java_library(
1548 name = "jackson_core",
1549 visibility = ["//visibility:public"],
1550 exports = ["@jackson_core//jar"],
1551 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001552
Ray Milkey75bd9e02018-05-30 18:27:10 -07001553 native.java_library(
1554 name = "jackson_databind",
1555 visibility = ["//visibility:public"],
1556 exports = ["@jackson_databind//jar"],
1557 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001558
Ray Milkey75bd9e02018-05-30 18:27:10 -07001559 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001560 name = "javax_annotation_api_mvn",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001561 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001562 exports = ["@javax_annotation_api_mvn//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001563 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001564
Ray Milkey75bd9e02018-05-30 18:27:10 -07001565 native.java_library(
1566 name = "javax_inject",
1567 visibility = ["//visibility:public"],
1568 exports = ["@javax_inject//jar"],
1569 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001570
Ray Milkey75bd9e02018-05-30 18:27:10 -07001571 native.java_library(
1572 name = "javax_ws_rs_api",
1573 visibility = ["//visibility:public"],
1574 exports = ["@javax_ws_rs_api//jar"],
1575 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001576
Ray Milkey75bd9e02018-05-30 18:27:10 -07001577 native.java_library(
1578 name = "jersey_client",
1579 visibility = ["//visibility:public"],
1580 exports = ["@jersey_client//jar"],
1581 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001582
Ray Milkey75bd9e02018-05-30 18:27:10 -07001583 native.java_library(
1584 name = "jersey_security",
1585 visibility = ["//visibility:public"],
1586 exports = ["@jersey_security//jar"],
1587 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001588
Ray Milkey75bd9e02018-05-30 18:27:10 -07001589 native.java_library(
1590 name = "jersey_common",
1591 visibility = ["//visibility:public"],
1592 exports = ["@jersey_common//jar"],
1593 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001594
Ray Milkey75bd9e02018-05-30 18:27:10 -07001595 native.java_library(
1596 name = "jersey_container_jetty_http",
1597 visibility = ["//visibility:public"],
1598 exports = ["@jersey_container_jetty_http//jar"],
1599 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001600
Ray Milkey75bd9e02018-05-30 18:27:10 -07001601 native.java_library(
1602 name = "jersey_container_servlet",
1603 visibility = ["//visibility:public"],
1604 exports = ["@jersey_container_servlet//jar"],
1605 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001606
Ray Milkey75bd9e02018-05-30 18:27:10 -07001607 native.java_library(
1608 name = "jersey_container_servlet_core",
1609 visibility = ["//visibility:public"],
1610 exports = ["@jersey_container_servlet_core//jar"],
1611 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001612
Ray Milkey75bd9e02018-05-30 18:27:10 -07001613 native.java_library(
1614 name = "jersey_media_multipart",
1615 visibility = ["//visibility:public"],
1616 exports = ["@jersey_media_multipart//jar"],
1617 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001618
Ray Milkey75bd9e02018-05-30 18:27:10 -07001619 native.java_library(
1620 name = "jersey_server",
1621 visibility = ["//visibility:public"],
1622 exports = ["@jersey_server//jar"],
1623 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001624
Ray Milkey75bd9e02018-05-30 18:27:10 -07001625 native.java_library(
1626 name = "jersey_hk2",
1627 visibility = ["//visibility:public"],
1628 exports = ["@jersey_hk2//jar"],
1629 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001630
Ray Milkey75bd9e02018-05-30 18:27:10 -07001631 native.java_library(
1632 name = "jersey_test_framework_core",
1633 visibility = ["//visibility:public"],
1634 exports = ["@jersey_test_framework_core//jar"],
1635 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001636
Ray Milkey75bd9e02018-05-30 18:27:10 -07001637 native.java_library(
1638 name = "jersey_test_framework_jetty",
1639 visibility = ["//visibility:public"],
1640 exports = ["@jersey_test_framework_jetty//jar"],
1641 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001642
Ray Milkey75bd9e02018-05-30 18:27:10 -07001643 native.java_library(
1644 name = "jetty_util",
1645 visibility = ["//visibility:public"],
1646 exports = ["@jetty_util//jar"],
1647 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001648
Ray Milkey75bd9e02018-05-30 18:27:10 -07001649 native.java_library(
1650 name = "jetty_websocket",
1651 visibility = ["//visibility:public"],
1652 exports = ["@jetty_websocket//jar"],
1653 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001654
Ray Milkey75bd9e02018-05-30 18:27:10 -07001655 native.java_library(
1656 name = "jetty_server",
1657 visibility = ["//visibility:public"],
1658 exports = ["@jetty_server//jar"],
1659 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001660
Ray Milkey75bd9e02018-05-30 18:27:10 -07001661 native.java_library(
1662 name = "jetty_continuation",
1663 visibility = ["//visibility:public"],
1664 exports = ["@jetty_continuation//jar"],
1665 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001666
Ray Milkey75bd9e02018-05-30 18:27:10 -07001667 native.java_library(
1668 name = "jetty_http",
1669 visibility = ["//visibility:public"],
1670 exports = ["@jetty_http//jar"],
1671 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001672
Ray Milkey75bd9e02018-05-30 18:27:10 -07001673 native.java_library(
1674 name = "jetty_io",
1675 visibility = ["//visibility:public"],
1676 exports = ["@jetty_io//jar"],
1677 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001678
Ray Milkey75bd9e02018-05-30 18:27:10 -07001679 native.java_library(
1680 name = "javax_servlet_api",
1681 visibility = ["//visibility:public"],
1682 exports = ["@javax_servlet_api//jar"],
1683 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001684
Ray Milkey75bd9e02018-05-30 18:27:10 -07001685 native.java_library(
1686 name = "joda_time",
1687 visibility = ["//visibility:public"],
1688 exports = ["@joda_time//jar"],
1689 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001690
Ray Milkey75bd9e02018-05-30 18:27:10 -07001691 native.java_library(
1692 name = "jsch",
1693 visibility = ["//visibility:public"],
1694 exports = ["@jsch//jar"],
1695 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001696
Ray Milkey75bd9e02018-05-30 18:27:10 -07001697 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001698 name = "com_google_code_findbugs_jsr305",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001699 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001700 exports = ["@com_google_code_findbugs_jsr305//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001701 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001702
Ray Milkey75bd9e02018-05-30 18:27:10 -07001703 native.java_library(
1704 name = "junit",
1705 visibility = ["//visibility:public"],
1706 exports = ["@junit//jar"],
1707 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001708
Ray Milkey75bd9e02018-05-30 18:27:10 -07001709 native.java_library(
1710 name = "junit_dep",
1711 visibility = ["//visibility:public"],
1712 exports = ["@junit_dep//jar"],
1713 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001714
Ray Milkey75bd9e02018-05-30 18:27:10 -07001715 native.java_library(
1716 name = "kryo",
1717 visibility = ["//visibility:public"],
1718 exports = ["@kryo//jar"],
1719 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001720
Ray Milkey75bd9e02018-05-30 18:27:10 -07001721 native.java_library(
1722 name = "mapdb",
1723 visibility = ["//visibility:public"],
1724 exports = ["@mapdb//jar"],
1725 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001726
Ray Milkey75bd9e02018-05-30 18:27:10 -07001727 native.java_library(
1728 name = "metrics_core",
1729 visibility = ["//visibility:public"],
1730 exports = ["@metrics_core//jar"],
1731 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001732
Ray Milkey75bd9e02018-05-30 18:27:10 -07001733 native.java_library(
1734 name = "metrics_ganglia",
1735 visibility = ["//visibility:public"],
1736 exports = ["@metrics_ganglia//jar"],
1737 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001738
Ray Milkey75bd9e02018-05-30 18:27:10 -07001739 native.java_library(
1740 name = "metrics_graphite",
1741 visibility = ["//visibility:public"],
1742 exports = ["@metrics_graphite//jar"],
1743 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001744
Ray Milkey75bd9e02018-05-30 18:27:10 -07001745 native.java_library(
1746 name = "metrics_influxdb",
1747 visibility = ["//visibility:public"],
1748 exports = ["@metrics_influxdb//jar"],
1749 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001750
Ray Milkey75bd9e02018-05-30 18:27:10 -07001751 native.java_library(
1752 name = "metrics_json",
1753 visibility = ["//visibility:public"],
1754 exports = ["@metrics_json//jar"],
1755 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001756
Ray Milkey75bd9e02018-05-30 18:27:10 -07001757 native.java_library(
1758 name = "minimal_json",
1759 visibility = ["//visibility:public"],
1760 exports = ["@minimal_json//jar"],
1761 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001762
Ray Milkey75bd9e02018-05-30 18:27:10 -07001763 native.java_library(
1764 name = "minlog",
1765 visibility = ["//visibility:public"],
1766 exports = ["@minlog//jar"],
1767 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001768
Ray Milkey75bd9e02018-05-30 18:27:10 -07001769 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001770 name = "io_netty_netty",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001771 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001772 exports = ["@io_netty_netty//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001773 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001774
Ray Milkey75bd9e02018-05-30 18:27:10 -07001775 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001776 name = "io_netty_netty_buffer",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001777 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001778 exports = ["@io_netty_netty_buffer//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001779 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001780
Ray Milkey75bd9e02018-05-30 18:27:10 -07001781 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001782 name = "io_netty_netty_codec",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001783 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001784 exports = ["@io_netty_netty_codec//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001785 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001786
Ray Milkey75bd9e02018-05-30 18:27:10 -07001787 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001788 name = "io_netty_netty_common",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001789 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001790 exports = ["@io_netty_netty_common//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001791 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001792
Ray Milkey75bd9e02018-05-30 18:27:10 -07001793 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001794 name = "io_netty_netty_handler",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001795 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001796 exports = ["@io_netty_netty_handler//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001797 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001798
Ray Milkey75bd9e02018-05-30 18:27:10 -07001799 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001800 name = "io_netty_netty_handler_proxy",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001801 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001802 exports = ["@io_netty_netty_handler_proxy//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001803 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001804
Ray Milkey75bd9e02018-05-30 18:27:10 -07001805 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001806 name = "io_netty_netty_transport",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001807 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001808 exports = ["@io_netty_netty_transport//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001809 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001810
Ray Milkey75bd9e02018-05-30 18:27:10 -07001811 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001812 name = "io_netty_netty_transport_native_unix_common",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001813 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001814 exports = ["@io_netty_netty_transport_native_unix_common//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001815 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001816
Ray Milkey75bd9e02018-05-30 18:27:10 -07001817 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001818 name = "io_netty_netty_transport_native_epoll",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001819 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001820 exports = ["@io_netty_netty_transport_native_epoll//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001821 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001822
Ray Milkey75bd9e02018-05-30 18:27:10 -07001823 native.java_library(
Carmelo Cascone72893b72018-08-09 00:59:06 -07001824 name = "io_netty_netty_resolver",
Ray Milkey75bd9e02018-05-30 18:27:10 -07001825 visibility = ["//visibility:public"],
Carmelo Cascone72893b72018-08-09 00:59:06 -07001826 exports = ["@io_netty_netty_resolver//jar"],
1827 )
1828
1829 native.java_library(
1830 name = "io_netty_netty_codec_http2",
1831 visibility = ["//visibility:public"],
1832 exports = ["@io_netty_netty_codec_http2//jar"],
1833 )
1834
1835 native.java_library(
1836 name = "io_netty_netty_codec_http",
1837 visibility = ["//visibility:public"],
1838 exports = ["@io_netty_netty_codec_http//jar"],
1839 )
1840
1841 native.java_library(
1842 name = "io_netty_netty_codec_socks",
1843 visibility = ["//visibility:public"],
1844 exports = ["@io_netty_netty_codec_socks//jar"],
Ray Milkey75bd9e02018-05-30 18:27:10 -07001845 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001846
Ray Milkey75bd9e02018-05-30 18:27:10 -07001847 native.java_library(
1848 name = "objenesis",
1849 visibility = ["//visibility:public"],
1850 exports = ["@objenesis//jar"],
1851 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001852
Ray Milkey75bd9e02018-05-30 18:27:10 -07001853 native.java_library(
1854 name = "openflowj",
1855 visibility = ["//visibility:public"],
1856 exports = ["@openflowj//jar"],
1857 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001858
Ray Milkey75bd9e02018-05-30 18:27:10 -07001859 native.java_library(
1860 name = "org_apache_felix_framework_security",
1861 visibility = ["//visibility:public"],
1862 exports = ["@org_apache_felix_framework_security//jar"],
1863 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001864
Ray Milkey75bd9e02018-05-30 18:27:10 -07001865 native.java_library(
1866 name = "org_apache_felix_scr",
1867 visibility = ["//visibility:public"],
1868 exports = ["@org_apache_felix_scr//jar"],
1869 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001870
Ray Milkey75bd9e02018-05-30 18:27:10 -07001871 native.java_library(
1872 name = "org_apache_felix_scr_annotations",
1873 visibility = ["//visibility:public"],
1874 exports = ["@org_apache_felix_scr_annotations//jar"],
1875 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001876
Ray Milkey75bd9e02018-05-30 18:27:10 -07001877 native.java_library(
1878 name = "org_apache_karaf_features_core",
1879 visibility = ["//visibility:public"],
1880 exports = ["@org_apache_karaf_features_core//jar"],
1881 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001882
Ray Milkey75bd9e02018-05-30 18:27:10 -07001883 native.java_library(
1884 name = "org_apache_karaf_shell_console",
1885 visibility = ["//visibility:public"],
1886 exports = ["@org_apache_karaf_shell_console//jar"],
1887 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001888
Ray Milkey75bd9e02018-05-30 18:27:10 -07001889 native.java_library(
1890 name = "org_apache_httpcomponents_httpasyncclient_osgi",
1891 visibility = ["//visibility:public"],
1892 exports = ["@org_apache_httpcomponents_httpasyncclient_osgi//jar"],
1893 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001894
Ray Milkey75bd9e02018-05-30 18:27:10 -07001895 native.java_library(
1896 name = "org_apache_httpcomponents_httpcore_nio",
1897 visibility = ["//visibility:public"],
1898 exports = ["@org_apache_httpcomponents_httpcore_nio//jar"],
1899 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001900
Ray Milkey75bd9e02018-05-30 18:27:10 -07001901 native.java_library(
1902 name = "org_apache_karaf_jaas",
1903 visibility = ["//visibility:public"],
1904 exports = ["@org_apache_karaf_jaas//jar"],
1905 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001906
Ray Milkey75bd9e02018-05-30 18:27:10 -07001907 native.java_library(
1908 name = "org_apache_karaf_system_core",
1909 visibility = ["//visibility:public"],
1910 exports = ["@org_apache_karaf_system_core//jar"],
1911 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001912
Ray Milkey75bd9e02018-05-30 18:27:10 -07001913 native.java_library(
1914 name = "org_apache_servicemix_bundles_snmp4j",
1915 visibility = ["//visibility:public"],
1916 exports = ["@org_apache_servicemix_bundles_snmp4j//jar"],
1917 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001918
Ray Milkey75bd9e02018-05-30 18:27:10 -07001919 native.java_library(
1920 name = "org_osgi_compendium",
1921 visibility = ["//visibility:public"],
1922 exports = ["@org_osgi_compendium//jar"],
1923 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001924
Ray Milkey75bd9e02018-05-30 18:27:10 -07001925 native.java_library(
1926 name = "osgi_core",
1927 visibility = ["//visibility:public"],
1928 exports = ["@osgi_core//jar"],
1929 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001930
Ray Milkey75bd9e02018-05-30 18:27:10 -07001931 native.java_library(
1932 name = "reflectasm",
1933 visibility = ["//visibility:public"],
1934 exports = ["@reflectasm//jar"],
1935 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001936
Ray Milkey75bd9e02018-05-30 18:27:10 -07001937 native.java_library(
1938 name = "remotetea_oncrpc",
1939 visibility = ["//visibility:public"],
1940 exports = ["@remotetea_oncrpc//jar"],
1941 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001942
Ray Milkey75bd9e02018-05-30 18:27:10 -07001943 native.java_library(
1944 name = "rrd4j",
1945 visibility = ["//visibility:public"],
1946 exports = ["@rrd4j//jar"],
1947 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001948
Ray Milkey75bd9e02018-05-30 18:27:10 -07001949 native.java_library(
1950 name = "javassist",
1951 visibility = [<