Newer
Older
#-----------------------------------------------------------------------------
# wycheproof, for JSON test vectors
#-----------------------------------------------------------------------------
http_archive(
name = "wycheproof",
strip_prefix = "wycheproof-f755ff0279ddd5fa26640d959d5872764b45feb7",
url = "https://github.com/google/wycheproof/archive/f755ff0279ddd5fa26640d959d5872764b45feb7.zip",
#-----------------------------------------------------------------------------
# go
#-----------------------------------------------------------------------------
strip_prefix = "rules_go-551e1f46cbeb470fe9d085e873c3bb83f075e18c",
url = "https://github.com/bazelbuild/rules_go/archive/551e1f46cbeb470fe9d085e873c3bb83f075e18c.zip",
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
name = "boringssl",
strip_prefix = "boringssl-e06766691547514e5bf756e4a0d926e8ca680e5a",
url = "https://github.com/google/boringssl/archive/e06766691547514e5bf756e4a0d926e8ca680e5a.zip",
)
# GoogleTest/GoogleMock framework. Used by most C++ unit-tests.
name = "com_google_googletest",
strip_prefix = "googletest-61330388862cf011fa956f7f59082b9923e6be0e",
url = "https://github.com/google/googletest/archive/61330388862cf011fa956f7f59082b9923e6be0e.zip",
#-----------------------------------------------------------------------------
# proto
#-----------------------------------------------------------------------------
# proto_library rules implicitly depend on @com_google_protobuf//:protoc,
# which is the proto-compiler.
# This statement defines the @com_google_protobuf repo.
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-3.4.0",
urls = ["https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz"],
sha256 = "71434f6f836a1e479c44008bb033b2a8b2560ff539374dcdefb126be739e1635",
)
# cc_proto_library rules implicitly depend on @com_google_protobuf_cc//:cc_toolchain,
# which is the C++ proto runtime (base classes and common utilities).
http_archive(
name = "com_google_protobuf_cc",
strip_prefix = "protobuf-3.4.0",
urls = ["https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-cpp-3.4.0.tar.gz"],
sha256 = "71434f6f836a1e479c44008bb033b2a8b2560ff539374dcdefb126be739e1635",
)
# java_proto_library rules implicitly depend on @com_google_protobuf_java//:java_toolchain,
# which is the Java proto runtime (base classes and common utilities).
http_archive(
name = "com_google_protobuf_java",
strip_prefix = "protobuf-3.4.0",
urls = ["https://github.com/google/protobuf/releases/download/v3.4.0/protobuf-java-3.4.0.tar.gz"],
sha256 = "7c61081cc2346542070cd35db7d15c7f24aeeefcd3afac08ec88fec03c45d698",
)
# java_lite_proto_library rules implicitly depend on @com_google_protobuf_javalite//:javalite_toolchain,
# which is the JavaLite proto runtime (base classes and common utilities).
http_archive(
name = "com_google_protobuf_javalite",
strip_prefix = "protobuf-javalite",
urls = ["https://github.com/google/protobuf/archive/javalite.zip"],
Haris Andrianakis
committed
)
# objc_proto_library rules from @org_pubref_rules_protobuf require the objective
# runtime files to build correctly. Therefore, we add a newer version of
# google/protobuf that has the @com_google_protobuf_objc//:objectivec target.
http_archive(
name = "com_google_protobuf_objc",
strip_prefix = "protobuf-286f0598422a70639e587b5329bd3037f5ee76b0",
urls = ["https://github.com/google/protobuf/archive/286f0598422a70639e587b5329bd3037f5ee76b0.zip"],
)
#-----------------------------------------------------------------------------
# java
#-----------------------------------------------------------------------------
# android sdk
android_sdk_repository(
name = "androidsdk",
# Tink uses features in Android Keystore that are only supported at this
# level or newer.
# See https://developer.android.com/training/articles/keystore.html.
api_level = 23, # M
)
load("@bazel_tools//tools/build_defs/repo:java.bzl", "java_import_external")
################################################################################
# BEGIN BAZEL MAVEN CONFIG GENERATOR
# go/bazel-maven-config-generator
# args4j:args4j:2.33
# com.amazonaws:aws-java-sdk-core:1.11.166
# com.amazonaws:aws-java-sdk-kms:1.11.166
# com.google.auto:auto-common:0.8
# com.google.auto.service:auto-service:1.0-rc3
# com.google.api-client:google-api-client:1.22.0
# com.google.apis:google-api-services-cloudkms:v1-rev4-1.22.0
# com.google.code.findbugs:jsr305:3.0.1
# com.google.errorprone:error_prone_annotations:2.0.19
# com.google.oauth-client:google-oauth-client:1.22.0
# org.json:json:20170516
# junit:junit_4:4.12
# org.mockito:mockito-core:2.8.47
# com.google.truth:truth:0.32
java_import_external(
name = "args4j",
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
licenses = ["notice"], # MIT License
jar_sha256 = "91ddeaba0b24adce72291c618c00bbdce1c884755f6c4dba9c5c46e871c69ed6",
jar_urls = [
"https://maven.ibiblio.org/maven2/args4j/args4j/2.33/args4j-2.33.jar",
"https://repo1.maven.org/maven2/args4j/args4j/2.33/args4j-2.33.jar",
],
)
java_import_external(
name = "com_amazonaws_aws_java_sdk_core",
licenses = ["notice"], # Apache License, Version 2.0
jar_sha256 = "be81b204f0ddf069a4c1f44f7e06971351aab725cbf85f542bd8dc8fdf50d5c9",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.166/aws-java-sdk-core-1.11.166.jar",
"https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.166/aws-java-sdk-core-1.11.166.jar",
],
deps = [
"@commons_logging",
"@org_apache_httpcomponents_httpclient",
"@software_amazon_ion_java",
"@com_fasterxml_jackson_core_jackson_databind",
"@com_fasterxml_jackson_dataformat_cbor",
"@joda_time",
],
)
java_import_external(
name = "com_amazonaws_aws_java_sdk_kms",
licenses = ["notice"], # Apache License, Version 2.0
jar_sha256 = "e690e02028709196ace0eb3725f06c032242e40d187171fb4fe4cdc04cf0eec5",
jar_urls = [
"https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-kms/1.11.166/aws-java-sdk-kms-1.11.166.jar",
"https://maven.ibiblio.org/maven2/com/amazonaws/aws-java-sdk-kms/1.11.166/aws-java-sdk-kms-1.11.166.jar",
],
deps = [
"@com_amazonaws_aws_java_sdk_core",
"@com_amazonaws_jmespath_java",
],
)
java_import_external(
name = "com_amazonaws_jmespath_java",
licenses = ["notice"], # Apache License, Version 2.0
jar_sha256 = "75e44f769a29f9d92f3dc481f38fb5ee2066fbb0c2bdd94a75f12f193962d997",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/amazonaws/jmespath-java/1.11.166/jmespath-java-1.11.166.jar",
"https://repo1.maven.org/maven2/com/amazonaws/jmespath-java/1.11.166/jmespath-java-1.11.166.jar",
],
deps = ["@com_fasterxml_jackson_core_jackson_databind"],
)
java_import_external(
name = "com_fasterxml_jackson_core",
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "918c04b9f9043d51dead2192b5d94d9f065870c9f26c8defbe9c6dbc951f304f",
jar_urls = [
"https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.jar",
"https://maven.ibiblio.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.jar",
],
)
java_import_external(
name = "com_fasterxml_jackson_core_jackson_annotations",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "03348c047d981376cc444fc466cd80bda8d7eb0698dc6a99dd52c5aa15eff5ad",
jar_urls = [
"https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar",
"https://maven.ibiblio.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar",
],
)
java_import_external(
name = "com_fasterxml_jackson_core_jackson_databind",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "c6b6043c6880697536f4ae3b9fad09517081ea22b966f0a084fa2d0c515e0a4a",
jar_urls = [
"https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.7.1/jackson-databind-2.6.7.1.jar",
"https://maven.ibiblio.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.7.1/jackson-databind-2.6.7.1.jar",
],
deps = [
"@com_fasterxml_jackson_core_jackson_annotations",
"@com_fasterxml_jackson_core",
],
)
java_import_external(
name = "com_fasterxml_jackson_dataformat_cbor",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "956a0fb9186a796b8a6548909da1ee55004279647e261c7f540e5d49d4f199bf",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar",
"https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar",
],
deps = ["@com_fasterxml_jackson_core"],
)
java_import_external(
name = "com_google_api_client",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "47c625c83a8cf97b8bbdff2acde923ff8fd3174e62aabcfc5d1b86692594ffba",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
"https://maven.ibiblio.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
],
deps = [
"@com_google_oauth_client",
"@com_google_http_client_jackson2",
"@commons_codec",
],
)
java_import_external(
name = "com_google_apis_google_api_services_cloudkms",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "0a991ab42838b2eb80b9880e34c25ab8076a1472a2b485dd3c8911509327f494",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms/v1-rev4-1.22.0/google-api-services-cloudkms-v1-rev4-1.22.0.jar",
"https://maven.ibiblio.org/maven2/com/google/apis/google-api-services-cloudkms/v1-rev4-1.22.0/google-api-services-cloudkms-v1-rev4-1.22.0.jar",
],
deps = ["@com_google_api_client"],
)
java_import_external(
name = "com_google_auto_common",
licenses = ["notice"], # Apache 2.0
jar_sha256 = "97db1709f57b91b32edacb596ef4641872f227b7d99ad90e467f0d77f5ba134a",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/auto/auto-common/0.8/auto-common-0.8.jar",
"https://maven.ibiblio.org/maven2/com/google/auto/auto-common/0.8/auto-common-0.8.jar",
],
deps = ["@com_google_guava"],
java_import_external(
name = "com_google_auto_service",
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
licenses = ["notice"], # Apache 2.0
jar_sha256 = "f68e20cc5aba8ad1759d2779c2b3725cc0bd9420c40e7b464a796b8ca1499e9e",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/auto/service/auto-service/1.0-rc3/auto-service-1.0-rc3.jar",
"https://repo1.maven.org/maven2/com/google/auto/service/auto-service/1.0-rc3/auto-service-1.0-rc3.jar",
],
deps = [
"@com_google_auto_common",
"@com_google_guava",
],
)
java_import_external(
name = "com_google_auto_value",
neverlink = 1,
licenses = ["notice"], # Apache 2.0
jar_sha256 = "fd6fb139d97b427c321eb9370aeb29394e35d22d595166ca9071457448fa5660",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar",
"https://maven.ibiblio.org/maven2/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar",
],
)
java_import_external(
name = "com_google_code_findbugs_annotations",
neverlink = 1,
licenses = ["restricted"], # GNU Lesser Public License
jar_sha256 = "acc0d2c06be70e9094d70cd05dffa077735c8f9d1a870eafda130b0592528200",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar",
"https://repo1.maven.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar",
],
deps = [
"@com_google_code_findbugs_jsr305",
],
)
java_import_external(
name = "com_google_code_findbugs_jsr305",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "c885ce34249682bc0236b4a7d56efcc12048e6135a5baf7a9cde8ad8cda13fcd",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar",
"https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar",
],
java_import_external(
name = "com_google_errorprone_error_prone_annotations",
licenses = ["notice"], # Apache 2.0
jar_sha256 = "cde78ace21e46398299d0d9c6be9f47b7f971c7f045d40c78f95be9a638cbf7e",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.jar",
"https://maven.ibiblio.org/maven2/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.jar",
],
java_import_external(
name = "com_google_guava",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "36a666e3b71ae7f0f0dca23654b67e086e6c93d192f60ba5dfd5519db6c288c8",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar",
"https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar",
],
Bartosz Przydatek
committed
)
java_import_external(
name = "com_google_http_client",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "f88ffa329ac52fb4f2ff0eb877ef7318423ac9b791a107f886ed5c7a00e77e11",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
"https://maven.ibiblio.org/maven2/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
],
deps = [
"@com_google_code_findbugs_jsr305",
"@org_apache_httpcomponents_httpclient",
"@commons_codec",
],
)
java_import_external(
name = "com_google_http_client_jackson2",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "45b1e34b2dcef5cb496ef25a1223d19cf102b8c2ea4abf96491631b2faf4611c",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
"https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
],
deps = [
"@com_google_http_client",
"@com_fasterxml_jackson_core",
],
)
java_import_external(
name = "com_google_oauth_client",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "a4c56168b3e042105d68cf136e40e74f6e27f63ed0a948df966b332678e19022",
jar_urls = [
"https://maven.ibiblio.org/maven2/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
"https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
],
deps = [
"@com_google_http_client",
"@com_google_code_findbugs_jsr305",
],
)
java_import_external(
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "032eddc69652b0a1f8d458f999b4a9534965c646b8b5de0eba48ee69407051df",
jar_urls = [
"https://repo1.maven.org/maven2/com/google/truth/truth/0.32/truth-0.32.jar",
"https://maven.ibiblio.org/maven2/com/google/truth/truth/0.32/truth-0.32.jar",
],
deps = [
"@com_google_guava",
"@junit",
"@com_google_auto_value",
"@com_google_errorprone_error_prone_annotations",
],
)
java_import_external(
name = "commons_codec",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "ad19d2601c3abf0b946b5c3a4113e226a8c1e3305e395b90013b78dd94a723ce",
jar_urls = [
"https://maven.ibiblio.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar",
"https://repo1.maven.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar",
],
)
java_import_external(
name = "commons_logging",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636",
jar_urls = [
"https://maven.ibiblio.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
"https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
],
)
java_import_external(
name = "joda_time",
licenses = ["notice"], # Apache 2
jar_sha256 = "b4670b95f75957c974284c5f3ada966040be2578f643c5c6083d262162061fa2",
jar_urls = [
"https://maven.ibiblio.org/maven2/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar",
"https://repo1.maven.org/maven2/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar",
],
)
java_import_external(
name = "junit",
licenses = ["reciprocal"], # Eclipse Public License 1.0
jar_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
jar_urls = [
"https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar",
"https://maven.ibiblio.org/maven2/junit/junit/4.12/junit-4.12.jar",
],
deps = ["@org_hamcrest_core"],
)
java_import_external(
name = "net_bytebuddy_byte_buddy",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "917758b3c651e278a15a029ba1d42dbf802d8b0e1fe2aa4b81c5750c64f461c1",
jar_urls = [
"https://maven.ibiblio.org/maven2/net/bytebuddy/byte-buddy/1.6.14/byte-buddy-1.6.14.jar",
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.6.14/byte-buddy-1.6.14.jar",
],
deps = [
"@com_google_code_findbugs_annotations",
],
)
java_import_external(
name = "net_bytebuddy_byte_buddy_agent",
licenses = ["notice"], # The Apache Software License, Version 2.0
jar_sha256 = "c141a2d6809c3eeff4a43d25992826abccebdd4b793af3e7a5f346e88ae73a33",
jar_urls = [
"https://maven.ibiblio.org/maven2/net/bytebuddy/byte-buddy-agent/1.6.14/byte-buddy-agent-1.6.14.jar",
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.6.14/byte-buddy-agent-1.6.14.jar",
],
)
java_import_external(
name = "org_apache_httpcomponents_httpclient",
licenses = ["notice"], # Apache License, Version 2.0
jar_sha256 = "0dffc621400d6c632f55787d996b8aeca36b30746a716e079a985f24d8074057",
jar_urls = [
"https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
"https://maven.ibiblio.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
],
deps = [
"@org_apache_httpcomponents_httpcore",
"@commons_logging",
"@commons_codec",
],
)
java_import_external(
name = "org_apache_httpcomponents_httpcore",
licenses = ["notice"], # Apache License, Version 2.0
jar_sha256 = "f7bc09dc8a7003822d109634ffd3845d579d12e725ae54673e323a7ce7f5e325",
jar_urls = [
"https://maven.ibiblio.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
"https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
],
)
java_import_external(
name = "org_hamcrest_core",
licenses = ["notice"], # New BSD License
jar_sha256 = "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9",
jar_urls = [
"https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
"https://maven.ibiblio.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",
],
)
java_import_external(
name = "org_json",
licenses = ["notice"], # The JSON License
jar_sha256 = "813f37e4820f1854e8a4eb4f80df94bf1b1f2ec6c3b72692f23ab9a556256af6",
jar_urls = [
"https://maven.ibiblio.org/maven2/org/json/json/20170516/json-20170516.jar",
"https://repo1.maven.org/maven2/org/json/json/20170516/json-20170516.jar",
],
)
java_import_external(
name = "org_mockito_core",
licenses = ["notice"], # The MIT License
jar_sha256 = "c496fe3790c55c07697cf37f5062f8758591ab035900bc108ce185b48df563a0",
jar_urls = [
"https://repo1.maven.org/maven2/org/mockito/mockito-core/2.8.47/mockito-core-2.8.47.jar",
"https://maven.ibiblio.org/maven2/org/mockito/mockito-core/2.8.47/mockito-core-2.8.47.jar",
],
deps = [
"@net_bytebuddy_byte_buddy",
"@net_bytebuddy_byte_buddy_agent",
"@org_objenesis",
],
)
java_import_external(
licenses = ["notice"], # Apache 2
jar_sha256 = "293328e1b0d31ed30bb89fca542b6c52fac00989bb0e62eb9d98d630c4dd6b7c",
jar_urls = [
"https://maven.ibiblio.org/maven2/org/objenesis/objenesis/2.5/objenesis-2.5.jar",
"https://repo1.maven.org/maven2/org/objenesis/objenesis/2.5/objenesis-2.5.jar",
],
)
java_import_external(
name = "software_amazon_ion_java",
licenses = ["notice"], # The Apache License, Version 2.0
jar_sha256 = "0d127b205a1fce0abc2a3757a041748651bc66c15cf4c059bac5833b27d471a5",
jar_urls = [
"https://repo1.maven.org/maven2/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar",
"https://maven.ibiblio.org/maven2/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar",
],
)
# END BAZEL MAVEN CONFIG GENERATOR
################################################################################
#-----------------------------------------------------------------------------
# objc
#-----------------------------------------------------------------------------
name = "build_bazel_rules_apple",
strip_prefix = "rules_apple-7ea05576182ba82ea9b951fa3d42ecdb3dc8dc59",
url = "https://github.com/bazelbuild/rules_apple/archive/7ea05576182ba82ea9b951fa3d42ecdb3dc8dc59.zip",
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()