blob: 18fc9ecaf1fd42bc245ecf27449ddcefe172f911 [file] [log] [blame]
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001# ***** This file was auto-generated at Tue, 21 Aug 2018 03:55:22 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():
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700135 if "aopalliance_repackaged" not in native.existing_rules():
136 native.maven_jar(
137 name = "aopalliance_repackaged",
138 artifact = "org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42",
139 sha1 = "e74beab6ca12e9e745eb47ca61729d9452b96f0c",
140 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700141
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700142 if "amqp_client" not in native.existing_rules():
143 native.maven_jar(
144 name = "amqp_client",
145 artifact = "com.rabbitmq:amqp-client:3.6.1",
146 sha1 = "089be4acfa8a0fa48a775a82d20632f90aecf10b",
147 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700148
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700149 if "asm" not in native.existing_rules():
150 native.maven_jar(
151 name = "asm",
152 artifact = "org.ow2.asm:asm:5.0.4",
153 sha1 = "0da08b8cce7bbf903602a25a3a163ae252435795",
154 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700155
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700156 if "atomix" not in native.existing_rules():
157 native.maven_jar(
158 name = "atomix",
159 artifact = "io.atomix:atomix:3.0.0",
160 sha1 = "13cb1df38cd31cab14de0b5137f68564aba01fa8",
161 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700162
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700163 if "atomix_cluster" not in native.existing_rules():
164 native.maven_jar(
165 name = "atomix_cluster",
166 artifact = "io.atomix:atomix-cluster:3.0.0",
167 sha1 = "e784574f72c100bbd28ea88370608dcc4acc26cb",
168 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700169
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700170 if "atomix_gossip" not in native.existing_rules():
171 native.maven_jar(
172 name = "atomix_gossip",
173 artifact = "io.atomix:atomix-gossip:3.0.0",
174 sha1 = "c2d9f5617f8357e328e51df6925bb90c96e33f87",
175 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700176
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700177 if "atomix_primary_backup" not in native.existing_rules():
178 native.maven_jar(
179 name = "atomix_primary_backup",
180 artifact = "io.atomix:atomix-primary-backup:3.0.0",
181 sha1 = "dc76cef48cddfcc439d9344a9ac5a19acd6f610b",
182 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700183
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700184 if "atomix_primitive" not in native.existing_rules():
185 native.maven_jar(
186 name = "atomix_primitive",
187 artifact = "io.atomix:atomix-primitive:3.0.0",
188 sha1 = "94fca599cd908760c04916922ff49a447f8f0c7e",
189 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700190
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700191 if "atomix_raft" not in native.existing_rules():
192 native.maven_jar(
193 name = "atomix_raft",
194 artifact = "io.atomix:atomix-raft:3.0.0",
195 sha1 = "846cd7f2077159bd5acb8d5e78ec03b276668d96",
196 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700197
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700198 if "atomix_storage" not in native.existing_rules():
199 native.maven_jar(
200 name = "atomix_storage",
201 artifact = "io.atomix:atomix-storage:3.0.0",
202 sha1 = "4a5ffed3199541ccf1de3318ced3a6edeb22ddd1",
203 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700204
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700205 if "atomix_utils" not in native.existing_rules():
206 native.maven_jar(
207 name = "atomix_utils",
208 artifact = "io.atomix:atomix-utils:3.0.0",
209 sha1 = "f1a0c5adf941a14578056b30a660c7fe6948d578",
210 )
Jordan Halterman6aca84c2018-07-31 13:33:13 -0700211
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700212 if "classgraph" not in native.existing_rules():
213 native.maven_jar(
214 name = "classgraph",
215 artifact = "io.github.classgraph:classgraph:4.0.6",
216 sha1 = "7fe1e7464ffd40c7333b8bbf53c4d73a7cbd7b4c",
217 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700218
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700219 if "commons_codec" not in native.existing_rules():
220 native.maven_jar(
221 name = "commons_codec",
222 artifact = "commons-codec:commons-codec:1.10",
223 sha1 = "4b95f4897fa13f2cd904aee711aeafc0c5295cd8",
224 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700225
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700226 if "commons_cli" not in native.existing_rules():
227 native.maven_jar(
228 name = "commons_cli",
229 artifact = "commons-cli:commons-cli:1.3",
230 sha1 = "a48653b6bcd06b5e61ed63739ca601701fcb6a6c",
231 )
Ray Milkeyb7949e72018-06-19 18:31:02 -0700232
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700233 if "commons_collections" not in native.existing_rules():
234 native.maven_jar(
235 name = "commons_collections",
236 artifact = "commons-collections:commons-collections:3.2.2",
237 sha1 = "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5",
238 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700239
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700240 if "commons_configuration" not in native.existing_rules():
241 native.maven_jar(
242 name = "commons_configuration",
243 artifact = "commons-configuration:commons-configuration:1.10",
244 sha1 = "2b36e4adfb66d966c5aef2d73deb6be716389dc9",
245 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700246
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700247 if "commons_io" not in native.existing_rules():
248 native.maven_jar(
249 name = "commons_io",
250 artifact = "commons-io:commons-io:2.6",
251 sha1 = "815893df5f31da2ece4040fe0a12fd44b577afaf",
252 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700253
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700254 if "commons_jxpath" not in native.existing_rules():
255 native.maven_jar(
256 name = "commons_jxpath",
257 artifact = "commons-jxpath:commons-jxpath:1.3",
258 sha1 = "c22d7d0f0f40eb7059a23cfa61773a416768b137",
259 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700260
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700261 if "commons_beanutils" not in native.existing_rules():
262 native.maven_jar(
263 name = "commons_beanutils",
264 artifact = "commons-beanutils:commons-beanutils:1.9.3",
265 sha1 = "c845703de334ddc6b4b3cd26835458cb1cba1f3d",
266 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700267
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700268 if "fast_classpath_scanner" not in native.existing_rules():
269 native.maven_jar(
270 name = "fast_classpath_scanner",
271 artifact = "io.github.lukehutch:fast-classpath-scanner:2.21",
272 sha1 = "0cc8e22b412521480c89ac79194e82bd4471dd75",
273 )
Jordan Halterman00e92da2018-05-22 23:05:52 -0700274
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700275 if "jdom" not in native.existing_rules():
276 native.maven_jar(
277 name = "jdom",
278 artifact = "jdom:jdom:1.0",
279 sha1 = "a2ac1cd690ab4c80defe7f9bce14d35934c35cec",
280 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700281
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700282 if "commons_lang" not in native.existing_rules():
283 native.maven_jar(
284 name = "commons_lang",
285 artifact = "commons-lang:commons-lang:2.6",
286 sha1 = "0ce1edb914c94ebc388f086c6827e8bdeec71ac2",
287 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700288
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700289 if "commons_lang3" not in native.existing_rules():
290 native.maven_jar(
291 name = "commons_lang3",
292 artifact = "org.apache.commons:commons-lang3:3.7",
293 sha1 = "557edd918fd41f9260963583ebf5a61a43a6b423",
294 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700295
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700296 if "commons_logging" not in native.existing_rules():
297 native.maven_jar(
298 name = "commons_logging",
299 artifact = "commons-logging:commons-logging:1.2",
300 sha1 = "4bfc12adfe4842bf07b657f0369c4cb522955686",
301 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700302
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700303 if "commons_math3" not in native.existing_rules():
304 native.maven_jar(
305 name = "commons_math3",
306 artifact = "org.apache.commons:commons-math3:3.6.1",
307 sha1 = "e4ba98f1d4b3c80ec46392f25e094a6a2e58fcbf",
308 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700309
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700310 if "commons_net" not in native.existing_rules():
311 native.maven_jar(
312 name = "commons_net",
313 artifact = "commons-net:commons-net:3.5",
314 sha1 = "342fc284019f590e1308056990fdb24a08f06318",
315 )
Ray Milkey8e53f372018-07-23 11:08:29 -0700316
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700317 if "commons_pool" not in native.existing_rules():
318 native.maven_jar(
319 name = "commons_pool",
320 artifact = "commons-pool:commons-pool:1.6",
321 sha1 = "4572d589699f09d866a226a14b7f4323c6d8f040",
322 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700323
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700324 if "commons_text" not in native.existing_rules():
325 native.maven_jar(
326 name = "commons_text",
327 artifact = "org.apache.commons:commons-text:1.3",
328 sha1 = "9abf61708a66ab5e55f6169a200dbfc584b546d9",
329 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700330
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700331 if "concurrent_trees" not in native.existing_rules():
332 native.maven_jar(
333 name = "concurrent_trees",
334 artifact = "com.googlecode.concurrent-trees:concurrent-trees:2.6.1",
335 sha1 = "9b647240522ab67c003de9b6702ca81ac0c15efc",
336 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700337
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700338 if "easymock" not in native.existing_rules():
339 native.maven_jar(
340 name = "easymock",
341 artifact = "org.easymock:easymock:3.6",
342 sha1 = "276883daaf2230e6f1e07c78ad695d2a18c7170b",
343 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700344
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700345 if "antlr" not in native.existing_rules():
346 native.maven_jar(
347 name = "antlr",
348 artifact = "antlr:antlr:2.7.7",
349 sha1 = "83cd2cd674a217ade95a4bb83a8a14f351f48bd0",
350 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700351
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700352 if "ganymed_ssh2" not in native.existing_rules():
353 native.maven_jar(
354 name = "ganymed_ssh2",
355 artifact = "ch.ethz.ganymed:ganymed-ssh2:262",
356 sha1 = "7761dc665d0f6993dc846d914214fb93291e2bdf",
357 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700358
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700359 if "gmetric4j" not in native.existing_rules():
360 native.maven_jar(
361 name = "gmetric4j",
362 artifact = "info.ganglia.gmetric4j:gmetric4j:1.0.10",
363 sha1 = "3d62003123b586adb86cb028cc0f8a8c3a701d81",
364 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700365
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700366 if "com_google_code_gson_gson" not in native.existing_rules():
367 native.maven_jar(
368 name = "com_google_code_gson_gson",
369 artifact = "com.google.code.gson:gson:2.7",
370 sha1 = "751f548c85fa49f330cecbb1875893f971b33c4e",
371 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700372
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700373 if "com_google_guava_guava" not in native.existing_rules():
374 native.maven_jar(
375 name = "com_google_guava_guava",
376 artifact = "com.google.guava:guava:22.0",
377 sha1 = "3564ef3803de51fb0530a8377ec6100b33b0d073",
378 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700379
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700380 if "com_google_guava_guava_testlib" not in native.existing_rules():
381 native.maven_jar(
382 name = "com_google_guava_guava_testlib",
383 artifact = "com.google.guava:guava-testlib:22.0",
384 sha1 = "3be1b88f1cfc6592acbcbfe1f3a420f79eb2b146",
385 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700386
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700387 if "hamcrest_all" not in native.existing_rules():
388 native.maven_jar(
389 name = "hamcrest_all",
390 artifact = "org.hamcrest:hamcrest-all:1.3",
391 sha1 = "63a21ebc981131004ad02e0434e799fd7f3a8d5a",
392 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700393
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700394 if "hk2_api" not in native.existing_rules():
395 native.maven_jar(
396 name = "hk2_api",
397 artifact = "org.glassfish.hk2:hk2-api:2.5.0-b42",
398 sha1 = "7fd4e3d0f2cb37c80ad0dedee3f5ee69503eaf52",
399 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700400
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700401 if "hk2_locator" not in native.existing_rules():
402 native.maven_jar(
403 name = "hk2_locator",
404 artifact = "org.glassfish.hk2:hk2-locator:2.5.0-b42",
405 sha1 = "9d6edc0cb226401a8316e67d81bfc37cb626ef91",
406 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700407
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700408 if "hk2_osgi_resource_locator" not in native.existing_rules():
409 native.maven_jar(
410 name = "hk2_osgi_resource_locator",
411 artifact = "org.glassfish.hk2:osgi-resource-locator:1.0.1",
412 sha1 = "4ed2b2d4738aed5786cfa64cba5a332779c4c708",
413 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700414
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700415 if "hk2_utils" not in native.existing_rules():
416 native.maven_jar(
417 name = "hk2_utils",
418 artifact = "org.glassfish.hk2:hk2-utils:2.5.0-b42",
419 sha1 = "102a344e1728825e865a8986d7605602aba3c3b6",
420 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700421
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700422 if "httpclient_osgi" not in native.existing_rules():
423 native.maven_jar(
424 name = "httpclient_osgi",
425 artifact = "org.apache.httpcomponents:httpclient-osgi:4.5.1",
426 sha1 = "0220a68ff36e5b0fa71b5dc0b1dc1d4ad2dcf524",
427 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700428
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700429 if "httpcore_osgi" not in native.existing_rules():
430 native.maven_jar(
431 name = "httpcore_osgi",
432 artifact = "org.apache.httpcomponents:httpcore-osgi:4.4.4",
433 sha1 = "d5c14055e569afca96f4603d6f9d467bc72ccba8",
434 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700435
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700436 if "influxdb_java" not in native.existing_rules():
437 native.maven_jar(
438 name = "influxdb_java",
439 artifact = "org.influxdb:influxdb-java:2.9",
440 sha1 = "3c1c2b9b977d4ee67b2877eb89943add248a50db",
441 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700442
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700443 if "retrofit" not in native.existing_rules():
444 native.maven_jar(
445 name = "retrofit",
446 artifact = "com.squareup.retrofit2:retrofit:2.3.0",
447 sha1 = "bcacde6a8ccedcc56c127403d26b76072fe6214d",
448 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700449
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700450 if "converter_moshi" not in native.existing_rules():
451 native.maven_jar(
452 name = "converter_moshi",
453 artifact = "com.squareup.retrofit2:converter-moshi:2.3.0",
454 sha1 = "6ad87c2038269d2574fcd90765ce15c74d6bb993",
455 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700456
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700457 if "okhttp" not in native.existing_rules():
458 native.maven_jar(
459 name = "okhttp",
460 artifact = "com.squareup.okhttp3:okhttp:3.9.1",
461 sha1 = "84b4b7d1c4a238e7899972b7446c250691e65f1f",
462 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700463
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700464 if "logging_interceptor" not in native.existing_rules():
465 native.maven_jar(
466 name = "logging_interceptor",
467 artifact = "com.squareup.okhttp3:logging-interceptor:3.9.1",
468 sha1 = "36e71ab9e903fc4d1b4a58d80572a91d9fd60caf",
469 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700470
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700471 if "moshi" not in native.existing_rules():
472 native.maven_jar(
473 name = "moshi",
474 artifact = "com.squareup.moshi:moshi:1.4.0",
475 sha1 = "d67ad038adfd55dc276488a54f4944dfae5ff8ec",
476 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700477
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700478 if "okio" not in native.existing_rules():
479 native.maven_jar(
480 name = "okio",
481 artifact = "com.squareup.okio:okio:1.14.0",
482 sha1 = "102d7be47241d781ef95f1581d414b0943053130",
483 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700484
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700485 if "jackson_annotations" not in native.existing_rules():
486 native.maven_jar(
487 name = "jackson_annotations",
488 artifact = "com.fasterxml.jackson.core:jackson-annotations:2.9.5",
489 sha1 = "9056ec9db21c57d43219a84bb18c129ae51c6a5d",
490 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700491
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700492 if "jackson_core" not in native.existing_rules():
493 native.maven_jar(
494 name = "jackson_core",
495 artifact = "com.fasterxml.jackson.core:jackson-core:2.9.5",
496 sha1 = "a22ac51016944b06fd9ffbc9541c6e7ce5eea117",
497 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700498
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700499 if "jackson_databind" not in native.existing_rules():
500 native.maven_jar(
501 name = "jackson_databind",
502 artifact = "com.fasterxml.jackson.core:jackson-databind:2.9.5",
503 sha1 = "3490508379d065fe3fcb80042b62f630f7588606",
504 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700505
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700506 if "javax_annotation_api_mvn" not in native.existing_rules():
507 native.maven_jar(
508 name = "javax_annotation_api_mvn",
509 artifact = "javax.annotation:javax.annotation-api:1.2",
510 sha1 = "479c1e06db31c432330183f5cae684163f186146",
511 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700512
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700513 if "javax_inject" not in native.existing_rules():
514 native.maven_jar(
515 name = "javax_inject",
516 artifact = "org.glassfish.hk2.external:javax.inject:2.5.0-b42",
517 sha1 = "98e0b7dcef77dc04809f0603868140a1c60bea71",
518 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700519
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700520 if "javax_ws_rs_api" not in native.existing_rules():
521 native.maven_jar(
522 name = "javax_ws_rs_api",
523 artifact = "javax.ws.rs:javax.ws.rs-api:2.1",
524 sha1 = "426a0862406536e690c7caa8bb6ed32191986fac",
525 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700526
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700527 if "jersey_client" not in native.existing_rules():
528 native.maven_jar(
529 name = "jersey_client",
530 artifact = "org.glassfish.jersey.core:jersey-client:2.26",
531 sha1 = "125b8d1040d121a5dc4ce6858e21a6160bed7afa",
532 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700533
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700534 if "jersey_security" not in native.existing_rules():
535 native.maven_jar(
536 name = "jersey_security",
537 artifact = "org.glassfish.jersey.security:oauth2-client:2.26",
538 sha1 = "968e1d99c9460e29bdb447114fa8440c3dbafb14",
539 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700540
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700541 if "jersey_common" not in native.existing_rules():
542 native.maven_jar(
543 name = "jersey_common",
544 artifact = "org.glassfish.jersey.core:jersey-common:2.26",
545 sha1 = "d96475745c5e72cafcbc4dc9e2e725f4d9683f21",
546 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700547
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700548 if "jersey_container_jetty_http" not in native.existing_rules():
549 native.maven_jar(
550 name = "jersey_container_jetty_http",
551 artifact = "org.glassfish.jersey.containers:jersey-container-jetty-http:2.26",
552 sha1 = "c20d58ceb1a5d98aad2b2032ca200403622fe9d6",
553 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700554
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700555 if "jersey_container_servlet" not in native.existing_rules():
556 native.maven_jar(
557 name = "jersey_container_servlet",
558 artifact = "org.glassfish.jersey.containers:jersey-container-servlet:2.26",
559 sha1 = "8723d05d1fe2fdda54d0921836ea5daa5abe5f00",
560 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700561
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700562 if "jersey_container_servlet_core" not in native.existing_rules():
563 native.maven_jar(
564 name = "jersey_container_servlet_core",
565 artifact = "org.glassfish.jersey.containers:jersey-container-servlet-core:2.26",
566 sha1 = "66a0d51facf1e49e2353ff0d2a2d4a9e2fa3f836",
567 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700568
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700569 if "jersey_media_multipart" not in native.existing_rules():
570 native.maven_jar(
571 name = "jersey_media_multipart",
572 artifact = "org.glassfish.jersey.media:jersey-media-multipart:2.26",
573 sha1 = "c7ea0a5819e4688317024c9f4b6e3de54f9d0f3d",
574 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700575
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700576 if "jersey_media_sse" not in native.existing_rules():
577 native.maven_jar(
578 name = "jersey_media_sse",
579 artifact = "org.glassfish.jersey.media:jersey-media-sse:2.26",
580 sha1 = "61cfeb0df911585140f64f3369eb524e0e02f534",
581 )
Sean Condon5548ce62018-07-30 16:00:10 +0100582
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700583 if "jersey_server" not in native.existing_rules():
584 native.maven_jar(
585 name = "jersey_server",
586 artifact = "org.glassfish.jersey.core:jersey-server:2.26",
587 sha1 = "aa8eff3d591641dadd7c9880bb73b59bf46d4c82",
588 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700589
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700590 if "jersey_hk2" not in native.existing_rules():
591 native.maven_jar(
592 name = "jersey_hk2",
593 artifact = "org.glassfish.jersey.inject:jersey-hk2:2.26",
594 sha1 = "df27f7d7577acf4b532684448021632098924dab",
595 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700596
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700597 if "jersey_test_framework_core" not in native.existing_rules():
598 native.maven_jar(
599 name = "jersey_test_framework_core",
600 artifact = "org.glassfish.jersey.test-framework:jersey-test-framework-core:2.26",
601 sha1 = "92698666ae89db58074001a34f09b8233ef5effa",
602 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700603
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700604 if "jersey_test_framework_jetty" not in native.existing_rules():
605 native.maven_jar(
606 name = "jersey_test_framework_jetty",
607 artifact = "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.26",
608 sha1 = "6be06684283e7c90036d9e24f7793fd8bbb04f6a",
609 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700610
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700611 if "jetty_util" not in native.existing_rules():
612 native.maven_jar(
613 name = "jetty_util",
614 artifact = "org.eclipse.jetty:jetty-util:9.2.21.v20170120",
615 sha1 = "58d9c3a134dc6d6d84b555758015ab3585b88464",
616 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700617
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700618 if "jetty_websocket" not in native.existing_rules():
619 native.maven_jar(
620 name = "jetty_websocket",
621 artifact = "org.eclipse.jetty:jetty-websocket:8.1.19.v20160209",
622 sha1 = "a423ddda13e52a65d604320472af598ca7122a60",
623 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700624
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700625 if "jetty_server" not in native.existing_rules():
626 native.maven_jar(
627 name = "jetty_server",
628 artifact = "org.eclipse.jetty:jetty-server:9.2.21.v20170120",
629 sha1 = "bdf6a2d58f878652e4b8c3af913e9c56b995e87d",
630 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700631
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700632 if "jetty_continuation" not in native.existing_rules():
633 native.maven_jar(
634 name = "jetty_continuation",
635 artifact = "org.eclipse.jetty:jetty-continuation:9.2.21.v20170120",
636 sha1 = "38c35ef850d508aa0fae450eee72d784a5dd2d06",
637 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700638
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700639 if "jetty_http" not in native.existing_rules():
640 native.maven_jar(
641 name = "jetty_http",
642 artifact = "org.eclipse.jetty:jetty-http:9.2.21.v20170120",
643 sha1 = "24c5a91c48cfd73b863962ec36ba4dc2bb6552ea",
644 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700645
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700646 if "jetty_io" not in native.existing_rules():
647 native.maven_jar(
648 name = "jetty_io",
649 artifact = "org.eclipse.jetty:jetty-io:9.2.21.v20170120",
650 sha1 = "a25222b557823b59a7b6d121f951926be20cff85",
651 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700652
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700653 if "javax_servlet_api" not in native.existing_rules():
654 native.maven_jar(
655 name = "javax_servlet_api",
656 artifact = "javax.servlet:javax.servlet-api:3.1.0",
657 sha1 = "3cd63d075497751784b2fa84be59432f4905bf7c",
658 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700659
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700660 if "joda_time" not in native.existing_rules():
661 native.maven_jar(
662 name = "joda_time",
663 artifact = "joda-time:joda-time:2.9.3",
664 sha1 = "9e46be514a4ed60bcfbaaba88a3c668cf30476ab",
665 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700666
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700667 if "jsch" not in native.existing_rules():
668 native.maven_jar(
669 name = "jsch",
670 artifact = "com.jcraft:jsch:0.1.53",
671 sha1 = "658b682d5c817b27ae795637dfec047c63d29935",
672 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700673
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700674 if "com_google_code_findbugs_jsr305" not in native.existing_rules():
675 native.maven_jar(
676 name = "com_google_code_findbugs_jsr305",
677 artifact = "com.google.code.findbugs:jsr305:3.0.1",
678 sha1 = "f7be08ec23c21485b9b5a1cf1654c2ec8c58168d",
679 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700680
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700681 if "junit" not in native.existing_rules():
682 native.maven_jar(
683 name = "junit",
684 artifact = "junit:junit:4.12",
685 sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec",
686 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700687
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700688 if "junit_dep" not in native.existing_rules():
689 native.maven_jar(
690 name = "junit_dep",
691 artifact = "junit:junit:4.10",
692 sha1 = "e4f1766ce7404a08f45d859fb9c226fc9e41a861",
693 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700694
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700695 if "kryo" not in native.existing_rules():
696 native.maven_jar(
697 name = "kryo",
698 artifact = "com.esotericsoftware:kryo:4.0.1",
699 sha1 = "5053899c213a6ce50a800d4902c5a9de49fe0098",
700 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700701
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700702 if "mapdb" not in native.existing_rules():
703 native.maven_jar(
704 name = "mapdb",
705 artifact = "org.mapdb:mapdb:1.0.9",
706 sha1 = "f8df5e15778eb3e88c03b77aca70c318c6b7c9d0",
707 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700708
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700709 if "metrics_core" not in native.existing_rules():
710 native.maven_jar(
711 name = "metrics_core",
712 artifact = "io.dropwizard.metrics:metrics-core:3.2.2",
713 sha1 = "cd9886f498ee2ab2d994f0c779e5553b2c450416",
714 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700715
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700716 if "metrics_ganglia" not in native.existing_rules():
717 native.maven_jar(
718 name = "metrics_ganglia",
719 artifact = "io.dropwizard.metrics:metrics-ganglia:3.2.2",
720 sha1 = "d5bb1883e9b0daf0e4187e558746f5058f4585c1",
721 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700722
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700723 if "metrics_graphite" not in native.existing_rules():
724 native.maven_jar(
725 name = "metrics_graphite",
726 artifact = "io.dropwizard.metrics:metrics-graphite:3.2.2",
727 sha1 = "908e8cbec1bbdb2f4023334e424c7de2832a95af",
728 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700729
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700730 if "metrics_influxdb" not in native.existing_rules():
731 native.maven_jar(
732 name = "metrics_influxdb",
733 artifact = "com.izettle:metrics-influxdb:1.1.1",
734 sha1 = "a911d778c2f8607dd4e7a4cdb9b0cd97adcd0343",
735 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700736
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700737 if "metrics_json" not in native.existing_rules():
738 native.maven_jar(
739 name = "metrics_json",
740 artifact = "io.dropwizard.metrics:metrics-json:3.2.2",
741 sha1 = "234612b9739a651eb2b71a8f9e9c4d11d7ccf849",
742 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700743
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700744 if "minimal_json" not in native.existing_rules():
745 native.maven_jar(
746 name = "minimal_json",
747 artifact = "com.eclipsesource.minimal-json:minimal-json:0.9.4",
748 sha1 = "d6e7dd22569de97c2697a4af301a623f35028972",
749 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700750
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700751 if "minlog" not in native.existing_rules():
752 native.maven_jar(
753 name = "minlog",
754 artifact = "com.esotericsoftware:minlog:1.3.0",
755 sha1 = "ff07b5f1b01d2f92bb00a337f9a94873712f0827",
756 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700757
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700758 if "io_netty_netty" not in native.existing_rules():
759 native.maven_jar(
760 name = "io_netty_netty",
761 artifact = "io.netty:netty:3.10.5.Final",
762 sha1 = "9ca7d55d246092bddd29b867706e2f6c7db701a0",
763 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700764
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700765 if "io_netty_netty_buffer" not in native.existing_rules():
766 native.maven_jar(
767 name = "io_netty_netty_buffer",
768 artifact = "io.netty:netty-buffer:4.1.27.Final",
769 sha1 = "aafe2b9fb0d8f3b200cf10b9fd6486c6a722d7a1",
770 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700771
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700772 if "io_netty_netty_codec" not in native.existing_rules():
773 native.maven_jar(
774 name = "io_netty_netty_codec",
775 artifact = "io.netty:netty-codec:4.1.27.Final",
776 sha1 = "d2653d78ebaa650064768fb26b10051f5c8efb2c",
777 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700778
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700779 if "io_netty_netty_common" not in native.existing_rules():
780 native.maven_jar(
781 name = "io_netty_netty_common",
782 artifact = "io.netty:netty-common:4.1.27.Final",
783 sha1 = "6a12a969c27fb37b230c4bde5a67bd822fa6b7a4",
784 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700785
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700786 if "io_netty_netty_handler" not in native.existing_rules():
787 native.maven_jar(
788 name = "io_netty_netty_handler",
789 artifact = "io.netty:netty-handler:4.1.27.Final",
790 sha1 = "21bd9cf565390a8d72579b8664303e3c175dfc6a",
791 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700792
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700793 if "io_netty_netty_handler_proxy" not in native.existing_rules():
794 native.maven_jar(
795 name = "io_netty_netty_handler_proxy",
796 artifact = "io.netty:netty-handler-proxy:4.1.27.Final",
797 sha1 = "1a822ce7760bc6eb4937b7e448c9e081fedcc807",
798 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700799
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700800 if "io_netty_netty_transport" not in native.existing_rules():
801 native.maven_jar(
802 name = "io_netty_netty_transport",
803 artifact = "io.netty:netty-transport:4.1.27.Final",
804 sha1 = "b5c2da3ea89dd67320925f1504c9eb3615241b7c",
805 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700806
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700807 if "io_netty_netty_transport_native_unix_common" not in native.existing_rules():
808 native.maven_jar(
809 name = "io_netty_netty_transport_native_unix_common",
810 artifact = "io.netty:netty-transport-native-unix-common:4.1.27.Final",
811 sha1 = "2b0667fe5c1df78c6cfbf9d53ad8b1fb533fb8e8",
812 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700813
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700814 if "io_netty_netty_transport_native_epoll" not in native.existing_rules():
815 native.maven_jar(
816 name = "io_netty_netty_transport_native_epoll",
817 artifact = "io.netty:netty-transport-native-epoll:4.1.27.Final",
818 sha1 = "addbd481940a3cce57cb5736ecef5db909b7b5d0",
819 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700820
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700821 if "io_netty_netty_resolver" not in native.existing_rules():
822 native.maven_jar(
823 name = "io_netty_netty_resolver",
824 artifact = "io.netty:netty-resolver:4.1.27.Final",
825 sha1 = "2536447ef9605ccb2b5203aa22392c6514484ea9",
826 )
Carmelo Cascone72893b72018-08-09 00:59:06 -0700827
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700828 if "io_netty_netty_codec_http2" not in native.existing_rules():
829 native.maven_jar(
830 name = "io_netty_netty_codec_http2",
831 artifact = "io.netty:netty-codec-http2:4.1.27.Final",
832 sha1 = "3769790a2033667d663f9a526d5b63cfecdbdf4e",
833 )
Carmelo Cascone72893b72018-08-09 00:59:06 -0700834
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700835 if "io_netty_netty_codec_http" not in native.existing_rules():
836 native.maven_jar(
837 name = "io_netty_netty_codec_http",
838 artifact = "io.netty:netty-codec-http:4.1.27.Final",
839 sha1 = "a1722d6bcbbef1c4c7877e8bf38b07a3db5ed07f",
840 )
Carmelo Cascone72893b72018-08-09 00:59:06 -0700841
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700842 if "io_netty_netty_codec_socks" not in native.existing_rules():
843 native.maven_jar(
844 name = "io_netty_netty_codec_socks",
845 artifact = "io.netty:netty-codec-socks:4.1.27.Final",
846 sha1 = "285b09af98764cf02e4b77b3d95af188469a7133",
847 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700848
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700849 if "objenesis" not in native.existing_rules():
850 native.maven_jar(
851 name = "objenesis",
852 artifact = "org.objenesis:objenesis:2.6",
853 sha1 = "639033469776fd37c08358c6b92a4761feb2af4b",
854 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700855
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700856 if "openflowj" not in native.existing_rules():
857 native.maven_jar(
858 name = "openflowj",
859 artifact = "org.onosproject:openflowj:3.2.1.onos",
860 sha1 = "66544b285cddc8d53485107310f07b7bc90ac63b",
861 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700862
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700863 if "org_apache_felix_framework_security" not in native.existing_rules():
864 native.maven_jar(
865 name = "org_apache_felix_framework_security",
866 artifact = "org.onosproject:org.apache.felix.framework.security:2.2.0.onos",
867 sha1 = "5d39a4ff4a5d3daec8c404789d398c780151de8c",
868 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700869
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700870 if "org_apache_felix_scr" not in native.existing_rules():
871 native.maven_jar(
872 name = "org_apache_felix_scr",
873 artifact = "org.apache.felix:org.apache.felix.scr:1.8.2",
874 sha1 = "c3047d56ee57de0752821fd9c3894dda664f2e37",
875 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700876
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700877 if "org_apache_felix_scr_annotations" not in native.existing_rules():
878 native.maven_jar(
879 name = "org_apache_felix_scr_annotations",
880 artifact = "org.apache.felix:org.apache.felix.scr.annotations:1.9.12",
881 sha1 = "5fdc34da641dda8b9165c2be93211479a186da9c",
882 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700883
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700884 if "org_apache_karaf_features_core" not in native.existing_rules():
885 native.maven_jar(
886 name = "org_apache_karaf_features_core",
887 artifact = "org.apache.karaf.features:org.apache.karaf.features.core:3.0.8",
888 sha1 = "4a8bf5dbe10e120158cb69295388274f834ae37a",
889 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700890
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700891 if "org_apache_karaf_shell_console" not in native.existing_rules():
892 native.maven_jar(
893 name = "org_apache_karaf_shell_console",
894 artifact = "org.apache.karaf.shell:org.apache.karaf.shell.console:3.0.8",
895 sha1 = "5bf3e409d2e73bef560face9740b8c1234909b83",
896 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700897
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700898 if "org_apache_httpcomponents_httpasyncclient_osgi" not in native.existing_rules():
899 native.maven_jar(
900 name = "org_apache_httpcomponents_httpasyncclient_osgi",
901 artifact = "org.apache.httpcomponents:httpasyncclient-osgi:4.1.2",
902 sha1 = "17eccd8d9f2803ee95e80ee8283155432600e17b",
903 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700904
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700905 if "org_apache_httpcomponents_httpcore_nio" not in native.existing_rules():
906 native.maven_jar(
907 name = "org_apache_httpcomponents_httpcore_nio",
908 artifact = "org.apache.httpcomponents:httpcore-nio:4.4.4",
909 sha1 = "16badfc2d99db264c486ba8c57ae577301a58bd9",
910 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700911
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700912 if "org_apache_karaf_jaas" not in native.existing_rules():
913 native.maven_jar(
914 name = "org_apache_karaf_jaas",
915 artifact = "org.apache.karaf.jaas:org.apache.karaf.jaas.modules:3.0.8",
916 sha1 = "e4c97dac488898af1dda2b2cbf5b66318339cd29",
917 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700918
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700919 if "org_apache_karaf_system_core" not in native.existing_rules():
920 native.maven_jar(
921 name = "org_apache_karaf_system_core",
922 artifact = "org.apache.karaf.system:org.apache.karaf.system.core:3.0.8",
923 sha1 = "80378de4aeae603889d3408489ff5b9918e6064c",
924 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700925
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700926 if "org_apache_servicemix_bundles_snmp4j" not in native.existing_rules():
927 native.maven_jar(
928 name = "org_apache_servicemix_bundles_snmp4j",
929 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:2.3.4_1",
930 sha1 = "5134e0b60a6d88b26fe4dec03488efe4f2463e65",
931 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700932
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700933 if "org_osgi_compendium" not in native.existing_rules():
934 native.maven_jar(
935 name = "org_osgi_compendium",
936 artifact = "org.osgi:org.osgi.compendium:5.0.0",
937 sha1 = "9d7a9c35591f6fa1c98ac85af32775c12361aee4",
938 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700939
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700940 if "osgi_core" not in native.existing_rules():
941 native.maven_jar(
942 name = "osgi_core",
943 artifact = "org.osgi:org.osgi.core:5.0.0",
944 sha1 = "6e5e8cd3c9059c08e1085540442a490b59a7783c",
945 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700946
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700947 if "reflectasm" not in native.existing_rules():
948 native.maven_jar(
949 name = "reflectasm",
950 artifact = "com.esotericsoftware:reflectasm:1.11.0",
951 sha1 = "f747d8b017a26bac575f8da14e8c1df6aecd3154",
952 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700953
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700954 if "remotetea_oncrpc" not in native.existing_rules():
955 native.maven_jar(
956 name = "remotetea_oncrpc",
957 artifact = "org.acplt.remotetea:remotetea-oncrpc:1.1.3",
958 sha1 = "2f7d94c5179b0267a882259a03a83eaa320cbcce",
959 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700960
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700961 if "rrd4j" not in native.existing_rules():
962 native.maven_jar(
963 name = "rrd4j",
964 artifact = "org.rrd4j:rrd4j:3.1",
965 sha1 = "e533553fbf52f241dcb0c468b2052a3814dd6722",
966 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700967
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700968 if "javassist" not in native.existing_rules():
969 native.maven_jar(
970 name = "javassist",
971 artifact = "org.javassist:javassist:3.22.0-GA",
972 sha1 = "3e83394258ae2089be7219b971ec21a8288528ad",
973 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700974
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700975 if "mimepull" not in native.existing_rules():
976 native.maven_jar(
977 name = "mimepull",
978 artifact = "org.jvnet.mimepull:mimepull:1.9.6",
979 sha1 = "41c913d791e16f93bc712a8c8a30bb64daa2e9bd",
980 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700981
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700982 if "servlet_api" not in native.existing_rules():
983 native.maven_jar(
984 name = "servlet_api",
985 artifact = "javax.servlet:servlet-api:2.5",
986 sha1 = "5959582d97d8b61f4d154ca9e495aafd16726e34",
987 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700988
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700989 if "slf4j_api" not in native.existing_rules():
990 native.maven_jar(
991 name = "slf4j_api",
992 artifact = "org.slf4j:slf4j-api:1.7.25",
993 sha1 = "da76ca59f6a57ee3102f8f9bd9cee742973efa8a",
994 )
Ray Milkey7dac7da2017-08-01 16:56:05 -0700995
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700996 if "slf4j_jdk14" not in native.existing_rules():
997 native.maven_jar(
998 name = "slf4j_jdk14",
999 artifact = "org.slf4j:slf4j-jdk14:1.7.25",
1000 sha1 = "bccda40ebc8067491b32a88f49615a747d20082d",
1001 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001002
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001003 if "slf4j_nop" not in native.existing_rules():
1004 native.maven_jar(
1005 name = "slf4j_nop",
1006 artifact = "org.slf4j:slf4j-nop:1.7.25",
1007 sha1 = "8c7708c79afec923de8957b7d4f90177628b9fcd",
1008 )
Thomas Vachuska5b9ff6a2018-07-13 11:00:50 -07001009
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001010 if "typesafe_config" not in native.existing_rules():
1011 native.maven_jar(
1012 name = "typesafe_config",
1013 artifact = "com.typesafe:config:1.3.2",
1014 sha1 = "d6ac0ce079f114adce620f2360c92a70b2cb36dc",
1015 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001016
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001017 if "validation_api" not in native.existing_rules():
1018 native.maven_jar(
1019 name = "validation_api",
1020 artifact = "javax.validation:validation-api:1.1.0.Final",
1021 sha1 = "8613ae82954779d518631e05daa73a6a954817d5",
1022 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001023
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001024 if "checkstyle" not in native.existing_rules():
1025 native.maven_jar(
1026 name = "checkstyle",
1027 artifact = "com.puppycrawl.tools:checkstyle:8.10",
1028 sha1 = "d7cd09c4d1240b3acc3041fcb47fd74ae351698b",
1029 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001030
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001031 if "apache_karaf" not in native.existing_rules():
1032 native.http_file(
1033 name = "apache_karaf",
1034 url = "http://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/3.0.8/apache-karaf-offline-3.0.8.tar.gz",
1035 sha256 = "2f20bb25ded39f1e9e4148bb840473c89249bbb592106f5451b5a829a5ec8603",
1036 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001037
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001038 if "apache_karaf_patches" not in native.existing_rules():
1039 native.http_file(
1040 name = "apache_karaf_patches",
1041 url = "http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz",
1042 sha256 = "1f9e3e8a53a462f776a931fe851819a43dfe7728b31fbde339b98d04908e702b",
1043 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001044
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001045 if "bndlib" not in native.existing_rules():
1046 native.maven_jar(
1047 name = "bndlib",
1048 artifact = "biz.aQute.bnd:biz.aQute.bndlib:3.1.0",
1049 sha1 = "8e45564ca80bf089276a35f916e8702e7b798cbb",
1050 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001051
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001052 if "bndexe" not in native.existing_rules():
1053 native.maven_jar(
1054 name = "bndexe",
1055 artifact = "biz.aQute.bnd:biz.aQute.bnd:3.1.0",
1056 sha1 = "ebd6c2af025b66ea94a9fcb217c2699ba23d3ca2",
1057 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001058
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001059 if "libthrift" not in native.existing_rules():
1060 native.maven_jar(
1061 name = "libthrift",
1062 artifact = "org.apache.thrift:libthrift:0.9.3",
1063 sha1 = "8625e8f9b6f49b881fa5fd143172c2833df1ce47",
1064 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001065
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001066 if "qdox" not in native.existing_rules():
1067 native.maven_jar(
1068 name = "qdox",
1069 artifact = "com.thoughtworks.qdox:qdox:2.0-M3",
1070 sha1 = "f1e9ac82735dc3f2afc38cc051ae0e405f367434",
1071 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001072
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001073 if "org_apache_felix_scr_bnd" not in native.existing_rules():
1074 native.maven_jar(
1075 name = "org_apache_felix_scr_bnd",
1076 artifact = "org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT",
1077 sha1 = "607cac6eaba5b0eb0787a343b83fe535c42c09aa",
1078 repository = "https://oss.sonatype.org/content/repositories/snapshots/",
1079 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001080
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001081 if "snmp_core" not in native.existing_rules():
1082 native.maven_jar(
1083 name = "snmp_core",
1084 artifact = "org.onosproject:snmp-core:1.3-20161021.1",
1085 sha1 = "65e1b71d9d0e2fc60c45f631decdb41da3253778",
1086 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001087
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001088 if "mibs_net_snmp" not in native.existing_rules():
1089 native.maven_jar(
1090 name = "mibs_net_snmp",
1091 artifact = "org.onosproject:mibbler-mibs-net-snmp:1.0-20151221.1",
1092 sha1 = "d2cb918e46f06d4ee764d4a96b2b6fb0ba9bc60c",
1093 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001094
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001095 if "mibs_rfc" not in native.existing_rules():
1096 native.maven_jar(
1097 name = "mibs_rfc",
1098 artifact = "org.onosproject:mibbler-mibs-rfc:1.0-20151221.1",
1099 sha1 = "06ac2a3bf48c79ab444a9deede9d554ccd355a16",
1100 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001101
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001102 if "io_socket_client" not in native.existing_rules():
1103 native.maven_jar(
1104 name = "io_socket_client",
1105 artifact = "io.socket:socket.io-client:0.8.3",
1106 sha1 = "b30500232ff0668a47c9f91f02e6935457a52fb5",
1107 )
Ray Milkey8e53f372018-07-23 11:08:29 -07001108
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001109 if "json" not in native.existing_rules():
1110 native.maven_jar(
1111 name = "json",
1112 artifact = "org.json:json:20090211",
1113 sha1 = "c183aa3a2a6250293808bba12262c8920ce5a51c",
1114 )
Ray Milkey8e53f372018-07-23 11:08:29 -07001115
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001116 if "engine_io_client" not in native.existing_rules():
1117 native.maven_jar(
1118 name = "engine_io_client",
1119 artifact = "io.socket:engine.io-client:0.8.3",
1120 sha1 = "854b49396e1e9f9bb0ab025062ddb49c4ed65ca1",
1121 )
Ray Milkey8e53f372018-07-23 11:08:29 -07001122
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001123 if "com_google_api_grpc_proto_google_common_protos" not in native.existing_rules():
1124 native.maven_jar(
1125 name = "com_google_api_grpc_proto_google_common_protos",
1126 artifact = "com.google.api.grpc:proto-google-common-protos:1.0.0",
1127 sha1 = "86f070507e28b930e50d218ee5b6788ef0dd05e6",
1128 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001129
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001130 if "com_google_errorprone_error_prone_annotations" not in native.existing_rules():
1131 native.maven_jar(
1132 name = "com_google_errorprone_error_prone_annotations",
1133 artifact = "com.google.errorprone:error_prone_annotations:2.1.2",
1134 sha1 = "6dcc08f90f678ac33e5ef78c3c752b6f59e63e0c",
1135 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001136
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001137 if "com_google_auth_google_auth_library_credentials" not in native.existing_rules():
1138 native.maven_jar(
1139 name = "com_google_auth_google_auth_library_credentials",
1140 artifact = "com.google.auth:google-auth-library-credentials:0.9.0",
1141 sha1 = "8e2b181feff6005c9cbc6f5c1c1e2d3ec9138d46",
1142 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001143
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001144 if "io_opencensus_opencensus_api" not in native.existing_rules():
1145 native.maven_jar(
1146 name = "io_opencensus_opencensus_api",
1147 artifact = "io.opencensus:opencensus-api:0.12.3",
1148 sha1 = "743f074095f29aa985517299545e72cc99c87de0",
1149 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001150
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001151 if "io_opencensus_opencensus_contrib_grpc_metrics" not in native.existing_rules():
1152 native.maven_jar(
1153 name = "io_opencensus_opencensus_contrib_grpc_metrics",
1154 artifact = "io.opencensus:opencensus-contrib-grpc-metrics:0.12.3",
1155 sha1 = "a4c7ff238a91b901c8b459889b6d0d7a9d889b4d",
1156 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001157
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001158 if "openstack4j_core" not in native.existing_rules():
1159 native.maven_jar(
1160 name = "openstack4j_core",
1161 artifact = "org.pacesys:openstack4j-core:3.1.0",
1162 sha1 = "634c2ad6728bb6e4cd91c950dd654aacb6f107a6",
1163 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001164
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001165 if "openstack4j_http_connector" not in native.existing_rules():
1166 native.maven_jar(
1167 name = "openstack4j_http_connector",
1168 artifact = "org.pacesys.openstack4j.connectors:openstack4j-http-connector:3.1.0",
1169 sha1 = "5bbd558313f13daac819bbbe56ae8432e64409d9",
1170 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001171
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001172 if "openstack4j_httpclient" not in native.existing_rules():
1173 native.maven_jar(
1174 name = "openstack4j_httpclient",
1175 artifact = "org.pacesys.openstack4j.connectors:openstack4j-httpclient:3.1.0",
1176 sha1 = "acb413e27cc43f4bbcee99300befffcf667de579",
1177 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001178
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001179 if "json_patch" not in native.existing_rules():
1180 native.maven_jar(
1181 name = "json_patch",
1182 artifact = "com.github.fge:json-patch:1.9",
1183 sha1 = "0a4c3c97a0f5965dec15795acf40d3fbc897af4b",
1184 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001185
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001186 if "jackson_coreutils" not in native.existing_rules():
1187 native.maven_jar(
1188 name = "jackson_coreutils",
1189 artifact = "com.github.fge:jackson-coreutils:1.6",
1190 sha1 = "9e6af56eb7cc2a65700b289abc7ee2bd170fd231",
1191 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001192
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001193 if "btf" not in native.existing_rules():
1194 native.maven_jar(
1195 name = "btf",
1196 artifact = "com.github.fge:btf:1.2",
1197 sha1 = "9e66651022eb86301b348d57e6f59459effc343b",
1198 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001199
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001200 if "msg_simple" not in native.existing_rules():
1201 native.maven_jar(
1202 name = "msg_simple",
1203 artifact = "com.github.fge:msg-simple:1.1",
1204 sha1 = "f261263e13dd4cfa93cc6b83f1f58f619097a2c4",
1205 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001206
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001207 if "snakeyaml" not in native.existing_rules():
1208 native.maven_jar(
1209 name = "snakeyaml",
1210 artifact = "org.yaml:snakeyaml:1.15",
1211 sha1 = "3b132bea69e8ee099f416044970997bde80f4ea6",
1212 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001213
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001214 if "onos_yang_model" not in native.existing_rules():
1215 native.maven_jar(
1216 name = "onos_yang_model",
1217 artifact = "org.onosproject:onos-yang-model:2.5",
1218 sha1 = "61339921f42354e499e550c15283e4aa75a03ef7",
1219 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001220
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001221 if "onos_yang_compiler_api" not in native.existing_rules():
1222 native.maven_jar(
1223 name = "onos_yang_compiler_api",
1224 artifact = "org.onosproject:onos-yang-compiler-api:2.5",
1225 sha1 = "c504df941d1a1b49e4dd8045c935120f3483504e",
1226 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001227
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001228 if "onos_yang_compiler_main" not in native.existing_rules():
1229 native.maven_jar(
1230 name = "onos_yang_compiler_main",
1231 artifact = "org.onosproject:onos-yang-compiler-main:2.5",
1232 sha1 = "8048db59dab2c813cfbc3f7c176eb12b1c8b2548",
1233 )
Thomas Vachuskaf8c8cb92018-07-11 17:12:43 -07001234
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001235 if "onos_yang_runtime" not in native.existing_rules():
1236 native.maven_jar(
1237 name = "onos_yang_runtime",
1238 artifact = "org.onosproject:onos-yang-runtime:2.5",
1239 sha1 = "9d621709f34fd7da4d1954d868ac0eddeba725d2",
1240 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001241
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001242 if "onos_yang_serializers_json" not in native.existing_rules():
1243 native.maven_jar(
1244 name = "onos_yang_serializers_json",
1245 artifact = "org.onosproject:onos-yang-serializers-json:2.5",
1246 sha1 = "cf442f226b9423c22eb5ec9409e99fe3a0f63a37",
1247 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001248
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001249 if "onos_yang_serializers_xml" not in native.existing_rules():
1250 native.maven_jar(
1251 name = "onos_yang_serializers_xml",
1252 artifact = "org.onosproject:onos-yang-serializers-xml:2.5",
1253 sha1 = "7f7231237da9571f79700d2ee0a218cd6253409c",
1254 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001255
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001256 if "onos_yang_serializers_utils" not in native.existing_rules():
1257 native.maven_jar(
1258 name = "onos_yang_serializers_utils",
1259 artifact = "org.onosproject:onos-yang-serializers-utils:2.5",
1260 sha1 = "13f804292e42635fcf28bbadffca8bb72c00b327",
1261 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001262
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001263 if "org_apache_servicemix_bundles_dom4j" not in native.existing_rules():
1264 native.maven_jar(
1265 name = "org_apache_servicemix_bundles_dom4j",
1266 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:1.6.1_5",
1267 sha1 = "f5da21ae9508008f7b28001983adc143cb310ad7",
1268 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001269
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001270 if "plexus_utils" not in native.existing_rules():
1271 native.maven_jar(
1272 name = "plexus_utils",
1273 artifact = "org.codehaus.plexus:plexus-utils:3.0.24",
1274 sha1 = "b4ac9780b37cb1b736eae9fbcef27609b7c911ef",
1275 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001276
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001277 if "sshd_core" not in native.existing_rules():
1278 native.maven_jar(
1279 name = "sshd_core",
1280 artifact = "org.apache.sshd:sshd-core:1.4.0",
1281 sha1 = "c8f3d7457fc9979d1b9ec319f0229b89793c8e56",
1282 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001283
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001284 if "bcpkix_jdk15on" not in native.existing_rules():
1285 native.maven_jar(
1286 name = "bcpkix_jdk15on",
1287 artifact = "org.bouncycastle:bcpkix-jdk15on:1.59",
1288 sha1 = "9cef0aab8a4bb849a8476c058ce3ff302aba3fff",
1289 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001290
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001291 if "bcprov_jdk15on" not in native.existing_rules():
1292 native.maven_jar(
1293 name = "bcprov_jdk15on",
1294 artifact = "org.bouncycastle:bcprov-jdk15on:1.59",
1295 sha1 = "2507204241ab450456bdb8e8c0a8f986e418bd99",
1296 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001297
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001298 if "hamcrest_optional" not in native.existing_rules():
1299 native.maven_jar(
1300 name = "hamcrest_optional",
1301 artifact = "com.spotify:hamcrest-optional:1.1.0",
1302 sha1 = "c2dfe3a43794b15fb4c28de0027fe6e249855b3b",
1303 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001304
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001305 if "swagger_annotations" not in native.existing_rules():
1306 native.maven_jar(
1307 name = "swagger_annotations",
1308 artifact = "io.swagger:swagger-annotations:1.5.16",
1309 sha1 = "935f1f2fed2cbdd7a0513981d6c53201e21155f4",
1310 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001311
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001312 if "kafka_clients" not in native.existing_rules():
1313 native.maven_jar(
1314 name = "kafka_clients",
1315 artifact = "org.apache.servicemix.bundles:org.apache.servicemix.bundles.kafka-clients:0.8.2.2_1",
1316 sha1 = "19ba66200cc3617fad12843788dff818b9882008",
1317 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001318
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001319 if "tinder_xmpp" not in native.existing_rules():
1320 native.maven_jar(
1321 name = "tinder_xmpp",
1322 artifact = "org.igniterealtime:tinder:1.3.0",
1323 sha1 = "46353ded2a1d1a87d17600206d61814eb0b8a711",
1324 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001325
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001326 if "aalto_xml" not in native.existing_rules():
1327 native.maven_jar(
1328 name = "aalto_xml",
1329 artifact = "com.fasterxml:aalto-xml:1.0.0",
1330 sha1 = "aeae9e8a71914e7f5efc8a69d2f5cb1f2224f2c6",
1331 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001332
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001333 if "stax2_api" not in native.existing_rules():
1334 native.maven_jar(
1335 name = "stax2_api",
1336 artifact = "org.codehaus.woodstox:stax2-api:4.0.0",
1337 sha1 = "6fa8b05f7587a3cb819d223ee0b0de0c126e3dd1",
1338 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001339
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001340 if "concurrent_hashmap" not in native.existing_rules():
1341 native.maven_jar(
1342 name = "concurrent_hashmap",
1343 artifact = "com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0",
1344 sha1 = "db7b7a28b835db4717d4aaf31f5d4441887a6d46",
1345 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001346
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001347 if "gnu_idn" not in native.existing_rules():
1348 native.maven_jar(
1349 name = "gnu_idn",
1350 artifact = "org.gnu.inet:libidn:1.15",
1351 sha1 = "b5bede3c1c031a827b604da31768ddaf833495c6",
1352 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001353
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001354 if "sigar" not in native.existing_rules():
1355 native.maven_jar(
1356 name = "sigar",
1357 artifact = "org.knowhowlab.osgi:sigar:1.6.5_01",
1358 sha1 = "58eb4af0dc4a1d331cd7620767216494e2984dea",
1359 )
Carmelo Cascone72893b72018-08-09 00:59:06 -07001360
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001361 if "runtime_grpc_core" not in native.existing_rules():
1362 native.maven_jar(
1363 name = "runtime_grpc_core",
1364 artifact = "io.grpc:grpc-core:1.14.0",
1365 sha1 = "526e5be291c96e248789d769c108a084febda07f",
1366 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001367
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001368 if "runtime_grpc_context" not in native.existing_rules():
1369 native.maven_jar(
1370 name = "runtime_grpc_context",
1371 artifact = "io.grpc:grpc-context:1.14.0",
1372 sha1 = "77252b5f926875891aaae5629e6ab2ef968cd6c6",
1373 )
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001374
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001375 if "runtime_grpc_stub" not in native.existing_rules():
1376 native.maven_jar(
1377 name = "runtime_grpc_stub",
1378 artifact = "io.grpc:grpc-stub:1.14.0",
1379 sha1 = "74bfe83c0dc69bf903fff8df3568cbeb8b387d35",
1380 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001381
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001382 if "runtime_grpc_netty" not in native.existing_rules():
1383 native.maven_jar(
1384 name = "runtime_grpc_netty",
1385 artifact = "io.grpc:grpc-netty:1.14.0",
1386 sha1 = "21c6edadd45b6869384f8aa0df1663d62c503617",
1387 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001388
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001389 if "runtime_grpc_auth" not in native.existing_rules():
1390 native.maven_jar(
1391 name = "runtime_grpc_auth",
1392 artifact = "io.grpc:grpc-auth:1.14.0",
1393 sha1 = "3b88d51b52da96d574f4dfd50ad6d2bc8904a858",
1394 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001395
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001396 if "runtime_grpc_protobuf" not in native.existing_rules():
1397 native.maven_jar(
1398 name = "runtime_grpc_protobuf",
1399 artifact = "io.grpc:grpc-protobuf:1.14.0",
1400 sha1 = "d429fdc2e0d288b34ea7588bb762eb458f385bd5",
1401 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001402
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001403 if "runtime_grpc_protobuf_lite" not in native.existing_rules():
1404 native.maven_jar(
1405 name = "runtime_grpc_protobuf_lite",
1406 artifact = "io.grpc:grpc-protobuf-lite:1.14.0",
1407 sha1 = "2ac8c28ca927f954eaa228a931d9c163cf3d860f",
1408 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001409
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001410 if "runtime_protobuf" not in native.existing_rules():
1411 native.maven_jar(
1412 name = "runtime_protobuf",
1413 artifact = "com.google.protobuf:protobuf-java:3.6.1",
1414 sha1 = "0d06d46ecfd92ec6d0f3b423b4cd81cb38d8b924",
1415 )
Thomas Vachuska727abd32018-08-09 16:18:11 -07001416
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001417 if "grpc_core_1_3_1" not in native.existing_rules():
1418 native.maven_jar(
1419 name = "grpc_core_1_3_1",
1420 artifact = "io.grpc:grpc-core:1.3.1",
1421 sha1 = "a9b38b4a19af3ef208f4f6bf7871876d959c5eb1",
1422 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001423
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001424 if "grpc_protobuf_1_3_1" not in native.existing_rules():
1425 native.maven_jar(
1426 name = "grpc_protobuf_1_3_1",
1427 artifact = "io.grpc:grpc-protobuf:1.3.1",
1428 sha1 = "9562e977cacd6e128a31686c3e6948d61873c496",
1429 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001430
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001431 if "grpc_protobuf_lite_1_3_1" not in native.existing_rules():
1432 native.maven_jar(
1433 name = "grpc_protobuf_lite_1_3_1",
1434 artifact = "io.grpc:grpc-protobuf-lite:1.3.1",
1435 sha1 = "98d1d3d100fdcf92c4331999a504a1a72a5f6e52",
1436 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001437
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001438 if "grpc_stub_1_3_1" not in native.existing_rules():
1439 native.maven_jar(
1440 name = "grpc_stub_1_3_1",
1441 artifact = "io.grpc:grpc-stub:1.3.1",
1442 sha1 = "60bdfa9d8c664a9d87ae461106eff6eed8da6c54",
1443 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001444
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001445 if "grpc_netty_1_3_1" not in native.existing_rules():
1446 native.maven_jar(
1447 name = "grpc_netty_1_3_1",
1448 artifact = "io.grpc:grpc-netty:1.3.1",
1449 sha1 = "cc3831fccb76cfe21445f75cc055b5ffd979dc54",
1450 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001451
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001452 if "grpc_auth_1_3_1" not in native.existing_rules():
1453 native.maven_jar(
1454 name = "grpc_auth_1_3_1",
1455 artifact = "io.grpc:grpc-auth:1.3.1",
1456 sha1 = "57a0e0b9e474842801521fae76f955dd28ad3ae0",
1457 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001458
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001459 if "protobuf_java_3_3_0" not in native.existing_rules():
1460 native.maven_jar(
1461 name = "protobuf_java_3_3_0",
1462 artifact = "com.google.protobuf:protobuf-java:3.3.0",
1463 sha1 = "9f301d1a27501b1afcb2ed16aad428337dabf9e4",
1464 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001465
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001466 if "protobuf_java_3_2_0" not in native.existing_rules():
1467 native.maven_jar(
1468 name = "protobuf_java_3_2_0",
1469 artifact = "com.google.protobuf:protobuf-java:3.2.0",
1470 sha1 = "62ccf171a106ff6791507f2d5364c275f9a3131d",
1471 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001472
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001473 if "grpc_testing_1_3_1" not in native.existing_rules():
1474 native.maven_jar(
1475 name = "grpc_testing_1_3_1",
1476 artifact = "io.grpc:grpc-testing:1.3.1",
1477 sha1 = "fd6c4081cd3415684a0b655327e210aa10153eec",
1478 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001479
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001480 if "grpc_testing_proto_1_3_1" not in native.existing_rules():
1481 native.maven_jar(
1482 name = "grpc_testing_proto_1_3_1",
1483 artifact = "io.grpc:grpc-testing-proto:1.3.1",
1484 sha1 = "170f0406457b44695562ccd5ec8d0da9cb762643",
1485 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001486
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001487 if "grpc_context_1_3_1" not in native.existing_rules():
1488 native.maven_jar(
1489 name = "grpc_context_1_3_1",
1490 artifact = "io.grpc:grpc-context:1.3.1",
1491 sha1 = "28accd419b18d59055b8999f78f5cb7767c7bde8",
1492 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001493
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001494 if "google_truth_0_28" not in native.existing_rules():
1495 native.maven_jar(
1496 name = "google_truth_0_28",
1497 artifact = "com.google.truth:truth:0.28",
1498 sha1 = "0a388c7877c845ff4b8e19689dda5ac9d34622c4",
1499 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001500
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001501 if "google_code_findbugs_3_0_0" not in native.existing_rules():
1502 native.maven_jar(
1503 name = "google_code_findbugs_3_0_0",
1504 artifact = "com.google.code.findbugs:jsr305:3.0.0",
1505 sha1 = "5871fb60dc68d67da54a663c3fd636a10a532948",
1506 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001507
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001508 if "google_errorprone_2_0_19" not in native.existing_rules():
1509 native.maven_jar(
1510 name = "google_errorprone_2_0_19",
1511 artifact = "com.google.errorprone:error_prone_annotations:2.0.19",
1512 sha1 = "c3754a0bdd545b00ddc26884f9e7624f8b6a14de",
1513 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001514
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001515 if "google_instrumentation_0_3_0" not in native.existing_rules():
1516 native.maven_jar(
1517 name = "google_instrumentation_0_3_0",
1518 artifact = "com.google.instrumentation:instrumentation-api:0.3.0",
1519 sha1 = "a2e145e7a7567c6372738f5c5a6f3ba6407ac354",
1520 )
Ray Milkey7dac7da2017-08-01 16:56:05 -07001521
Ray Milkey170d7fb2018-06-06 09:37:20 -07001522artifact_map = {}
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001523artifact_map["@aopalliance_repackaged//jar"] = "mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42"
1524artifact_map["@amqp_client//jar"] = "mvn:com.rabbitmq:amqp-client:jar:3.6.1"
1525artifact_map["@asm//jar"] = "mvn:org.ow2.asm:asm:jar:5.0.4"
Jordan Haltermane0753382018-08-20 15:32:11 -07001526artifact_map["@atomix//jar"] = "mvn:io.atomix:atomix:jar:3.0.0"
1527artifact_map["@atomix_cluster//jar"] = "mvn:io.atomix:atomix-cluster:jar:3.0.0"
1528artifact_map["@atomix_gossip//jar"] = "mvn:io.atomix:atomix-gossip:jar:3.0.0"
1529artifact_map["@atomix_primary_backup//jar"] = "mvn:io.atomix:atomix-primary-backup:jar:3.0.0"
1530artifact_map["@atomix_primitive//jar"] = "mvn:io.atomix:atomix-primitive:jar:3.0.0"
1531artifact_map["@atomix_raft//jar"] = "mvn:io.atomix:atomix-raft:jar:3.0.0"
1532artifact_map["@atomix_storage//jar"] = "mvn:io.atomix:atomix-storage:jar:3.0.0"
1533artifact_map["@atomix_utils//jar"] = "mvn:io.atomix:atomix-utils:jar:3.0.0"
Jordan Haltermanbc559fd2018-08-10 11:26:32 -07001534artifact_map["@classgraph//jar"] = "mvn:io.github.classgraph:classgraph:jar:4.0.6"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001535artifact_map["@commons_codec//jar"] = "mvn:commons-codec:commons-codec:jar:1.10"
1536artifact_map["@commons_cli//jar"] = "mvn:commons-cli:commons-cli:jar:1.3"
1537artifact_map["@commons_collections//jar"] = "mvn:commons-collections:commons-collections:jar:3.2.2"
1538artifact_map["@commons_configuration//jar"] = "mvn:commons-configuration:commons-configuration:jar:1.10"
1539artifact_map["@commons_io//jar"] = "mvn:commons-io:commons-io:jar:2.6"
1540artifact_map["@commons_jxpath//jar"] = "mvn:commons-jxpath:commons-jxpath:jar:1.3"
1541artifact_map["@commons_beanutils//jar"] = "mvn:commons-beanutils:commons-beanutils:jar:1.9.3"
Jordan Halterman00e92da2018-05-22 23:05:52 -07001542artifact_map["@fast_classpath_scanner//jar"] = "mvn:io.github.lukehutch:fast-classpath-scanner:jar:2.21"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001543artifact_map["@jdom//jar"] = "mvn:jdom:jdom:jar:NON-OSGI:1.0"
1544artifact_map["@commons_lang//jar"] = "mvn:commons-lang:commons-lang:jar:2.6"
1545artifact_map["@commons_lang3//jar"] = "mvn:org.apache.commons:commons-lang3:jar:3.7"
1546artifact_map["@commons_logging//jar"] = "mvn:commons-logging:commons-logging:jar:1.2"
1547artifact_map["@commons_math3//jar"] = "mvn:org.apache.commons:commons-math3:jar:3.6.1"
Ray Milkey8e53f372018-07-23 11:08:29 -07001548artifact_map["@commons_net//jar"] = "mvn:commons-net:commons-net:jar:3.5"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001549artifact_map["@commons_pool//jar"] = "mvn:commons-pool:commons-pool:jar:1.6"
1550artifact_map["@commons_text//jar"] = "mvn:org.apache.commons:commons-text:jar:1.3"
1551artifact_map["@concurrent_trees//jar"] = "mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1"
1552artifact_map["@easymock//jar"] = "mvn:org.easymock:easymock:jar:3.6"
1553artifact_map["@antlr//jar"] = "mvn:antlr:antlr:jar:NON-OSGI:2.7.7"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001554artifact_map["@ganymed_ssh2//jar"] = "mvn:ch.ethz.ganymed:ganymed-ssh2:jar:NON-OSGI:262"
1555artifact_map["@gmetric4j//jar"] = "mvn:info.ganglia.gmetric4j:gmetric4j:jar:1.0.10"
Carmelo Cascone72893b72018-08-09 00:59:06 -07001556artifact_map["@com_google_code_gson_gson//jar"] = "mvn:com.google.code.gson:gson:jar:2.7"
1557artifact_map["@com_google_guava_guava//jar"] = "mvn:com.google.guava:guava:jar:22.0"
1558artifact_map["@com_google_guava_guava_testlib//jar"] = "mvn:com.google.guava:guava-testlib:jar:NON-OSGI:22.0"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001559artifact_map["@hamcrest_all//jar"] = "mvn:org.hamcrest:hamcrest-all:jar:NON-OSGI:1.3"
1560artifact_map["@hk2_api//jar"] = "mvn:org.glassfish.hk2:hk2-api:jar:2.5.0-b42"
1561artifact_map["@hk2_locator//jar"] = "mvn:org.glassfish.hk2:hk2-locator:jar:2.5.0-b42"
1562artifact_map["@hk2_osgi_resource_locator//jar"] = "mvn:org.glassfish.hk2:osgi-resource-locator:jar:1.0.1"
1563artifact_map["@hk2_utils//jar"] = "mvn:org.glassfish.hk2:hk2-utils:jar:2.5.0-b42"
1564artifact_map["@httpclient_osgi//jar"] = "mvn:org.apache.httpcomponents:httpclient-osgi:jar:4.5.1"
1565artifact_map["@httpcore_osgi//jar"] = "mvn:org.apache.httpcomponents:httpcore-osgi:jar:4.4.4"
1566artifact_map["@influxdb_java//jar"] = "mvn:org.influxdb:influxdb-java:jar:NON-OSGI:2.9"
1567artifact_map["@retrofit//jar"] = "mvn:com.squareup.retrofit2:retrofit:jar:NON-OSGI:2.3.0"
1568artifact_map["@converter_moshi//jar"] = "mvn:com.squareup.retrofit2:converter-moshi:jar:NON-OSGI:2.3.0"
1569artifact_map["@okhttp//jar"] = "mvn:com.squareup.okhttp3:okhttp:jar:NON-OSGI:3.9.1"
1570artifact_map["@logging_interceptor//jar"] = "mvn:com.squareup.okhttp3:logging-interceptor:jar:NON-OSGI:3.9.1"
1571artifact_map["@moshi//jar"] = "mvn:com.squareup.moshi:moshi:jar:NON-OSGI:1.4.0"
Jian Li5c048102018-07-19 21:26:39 +09001572artifact_map["@okio//jar"] = "mvn:com.squareup.okio:okio:jar:NON-OSGI:1.14.0"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001573artifact_map["@jackson_annotations//jar"] = "mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.9.5"
1574artifact_map["@jackson_core//jar"] = "mvn:com.fasterxml.jackson.core:jackson-core:jar:2.9.5"
1575artifact_map["@jackson_databind//jar"] = "mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.9.5"
Carmelo Cascone72893b72018-08-09 00:59:06 -07001576artifact_map["@javax_annotation_api_mvn//jar"] = "mvn:javax.annotation:javax.annotation-api:jar:1.2"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001577artifact_map["@javax_inject//jar"] = "mvn:org.glassfish.hk2.external:javax.inject:jar:2.5.0-b42"
1578artifact_map["@javax_ws_rs_api//jar"] = "mvn:javax.ws.rs:javax.ws.rs-api:jar:2.1"
1579artifact_map["@jersey_client//jar"] = "mvn:org.glassfish.jersey.core:jersey-client:jar:2.26"
1580artifact_map["@jersey_security//jar"] = "mvn:org.glassfish.jersey.security:oauth2-client:jar:NON-OSGI:2.26"
1581artifact_map["@jersey_common//jar"] = "mvn:org.glassfish.jersey.core:jersey-common:jar:2.26"
1582artifact_map["@jersey_container_jetty_http//jar"] = "mvn:org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.26"
1583artifact_map["@jersey_container_servlet//jar"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet:jar:2.26"
1584artifact_map["@jersey_container_servlet_core//jar"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.26"
1585artifact_map["@jersey_media_multipart//jar"] = "mvn:org.glassfish.jersey.media:jersey-media-multipart:jar:2.26"
Sean Condon5548ce62018-07-30 16:00:10 +01001586artifact_map["@jersey_media_sse//jar"] = "mvn:org.glassfish.jersey.media:jersey-media-sse:jar:2.26"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001587artifact_map["@jersey_server//jar"] = "mvn:org.glassfish.jersey.core:jersey-server:jar:2.26"
1588artifact_map["@jersey_hk2//jar"] = "mvn:org.glassfish.jersey.inject:jersey-hk2:jar:2.26"
1589artifact_map["@jersey_test_framework_core//jar"] = "mvn:org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:NON-OSGI:2.26"
1590artifact_map["@jersey_test_framework_jetty//jar"] = "mvn:org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:NON-OSGI:2.26"
1591artifact_map["@jetty_util//jar"] = "mvn:org.eclipse.jetty:jetty-util:jar:9.2.21.v20170120"
1592artifact_map["@jetty_websocket//jar"] = "mvn:org.eclipse.jetty:jetty-websocket:jar:8.1.19.v20160209"
1593artifact_map["@jetty_server//jar"] = "mvn:org.eclipse.jetty:jetty-server:jar:9.2.21.v20170120"
1594artifact_map["@jetty_continuation//jar"] = "mvn:org.eclipse.jetty:jetty-continuation:jar:9.2.21.v20170120"
1595artifact_map["@jetty_http//jar"] = "mvn:org.eclipse.jetty:jetty-http:jar:9.2.21.v20170120"
1596artifact_map["@jetty_io//jar"] = "mvn:org.eclipse.jetty:jetty-io:jar:9.2.21.v20170120"
1597artifact_map["@javax_servlet_api//jar"] = "mvn:javax.servlet:javax.servlet-api:jar:3.1.0"
1598artifact_map["@joda_time//jar"] = "mvn:joda-time:joda-time:jar:2.9.3"
1599artifact_map["@jsch//jar"] = "mvn:com.jcraft:jsch:jar:NON-OSGI:0.1.53"
Carmelo Cascone72893b72018-08-09 00:59:06 -07001600artifact_map["@com_google_code_findbugs_jsr305//jar"] = "mvn:com.google.code.findbugs:jsr305:jar:3.0.1"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001601artifact_map["@junit//jar"] = "mvn:junit:junit:jar:NON-OSGI:4.12"
1602artifact_map["@junit_dep//jar"] = "mvn:junit:junit:jar:NON-OSGI:4.10"
1603artifact_map["@kryo//jar"] = "mvn:com.esotericsoftware:kryo:jar:4.0.1"
1604artifact_map["@mapdb//jar"] = "mvn:org.mapdb:mapdb:jar:1.0.9"
1605artifact_map["@metrics_core//jar"] = "mvn:io.dropwizard.metrics:metrics-core:jar:3.2.2"
1606artifact_map["@metrics_ganglia//jar"] = "mvn:io.dropwizard.metrics:metrics-ganglia:jar:3.2.2"
1607artifact_map["@metrics_graphite//jar"] = "mvn:io.dropwizard.metrics:metrics-graphite:jar:3.2.2"
1608artifact_map["@metrics_influxdb//jar"] = "mvn:com.izettle:metrics-influxdb:jar:NON-OSGI:1.1.1"
1609artifact_map["@metrics_json//jar"] = "mvn:io.dropwizard.metrics:metrics-json:jar:3.2.2"
1610artifact_map["@minimal_json//jar"] = "mvn:com.eclipsesource.minimal-json:minimal-json:jar:0.9.4"
1611artifact_map["@minlog//jar"] = "mvn:com.esotericsoftware:minlog:jar:1.3.0"
Carmelo Cascone72893b72018-08-09 00:59:06 -07001612artifact_map["@io_netty_netty//jar"] = "mvn:io.netty:netty:jar:3.10.5.Final"
1613artifact_map["@io_netty_netty_buffer//jar"] = "mvn:io.netty:netty-buffer:jar:4.1.27.Final"
1614artifact_map["@io_netty_netty_codec//jar"] = "mvn:io.netty:netty-codec:jar:4.1.27.Final"
1615artifact_map["@io_netty_netty_common//jar"] = "mvn:io.netty:netty-common:jar:4.1.27.Final"
1616artifact_map["@io_netty_netty_handler//jar"] = "mvn:io.netty:netty-handler:jar:4.1.27.Final"
1617artifact_map["@io_netty_netty_handler_proxy//jar"] = "mvn:io.netty:netty-handler-proxy:jar:4.1.27.Final"
1618artifact_map["@io_netty_netty_transport//jar"] = "mvn:io.netty:netty-transport:jar:4.1.27.Final"
1619artifact_map["@io_netty_netty_transport_native_unix_common//jar"] = "mvn:io.netty:netty-transport-native-unix-common:jar:4.1.27.Final"
1620artifact_map["@io_netty_netty_transport_native_epoll//jar"] = "mvn:io.netty:netty-transport-native-epoll:jar:4.1.27.Final"
1621artifact_map["@io_netty_netty_resolver//jar"] = "mvn:io.netty:netty-resolver:jar:4.1.27.Final"
1622artifact_map["@io_netty_netty_codec_http2//jar"] = "mvn:io.netty:netty-codec-http2:jar:4.1.27.Final"
1623artifact_map["@io_netty_netty_codec_http//jar"] = "mvn:io.netty:netty-codec-http:jar:4.1.27.Final"
1624artifact_map["@io_netty_netty_codec_socks//jar"] = "mvn:io.netty:netty-codec-socks:jar:4.1.27.Final"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001625artifact_map["@objenesis//jar"] = "mvn:org.objenesis:objenesis:jar:2.6"
1626artifact_map["@openflowj//jar"] = "mvn:org.onosproject:openflowj:jar:3.2.1.onos"
1627artifact_map["@org_apache_felix_framework_security//jar"] = "mvn:org.onosproject:org.apache.felix.framework.security:jar:2.2.0.onos"
1628artifact_map["@org_apache_felix_scr//jar"] = "mvn:org.apache.felix:org.apache.felix.scr:jar:1.8.2"
1629artifact_map["@org_apache_felix_scr_annotations//jar"] = "mvn:org.apache.felix:org.apache.felix.scr.annotations:jar:NON-OSGI:1.9.12"
1630artifact_map["@org_apache_karaf_features_core//jar"] = "mvn:org.apache.karaf.features:org.apache.karaf.features.core:jar:3.0.8"
1631artifact_map["@org_apache_karaf_shell_console//jar"] = "mvn:org.apache.karaf.shell:org.apache.karaf.shell.console:jar:3.0.8"
1632artifact_map["@org_apache_httpcomponents_httpasyncclient_osgi//jar"] = "mvn:org.apache.httpcomponents:httpasyncclient-osgi:jar:4.1.2"
1633artifact_map["@org_apache_httpcomponents_httpcore_nio//jar"] = "mvn:org.apache.httpcomponents:httpcore-nio:jar:NON-OSGI:4.4.4"
1634artifact_map["@org_apache_karaf_jaas//jar"] = "mvn:org.apache.karaf.jaas:org.apache.karaf.jaas.modules:jar:3.0.8"
1635artifact_map["@org_apache_karaf_system_core//jar"] = "mvn:org.apache.karaf.system:org.apache.karaf.system.core:jar:3.0.8"
1636artifact_map["@org_apache_servicemix_bundles_snmp4j//jar"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:jar:2.3.4_1"
1637artifact_map["@org_osgi_compendium//jar"] = "mvn:org.osgi:org.osgi.compendium:jar:5.0.0"
1638artifact_map["@osgi_core//jar"] = "mvn:org.osgi:org.osgi.core:jar:5.0.0"
1639artifact_map["@reflectasm//jar"] = "mvn:com.esotericsoftware:reflectasm:jar:1.11.0"
1640artifact_map["@remotetea_oncrpc//jar"] = "mvn:org.acplt.remotetea:remotetea-oncrpc:jar:1.1.3"
1641artifact_map["@rrd4j//jar"] = "mvn:org.rrd4j:rrd4j:jar:NON-OSGI:3.1"
1642artifact_map["@javassist//jar"] = "mvn:org.javassist:javassist:jar:3.22.0-GA"
1643artifact_map["@mimepull//jar"] = "mvn:org.jvnet.mimepull:mimepull:jar:1.9.6"
1644artifact_map["@servlet_api//jar"] = "mvn:javax.servlet:servlet-api:jar:NON-OSGI:2.5"
1645artifact_map["@slf4j_api//jar"] = "mvn:org.slf4j:slf4j-api:jar:1.7.25"
1646artifact_map["@slf4j_jdk14//jar"] = "mvn:org.slf4j:slf4j-jdk14:jar:1.7.25"
1647artifact_map["@slf4j_nop//jar"] = "mvn:org.slf4j:slf4j-nop:jar:1.7.25"
Jordan Halterman00e92da2018-05-22 23:05:52 -07001648artifact_map["@typesafe_config//jar"] = "mvn:com.typesafe:config:jar:1.3.2"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001649artifact_map["@validation_api//jar"] = "mvn:javax.validation:validation-api:jar:1.1.0.Final"
1650artifact_map["@checkstyle//jar"] = "mvn:com.puppycrawl.tools:checkstyle:jar:NON-OSGI:8.10"
1651artifact_map["@apache_karaf//jar"] = "http://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/3.0.8/apache-karaf-offline-3.0.8.tar.gz"
1652artifact_map["@apache_karaf_patches//jar"] = "http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz"
1653artifact_map["@bndlib//jar"] = "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0"
1654artifact_map["@bndexe//jar"] = "mvn:biz.aQute.bnd:biz.aQute.bnd:jar:3.1.0"
1655artifact_map["@libthrift//jar"] = "mvn:org.apache.thrift:libthrift:jar:0.9.3"
1656artifact_map["@qdox//jar"] = "mvn:com.thoughtworks.qdox:qdox:jar:NON-OSGI:2.0-M3"
1657artifact_map["@org_apache_felix_scr_bnd//jar"] = "https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/org.apache.felix.scr.bnd/1.4.1-SNAPSHOT/org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar"
1658artifact_map["@snmp_core//jar"] = "mvn:org.onosproject:snmp-core:jar:1.3-20161021.1"
1659artifact_map["@mibs_net_snmp//jar"] = "mvn:org.onosproject:mibbler-mibs-net-snmp:jar:1.0-20151221.1"
1660artifact_map["@mibs_rfc//jar"] = "mvn:org.onosproject:mibbler-mibs-rfc:jar:1.0-20151221.1"
Ray Milkey8e53f372018-07-23 11:08:29 -07001661artifact_map["@io_socket_client//jar"] = "mvn:io.socket:socket.io-client:jar:NON-OSGI:0.8.3"
1662artifact_map["@json//jar"] = "mvn:org.json:json:jar:NON-OSGI:20090211"
1663artifact_map["@engine_io_client//jar"] = "mvn:io.socket:engine.io-client:jar:NON-OSGI:0.8.3"
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001664artifact_map["@com_google_api_grpc_proto_google_common_protos//jar"] = "mvn:com.google.api.grpc:proto-google-common-protos:jar:NON-OSGI:1.0.0"
1665artifact_map["@com_google_errorprone_error_prone_annotations//jar"] = "mvn:com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.1.2"
1666artifact_map["@com_google_auth_google_auth_library_credentials//jar"] = "mvn:com.google.auth:google-auth-library-credentials:jar:NON-OSGI:0.9.0"
1667artifact_map["@io_opencensus_opencensus_api//jar"] = "mvn:io.opencensus:opencensus-api:jar:NON-OSGI:0.12.3"
1668artifact_map["@io_opencensus_opencensus_contrib_grpc_metrics//jar"] = "mvn:io.opencensus:opencensus-contrib-grpc-metrics:jar:NON-OSGI:0.12.3"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001669artifact_map["@openstack4j_core//jar"] = "mvn:org.pacesys:openstack4j-core:jar:3.1.0"
1670artifact_map["@openstack4j_http_connector//jar"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:jar:3.1.0"
1671artifact_map["@openstack4j_httpclient//jar"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-httpclient:jar:3.1.0"
1672artifact_map["@json_patch//jar"] = "mvn:com.github.fge:json-patch:jar:1.9"
1673artifact_map["@jackson_coreutils//jar"] = "mvn:com.github.fge:jackson-coreutils:jar:1.6"
1674artifact_map["@btf//jar"] = "mvn:com.github.fge:btf:jar:1.2"
1675artifact_map["@msg_simple//jar"] = "mvn:com.github.fge:msg-simple:jar:1.1"
1676artifact_map["@snakeyaml//jar"] = "mvn:org.yaml:snakeyaml:jar:1.15"
1677artifact_map["@onos_yang_model//jar"] = "mvn:org.onosproject:onos-yang-model:jar:2.5"
1678artifact_map["@onos_yang_compiler_api//jar"] = "mvn:org.onosproject:onos-yang-compiler-api:jar:2.5"
1679artifact_map["@onos_yang_compiler_main//jar"] = "mvn:org.onosproject:onos-yang-compiler-main:jar:2.5"
1680artifact_map["@onos_yang_runtime//jar"] = "mvn:org.onosproject:onos-yang-runtime:jar:2.5"
1681artifact_map["@onos_yang_serializers_json//jar"] = "mvn:org.onosproject:onos-yang-serializers-json:jar:2.5"
1682artifact_map["@onos_yang_serializers_xml//jar"] = "mvn:org.onosproject:onos-yang-serializers-xml:jar:2.5"
1683artifact_map["@onos_yang_serializers_utils//jar"] = "mvn:org.onosproject:onos-yang-serializers-utils:jar:2.5"
1684artifact_map["@org_apache_servicemix_bundles_dom4j//jar"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:jar:1.6.1_5"
1685artifact_map["@plexus_utils//jar"] = "mvn:org.codehaus.plexus:plexus-utils:jar:NON-OSGI:3.0.24"
1686artifact_map["@sshd_core//jar"] = "mvn:org.apache.sshd:sshd-core:jar:1.4.0"
Carmelo Cascone72893b72018-08-09 00:59:06 -07001687artifact_map["@bcpkix_jdk15on//jar"] = "mvn:org.bouncycastle:bcpkix-jdk15on:jar:1.59"
1688artifact_map["@bcprov_jdk15on//jar"] = "mvn:org.bouncycastle:bcprov-jdk15on:jar:1.59"
1689artifact_map["@hamcrest_optional//jar"] = "mvn:com.spotify:hamcrest-optional:jar:NON-OSGI:1.1.0"
1690artifact_map["@swagger_annotations//jar"] = "mvn:io.swagger:swagger-annotations:jar:1.5.16"
1691artifact_map["@kafka_clients//jar"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.kafka-clients:jar:0.8.2.2_1"
1692artifact_map["@tinder_xmpp//jar"] = "mvn:org.igniterealtime:tinder:jar:NON-OSGI:1.3.0"
1693artifact_map["@aalto_xml//jar"] = "mvn:com.fasterxml:aalto-xml:jar:1.0.0"
1694artifact_map["@stax2_api//jar"] = "mvn:org.codehaus.woodstox:stax2-api:jar:4.0.0"
1695artifact_map["@concurrent_hashmap//jar"] = "mvn:com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:NON-OSGI:1.0"
1696artifact_map["@gnu_idn//jar"] = "mvn:org.gnu.inet:libidn:jar:NON-OSGI:1.15"
1697artifact_map["@sigar//jar"] = "mvn:org.knowhowlab.osgi:sigar:jar:1.6.5_01"
Thomas Vachuska727abd32018-08-09 16:18:11 -07001698artifact_map["@runtime_grpc_core//jar"] = "mvn:io.grpc:grpc-core:jar:NON-OSGI:1.14.0"
Carmelo Cascone6a1ae712018-08-10 12:19:47 -07001699artifact_map["@runtime_grpc_context//jar"] = "mvn:io.grpc:grpc-context:jar:NON-OSGI:1.14.0"
Thomas Vachuska727abd32018-08-09 16:18:11 -07001700artifact_map["@runtime_grpc_stub//jar"] = "mvn:io.grpc:grpc-stub:jar:NON-OSGI:1.14.0"
1701artifact_map["@runtime_grpc_netty//jar"] = "mvn:io.grpc:grpc-netty:jar:NON-OSGI:1.14.0"
1702artifact_map["@runtime_grpc_auth//jar"] = "mvn:io.grpc:grpc-auth:jar:NON-OSGI:1.14.0"
1703artifact_map["@runtime_grpc_protobuf//jar"] = "mvn:io.grpc:grpc-protobuf:jar:NON-OSGI:1.14.0"
1704artifact_map["@runtime_grpc_protobuf_lite//jar"] = "mvn:io.grpc:grpc-protobuf-lite:jar:NON-OSGI:1.14.0"
1705artifact_map["@runtime_protobuf//jar"] = "mvn:com.google.protobuf:protobuf-java:jar:3.6.1"
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001706artifact_map["@grpc_core_1_3_1//jar"] = "mvn:io.grpc:grpc-core:jar:NON-OSGI:1.3.1"
1707artifact_map["@grpc_protobuf_1_3_1//jar"] = "mvn:io.grpc:grpc-protobuf:jar:NON-OSGI:1.3.1"
1708artifact_map["@grpc_protobuf_lite_1_3_1//jar"] = "mvn:io.grpc:grpc-protobuf-lite:jar:NON-OSGI:1.3.1"
1709artifact_map["@grpc_stub_1_3_1//jar"] = "mvn:io.grpc:grpc-stub:jar:NON-OSGI:1.3.1"
1710artifact_map["@grpc_netty_1_3_1//jar"] = "mvn:io.grpc:grpc-netty:jar:NON-OSGI:1.3.1"
1711artifact_map["@grpc_auth_1_3_1//jar"] = "mvn:io.grpc:grpc-auth:jar:NON-OSGI:1.3.1"
1712artifact_map["@protobuf_java_3_3_0//jar"] = "mvn:com.google.protobuf:protobuf-java:jar:3.3.0"
1713artifact_map["@protobuf_java_3_2_0//jar"] = "mvn:com.google.protobuf:protobuf-java:jar:3.2.0"
1714artifact_map["@grpc_testing_1_3_1//jar"] = "mvn:io.grpc:grpc-testing:jar:NON-OSGI:1.3.1"
1715artifact_map["@grpc_testing_proto_1_3_1//jar"] = "mvn:io.grpc:grpc-testing-proto:jar:NON-OSGI:1.3.1"
1716artifact_map["@grpc_context_1_3_1//jar"] = "mvn:io.grpc:grpc-context:jar:NON-OSGI:1.3.1"
1717artifact_map["@google_truth_0_28//jar"] = "mvn:com.google.truth:truth:jar:NON-OSGI:0.28"
1718artifact_map["@google_code_findbugs_3_0_0//jar"] = "mvn:com.google.code.findbugs:jsr305:jar:NON-OSGI:3.0.0"
1719artifact_map["@google_errorprone_2_0_19//jar"] = "mvn:com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.0.19"
1720artifact_map["@google_instrumentation_0_3_0//jar"] = "mvn:com.google.instrumentation:instrumentation-api:jar:NON-OSGI:0.3.0"
Ray Milkey170d7fb2018-06-06 09:37:20 -07001721
1722def maven_coordinates(label):
1723 label_string = str(label)
1724 if label_string in artifact_map:
1725 return artifact_map[label_string]
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001726 if (label_string.endswith(":jar")):
1727 label_string = label_string.replace(":jar", "")
1728 if label_string in artifact_map:
1729 return artifact_map[label_string]
1730 if type(label) == "string":
1731 return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label_string, ONOS_VERSION)
1732 return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label.name, ONOS_VERSION)