-
Notifications
You must be signed in to change notification settings - Fork 664
/
versions.lock
20156 lines (20156 loc) · 567 KB
/
versions.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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
171
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
242
243
244
245
246
247
248
249
250
251
252
253
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"comment" : "An inventory of resolved dependency versions. Do not edit this file directly.",
"configurationGroups" : {
"consolidated_dependencies" : {
"biz.aQute.bnd:biz.aQute.bnd.annotation:6.4.1" : "5fc760f2,refs=1",
"com.adobe.testing:s3mock:2.17.0" : "1e12e466,refs=2",
"com.adobe.testing:s3mock-junit4:2.17.0" : "1e12e466,refs=2",
"com.adobe.testing:s3mock-testsupport-common:2.17.0" : "1e12e466,refs=2",
"com.adobe.xmp:xmpcore:6.1.10" : "50a667d1,refs=5",
"com.amazonaws:aws-java-sdk-core:1.12.501" : "1e12e466,refs=2",
"com.amazonaws:aws-java-sdk-kms:1.12.501" : "1e12e466,refs=2",
"com.amazonaws:aws-java-sdk-s3:1.12.501" : "1e12e466,refs=2",
"com.amazonaws:jmespath-java:1.12.501" : "1e12e466,refs=2",
"com.beust:jcommander:1.82" : "50a667d1,refs=5",
"com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1" : "06ca9183,refs=52",
"com.carrotsearch:hppc:0.10.0" : "3ff3bc39,refs=81",
"com.cybozu.labs:langdetect:1.1-20120112" : "69bf1b73,refs=5",
"com.epam:parso:2.0.14" : "50a667d1,refs=5",
"com.fasterxml.jackson.core:jackson-annotations:2.18.0" : "4ce82561,refs=99",
"com.fasterxml.jackson.core:jackson-core:2.18.0" : "6a8501ec,refs=100",
"com.fasterxml.jackson.core:jackson-databind:2.18.0" : "f83d8628,refs=96",
"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.18.0" : "8b517977,refs=81",
"com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.18.0" : "4bf37e93,refs=3",
"com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.18.0" : "ad8f08d7,refs=79",
"com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0" : "1e12e466,refs=2",
"com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0" : "3b210678,refs=5",
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0" : "1e12e466,refs=2",
"com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.18.0" : "ad8f08d7,refs=79",
"com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0" : "c77c5ec7,refs=1",
"com.fasterxml.jackson.module:jackson-module-parameter-names:2.18.0" : "1e12e466,refs=2",
"com.fasterxml.jackson.module:jackson-module-scala_2.13:2.18.0" : "4bf37e93,refs=3",
"com.fasterxml.jackson:jackson-bom:2.18.0" : "100652ac,refs=104",
"com.fasterxml.woodstox:woodstox-core:7.0.0" : "7bb67147,refs=82",
"com.github.ben-manes.caffeine:caffeine:3.1.8" : "5b2db4f4,refs=111",
"com.github.jai-imageio:jai-imageio-core:1.4.0" : "50a667d1,refs=5",
"com.github.junrar:junrar:7.5.3" : "50a667d1,refs=5",
"com.github.kevinstern:software-and-algorithms:1.0" : "e5b524d7,refs=26",
"com.github.luben:zstd-jni:1.5.6-3" : "f493e7bb,refs=7",
"com.github.openjson:openjson:1.0.12" : "50a667d1,refs=5",
"com.github.spotbugs:spotbugs-annotations:4.8.6" : "761c3c3c,refs=5",
"com.github.stephenc.jcip:jcip-annotations:1.0-1" : "e9990913,refs=4",
"com.github.virtuald:curvesapi:1.07" : "50a667d1,refs=5",
"com.google.android:annotations:4.1.1.4" : "dd724fae,refs=6",
"com.google.api-client:google-api-client:2.6.0" : "784a94ea,refs=5",
"com.google.api.grpc:gapic-google-cloud-storage-v2:2.40.1-alpha" : "784a94ea,refs=5",
"com.google.api.grpc:grpc-google-cloud-storage-v2:2.40.1-alpha" : "784a94ea,refs=5",
"com.google.api.grpc:proto-google-cloud-storage-v2:2.40.1-alpha" : "784a94ea,refs=5",
"com.google.api.grpc:proto-google-common-protos:2.41.0" : "cef2dbfe,refs=8",
"com.google.api.grpc:proto-google-iam-v1:1.36.0" : "784a94ea,refs=5",
"com.google.api:api-common:2.33.0" : "784a94ea,refs=5",
"com.google.api:gax:2.50.0" : "784a94ea,refs=5",
"com.google.api:gax-grpc:2.50.0" : "784a94ea,refs=5",
"com.google.api:gax-httpjson:2.50.0" : "784a94ea,refs=5",
"com.google.apis:google-api-services-storage:v1-rev20240621-2.0.0" : "784a94ea,refs=5",
"com.google.auth:google-auth-library-credentials:1.23.0" : "784a94ea,refs=5",
"com.google.auth:google-auth-library-oauth2-http:1.23.0" : "784a94ea,refs=5",
"com.google.auto.service:auto-service-annotations:1.0.1" : "e5b524d7,refs=26",
"com.google.auto.value:auto-value-annotations:1.10.4" : "322f4a3c,refs=31",
"com.google.auto:auto-common:1.2.2" : "e5b524d7,refs=26",
"com.google.cloud:google-cloud-bom:0.224.0" : "784a94ea,refs=5",
"com.google.cloud:google-cloud-core:2.40.0" : "784a94ea,refs=5",
"com.google.cloud:google-cloud-core-grpc:2.40.0" : "784a94ea,refs=5",
"com.google.cloud:google-cloud-core-http:2.40.0" : "784a94ea,refs=5",
"com.google.cloud:google-cloud-nio:0.127.20" : "aa7a59c6,refs=2",
"com.google.cloud:google-cloud-storage:2.40.1" : "784a94ea,refs=5",
"com.google.code.findbugs:jsr305:3.0.2" : "e5b524d7,refs=26",
"com.google.code.gson:gson:2.11.0" : "0a82b27c,refs=16",
"com.google.errorprone:error_prone_annotation:2.31.0" : "e5b524d7,refs=26",
"com.google.errorprone:error_prone_annotations:2.31.0" : "e80f7a3a,refs=149",
"com.google.errorprone:error_prone_check_api:2.31.0" : "e5b524d7,refs=26",
"com.google.errorprone:error_prone_core:2.31.0" : "e5b524d7,refs=26",
"com.google.errorprone:error_prone_type_annotations:2.31.0" : "e5b524d7,refs=26",
"com.google.guava:failureaccess:1.0.2" : "e80f7a3a,refs=149",
"com.google.guava:guava:33.1.0-jre" : "e80f7a3a,refs=149",
"com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" : "e80f7a3a,refs=149",
"com.google.http-client:google-http-client:1.44.2" : "784a94ea,refs=5",
"com.google.http-client:google-http-client-apache-v2:1.44.2" : "784a94ea,refs=5",
"com.google.http-client:google-http-client-appengine:1.44.2" : "784a94ea,refs=5",
"com.google.http-client:google-http-client-gson:1.44.2" : "784a94ea,refs=5",
"com.google.http-client:google-http-client-jackson2:1.44.2" : "784a94ea,refs=5",
"com.google.j2objc:j2objc-annotations:3.0.0" : "a05ffa28,refs=49",
"com.google.oauth-client:google-oauth-client:1.36.0" : "784a94ea,refs=5",
"com.google.protobuf:protobuf-java:3.25.3" : "7498dc3d,refs=48",
"com.google.protobuf:protobuf-java-util:3.25.3" : "a7f96198,refs=8",
"com.google.re2j:re2j:1.7" : "a5b348ef,refs=6",
"com.googlecode.json-simple:json-simple:1.1.1" : "8d0cef4c,refs=11",
"com.googlecode.juniversalchardet:juniversalchardet:1.0.3" : "50a667d1,refs=5",
"com.googlecode.plist:dd-plist:1.24" : "50a667d1,refs=5",
"com.healthmarketscience.jackcess:jackcess:4.0.2" : "50a667d1,refs=5",
"com.healthmarketscience.jackcess:jackcess-encrypt:4.0.1" : "50a667d1,refs=5",
"com.helger:profiler:1.1.1" : "0769b123,refs=5",
"com.ibm.icu:icu4j:74.2" : "b4755bf3,refs=9",
"com.j256.simplemagic:simplemagic:1.17" : "ad8f08d7,refs=79",
"com.jayway.jsonpath:json-path:2.9.0" : "ad8f08d7,refs=79",
"com.lmax:disruptor:3.4.4" : "6ac4140f,refs=27",
"com.mchange:c3p0:0.9.5.5" : "50a667d1,refs=5",
"com.mchange:mchange-commons-java:0.2.19" : "50a667d1,refs=5",
"com.nimbusds:content-type:2.2" : "4f81d786,refs=2",
"com.nimbusds:lang-tag:1.7" : "4f81d786,refs=2",
"com.nimbusds:nimbus-jose-jwt:9.30.2" : "4f81d786,refs=2",
"com.nimbusds:oauth2-oidc-sdk:10.10.1" : "4f81d786,refs=2",
"com.pff:java-libpst:0.9.3" : "50a667d1,refs=5",
"com.rometools:rome:1.18.0" : "50a667d1,refs=5",
"com.rometools:rome-utils:1.18.0" : "50a667d1,refs=5",
"com.squareup.okhttp3:mockwebserver:4.11.0" : "4f81d786,refs=2",
"com.squareup.okhttp3:okhttp:4.12.0" : "b6a343e2,refs=5",
"com.squareup.okio:okio:3.6.0" : "b6a343e2,refs=5",
"com.squareup.okio:okio-jvm:3.6.0" : "b6a343e2,refs=5",
"com.sun.activation:jakarta.activation:1.2.2" : "e2f3f42e,refs=4",
"com.sun.istack:istack-commons-runtime:3.0.12" : "debe9836,refs=7",
"com.tdunning:t-digest:3.3" : "ad8f08d7,refs=79",
"com.thoughtworks.paranamer:paranamer:2.8" : "4bf37e93,refs=3",
"com.typesafe.scala-logging:scala-logging_2.13:3.9.4" : "4bf37e93,refs=3",
"com.yammer.metrics:metrics-core:2.2.0" : "4bf37e93,refs=3",
"com.zaxxer:SparseBitSet:1.2" : "50a667d1,refs=5",
"commons-beanutils:commons-beanutils:1.9.4" : "4bf37e93,refs=3",
"commons-cli:commons-cli:1.9.0" : "e19ba4dc,refs=87",
"commons-codec:commons-codec:1.17.1" : "fed35e7f,refs=107",
"commons-collections:commons-collections:3.2.2" : "acc31ef6,refs=6",
"commons-digester:commons-digester:2.1" : "4bf37e93,refs=3",
"commons-io:commons-io:2.15.1" : "7413b098,refs=124",
"commons-validator:commons-validator:1.7" : "4bf37e93,refs=3",
"de.l3s.boilerpipe:boilerpipe:1.1.0" : "50a667d1,refs=5",
"edu.ucar:cdm:4.5.5" : "50a667d1,refs=5",
"edu.ucar:grib:4.5.5" : "50a667d1,refs=5",
"edu.ucar:httpservices:4.5.5" : "50a667d1,refs=5",
"edu.ucar:netcdf4:4.5.5" : "50a667d1,refs=5",
"edu.ucar:udunits:4.5.5" : "50a667d1,refs=5",
"edu.usc.ir:sentiment-analysis-parser:0.1" : "50a667d1,refs=5",
"io.dropwizard.metrics:metrics-annotation:4.2.26" : "1f5bde05,refs=47",
"io.dropwizard.metrics:metrics-core:4.2.26" : "87cd582a,refs=121",
"io.dropwizard.metrics:metrics-graphite:4.2.26" : "27f62655,refs=81",
"io.dropwizard.metrics:metrics-healthchecks:4.2.26" : "0769b123,refs=5",
"io.dropwizard.metrics:metrics-jetty10:4.2.26" : "1f5bde05,refs=47",
"io.dropwizard.metrics:metrics-jmx:4.2.26" : "27f62655,refs=81",
"io.dropwizard.metrics:metrics-json:4.2.26" : "0769b123,refs=5",
"io.dropwizard.metrics:metrics-jvm:4.2.26" : "dc28f153,refs=83",
"io.dropwizard.metrics:metrics-servlets:4.2.26" : "0769b123,refs=5",
"io.github.eisop:dataflow-errorprone:3.41.0-eisop1" : "e5b524d7,refs=26",
"io.github.java-diff-utils:java-diff-utils:4.12" : "e5b524d7,refs=26",
"io.github.microutils:kotlin-logging:3.0.5" : "c77c5ec7,refs=1",
"io.github.microutils:kotlin-logging-jvm:3.0.5" : "c77c5ec7,refs=1",
"io.grpc:grpc-alts:1.65.1" : "784a94ea,refs=5",
"io.grpc:grpc-api:1.65.1" : "cef2dbfe,refs=8",
"io.grpc:grpc-auth:1.65.1" : "784a94ea,refs=5",
"io.grpc:grpc-bom:1.65.1" : "784a94ea,refs=5",
"io.grpc:grpc-context:1.65.1" : "cef2dbfe,refs=8",
"io.grpc:grpc-core:1.65.1" : "cef2dbfe,refs=8",
"io.grpc:grpc-googleapis:1.65.1" : "6fb73f3a,refs=3",
"io.grpc:grpc-grpclb:1.65.1" : "784a94ea,refs=5",
"io.grpc:grpc-inprocess:1.65.1" : "784a94ea,refs=5",
"io.grpc:grpc-netty:1.65.1" : "5fcc0587,refs=3",
"io.grpc:grpc-netty-shaded:1.65.1" : "6fb73f3a,refs=3",
"io.grpc:grpc-protobuf:1.65.1" : "cef2dbfe,refs=8",
"io.grpc:grpc-protobuf-lite:1.65.1" : "dd724fae,refs=6",
"io.grpc:grpc-rls:1.65.1" : "6fb73f3a,refs=3",
"io.grpc:grpc-services:1.65.1" : "6fb73f3a,refs=3",
"io.grpc:grpc-stub:1.65.1" : "cef2dbfe,refs=8",
"io.grpc:grpc-util:1.65.1" : "dd724fae,refs=6",
"io.grpc:grpc-xds:1.65.1" : "6fb73f3a,refs=3",
"io.micrometer:micrometer-core:1.9.12" : "1e12e466,refs=2",
"io.netty:netty-bom:4.1.114.Final" : "0d28f997,refs=5",
"io.netty:netty-buffer:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-codec:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-codec-http:4.1.114.Final" : "c1e4e901,refs=4",
"io.netty:netty-codec-http2:4.1.114.Final" : "5fcc0587,refs=3",
"io.netty:netty-codec-socks:4.1.114.Final" : "5fcc0587,refs=3",
"io.netty:netty-common:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-handler:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-handler-proxy:4.1.114.Final" : "5fcc0587,refs=3",
"io.netty:netty-resolver:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-tcnative-boringssl-static:2.0.66.Final" : "7413b098,refs=124",
"io.netty:netty-tcnative-classes:2.0.66.Final" : "7413b098,refs=124",
"io.netty:netty-transport:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-transport-classes-epoll:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-transport-native-epoll:4.1.114.Final" : "7413b098,refs=124",
"io.netty:netty-transport-native-unix-common:4.1.114.Final" : "7413b098,refs=124",
"io.opencensus:opencensus-api:0.31.1" : "784a94ea,refs=5",
"io.opencensus:opencensus-contrib-http-util:0.31.1" : "784a94ea,refs=5",
"io.opencensus:opencensus-proto:0.2.0" : "6fb73f3a,refs=3",
"io.opentelemetry:opentelemetry-api:1.40.0" : "17e13daa,refs=119",
"io.opentelemetry:opentelemetry-api-incubator:1.40.0-alpha" : "5fcc0587,refs=3",
"io.opentelemetry:opentelemetry-bom:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-context:1.40.0" : "17e13daa,refs=119",
"io.opentelemetry:opentelemetry-exporter-common:1.40.0" : "5fcc0587,refs=3",
"io.opentelemetry:opentelemetry-exporter-otlp:1.40.0" : "5fcc0587,refs=3",
"io.opentelemetry:opentelemetry-exporter-otlp-common:1.40.0" : "5fcc0587,refs=3",
"io.opentelemetry:opentelemetry-exporter-sender-okhttp:1.40.0" : "5fcc0587,refs=3",
"io.opentelemetry:opentelemetry-sdk:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-common:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-logs:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-metrics:1.40.0" : "0d28f997,refs=5",
"io.opentelemetry:opentelemetry-sdk-testing:1.40.0" : "015c5766,refs=2",
"io.opentelemetry:opentelemetry-sdk-trace:1.40.0" : "0d28f997,refs=5",
"io.perfmark:perfmark-api:0.27.0" : "dd724fae,refs=6",
"io.prometheus:prometheus-metrics-exposition-formats:1.1.0" : "ad8f08d7,refs=79",
"io.prometheus:prometheus-metrics-model:1.1.0" : "ad8f08d7,refs=79",
"io.prometheus:simpleclient:0.16.0" : "fa7556ff,refs=5",
"io.prometheus:simpleclient_common:0.16.0" : "fa7556ff,refs=5",
"io.prometheus:simpleclient_httpserver:0.16.0" : "fa7556ff,refs=5",
"io.sgr:s2-geometry-library-java:1.0.0" : "ad8f08d7,refs=79",
"io.swagger.core.v3:swagger-annotations-jakarta:2.2.22" : "420fd813,refs=130",
"jakarta.activation:jakarta.activation-api:1.2.2" : "50a667d1,refs=5",
"jakarta.annotation:jakarta.annotation-api:2.1.1" : "78dd58c9,refs=80",
"jakarta.inject:jakarta.inject-api:2.0.1" : "ad8f08d7,refs=79",
"jakarta.servlet:jakarta.servlet-api:4.0.4" : "1e12e466,refs=2",
"jakarta.validation:jakarta.validation-api:3.0.2" : "ad8f08d7,refs=79",
"jakarta.websocket:jakarta.websocket-api:1.1.2" : "1e12e466,refs=2",
"jakarta.ws.rs:jakarta.ws.rs-api:3.1.0" : "76db8e26,refs=87",
"jakarta.xml.bind:jakarta.xml.bind-api:2.3.3" : "debe9836,refs=7",
"javax.inject:javax.inject:1" : "a9dcee72,refs=28",
"javax.measure:unit-api:1.0" : "50a667d1,refs=5",
"joda-time:joda-time:2.8.1" : "debe9836,refs=7",
"junit:junit:4.13.2" : "06ca9183,refs=52",
"net.arnx:jsonic:1.2.7" : "69bf1b73,refs=5",
"net.bytebuddy:byte-buddy:1.14.15" : "5f62bd8e,refs=18",
"net.bytebuddy:byte-buddy-agent:1.14.15" : "23e8a2eb,refs=4",
"net.java.dev.jna:jna:5.12.1" : "50a667d1,refs=5",
"net.minidev:accessors-smart:2.4.9" : "4f81d786,refs=2",
"net.minidev:json-smart:2.4.10" : "4f81d786,refs=2",
"net.sf.ehcache:ehcache-core:2.6.2" : "50a667d1,refs=5",
"net.sf.jopt-simple:jopt-simple:5.0.4" : "778d978f,refs=8",
"net.sourceforge.argparse4j:argparse4j:0.7.0" : "4bf37e93,refs=3",
"net.thisptr:jackson-jq:0.0.13" : "fa7556ff,refs=5",
"no.nav.security:mock-oauth2-server:0.5.10" : "4f81d786,refs=2",
"org.antlr:antlr4-runtime:4.11.1" : "ebd3db47,refs=77",
"org.apache.calcite.avatica:avatica-core:1.25.0" : "93acde90,refs=6",
"org.apache.calcite.avatica:avatica-metrics:1.25.0" : "93acde90,refs=6",
"org.apache.calcite:calcite-core:1.37.0" : "93acde90,refs=6",
"org.apache.calcite:calcite-linq4j:1.37.0" : "93acde90,refs=6",
"org.apache.commons:commons-collections4:4.4" : "515616b6,refs=7",
"org.apache.commons:commons-compress:1.26.1" : "515616b6,refs=7",
"org.apache.commons:commons-configuration2:2.11.0" : "280cfec8,refs=3",
"org.apache.commons:commons-csv:1.9.0" : "50a667d1,refs=5",
"org.apache.commons:commons-exec:1.4.0" : "5b11e899,refs=81",
"org.apache.commons:commons-lang3:3.15.0" : "36393977,refs=83",
"org.apache.commons:commons-math3:3.6.1" : "21136b15,refs=87",
"org.apache.commons:commons-text:1.12.0" : "a6a1e3c5,refs=7",
"org.apache.curator:curator-client:5.7.1" : "703dff64,refs=123",
"org.apache.curator:curator-framework:5.7.1" : "703dff64,refs=123",
"org.apache.curator:curator-recipes:5.7.1" : "280cfec8,refs=3",
"org.apache.curator:curator-test:5.7.1" : "3c9a199e,refs=29",
"org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0" : "e972cbed,refs=5",
"org.apache.hadoop:hadoop-annotations:3.4.0" : "bf04d2b8,refs=5",
"org.apache.hadoop:hadoop-auth:3.4.0" : "bf04d2b8,refs=5",
"org.apache.hadoop:hadoop-client-api:3.4.0" : "5f4312f3,refs=5",
"org.apache.hadoop:hadoop-client-minicluster:3.4.0" : "4985a322,refs=1",
"org.apache.hadoop:hadoop-client-runtime:3.4.0" : "26b9da63,refs=3",
"org.apache.hadoop:hadoop-common:3.4.0" : "bf04d2b8,refs=5",
"org.apache.hadoop:hadoop-hdfs:3.4.0" : "90aa62e6,refs=2",
"org.apache.hadoop:hadoop-minikdc:3.4.0" : "f7508386,refs=2",
"org.apache.httpcomponents.client5:httpclient5:5.2.1" : "20f1e0e0,refs=4",
"org.apache.httpcomponents.core5:httpcore5:5.2.3" : "20f1e0e0,refs=4",
"org.apache.httpcomponents.core5:httpcore5-h2:5.2" : "20f1e0e0,refs=4",
"org.apache.httpcomponents:httpclient:4.5.14" : "1b72eeae,refs=128",
"org.apache.httpcomponents:httpcore:4.4.16" : "1b72eeae,refs=128",
"org.apache.httpcomponents:httpmime:4.5.14" : "1b72eeae,refs=128",
"org.apache.james:apache-mime4j-core:0.8.4" : "50a667d1,refs=5",
"org.apache.james:apache-mime4j-dom:0.8.4" : "50a667d1,refs=5",
"org.apache.kafka:kafka-clients:3.7.1" : "c6acb8a9,refs=11",
"org.apache.kafka:kafka-group-coordinator:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-metadata:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-raft:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-server:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-server-common:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-storage:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-storage-api:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka-streams:3.7.1" : "934e1fc5,refs=4",
"org.apache.kafka:kafka-tools-api:3.7.1" : "4bf37e93,refs=3",
"org.apache.kafka:kafka_2.13:3.7.1" : "4bf37e93,refs=3",
"org.apache.kerby:kerb-admin:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-client:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-common:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-core:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerb-crypto:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerb-identity:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-server:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-simplekdc:2.0.3" : "f7508386,refs=2",
"org.apache.kerby:kerb-util:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerby-asn1:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerby-config:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerby-pkix:2.0.3" : "1643ad05,refs=4",
"org.apache.kerby:kerby-util:2.0.3" : "1643ad05,refs=4",
"org.apache.logging.log4j:log4j-1.2-api:2.21.0" : "1640bbba,refs=20",
"org.apache.logging.log4j:log4j-api:2.21.0" : "bc8e8214,refs=87",
"org.apache.logging.log4j:log4j-core:2.21.0" : "72c9c512,refs=85",
"org.apache.logging.log4j:log4j-layout-template-json:2.21.0" : "6351de37,refs=19",
"org.apache.logging.log4j:log4j-slf4j2-impl:2.21.0" : "08ef8dc6,refs=81",
"org.apache.logging.log4j:log4j-web:2.21.0" : "6351de37,refs=19",
"org.apache.lucene:lucene-analysis-common:9.11.1" : "17e13daa,refs=119",
"org.apache.lucene:lucene-analysis-icu:9.11.1" : "b4755bf3,refs=9",
"org.apache.lucene:lucene-analysis-kuromoji:9.11.1" : "ebd3db47,refs=77",
"org.apache.lucene:lucene-analysis-morfologik:9.11.1" : "727aea63,refs=7",
"org.apache.lucene:lucene-analysis-nori:9.11.1" : "ebd3db47,refs=77",
"org.apache.lucene:lucene-analysis-opennlp:9.11.1" : "b4755bf3,refs=9",
"org.apache.lucene:lucene-analysis-phonetic:9.11.1" : "ebd3db47,refs=77",
"org.apache.lucene:lucene-analysis-smartcn:9.11.1" : "727aea63,refs=7",
"org.apache.lucene:lucene-analysis-stempel:9.11.1" : "727aea63,refs=7",
"org.apache.lucene:lucene-backward-codecs:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-classification:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-codecs:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-core:9.11.1" : "17e13daa,refs=119",
"org.apache.lucene:lucene-expressions:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-grouping:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-highlighter:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-join:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-memory:9.11.1" : "ebd3db47,refs=77",
"org.apache.lucene:lucene-misc:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-queries:9.11.1" : "17e13daa,refs=119",
"org.apache.lucene:lucene-queryparser:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-sandbox:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-spatial-extras:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-spatial3d:9.11.1" : "ad8f08d7,refs=79",
"org.apache.lucene:lucene-suggest:9.11.1" : "b3b7541b,refs=81",
"org.apache.lucene:lucene-test-framework:9.11.1" : "06ca9183,refs=52",
"org.apache.opennlp:opennlp-tools:1.9.4" : "e6d93f27,refs=19",
"org.apache.pdfbox:fontbox:2.0.26" : "50a667d1,refs=5",
"org.apache.pdfbox:jbig2-imageio:3.0.4" : "50a667d1,refs=5",
"org.apache.pdfbox:jempbox:1.8.16" : "50a667d1,refs=5",
"org.apache.pdfbox:pdfbox:2.0.26" : "50a667d1,refs=5",
"org.apache.pdfbox:pdfbox-tools:2.0.26" : "50a667d1,refs=5",
"org.apache.pdfbox:preflight:2.0.26" : "50a667d1,refs=5",
"org.apache.pdfbox:xmpbox:2.0.26" : "50a667d1,refs=5",
"org.apache.poi:poi:5.2.2" : "50a667d1,refs=5",
"org.apache.poi:poi-ooxml:5.2.2" : "50a667d1,refs=5",
"org.apache.poi:poi-ooxml-lite:5.2.2" : "50a667d1,refs=5",
"org.apache.poi:poi-scratchpad:5.2.2" : "50a667d1,refs=5",
"org.apache.sis.core:sis-feature:1.2" : "50a667d1,refs=5",
"org.apache.sis.core:sis-metadata:1.2" : "50a667d1,refs=5",
"org.apache.sis.core:sis-referencing:1.2" : "50a667d1,refs=5",
"org.apache.sis.core:sis-utility:1.2" : "50a667d1,refs=5",
"org.apache.sis.storage:sis-netcdf:1.2" : "50a667d1,refs=5",
"org.apache.sis.storage:sis-storage:1.2" : "50a667d1,refs=5",
"org.apache.tika:tika-core:1.28.5" : "b6f115a3,refs=10",
"org.apache.tika:tika-parsers:1.28.5" : "50a667d1,refs=5",
"org.apache.tomcat.embed:tomcat-embed-el:9.0.76" : "1e12e466,refs=2",
"org.apache.tomcat:annotations-api:6.0.53" : "781655d3,refs=1",
"org.apache.xmlbeans:xmlbeans:5.0.3" : "50a667d1,refs=5",
"org.apache.zookeeper:zookeeper:3.9.2" : "7413b098,refs=124",
"org.apache.zookeeper:zookeeper-jute:3.9.2" : "7413b098,refs=124",
"org.apiguardian:apiguardian-api:1.1.2" : "5d98342f,refs=33",
"org.bitbucket.b_c:jose4j:0.9.6" : "9bcc8206,refs=8",
"org.bouncycastle:bcmail-jdk15on:1.70" : "50a667d1,refs=5",
"org.bouncycastle:bcpkix-jdk15on:1.70" : "8ba2f0f7,refs=6",
"org.bouncycastle:bcpkix-jdk18on:1.78.1" : "4f81d786,refs=2",
"org.bouncycastle:bcprov-jdk15on:1.70" : "8ba2f0f7,refs=6",
"org.bouncycastle:bcprov-jdk18on:1.78.1" : "4f81d786,refs=2",
"org.bouncycastle:bcutil-jdk15on:1.70" : "8ba2f0f7,refs=6",
"org.bouncycastle:bcutil-jdk18on:1.78.1" : "4f81d786,refs=2",
"org.brotli:dec:0.1.2" : "50a667d1,refs=5",
"org.carrot2:carrot2-core:4.5.1" : "f5acb352,refs=5",
"org.carrot2:morfologik-fsa:2.1.9" : "727aea63,refs=7",
"org.carrot2:morfologik-polish:2.1.9" : "727aea63,refs=7",
"org.carrot2:morfologik-stemming:2.1.9" : "727aea63,refs=7",
"org.ccil.cowan.tagsoup:tagsoup:1.2.1" : "50a667d1,refs=5",
"org.checkerframework:checker-qual:3.44.0" : "e80f7a3a,refs=149",
"org.codehaus.janino:commons-compiler:3.1.11" : "20f1e0e0,refs=4",
"org.codehaus.janino:janino:3.1.11" : "20f1e0e0,refs=4",
"org.codehaus.woodstox:stax2-api:4.2.2" : "5b11e899,refs=81",
"org.codelibs:jhighlight:1.1.0" : "50a667d1,refs=5",
"org.conscrypt:conscrypt-openjdk-uber:2.5.2" : "784a94ea,refs=5",
"org.eclipse.jetty.http2:http2-client:10.0.22" : "1b72eeae,refs=128",
"org.eclipse.jetty.http2:http2-common:10.0.22" : "84afbb60,refs=130",
"org.eclipse.jetty.http2:http2-hpack:10.0.22" : "84afbb60,refs=130",
"org.eclipse.jetty.http2:http2-http-client-transport:10.0.22" : "f9ff6c21,refs=84",
"org.eclipse.jetty.http2:http2-server:10.0.22" : "5967e690,refs=32",
"org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6" : "5e82f1c0,refs=109",
"org.eclipse.jetty:jetty-alpn-client:10.0.22" : "1b72eeae,refs=128",
"org.eclipse.jetty:jetty-alpn-java-client:10.0.22" : "f9ff6c21,refs=84",
"org.eclipse.jetty:jetty-alpn-java-server:10.0.22" : "1069c1cc,refs=30",
"org.eclipse.jetty:jetty-alpn-server:10.0.22" : "5967e690,refs=32",
"org.eclipse.jetty:jetty-client:10.0.22" : "7f2dd9d5,refs=90",
"org.eclipse.jetty:jetty-deploy:10.0.22" : "24396a00,refs=4",
"org.eclipse.jetty:jetty-http:10.0.22" : "84afbb60,refs=130",
"org.eclipse.jetty:jetty-io:10.0.22" : "84afbb60,refs=130",
"org.eclipse.jetty:jetty-jmx:10.0.22" : "24396a00,refs=4",
"org.eclipse.jetty:jetty-rewrite:10.0.22" : "5967e690,refs=32",
"org.eclipse.jetty:jetty-security:10.0.22" : "0e779887,refs=59",
"org.eclipse.jetty:jetty-server:10.0.22" : "d008b72a,refs=107",
"org.eclipse.jetty:jetty-servlet:10.0.22" : "0e779887,refs=59",
"org.eclipse.jetty:jetty-servlets:10.0.22" : "24396a00,refs=4",
"org.eclipse.jetty:jetty-util:10.0.22" : "84afbb60,refs=130",
"org.eclipse.jetty:jetty-webapp:10.0.22" : "062c26b4,refs=7",
"org.eclipse.jetty:jetty-xml:10.0.22" : "062c26b4,refs=7",
"org.freemarker:freemarker:2.3.32" : "c77c5ec7,refs=1",
"org.gagravarr:vorbis-java-core:0.8" : "50a667d1,refs=5",
"org.gagravarr:vorbis-java-tika:0.8" : "50a667d1,refs=5",
"org.glassfish.hk2.external:aopalliance-repackaged:3.1.1" : "ad8f08d7,refs=79",
"org.glassfish.hk2:hk2-api:3.1.1" : "ad8f08d7,refs=79",
"org.glassfish.hk2:hk2-locator:3.1.1" : "ad8f08d7,refs=79",
"org.glassfish.hk2:hk2-utils:3.1.1" : "ad8f08d7,refs=79",
"org.glassfish.hk2:osgi-resource-locator:1.0.3" : "ad8f08d7,refs=79",
"org.glassfish.jaxb:jaxb-runtime:2.3.8" : "debe9836,refs=7",
"org.glassfish.jaxb:txw2:2.3.8" : "debe9836,refs=7",
"org.glassfish.jersey.containers:jersey-container-jetty-http:2.39.1" : "ad8f08d7,refs=79",
"org.glassfish.jersey.core:jersey-client:3.1.9" : "ad8f08d7,refs=79",
"org.glassfish.jersey.core:jersey-common:3.1.9" : "ad8f08d7,refs=79",
"org.glassfish.jersey.core:jersey-server:3.1.9" : "ad8f08d7,refs=79",
"org.glassfish.jersey.ext:jersey-entity-filtering:3.1.9" : "ad8f08d7,refs=79",
"org.glassfish.jersey.inject:jersey-hk2:3.1.9" : "ad8f08d7,refs=79",
"org.glassfish.jersey.media:jersey-media-json-jackson:3.1.9" : "ad8f08d7,refs=79",
"org.hamcrest:hamcrest:3.0" : "06ca9183,refs=52",
"org.hdrhistogram:HdrHistogram:2.1.12" : "1e12e466,refs=2",
"org.hsqldb:hsqldb:2.7.2" : "970f2ee7,refs=1",
"org.immutables:value-annotations:2.10.1" : "d3d191b2,refs=1",
"org.itadaki:bzip2:0.9.1" : "50a667d1,refs=5",
"org.javassist:javassist:3.30.2-GA" : "ad8f08d7,refs=79",
"org.jctools:jctools-core:4.0.5" : "52ada00b,refs=4",
"org.jdom:jdom2:2.0.6.1" : "50a667d1,refs=5",
"org.jetbrains.kotlin:kotlin-reflect:1.8.22" : "c77c5ec7,refs=1",
"org.jetbrains.kotlin:kotlin-stdlib:1.9.10" : "b6a343e2,refs=5",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10" : "b6a343e2,refs=5",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10" : "b6a343e2,refs=5",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10" : "b6a343e2,refs=5",
"org.jetbrains:annotations:13.0" : "b6a343e2,refs=5",
"org.jspecify:jspecify:1.0.0" : "e5b524d7,refs=26",
"org.junit.jupiter:junit-jupiter-api:5.6.2" : "3c9a199e,refs=29",
"org.junit.platform:junit-platform-commons:1.6.2" : "3c9a199e,refs=29",
"org.junit:junit-bom:5.6.2" : "3c9a199e,refs=29",
"org.latencyutils:LatencyUtils:2.0.3" : "7df0e72e,refs=1",
"org.locationtech.jts.io:jts-io-common:1.19.0" : "93acde90,refs=6",
"org.locationtech.jts:jts-core:1.19.0" : "93acde90,refs=6",
"org.locationtech.proj4j:proj4j:1.2.2" : "93acde90,refs=6",
"org.locationtech.spatial4j:spatial4j:0.8" : "ad8f08d7,refs=79",
"org.lz4:lz4-java:1.8.0" : "f493e7bb,refs=7",
"org.mockito:mockito-core:5.12.0" : "5f62bd8e,refs=18",
"org.mockito:mockito-subclass:5.12.0" : "ef8aea8b,refs=7",
"org.objenesis:objenesis:3.3" : "9e97e18c,refs=9",
"org.opengis:geoapi:3.0.1" : "50a667d1,refs=5",
"org.openjdk.jmh:jmh-core:1.37" : "c718e885,refs=5",
"org.openjdk.jmh:jmh-generator-annprocess:1.37" : "2d06957b,refs=1",
"org.opentest4j:opentest4j:1.2.0" : "3c9a199e,refs=29",
"org.osgi:org.osgi.resource:1.0.0" : "5fc760f2,refs=1",
"org.osgi:org.osgi.service.serviceloader:1.0.0" : "5fc760f2,refs=1",
"org.osgi:osgi.annotation:8.1.0" : "5fc760f2,refs=1",
"org.ow2.asm:asm:9.3" : "ddc123c8,refs=80",
"org.ow2.asm:asm-analysis:7.2" : "ebd3db47,refs=77",
"org.ow2.asm:asm-commons:7.2" : "ebd3db47,refs=77",
"org.ow2.asm:asm-tree:7.2" : "ebd3db47,refs=77",
"org.pcollections:pcollections:4.0.1" : "bddbe009,refs=29",
"org.quicktheories:quicktheories:0.26" : "52ada00b,refs=4",
"org.reactivestreams:reactive-streams:1.0.4" : "87cc13ff,refs=5",
"org.rocksdb:rocksdbjni:7.9.2" : "934e1fc5,refs=4",
"org.scala-lang.modules:scala-collection-compat_2.13:2.10.0" : "4bf37e93,refs=3",
"org.scala-lang.modules:scala-java8-compat_2.13:1.0.2" : "4bf37e93,refs=3",
"org.scala-lang:scala-library:2.13.15" : "4bf37e93,refs=3",
"org.scala-lang:scala-reflect:2.13.12" : "4bf37e93,refs=3",
"org.semver4j:semver4j:5.3.0" : "b57e9bf6,refs=85",
"org.slf4j:jcl-over-slf4j:2.0.13" : "a6fb6a35,refs=86",
"org.slf4j:jul-to-slf4j:2.0.13" : "58171492,refs=26",
"org.slf4j:slf4j-api:2.0.13" : "5fb053e8,refs=132",
"org.springframework.boot:spring-boot:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-actuator:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-actuator-autoconfigure:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-autoconfigure:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter-actuator:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter-jetty:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter-json:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter-logging:2.7.13" : "1e12e466,refs=2",
"org.springframework.boot:spring-boot-starter-web:2.7.13" : "1e12e466,refs=2",
"org.springframework:spring-aop:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-beans:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-context:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-core:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-expression:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-jcl:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-web:5.3.28" : "1e12e466,refs=2",
"org.springframework:spring-webmvc:5.3.28" : "1e12e466,refs=2",
"org.tallison.xmp:xmpcore-shaded:6.1.10" : "50a667d1,refs=5",
"org.tallison:isoparser:1.9.41.7" : "50a667d1,refs=5",
"org.tallison:jmatio:1.5" : "50a667d1,refs=5",
"org.tallison:metadata-extractor:2.17.1.0" : "50a667d1,refs=5",
"org.threeten:threetenbp:1.6.9" : "784a94ea,refs=5",
"org.tukaani:xz:1.9" : "50a667d1,refs=5",
"org.xerial.snappy:snappy-java:1.1.10.5" : "99b82a6c,refs=82",
"org.yaml:snakeyaml:1.30" : "1e12e466,refs=2",
"software.amazon.awssdk:annotations:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:apache-client:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:arns:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:auth:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:aws-core:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:aws-query-protocol:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:aws-xml-protocol:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:bom:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:checksums:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:checksums-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:crt-core:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:endpoints-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:http-auth:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:http-auth-aws:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:http-auth-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:http-client-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:identity-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:json-utils:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:metrics-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:profiles:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:protocol-core:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:regions:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:retries:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:retries-spi:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:s3:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:sdk-core:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:sts:2.26.19" : "7accccef,refs=3",
"software.amazon.awssdk:third-party-jackson-core:2.26.19" : "87cc13ff,refs=5",
"software.amazon.awssdk:url-connection-client:2.26.19" : "1e12e466,refs=2",
"software.amazon.awssdk:utils:2.26.19" : "87cc13ff,refs=5",
"software.amazon.eventstream:eventstream:1.0.1" : "87cc13ff,refs=5",
"software.amazon.ion:ion-java:1.0.2" : "1e12e466,refs=2",
"ua.net.nlp:morfologik-ukrainian-search:4.9.1" : "727aea63,refs=7",
"xerces:xercesImpl:2.12.2" : "50a667d1,refs=5"
}
},
"because" : {
"015c5766" : [
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:opentelemetry"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:opentelemetry"
}
],
"062c26b4" : [
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:server"
},
{
"configuration" : "serverLib",
"projectPath" : ":solr:server"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:solrj"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj"
},
{
"configuration" : "serverLib",
"projectPath" : ":solr:webapp"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:s3-repository"
}
],
"06ca9183" : [
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:api"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:api"
},
{
"configuration" : "compileClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:core"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:core"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:solr-ref-guide"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solr-ref-guide"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:solrj"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:solrj-streaming"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj-streaming"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:solrj-zookeeper"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj-zookeeper"
},
{
"configuration" : "compileClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:hdfs"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:hdfs"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:jwt-auth"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:jwt-auth"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:langid"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:langid"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:ltr"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:ltr"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:opentelemetry"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:opentelemetry"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:s3-repository"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:s3-repository"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:scripting"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:scripting"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:modules:sql"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:sql"
}
],
"0769b123" : [
{
"configuration" : "compileClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "testCompileClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:cross-dc-manager"
}
],
"08ef8dc6" : [
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:api"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:benchmark"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:core"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:core"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:core"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:cross-dc-manager"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:prometheus-exporter"
},
{
"configuration" : "libExt",
"projectPath" : ":solr:server"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:server"
},
{
"configuration" : "solrCore",
"projectPath" : ":solr:server"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solr-ref-guide"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj-streaming"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:solrj-zookeeper"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:test-framework"
},
{
"configuration" : "serverLib",
"projectPath" : ":solr:webapp"
},
{
"configuration" : "solrCore",
"projectPath" : ":solr:webapp"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:analysis-extras"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:clustering"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:cross-dc"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:extraction"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:gcs-repository"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:hadoop-auth"
},
{
"configuration" : "runtimeClasspath",
"projectPath" : ":solr:modules:hdfs"
},
{
"configuration" : "runtimeLibs",
"projectPath" : ":solr:modules:hdfs"
},
{
"configuration" : "solrPlatformLibs",
"projectPath" : ":solr:modules:hdfs"
},
{
"configuration" : "testRuntimeClasspath",
"projectPath" : ":solr:modules:hdfs"