-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsaml_plugin_deps.lock.json
More file actions
1309 lines (1309 loc) · 55 KB
/
saml_plugin_deps.lock.json
File metadata and controls
1309 lines (1309 loc) · 55 KB
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
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": {
"antlr:antlr": -2145275312,
"com.beust:jcommander": 1163304480,
"com.google.code.findbugs:jsr305": -313338248,
"com.google.guava:guava": -2125091860,
"com.google.j2objc:j2objc-annotations": 1772577837,
"com.sun.istack:istack-commons-runtime": -1996941263,
"com.sun.xml.fastinfoset:FastInfoset": -376851424,
"commons-codec:commons-codec": 284109768,
"commons-io:commons-io": 150368282,
"dom4j:dom4j": -1935759878,
"io.dropwizard.metrics:metrics-core": 923383316,
"jakarta.activation:jakarta.activation-api": -634525369,
"jakarta.xml.bind:jakarta.xml.bind-api": -1675921593,
"javax.annotation:javax.annotation-api": 2130729383,
"javax.json:javax.json-api": -1689713273,
"net.spy:spymemcached": -1229464946,
"org.apache.httpcomponents:httpclient": 1407535949,
"org.apache.httpcomponents:httpcore": -1485416135,
"org.bouncycastle:bcprov-jdk15on": 1343277677,
"org.glassfish.jaxb:jaxb-runtime": -934194879,
"org.glassfish.jaxb:txw2": 1166785588,
"org.glassfish:javax.json": -1306772566,
"org.hibernate.common:hibernate-commons-annotations": 1785677079,
"org.hibernate.javax.persistence:hibernate-jpa-2.1-api": -715964364,
"org.hibernate:hibernate-core": -1713365582,
"org.hibernate:hibernate-entitymanager": 1263982483,
"org.javassist:javassist": -184085724,
"org.jboss.logging:jboss-logging": -167338717,
"org.jboss.logging:jboss-logging-annotations": 948439852,
"org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec": -218352971,
"org.jboss:jandex": 381532071,
"org.jvnet.staxex:stax-ex": 1653702714,
"org.ldaptive:ldaptive": -1401312048,
"org.pac4j:pac4j-core": -1885834262,
"org.pac4j:pac4j-saml": 546994744,
"org.slf4j:jcl-over-slf4j": 952037207,
"org.slf4j:slf4j-api": 2145585153,
"org.springframework:spring-beans": 1730161258,
"org.springframework:spring-jcl": 305529370,
"org.springframework:spring-jdbc": -1672745176,
"org.springframework:spring-orm": -2082237149,
"org.springframework:spring-tx": -1880570177,
"repositories": 1328618244,
"xalan:serializer": -570814062,
"xalan:xalan": -1133946166,
"xml-apis:xml-apis": -113825062
},
"__RESOLVED_ARTIFACTS_HASH": {
"com.fasterxml.woodstox:woodstox-core": 1559142143,
"com.fasterxml.woodstox:woodstox-core:jar:sources": 562322615,
"commons-collections:commons-collections": -1554676895,
"commons-collections:commons-collections:jar:sources": -940592224,
"commons-lang:commons-lang": 1068578062,
"commons-lang:commons-lang:jar:sources": -1880892831,
"joda-time:joda-time": 1802772986,
"joda-time:joda-time:jar:sources": -2055935237,
"net.shibboleth.tool:xmlsectool": 1283688185,
"net.shibboleth.tool:xmlsectool:jar:sources": 1685923833,
"net.shibboleth.utilities:java-support": -829122539,
"net.shibboleth.utilities:java-support:jar:sources": -1859970925,
"org.apache.santuario:xmlsec": 1600832347,
"org.apache.santuario:xmlsec:jar:sources": 16778711,
"org.apache.velocity:velocity": -338007855,
"org.apache.velocity:velocity:jar:sources": 423768923,
"org.codehaus.woodstox:stax2-api": 1683625127,
"org.codehaus.woodstox:stax2-api:jar:sources": -635980412,
"org.cryptacular:cryptacular": -1278569359,
"org.cryptacular:cryptacular:jar:sources": 532170463,
"org.opensaml:opensaml-core": 1448554566,
"org.opensaml:opensaml-core:jar:sources": -1372251147,
"org.opensaml:opensaml-messaging-api": 567233078,
"org.opensaml:opensaml-messaging-api:jar:sources": 1514783622,
"org.opensaml:opensaml-messaging-impl": -458533045,
"org.opensaml:opensaml-messaging-impl:jar:sources": -965946012,
"org.opensaml:opensaml-profile-api": -1273884513,
"org.opensaml:opensaml-profile-api:jar:sources": 12498399,
"org.opensaml:opensaml-profile-impl": 1217071109,
"org.opensaml:opensaml-profile-impl:jar:sources": 1258239839,
"org.opensaml:opensaml-saml-api": 952195453,
"org.opensaml:opensaml-saml-api:jar:sources": 467367240,
"org.opensaml:opensaml-saml-impl": 2051094081,
"org.opensaml:opensaml-saml-impl:jar:sources": 877274651,
"org.opensaml:opensaml-security-api": 1449104502,
"org.opensaml:opensaml-security-api:jar:sources": -1186479754,
"org.opensaml:opensaml-security-impl": -1616860860,
"org.opensaml:opensaml-security-impl:jar:sources": -421683774,
"org.opensaml:opensaml-soap-api": 1825222250,
"org.opensaml:opensaml-soap-api:jar:sources": 1367807556,
"org.opensaml:opensaml-soap-impl": -1989989837,
"org.opensaml:opensaml-soap-impl:jar:sources": 1365807144,
"org.opensaml:opensaml-storage-api": -1107019852,
"org.opensaml:opensaml-storage-api:jar:sources": -1255292524,
"org.opensaml:opensaml-storage-impl": 951553791,
"org.opensaml:opensaml-storage-impl:jar:sources": -1806560411,
"org.opensaml:opensaml-xmlsec-api": 1540948441,
"org.opensaml:opensaml-xmlsec-api:jar:sources": 366870672,
"org.opensaml:opensaml-xmlsec-impl": 1186580558,
"org.opensaml:opensaml-xmlsec-impl:jar:sources": 2136134416,
"org.pac4j:pac4j-core": -1843825366,
"org.pac4j:pac4j-core:jar:sources": -1023161084,
"org.pac4j:pac4j-saml": 570280143,
"org.pac4j:pac4j-saml:jar:sources": -1783477431,
"org.springframework:spring-core": -1934413677,
"org.springframework:spring-core:jar:sources": 1308686065
},
"artifacts": {
"com.fasterxml.woodstox:woodstox-core": {
"shasums": {
"jar": "a1c04b64fbfe20ae9f2c60a3bf1633fed6688ae31935b6bd4a457a1bbb2e82d4",
"sources": "d515c11b586b29da98c6359bbf0fd0eedfe5251b70626b28ca3f553e1c9061d9"
},
"version": "5.0.3"
},
"commons-collections:commons-collections": {
"shasums": {
"jar": "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8",
"sources": "a5b5ee16a02edadf7fe637f250217c19878bc6134f15eb55635c48996f6fed1d"
},
"version": "3.2.2"
},
"commons-lang:commons-lang": {
"shasums": {
"jar": "2c73b940c91250bc98346926270f13a6a10bb6e29d2c9316a70d134e382c873e",
"sources": "8ceb33a5122d6540ebb90f114e9d52979cc364ab3ece2435a6df25c7b5b2e955"
},
"version": "2.4"
},
"joda-time:joda-time": {
"shasums": {
"jar": "b049a43c1057942e6acfbece008e4949b2e35d1658d0c8e06f4485397e2fa4e7",
"sources": "facba3aeb0c0d842d545bf7e732ea19869e2b18916adaa4eeda395c946c22991"
},
"version": "2.9.9"
},
"net.shibboleth.tool:xmlsectool": {
"shasums": {
"jar": "47f92f83257552bb65ea10150ed10b50ad1c1afb3461c94db62a9617f1a1eeba",
"sources": "5ec9e7894924eafd6fae90d9d4e4d84364dd204391ab9c873b07ab7890eecf22"
},
"version": "2.0.0"
},
"net.shibboleth.utilities:java-support": {
"shasums": {
"jar": "bccd0aaa211c20d68ef1d46f6bfc680b3a97d8c6c4c4d216168d7c272efd9edb",
"sources": "8bfd5ca8be60e0e80f932cc9bc23285c95f4caee685edb7022b87036ac94d18a"
},
"version": "7.5.0"
},
"org.apache.santuario:xmlsec": {
"shasums": {
"jar": "2e2ec8fe0cf873979f630ae4d35e7ede3390321279b7a15de9deed3f3430990c",
"sources": "817db7cf71d51bd358d9b516bff1d21b87452797c9a8678a26e5799b8b14408c"
},
"version": "2.1.4"
},
"org.apache.velocity:velocity": {
"shasums": {
"jar": "ec92dae810034f4b46dbb16ef4364a4013b0efb24a8c5dd67435cae46a290d8e",
"sources": "fb8079077f7ef9b4ee406b893d0e919f97fa468b3aa45782b341519f3ccbc2c2"
},
"version": "1.7"
},
"org.codehaus.woodstox:stax2-api": {
"shasums": {
"jar": "86d7c0b775a7c9b454cc6ba61d40a8eb3b99cc129f832eb9b977a3755b4b338e",
"sources": "2c36141117b83f63b5dded35f490c7b501a472fe60c60ecf02ed9e9954ef28b9"
},
"version": "3.1.4"
},
"org.cryptacular:cryptacular": {
"shasums": {
"jar": "0053f8d816b272a4be84c50b42ca97fe4cf42886e535b9389c834f1afc09158f",
"sources": "eaa3b3ff66c676f3157d23bfba887e5ee4e0ce6914d60cdbc4b94fdc6e0b40e8"
},
"version": "1.2.1"
},
"org.opensaml:opensaml-core": {
"shasums": {
"jar": "6364aa5bdef85d7ff010cdc1d1fd9e19e8b9d717500f2b39ea9b204df626ad94",
"sources": "6126c991f3fd85fe2c7d148cee983bdc5fbf40619e60741b6851abda0ee53ee4"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-messaging-api": {
"shasums": {
"jar": "498786b70f96295b84e8afc7300ddcca60947957ab59c97ac6b31b9438727468",
"sources": "93871a1444259222b97f06dee19ff0b8c357393c6e44461707c717a5f366f359"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-messaging-impl": {
"shasums": {
"jar": "d1c2b2131b77736aa7464c3ef87d174ecd6b4fee748e030facd42565fcff916c",
"sources": "010916adff774fdeaecabb223d0d592438f31dff50a25a1d900120214efe8021"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-profile-api": {
"shasums": {
"jar": "174a4b550fb705b903ffd67cfce99317dca99919e6db7b992fb2d4fbcdc0163d",
"sources": "0fa786f804ddb0af225839b01e5251e566d6721b9691c4c312e13d39ad9ceed1"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-profile-impl": {
"shasums": {
"jar": "bb72430db4e207ae43a1a371aa5caae9030165786e5cdd48b39e323545e837c4",
"sources": "e6724a9d73c6a000484ba27a3739bafacab00d2e09574826a131f205f2c90692"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-saml-api": {
"shasums": {
"jar": "58b6d42a47d6ef1326853bd1dd5c22fcffd40fcde6006280cfc3fdbd63284e50",
"sources": "d369a72e092bbe88be64e99585190589e8e9ba4a18cf087f90f34306ea4e7a83"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-saml-impl": {
"shasums": {
"jar": "4370a3f296ff958a1dd7a77b4fa032bbe8ab145981fbf39f221cd5a1e4fed60e",
"sources": "cb3a91ab64932fa0fc14fc75a6df3535885b095f4028c99f510103feaa0d1176"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-security-api": {
"shasums": {
"jar": "559ba68e1d823e7997d8734d6e901f4d278caa7d7946dacf3b7156b827097380",
"sources": "e6fbc2c76e08fb0275b957f8deea385eb81858b2b654fa6af7f7e766670dba21"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-security-impl": {
"shasums": {
"jar": "24ce19d2b8edea7c509a4772cb4c3587a97f55e14658f527aef671193c9e344f",
"sources": "6eb8ae9ff3e2aab0fe962701037ee1e59098ac77a33276ab974a59561c83b8c6"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-soap-api": {
"shasums": {
"jar": "99bda4c02bdd1528dec1a283c610bd448495019845044f42616a0baefeb60d8e",
"sources": "4703c6a9982b767016dce4f54db2aa7a7965b865b76fa64f9244ed9555e21e25"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-soap-impl": {
"shasums": {
"jar": "5c8a87aa67c3c302cd9cf73ba4fd9004c29fe3ee507c11fd876a845c1e892451",
"sources": "f08f16b205a740e1d62bea6bd37ab484d1d20c4d3f3769fa06dc7db881e3c37f"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-storage-api": {
"shasums": {
"jar": "62105376b3e4887376ba321b72c81e8c2b6936fa6384505cd921da064d5d01c5",
"sources": "999e4b8a31fd65140b291e8c29e35daa464f872c8137948b2d68b1dfa1f46806"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-storage-impl": {
"shasums": {
"jar": "d7916083bfd28472d18aa20749a867ff3bca7a727ddac1bdaa53a370e3d3f4ac",
"sources": "40353d1fbecf39ca7e06dd8fcc30f9cc331afec56ecb6785adddfaac6584c945"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-xmlsec-api": {
"shasums": {
"jar": "9aeeacab145d2c7890d5753bebc11ca42e5885888a65514aa71c2131386b8470",
"sources": "18cef28e06c336d8a11b62f5c915ab6f04962555c0b4f7815b9631a64d1b8243"
},
"version": "3.4.3"
},
"org.opensaml:opensaml-xmlsec-impl": {
"shasums": {
"jar": "4f381b0c3eff01b6d2b9a6bd29535e26fb32303e58dad6e43fc6b1759727c04f",
"sources": "440fa3cf20185ff5a8f5f310c3db7d7b23fb6c3030be3df25f18d0b1e3d581f9"
},
"version": "3.4.3"
},
"org.pac4j:pac4j-core": {
"shasums": {
"jar": "2345c23cf4f80972c4acebc74f558c2e114d4c4ebaaf633c2996e38cbf0f4caa",
"sources": "53b659e9a8cf67e7986ea0b012ad9075c761a3a4cd3f26b3f8b8a495ec4d7763"
},
"version": "3.8.3"
},
"org.pac4j:pac4j-saml": {
"shasums": {
"jar": "382c33da50ac726eb128c04d3311ace3235456a466baaf84b1da4383e406b3df",
"sources": "70160a85a946547885e63e0b8ed038bfa0ffc7e02d911d3a2f15d273ca525d33"
},
"version": "3.8.3"
},
"org.springframework:spring-core": {
"shasums": {
"jar": "7fdf01404d57297b81103de73c79e2f13655bcc8096488f2fa47d74a0f0d1959",
"sources": "8f39b963a4c64c78ed6dd9a2a4f76d43ab5748aa6db4432b9f2031613ecd2668"
},
"version": "5.0.2.RELEASE"
}
},
"dependencies": {
"com.fasterxml.woodstox:woodstox-core": [
"org.codehaus.woodstox:stax2-api"
],
"net.shibboleth.tool:xmlsectool": [
"net.shibboleth.utilities:java-support",
"org.apache.santuario:xmlsec",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-security-api",
"org.opensaml:opensaml-xmlsec-api",
"org.opensaml:opensaml-xmlsec-impl"
],
"net.shibboleth.utilities:java-support": [
"joda-time:joda-time"
],
"org.apache.santuario:xmlsec": [
"com.fasterxml.woodstox:woodstox-core"
],
"org.apache.velocity:velocity": [
"commons-collections:commons-collections",
"commons-lang:commons-lang"
],
"org.opensaml:opensaml-core": [
"joda-time:joda-time",
"net.shibboleth.utilities:java-support"
],
"org.opensaml:opensaml-messaging-api": [
"joda-time:joda-time",
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-core"
],
"org.opensaml:opensaml-messaging-impl": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api"
],
"org.opensaml:opensaml-profile-api": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-messaging-api"
],
"org.opensaml:opensaml-profile-impl": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-xmlsec-api",
"org.opensaml:opensaml-xmlsec-impl"
],
"org.opensaml:opensaml-saml-api": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-soap-api",
"org.opensaml:opensaml-storage-api",
"org.opensaml:opensaml-xmlsec-api"
],
"org.opensaml:opensaml-saml-impl": [
"net.shibboleth.utilities:java-support",
"org.apache.velocity:velocity",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-saml-api",
"org.opensaml:opensaml-security-impl",
"org.opensaml:opensaml-soap-impl",
"org.opensaml:opensaml-storage-api",
"org.opensaml:opensaml-xmlsec-impl"
],
"org.opensaml:opensaml-security-api": [
"net.shibboleth.utilities:java-support",
"org.apache.santuario:xmlsec",
"org.cryptacular:cryptacular",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-messaging-api"
],
"org.opensaml:opensaml-security-impl": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-security-api"
],
"org.opensaml:opensaml-soap-api": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-xmlsec-api"
],
"org.opensaml:opensaml-soap-impl": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-soap-api"
],
"org.opensaml:opensaml-storage-api": [
"joda-time:joda-time",
"net.shibboleth.utilities:java-support"
],
"org.opensaml:opensaml-storage-impl": [
"net.shibboleth.utilities:java-support",
"org.cryptacular:cryptacular",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-storage-api"
],
"org.opensaml:opensaml-xmlsec-api": [
"net.shibboleth.utilities:java-support",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-security-api"
],
"org.opensaml:opensaml-xmlsec-impl": [
"net.shibboleth.utilities:java-support",
"org.apache.santuario:xmlsec",
"org.cryptacular:cryptacular",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-security-api",
"org.opensaml:opensaml-security-impl",
"org.opensaml:opensaml-xmlsec-api"
],
"org.pac4j:pac4j-saml": [
"commons-collections:commons-collections",
"joda-time:joda-time",
"net.shibboleth.tool:xmlsectool",
"org.apache.velocity:velocity",
"org.cryptacular:cryptacular",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-messaging-impl",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-profile-impl",
"org.opensaml:opensaml-saml-api",
"org.opensaml:opensaml-saml-impl",
"org.opensaml:opensaml-security-api",
"org.opensaml:opensaml-security-impl",
"org.opensaml:opensaml-soap-api",
"org.opensaml:opensaml-storage-impl",
"org.opensaml:opensaml-xmlsec-api",
"org.opensaml:opensaml-xmlsec-impl",
"org.pac4j:pac4j-core",
"org.springframework:spring-core"
]
},
"packages": {
"com.fasterxml.woodstox:woodstox-core": [
"com.ctc.wstx.api",
"com.ctc.wstx.cfg",
"com.ctc.wstx.compat",
"com.ctc.wstx.dom",
"com.ctc.wstx.dtd",
"com.ctc.wstx.ent",
"com.ctc.wstx.evt",
"com.ctc.wstx.exc",
"com.ctc.wstx.io",
"com.ctc.wstx.msv",
"com.ctc.wstx.osgi",
"com.ctc.wstx.sax",
"com.ctc.wstx.sr",
"com.ctc.wstx.stax",
"com.ctc.wstx.sw",
"com.ctc.wstx.util"
],
"commons-collections:commons-collections": [
"org.apache.commons.collections",
"org.apache.commons.collections.bag",
"org.apache.commons.collections.bidimap",
"org.apache.commons.collections.buffer",
"org.apache.commons.collections.collection",
"org.apache.commons.collections.comparators",
"org.apache.commons.collections.functors",
"org.apache.commons.collections.iterators",
"org.apache.commons.collections.keyvalue",
"org.apache.commons.collections.list",
"org.apache.commons.collections.map",
"org.apache.commons.collections.set"
],
"commons-lang:commons-lang": [
"org.apache.commons.lang",
"org.apache.commons.lang.builder",
"org.apache.commons.lang.enum",
"org.apache.commons.lang.enums",
"org.apache.commons.lang.exception",
"org.apache.commons.lang.math",
"org.apache.commons.lang.mutable",
"org.apache.commons.lang.text",
"org.apache.commons.lang.time"
],
"joda-time:joda-time": [
"org.joda.time",
"org.joda.time.base",
"org.joda.time.chrono",
"org.joda.time.convert",
"org.joda.time.field",
"org.joda.time.format",
"org.joda.time.tz"
],
"net.shibboleth.tool:xmlsectool": [
"net.shibboleth.tool.xmlsectool"
],
"net.shibboleth.utilities:java-support": [
"net.shibboleth.utilities.java.support.annotation",
"net.shibboleth.utilities.java.support.annotation.constraint",
"net.shibboleth.utilities.java.support.codec",
"net.shibboleth.utilities.java.support.collection",
"net.shibboleth.utilities.java.support.component",
"net.shibboleth.utilities.java.support.httpclient",
"net.shibboleth.utilities.java.support.logic",
"net.shibboleth.utilities.java.support.net",
"net.shibboleth.utilities.java.support.primitive",
"net.shibboleth.utilities.java.support.resolver",
"net.shibboleth.utilities.java.support.resource",
"net.shibboleth.utilities.java.support.scripting",
"net.shibboleth.utilities.java.support.security",
"net.shibboleth.utilities.java.support.service",
"net.shibboleth.utilities.java.support.velocity",
"net.shibboleth.utilities.java.support.xml"
],
"org.apache.santuario:xmlsec": [
"org.apache.jcp.xml.dsig.internal",
"org.apache.jcp.xml.dsig.internal.dom",
"org.apache.xml.security",
"org.apache.xml.security.algorithms",
"org.apache.xml.security.algorithms.implementations",
"org.apache.xml.security.binding.excc14n",
"org.apache.xml.security.binding.xmldsig",
"org.apache.xml.security.binding.xmldsig11",
"org.apache.xml.security.binding.xmlenc",
"org.apache.xml.security.binding.xmlenc11",
"org.apache.xml.security.binding.xop",
"org.apache.xml.security.c14n",
"org.apache.xml.security.c14n.helper",
"org.apache.xml.security.c14n.implementations",
"org.apache.xml.security.configuration",
"org.apache.xml.security.encryption",
"org.apache.xml.security.exceptions",
"org.apache.xml.security.keys",
"org.apache.xml.security.keys.content",
"org.apache.xml.security.keys.content.keyvalues",
"org.apache.xml.security.keys.content.x509",
"org.apache.xml.security.keys.keyresolver",
"org.apache.xml.security.keys.keyresolver.implementations",
"org.apache.xml.security.keys.storage",
"org.apache.xml.security.keys.storage.implementations",
"org.apache.xml.security.signature",
"org.apache.xml.security.signature.reference",
"org.apache.xml.security.stax.config",
"org.apache.xml.security.stax.ext",
"org.apache.xml.security.stax.ext.stax",
"org.apache.xml.security.stax.impl",
"org.apache.xml.security.stax.impl.algorithms",
"org.apache.xml.security.stax.impl.processor.input",
"org.apache.xml.security.stax.impl.processor.output",
"org.apache.xml.security.stax.impl.resourceResolvers",
"org.apache.xml.security.stax.impl.securityToken",
"org.apache.xml.security.stax.impl.stax",
"org.apache.xml.security.stax.impl.transformer",
"org.apache.xml.security.stax.impl.transformer.canonicalizer",
"org.apache.xml.security.stax.impl.util",
"org.apache.xml.security.stax.securityEvent",
"org.apache.xml.security.stax.securityToken",
"org.apache.xml.security.transforms",
"org.apache.xml.security.transforms.implementations",
"org.apache.xml.security.transforms.params",
"org.apache.xml.security.utils",
"org.apache.xml.security.utils.resolver",
"org.apache.xml.security.utils.resolver.implementations"
],
"org.apache.velocity:velocity": [
"org.apache.velocity",
"org.apache.velocity.anakia",
"org.apache.velocity.app",
"org.apache.velocity.app.event",
"org.apache.velocity.app.event.implement",
"org.apache.velocity.app.tools",
"org.apache.velocity.context",
"org.apache.velocity.convert",
"org.apache.velocity.exception",
"org.apache.velocity.io",
"org.apache.velocity.runtime",
"org.apache.velocity.runtime.directive",
"org.apache.velocity.runtime.log",
"org.apache.velocity.runtime.parser",
"org.apache.velocity.runtime.parser.node",
"org.apache.velocity.runtime.resource",
"org.apache.velocity.runtime.resource.loader",
"org.apache.velocity.runtime.resource.util",
"org.apache.velocity.runtime.visitor",
"org.apache.velocity.servlet",
"org.apache.velocity.texen",
"org.apache.velocity.texen.ant",
"org.apache.velocity.texen.util",
"org.apache.velocity.util",
"org.apache.velocity.util.introspection"
],
"org.codehaus.woodstox:stax2-api": [
"org.codehaus.stax2",
"org.codehaus.stax2.evt",
"org.codehaus.stax2.io",
"org.codehaus.stax2.osgi",
"org.codehaus.stax2.ri",
"org.codehaus.stax2.ri.dom",
"org.codehaus.stax2.ri.evt",
"org.codehaus.stax2.ri.typed",
"org.codehaus.stax2.typed",
"org.codehaus.stax2.util",
"org.codehaus.stax2.validation"
],
"org.cryptacular:cryptacular": [
"org.cryptacular",
"org.cryptacular.adapter",
"org.cryptacular.asn",
"org.cryptacular.bean",
"org.cryptacular.codec",
"org.cryptacular.generator",
"org.cryptacular.generator.sp80038a",
"org.cryptacular.generator.sp80038d",
"org.cryptacular.io",
"org.cryptacular.pbe",
"org.cryptacular.spec",
"org.cryptacular.util",
"org.cryptacular.x509",
"org.cryptacular.x509.dn"
],
"org.opensaml:opensaml-core": [
"org.opensaml.core",
"org.opensaml.core.config",
"org.opensaml.core.config.provider",
"org.opensaml.core.criterion",
"org.opensaml.core.metrics",
"org.opensaml.core.metrics.impl",
"org.opensaml.core.xml",
"org.opensaml.core.xml.config",
"org.opensaml.core.xml.io",
"org.opensaml.core.xml.persist",
"org.opensaml.core.xml.schema",
"org.opensaml.core.xml.schema.impl",
"org.opensaml.core.xml.util"
],
"org.opensaml:opensaml-messaging-api": [
"org.opensaml.messaging",
"org.opensaml.messaging.context",
"org.opensaml.messaging.context.httpclient",
"org.opensaml.messaging.context.navigate",
"org.opensaml.messaging.decoder",
"org.opensaml.messaging.decoder.httpclient",
"org.opensaml.messaging.decoder.servlet",
"org.opensaml.messaging.encoder",
"org.opensaml.messaging.encoder.httpclient",
"org.opensaml.messaging.encoder.servlet",
"org.opensaml.messaging.error",
"org.opensaml.messaging.error.servlet",
"org.opensaml.messaging.handler",
"org.opensaml.messaging.logic",
"org.opensaml.messaging.pipeline",
"org.opensaml.messaging.pipeline.httpclient",
"org.opensaml.messaging.pipeline.servlet"
],
"org.opensaml:opensaml-messaging-impl": [
"org.opensaml.messaging.handler.impl"
],
"org.opensaml:opensaml-profile-api": [
"org.opensaml.profile.action",
"org.opensaml.profile.context",
"org.opensaml.profile.context.navigate",
"org.opensaml.profile.logic"
],
"org.opensaml:opensaml-profile-impl": [
"org.opensaml.profile.action.impl"
],
"org.opensaml:opensaml-saml-api": [
"org.opensaml.saml.common",
"org.opensaml.saml.common.assertion",
"org.opensaml.saml.common.binding",
"org.opensaml.saml.common.binding.artifact",
"org.opensaml.saml.common.binding.decoding",
"org.opensaml.saml.common.binding.encoding",
"org.opensaml.saml.common.messaging",
"org.opensaml.saml.common.messaging.context",
"org.opensaml.saml.common.messaging.context.navigate",
"org.opensaml.saml.common.messaging.logic",
"org.opensaml.saml.common.messaging.soap",
"org.opensaml.saml.common.profile",
"org.opensaml.saml.common.profile.logic",
"org.opensaml.saml.common.xml",
"org.opensaml.saml.config",
"org.opensaml.saml.criterion",
"org.opensaml.saml.ext.idpdisco",
"org.opensaml.saml.ext.reqattr",
"org.opensaml.saml.ext.saml1md",
"org.opensaml.saml.ext.saml2alg",
"org.opensaml.saml.ext.saml2aslo",
"org.opensaml.saml.ext.saml2cb",
"org.opensaml.saml.ext.saml2delrestrict",
"org.opensaml.saml.ext.saml2mdattr",
"org.opensaml.saml.ext.saml2mdquery",
"org.opensaml.saml.ext.saml2mdreqinit",
"org.opensaml.saml.ext.saml2mdrpi",
"org.opensaml.saml.ext.saml2mdui",
"org.opensaml.saml.ext.samlec",
"org.opensaml.saml.ext.samlpthrpty",
"org.opensaml.saml.metadata",
"org.opensaml.saml.metadata.criteria.entity",
"org.opensaml.saml.metadata.criteria.role",
"org.opensaml.saml.metadata.resolver",
"org.opensaml.saml.metadata.resolver.filter",
"org.opensaml.saml.metadata.resolver.index",
"org.opensaml.saml.metadata.support",
"org.opensaml.saml.saml1.binding.artifact",
"org.opensaml.saml.saml1.core",
"org.opensaml.saml.saml1.profile",
"org.opensaml.saml.saml2.assertion",
"org.opensaml.saml.saml2.binding.artifact",
"org.opensaml.saml.saml2.common",
"org.opensaml.saml.saml2.core",
"org.opensaml.saml.saml2.ecp",
"org.opensaml.saml.saml2.encryption",
"org.opensaml.saml.saml2.metadata",
"org.opensaml.saml.saml2.profile",
"org.opensaml.saml.saml2.profile.context",
"org.opensaml.saml.saml2.wssecurity"
],
"org.opensaml:opensaml-saml-impl": [
"org.opensaml.saml.common.binding.artifact.impl",
"org.opensaml.saml.common.binding.impl",
"org.opensaml.saml.common.binding.security.impl",
"org.opensaml.saml.common.profile.impl",
"org.opensaml.saml.config.impl",
"org.opensaml.saml.ext.idpdisco.impl",
"org.opensaml.saml.ext.reqattr.impl",
"org.opensaml.saml.ext.saml1md.impl",
"org.opensaml.saml.ext.saml2alg.impl",
"org.opensaml.saml.ext.saml2aslo.impl",
"org.opensaml.saml.ext.saml2cb.impl",
"org.opensaml.saml.ext.saml2delrestrict.impl",
"org.opensaml.saml.ext.saml2mdattr.impl",
"org.opensaml.saml.ext.saml2mdquery.impl",
"org.opensaml.saml.ext.saml2mdreqinit.impl",
"org.opensaml.saml.ext.saml2mdrpi.impl",
"org.opensaml.saml.ext.saml2mdui.impl",
"org.opensaml.saml.ext.samlec.impl",
"org.opensaml.saml.ext.samlpthrpty.impl",
"org.opensaml.saml.metadata.criteria.entity.impl",
"org.opensaml.saml.metadata.criteria.role.impl",
"org.opensaml.saml.metadata.resolver.filter.impl",
"org.opensaml.saml.metadata.resolver.impl",
"org.opensaml.saml.metadata.resolver.index.impl",
"org.opensaml.saml.saml1.binding.decoding.impl",
"org.opensaml.saml.saml1.binding.encoding.impl",
"org.opensaml.saml.saml1.binding.impl",
"org.opensaml.saml.saml1.core.impl",
"org.opensaml.saml.saml1.profile.impl",
"org.opensaml.saml.saml2.assertion.impl",
"org.opensaml.saml.saml2.binding.decoding.impl",
"org.opensaml.saml.saml2.binding.encoding.impl",
"org.opensaml.saml.saml2.binding.impl",
"org.opensaml.saml.saml2.binding.security.impl",
"org.opensaml.saml.saml2.core.impl",
"org.opensaml.saml.saml2.ecp.impl",
"org.opensaml.saml.saml2.metadata.impl",
"org.opensaml.saml.saml2.profile.impl",
"org.opensaml.saml.saml2.wssecurity.messaging.impl",
"org.opensaml.saml.security.impl"
],
"org.opensaml:opensaml-security-api": [
"org.opensaml.security",
"org.opensaml.security.credential",
"org.opensaml.security.criteria",
"org.opensaml.security.crypto",
"org.opensaml.security.httpclient",
"org.opensaml.security.messaging",
"org.opensaml.security.trust",
"org.opensaml.security.x509",
"org.opensaml.security.x509.tls"
],
"org.opensaml:opensaml-security-impl": [
"org.opensaml.security.config.impl",
"org.opensaml.security.credential.criteria.impl",
"org.opensaml.security.credential.impl",
"org.opensaml.security.httpclient.impl",
"org.opensaml.security.messaging.impl",
"org.opensaml.security.trust.impl",
"org.opensaml.security.x509.impl",
"org.opensaml.security.x509.tls.impl"
],
"org.opensaml:opensaml-soap-api": [
"org.opensaml.soap.client",
"org.opensaml.soap.client.http",
"org.opensaml.soap.client.messaging",
"org.opensaml.soap.client.security",
"org.opensaml.soap.common",
"org.opensaml.soap.messaging",
"org.opensaml.soap.messaging.context",
"org.opensaml.soap.soap11",
"org.opensaml.soap.soap12",
"org.opensaml.soap.util",
"org.opensaml.soap.wsaddressing",
"org.opensaml.soap.wsaddressing.messaging",
"org.opensaml.soap.wsaddressing.util",
"org.opensaml.soap.wsfed",
"org.opensaml.soap.wspolicy",
"org.opensaml.soap.wssecurity",
"org.opensaml.soap.wssecurity.messaging",
"org.opensaml.soap.wssecurity.util",
"org.opensaml.soap.wstrust"
],
"org.opensaml:opensaml-soap-impl": [
"org.opensaml.soap.client.soap11.decoder.http.impl",
"org.opensaml.soap.client.soap11.encoder.http.impl",
"org.opensaml.soap.config.impl",
"org.opensaml.soap.soap11.decoder.http.impl",
"org.opensaml.soap.soap11.encoder.http.impl",
"org.opensaml.soap.soap11.impl",
"org.opensaml.soap.soap11.messaging.impl",
"org.opensaml.soap.soap11.profile.impl",
"org.opensaml.soap.wsaddressing.impl",
"org.opensaml.soap.wsaddressing.messaging.impl",
"org.opensaml.soap.wsfed.impl",
"org.opensaml.soap.wspolicy.impl",
"org.opensaml.soap.wssecurity.impl",
"org.opensaml.soap.wssecurity.messaging.impl",
"org.opensaml.soap.wstrust.impl"
],
"org.opensaml:opensaml-storage-api": [
"org.opensaml.storage",
"org.opensaml.storage.annotation"
],
"org.opensaml:opensaml-storage-impl": [
"org.opensaml.storage.impl",
"org.opensaml.storage.impl.client",
"org.opensaml.storage.impl.memcached"
],
"org.opensaml:opensaml-xmlsec-api": [
"org.opensaml.xmlsec",
"org.opensaml.xmlsec.algorithm",
"org.opensaml.xmlsec.algorithm.descriptors",
"org.opensaml.xmlsec.config",
"org.opensaml.xmlsec.context",
"org.opensaml.xmlsec.criterion",
"org.opensaml.xmlsec.crypto",
"org.opensaml.xmlsec.encryption",
"org.opensaml.xmlsec.encryption.support",
"org.opensaml.xmlsec.keyinfo",
"org.opensaml.xmlsec.signature",
"org.opensaml.xmlsec.signature.support"
],
"org.opensaml:opensaml-xmlsec-impl": [
"org.opensaml.xmlsec.config.impl",
"org.opensaml.xmlsec.encryption.impl",
"org.opensaml.xmlsec.impl",
"org.opensaml.xmlsec.keyinfo.impl",
"org.opensaml.xmlsec.keyinfo.impl.provider",
"org.opensaml.xmlsec.messaging.impl",
"org.opensaml.xmlsec.signature.impl",
"org.opensaml.xmlsec.signature.support.impl",
"org.opensaml.xmlsec.signature.support.impl.provider"
],
"org.pac4j:pac4j-core": [
"org.pac4j.core.authorization.authorizer",
"org.pac4j.core.authorization.authorizer.csrf",
"org.pac4j.core.authorization.checker",
"org.pac4j.core.authorization.generator",
"org.pac4j.core.client",
"org.pac4j.core.client.direct",
"org.pac4j.core.client.finder",
"org.pac4j.core.config",
"org.pac4j.core.context",
"org.pac4j.core.context.session",
"org.pac4j.core.credentials",
"org.pac4j.core.credentials.authenticator",
"org.pac4j.core.credentials.extractor",
"org.pac4j.core.credentials.password",
"org.pac4j.core.engine",
"org.pac4j.core.engine.decision",
"org.pac4j.core.exception",
"org.pac4j.core.http.adapter",
"org.pac4j.core.http.ajax",
"org.pac4j.core.http.callback",
"org.pac4j.core.http.url",
"org.pac4j.core.logout",
"org.pac4j.core.logout.handler",
"org.pac4j.core.matching",
"org.pac4j.core.profile",
"org.pac4j.core.profile.converter",
"org.pac4j.core.profile.creator",
"org.pac4j.core.profile.definition",
"org.pac4j.core.profile.jwt",
"org.pac4j.core.profile.service",
"org.pac4j.core.redirect",
"org.pac4j.core.state",
"org.pac4j.core.store",
"org.pac4j.core.util"
],
"org.pac4j:pac4j-saml": [
"org.pac4j.saml.client",
"org.pac4j.saml.config",
"org.pac4j.saml.context",
"org.pac4j.saml.credentials",
"org.pac4j.saml.credentials.authenticator",
"org.pac4j.saml.credentials.extractor",
"org.pac4j.saml.crypto",
"org.pac4j.saml.exceptions",
"org.pac4j.saml.logout",
"org.pac4j.saml.logout.impl",
"org.pac4j.saml.metadata",
"org.pac4j.saml.profile",
"org.pac4j.saml.profile.api",
"org.pac4j.saml.profile.impl",
"org.pac4j.saml.redirect",
"org.pac4j.saml.replay",
"org.pac4j.saml.sso.artifact",
"org.pac4j.saml.sso.impl",
"org.pac4j.saml.state",
"org.pac4j.saml.storage",
"org.pac4j.saml.transport",
"org.pac4j.saml.util"
],
"org.springframework:spring-core": [
"org.springframework.asm",
"org.springframework.cglib",
"org.springframework.cglib.beans",
"org.springframework.cglib.core",
"org.springframework.cglib.core.internal",
"org.springframework.cglib.proxy",
"org.springframework.cglib.reflect",
"org.springframework.cglib.transform",
"org.springframework.cglib.transform.impl",
"org.springframework.cglib.util",
"org.springframework.core",
"org.springframework.core.annotation",
"org.springframework.core.codec",
"org.springframework.core.convert",
"org.springframework.core.convert.converter",
"org.springframework.core.convert.support",
"org.springframework.core.env",
"org.springframework.core.io",
"org.springframework.core.io.buffer",
"org.springframework.core.io.support",
"org.springframework.core.serializer",
"org.springframework.core.serializer.support",
"org.springframework.core.style",
"org.springframework.core.task",
"org.springframework.core.task.support",
"org.springframework.core.type",
"org.springframework.core.type.classreading",
"org.springframework.core.type.filter",
"org.springframework.lang",
"org.springframework.objenesis",
"org.springframework.objenesis.instantiator",
"org.springframework.objenesis.instantiator.android",
"org.springframework.objenesis.instantiator.annotations",
"org.springframework.objenesis.instantiator.basic",
"org.springframework.objenesis.instantiator.gcj",
"org.springframework.objenesis.instantiator.perc",
"org.springframework.objenesis.instantiator.sun",
"org.springframework.objenesis.instantiator.util",
"org.springframework.objenesis.strategy",
"org.springframework.util",
"org.springframework.util.backoff",
"org.springframework.util.comparator",
"org.springframework.util.concurrent",
"org.springframework.util.xml"
]
},
"repositories": {
"https://repo1.maven.org/maven2/": [
"com.fasterxml.woodstox:woodstox-core",
"com.fasterxml.woodstox:woodstox-core:jar:sources",
"commons-collections:commons-collections",
"commons-collections:commons-collections:jar:sources",
"commons-lang:commons-lang",
"commons-lang:commons-lang:jar:sources",
"joda-time:joda-time",
"joda-time:joda-time:jar:sources",
"net.shibboleth.tool:xmlsectool",
"net.shibboleth.tool:xmlsectool:jar:sources",
"net.shibboleth.utilities:java-support",
"net.shibboleth.utilities:java-support:jar:sources",
"org.apache.santuario:xmlsec",
"org.apache.santuario:xmlsec:jar:sources",
"org.apache.velocity:velocity",
"org.apache.velocity:velocity:jar:sources",
"org.codehaus.woodstox:stax2-api",
"org.codehaus.woodstox:stax2-api:jar:sources",
"org.cryptacular:cryptacular",
"org.cryptacular:cryptacular:jar:sources",
"org.opensaml:opensaml-core",
"org.opensaml:opensaml-core:jar:sources",
"org.opensaml:opensaml-messaging-api",
"org.opensaml:opensaml-messaging-api:jar:sources",
"org.opensaml:opensaml-messaging-impl",
"org.opensaml:opensaml-messaging-impl:jar:sources",
"org.opensaml:opensaml-profile-api",
"org.opensaml:opensaml-profile-api:jar:sources",
"org.opensaml:opensaml-profile-impl",
"org.opensaml:opensaml-profile-impl:jar:sources",
"org.opensaml:opensaml-saml-api",
"org.opensaml:opensaml-saml-api:jar:sources",
"org.opensaml:opensaml-saml-impl",
"org.opensaml:opensaml-saml-impl:jar:sources",
"org.opensaml:opensaml-security-api",
"org.opensaml:opensaml-security-api:jar:sources",
"org.opensaml:opensaml-security-impl",