github.com/CycloneDX/sbom-utility@v0.16.0/examples/cyclonedx/SBOM/keycloak-10.0.2/bom.json (about)

     1  {
     2    "bomFormat": "CycloneDX",
     3    "specVersion": "1.2",
     4    "serialNumber": "urn:uuid:411dafd2-c29f-491a-97d7-e97de5bc2289",
     5    "version": 1,
     6    "metadata": {
     7      "timestamp": "2020-08-02T21:21:17Z",
     8      "tools": [{
     9        "vendor": "CycloneDX",
    10        "name": "CycloneDX Maven plugin",
    11        "version": "2.0.2",
    12        "hashes": [
    13          {
    14            "alg": "MD5",
    15            "content": "9a7ed39bba6c03f85a88fe114e24e4ad"
    16          },
    17          {
    18            "alg": "SHA-1",
    19            "content": "04b39fce560f8a9609e5b5db6e605fc2ba2c5a42"
    20          },
    21          {
    22            "alg": "SHA-256",
    23            "content": "78522e385d01fc74cb6410abb22b2b0ed9b47c1124635d955179402928820b43"
    24          },
    25          {
    26            "alg": "SHA-384",
    27            "content": "aff816bf691e4490d4e977386c21abaceb97b7ce502d88c35c52cfdb7a7e50310ecc70019582d8247a99626bc98ad16b"
    28          },
    29          {
    30            "alg": "SHA-512",
    31            "content": "500bd8dd0b821ef84c57643324e1d0eea1111aa9c7913bc35cb812f577128867c74c698b59fb603b358cc5545a708feb8dfca223023f81597658053e5317dd1a"
    32          },
    33          {
    34            "alg": "SHA3-256",
    35            "content": "9e45261eff969396b6a3e97a1ad65dced304f77765655c9a72a2904caa137a1e"
    36          },
    37          {
    38            "alg": "SHA3-384",
    39            "content": "fea472f4c2bdee7df208ad3d6a76125ce282a250eb960bc2171297a3ae2e4232b61540132b71b399e8ac6b9d0228113f"
    40          },
    41          {
    42            "alg": "SHA3-512",
    43            "content": "6ed81f58d9039e56d393165bd26c998584e364f7975e33f5c3008ac10d67ed190edcd196c5ce1554e23c4e1271f8aed631e07c3ea0de59a3457891d188e71b67"
    44          }
    45        ]
    46      }],
    47      "component": {
    48        "type": "application",
    49        "bom-ref": "pkg:maven/org.keycloak/keycloak-parent@10.0.2",
    50        "group": "org.keycloak",
    51        "name": "keycloak-parent",
    52        "version": "10.0.2",
    53        "licenses": [{"license": {"id": "Apache-2.0"}}],
    54        "purl": "pkg:maven/org.keycloak/keycloak-parent@10.0.2"
    55      }
    56    },
    57    "components": [
    58      {
    59        "type": "library",
    60        "bom-ref": "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
    61        "group": "org.bouncycastle",
    62        "name": "bcprov-jdk15on",
    63        "version": "1.62",
    64        "description": "The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.",
    65        "hashes": [
    66          {
    67            "alg": "MD5",
    68            "content": "01b1a8cff910fdb9328cef5c437ff2f9"
    69          },
    70          {
    71            "alg": "SHA-1",
    72            "content": "633b6739ef8f07f2e71f8eebd1c6f25b17a4ec7d"
    73          },
    74          {
    75            "alg": "SHA-256",
    76            "content": "2fa0ab71b154da29ac134097bc6bbacd90987dd4c4005516159e6494d1d52ea2"
    77          },
    78          {
    79            "alg": "SHA-384",
    80            "content": "3c68bbe3e699f6896ef924dd3b580e3173117d48165fb4da3c4c287b7b59e4748151d574e16a8b8ddc6c8f24a8768d33"
    81          },
    82          {
    83            "alg": "SHA-512",
    84            "content": "2ba6a5dec9c8dac2eb427a65815eb3a9adaf4d42d476b136f37cd57e6d013bf4e9140394abeea81e42fbdb8fc59228c7b85c549ed294123bf898a7d048b3bd95"
    85          },
    86          {
    87            "alg": "SHA3-256",
    88            "content": "ce07a505150e4235c90c4530cac9a7b146b554b9c457e5121652b9da517caba5"
    89          },
    90          {
    91            "alg": "SHA3-384",
    92            "content": "4bead7633954d57a0988070a7c86e7a9c9e87aaafe7352dfb148ec9767b2e3c452ef2c1eeb73f4c7e2375a7bfecc807f"
    93          },
    94          {
    95            "alg": "SHA3-512",
    96            "content": "8b7fefdfdc8f3aea479740bbe9853081fe5b0c41a312e2ed07304e0baeee96b278042318a7fef389684017965b98724ccd6801e9ad64cc0e664d283723f64540"
    97          }
    98        ],
    99        "licenses": [{"license": {
   100          "name": "Bouncy Castle Licence",
   101          "url": "http://www.bouncycastle.org/licence.html"
   102        }}],
   103        "purl": "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
   104        "externalReferences": [
   105          {
   106            "type": "issue-tracker",
   107            "url": "https://github.com/bcgit/bc-java/issues"
   108          },
   109          {
   110            "type": "vcs",
   111            "url": "https://github.com/bcgit/bc-java"
   112          }
   113        ]
   114      },
   115      {
   116        "type": "library",
   117        "bom-ref": "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.62?type=jar",
   118        "group": "org.bouncycastle",
   119        "name": "bcpkix-jdk15on",
   120        "version": "1.62",
   121        "description": "The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.",
   122        "hashes": [
   123          {
   124            "alg": "MD5",
   125            "content": "c488e97d0a455ef687b1b8d46795554f"
   126          },
   127          {
   128            "alg": "SHA-1",
   129            "content": "3d2e8f5827257331cfe82487f5bab392994e6e32"
   130          },
   131          {
   132            "alg": "SHA-256",
   133            "content": "a3f033b5d761974e865ead3473656bb2e1a4049e3ef4eb0742225b1e1f4032db"
   134          },
   135          {
   136            "alg": "SHA-384",
   137            "content": "4def4a175306ec269689ce78637c541a28f0237aa5a2c6e80dbdf5dbdc19f63d5458494eebcedbf7d3ac2d69f6e4b1b3"
   138          },
   139          {
   140            "alg": "SHA-512",
   141            "content": "966b16250a0c2dff047c7432b1e42c78716ce9146f6e01232f17c7af910d8b5b330a32dd06ac90cc881fe7401cd8dc3cc93dbd4180cb2f45ac98fb4d6cae2c8d"
   142          },
   143          {
   144            "alg": "SHA3-256",
   145            "content": "3eaf01ead2b62c530547369bf491c8e92545e320aedd928d57e462af37c25791"
   146          },
   147          {
   148            "alg": "SHA3-384",
   149            "content": "e4de7f900ab5470a0c7dfc22c1c0ec8c6a780c531438dc1a26d5d8b69ac414794835295fee824c50d3c436c51c4b6453"
   150          },
   151          {
   152            "alg": "SHA3-512",
   153            "content": "a24e31fe7efb93de771e815635a72488be3e0cfd5517ee3548d04a575060f705e9d893c63be4ec296ca174f16d7363644df77f032ce155b7b434e0b02506e673"
   154          }
   155        ],
   156        "licenses": [{"license": {
   157          "name": "Bouncy Castle Licence",
   158          "url": "http://www.bouncycastle.org/licence.html"
   159        }}],
   160        "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.62?type=jar",
   161        "externalReferences": [
   162          {
   163            "type": "issue-tracker",
   164            "url": "https://github.com/bcgit/bc-java/issues"
   165          },
   166          {
   167            "type": "vcs",
   168            "url": "https://github.com/bcgit/bc-java"
   169          }
   170        ]
   171      },
   172      {
   173        "type": "library",
   174        "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
   175        "publisher": "JBoss by Red Hat",
   176        "group": "org.jboss.logging",
   177        "name": "jboss-logging",
   178        "version": "3.4.1.Final",
   179        "description": "The JBoss Logging Framework",
   180        "hashes": [
   181          {
   182            "alg": "MD5",
   183            "content": "52ee373b84e39570c78c0815006375bc"
   184          },
   185          {
   186            "alg": "SHA-1",
   187            "content": "40fd4d696c55793e996d1ff3c475833f836c2498"
   188          },
   189          {
   190            "alg": "SHA-256",
   191            "content": "8efe877d93e5e1057a1388b2950503b88b0c28447364fde08adbec61e524eeb8"
   192          },
   193          {
   194            "alg": "SHA-384",
   195            "content": "1a9a57638b6d9da1f50dc92da88405878885ccfc1cd6e3a66f5cee1fcef5af51a2d63294afd23f2300f550758af58469"
   196          },
   197          {
   198            "alg": "SHA-512",
   199            "content": "c17b8882481c0cb8fbcdf7ea33d268e2173b1bfe04be71e61d5f07c3040b1c33b58781063f8ebf27325979d02255e62d1df16a633ac22f9d08adeb5c6b83a32a"
   200          },
   201          {
   202            "alg": "SHA3-256",
   203            "content": "447c31f632013a87e7e9e90a346b2011f2213df22a3844a502e813536f14611c"
   204          },
   205          {
   206            "alg": "SHA3-384",
   207            "content": "aabecb31aaa548a5bf9ed6f540ad91e8f3c713a10c351c43aa71e845f6f80d81d673484e1c566ab246c80c8c77acfa74"
   208          },
   209          {
   210            "alg": "SHA3-512",
   211            "content": "1b34af205a56d3f93d2070e335ef853090fb7dabe630b05beeee13c8596503c2f242fc93aa7a8763418771bc3593e65e8bd93c62288324e29caaf53ffbee27d0"
   212          }
   213        ],
   214        "licenses": [{"license": {"id": "Apache-2.0"}}],
   215        "purl": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
   216        "externalReferences": [
   217          {
   218            "type": "vcs",
   219            "url": "https://github.com/jboss-logging/jboss-logging"
   220          },
   221          {
   222            "type": "website",
   223            "url": "http://www.jboss.org"
   224          },
   225          {
   226            "type": "issue-tracker",
   227            "url": "https://issues.jboss.org/"
   228          },
   229          {
   230            "type": "mailing-list",
   231            "url": "http://lists.jboss.org/pipermail/jboss-user/"
   232          }
   233        ]
   234      },
   235      {
   236        "type": "library",
   237        "bom-ref": "pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar",
   238        "publisher": "Eclipse Foundation",
   239        "group": "com.sun.activation",
   240        "name": "jakarta.activation",
   241        "version": "1.2.1",
   242        "description": "${project.name}",
   243        "hashes": [
   244          {
   245            "alg": "MD5",
   246            "content": "dc519b1f09bbaf9274ea5da358a00110"
   247          },
   248          {
   249            "alg": "SHA-1",
   250            "content": "8013606426a73d8ba6b568370877251e91a38b89"
   251          },
   252          {
   253            "alg": "SHA-256",
   254            "content": "d84d4ba8b55cdb7fdcbb885e6939386367433f56f5ab8cfdc302a7c3587fa92b"
   255          },
   256          {
   257            "alg": "SHA-384",
   258            "content": "565abccae0860e5c65696b62ca47786c1a9fb7a596a3d9f01c5ef072bf848b69b77c3d0381ff4f27ad2cb522367d9ed6"
   259          },
   260          {
   261            "alg": "SHA-512",
   262            "content": "56243d42d0b4579ae8dcebb3bb9c0807d54f68e37af1a43c1379d9878fda8cf2d39f4fdfacb480dc1d58bae357c9895da6a19dd5d01b4514b01f2aa9f8701a7c"
   263          },
   264          {
   265            "alg": "SHA3-256",
   266            "content": "62a822af266ebc1b1f53a47da558106a59fc8c7f6fecf4f11cc22d51eae65ec9"
   267          },
   268          {
   269            "alg": "SHA3-384",
   270            "content": "8141d28cc6a3404f7c77e3688cf70b17ddfef050bd83be016ff5aac7e8f9e983387f4f8aafa2bd98afd7b53cf7b662d1"
   271          },
   272          {
   273            "alg": "SHA3-512",
   274            "content": "ac0d51928a89ad515a92a30f2b4302ac2431fee65e8bc120415518c7c19b1aad2ef2944c57d355546082cc21ccdcd2ba2a887516cb423e3b7cd1dff8180ec072"
   275          }
   276        ],
   277        "licenses": [{"license": {
   278          "name": "EDL 1.0",
   279          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
   280        }}],
   281        "purl": "pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar",
   282        "externalReferences": [
   283          {
   284            "type": "issue-tracker",
   285            "url": "https://github.com/eclipse-ee4j/jaf/issues/"
   286          },
   287          {
   288            "type": "vcs",
   289            "url": "https://github.com/eclipse-ee4j/jaf"
   290          },
   291          {
   292            "type": "website",
   293            "url": "https://www.eclipse.org"
   294          },
   295          {
   296            "type": "mailing-list",
   297            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
   298          }
   299        ]
   300      },
   301      {
   302        "type": "library",
   303        "bom-ref": "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
   304        "publisher": "JBoss by Red Hat",
   305        "group": "org.keycloak",
   306        "name": "keycloak-common",
   307        "version": "10.0.2",
   308        "description": "Common library and dependencies shared with server and all adapters",
   309        "hashes": [
   310          {
   311            "alg": "MD5",
   312            "content": "f69c700b2c5d0a78a5da63befdf19be9"
   313          },
   314          {
   315            "alg": "SHA-1",
   316            "content": "4e1ceb472634ca822d33713cafee98d928789959"
   317          },
   318          {
   319            "alg": "SHA-256",
   320            "content": "4708a4fb21dfd64273b5428401292e6334eb8324bb18bd4e8c8f31fd552a8861"
   321          },
   322          {
   323            "alg": "SHA-384",
   324            "content": "29ef50eeb5601436542f83373fb812fffb953ab26c03b800159e51e125547417f66ffceecd03353ed2c4d12aba3335e6"
   325          },
   326          {
   327            "alg": "SHA-512",
   328            "content": "3e6490220482304be4cf35bd5f7ea71b1982a50bdf9484d3325352f2298dca6a51ccb8a30df73206fe14f73347279878b8b051715ed61fd6c904d82efec5a227"
   329          },
   330          {
   331            "alg": "SHA3-256",
   332            "content": "b9692e4f6d8cb6bc77fa41ee85619454e48a3089f356d65bf1871864a274aed1"
   333          },
   334          {
   335            "alg": "SHA3-384",
   336            "content": "efa9b250facb3d6141d8d64d634962c1f46b8407b9e31bc1d779291108ae5250d4b9aa297cfbeae7e2cf2db7d04fb0b0"
   337          },
   338          {
   339            "alg": "SHA3-512",
   340            "content": "f24925acfb39b67a63c93d1598eacc0ef12e2e4fcc07e7dfe577378194fc72305c759d2639e6d9e450be6b6de7b6a3ebed605528830ab45cfb749ed815b8e338"
   341          }
   342        ],
   343        "licenses": [{"license": {"id": "Apache-2.0"}}],
   344        "purl": "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
   345        "externalReferences": [
   346          {
   347            "type": "distribution",
   348            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
   349          },
   350          {
   351            "type": "issue-tracker",
   352            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
   353          },
   354          {
   355            "type": "vcs",
   356            "url": "https://github.com/keycloak/keycloak/tree/master/"
   357          },
   358          {
   359            "type": "website",
   360            "url": "http://www.jboss.org"
   361          },
   362          {
   363            "type": "mailing-list",
   364            "url": "http://lists.jboss.org/pipermail/jboss-user/"
   365          }
   366        ]
   367      },
   368      {
   369        "type": "library",
   370        "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
   371        "publisher": "FasterXML",
   372        "group": "com.fasterxml.jackson.core",
   373        "name": "jackson-core",
   374        "version": "2.10.1",
   375        "description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON",
   376        "hashes": [
   377          {
   378            "alg": "MD5",
   379            "content": "5bc20efba282bb641e3b42de153e45bc"
   380          },
   381          {
   382            "alg": "SHA-1",
   383            "content": "2c8b5e26ba40e5f91eb37a24075a2028b402c5f9"
   384          },
   385          {
   386            "alg": "SHA-256",
   387            "content": "79bffbdcd349f69a5ac252e2b4096131704386af4fa14d95395ea9a0e423cf33"
   388          },
   389          {
   390            "alg": "SHA-384",
   391            "content": "49a43f11fef6b6799caaa3895af009dd408ed68fada82b47680177ed89d5ff6e83427cb0f093ac7ed89f91ca51803b48"
   392          },
   393          {
   394            "alg": "SHA-512",
   395            "content": "34a22d04848fed91e94f6ab8b5771f2eb83ca90034858d33f721d938cbdd1835a5eea952242c1d6ee3b0f4f90d23643ab00a67bf3e8631d27c2452c654723e65"
   396          },
   397          {
   398            "alg": "SHA3-256",
   399            "content": "31e74f35abf177171f8608c2a29dfafec633d73cdcc3f184f90b27219a749747"
   400          },
   401          {
   402            "alg": "SHA3-384",
   403            "content": "87a910626d5383ce9845971543b73524e6c0f70086c859ee9f08c70e5e28f99fc48b52d1f75838271b35d89b932fd949"
   404          },
   405          {
   406            "alg": "SHA3-512",
   407            "content": "3cfd36664cfef265102825fb59981f52eda7a091c03c3568d534d336d06e82b49f6cdf20e14dab6978800c4f8965c7acbba54f5e43196afee7c8dd7cfd0f30c6"
   408          }
   409        ],
   410        "licenses": [{"license": {"id": "Apache-2.0"}}],
   411        "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
   412        "externalReferences": [
   413          {
   414            "type": "vcs",
   415            "url": "http://github.com/FasterXML/jackson-core"
   416          },
   417          {
   418            "type": "website",
   419            "url": "http://fasterxml.com/"
   420          },
   421          {
   422            "type": "distribution",
   423            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
   424          },
   425          {
   426            "type": "issue-tracker",
   427            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
   428          }
   429        ]
   430      },
   431      {
   432        "type": "library",
   433        "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
   434        "publisher": "FasterXML",
   435        "group": "com.fasterxml.jackson.core",
   436        "name": "jackson-databind",
   437        "version": "2.10.1",
   438        "description": "General data-binding functionality for Jackson: works on core streaming API",
   439        "hashes": [
   440          {
   441            "alg": "MD5",
   442            "content": "5be002ede268ddc0a2ea1b9bc5baceb8"
   443          },
   444          {
   445            "alg": "SHA-1",
   446            "content": "18eee15ffc662d27538d5b6ee84e4c92c0a9d03e"
   447          },
   448          {
   449            "alg": "SHA-256",
   450            "content": "2d23f47001492233565adf5a34f225f2ae89564cee08024873ec36b7842ede46"
   451          },
   452          {
   453            "alg": "SHA-384",
   454            "content": "48a01208d052471177b3f307526db4df782c823ca04f391c4ac83a6a154af8b505c62213ce38ce55305fe71c8b1b106c"
   455          },
   456          {
   457            "alg": "SHA-512",
   458            "content": "c7b37c6574d3617763ee31bbf0387a953964d63e2392216d7b934379b8513c29c3a5c2a0c704abc32e6c352437e9b2abf6effe22ca67813fc61644663e80f2a8"
   459          },
   460          {
   461            "alg": "SHA3-256",
   462            "content": "cb325d66e792c0cbc033ae61fd480c197ccf94d2e774406e98cd994087fdecb1"
   463          },
   464          {
   465            "alg": "SHA3-384",
   466            "content": "a67453b08443e2a5297a4ba51eeebbaf622cea44537e0655efc307b013a9f2c6f3b64d1119618c1281f0beaa4b43a9c2"
   467          },
   468          {
   469            "alg": "SHA3-512",
   470            "content": "ac5cdfbc7cdfb81b2bd6bf692169c5a8cfe1a7c2739c39e054d6cb88aca6b2278917aa6311c94b86b824c1084f31cef1bb3920f07da7ce60c78063f0fd4590bc"
   471          }
   472        ],
   473        "licenses": [{"license": {"id": "Apache-2.0"}}],
   474        "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
   475        "externalReferences": [
   476          {
   477            "type": "vcs",
   478            "url": "http://github.com/FasterXML/jackson-databind"
   479          },
   480          {
   481            "type": "website",
   482            "url": "http://fasterxml.com/"
   483          },
   484          {
   485            "type": "distribution",
   486            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
   487          },
   488          {
   489            "type": "issue-tracker",
   490            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
   491          }
   492        ]
   493      },
   494      {
   495        "type": "library",
   496        "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar",
   497        "publisher": "FasterXML",
   498        "group": "com.fasterxml.jackson.core",
   499        "name": "jackson-annotations",
   500        "version": "2.10.1",
   501        "description": "Core annotations used for value types, used by Jackson data binding package.",
   502        "hashes": [
   503          {
   504            "alg": "MD5",
   505            "content": "49683a3cf8e92c00c24262e8fac64ee5"
   506          },
   507          {
   508            "alg": "SHA-1",
   509            "content": "54d72475c0d6819f2d0e9a09d25c3ed876a4972f"
   510          },
   511          {
   512            "alg": "SHA-256",
   513            "content": "673f8ae16becea4fa937404b3a851417faf42df3bbc592028bbe2bfe0cc9d8cb"
   514          },
   515          {
   516            "alg": "SHA-384",
   517            "content": "f65285b3dcc4f58f4b7b16c48441202065ea736ff1e1b415245abc6ccf8066e17fcf817e8108ad072d60fd1688c1a857"
   518          },
   519          {
   520            "alg": "SHA-512",
   521            "content": "4bfecbbb6d98bbeb5d42ec549740944ba0313c9917621d2567cf58a8f1bf4f4435b5f7773e2d0ba3542a71a01c92b62a57e6757e77b21c2138822ef794010fc8"
   522          },
   523          {
   524            "alg": "SHA3-256",
   525            "content": "fa8bdfe16e3091ac0ccedbffb60b0fb8b0fea2937446571133612a20981b115f"
   526          },
   527          {
   528            "alg": "SHA3-384",
   529            "content": "12d99097c0f5c8eef3a0a2bd82be5f269c2bc62a20254700b88b7adae56b64eae9defaa893b2d74731461e8a31e95392"
   530          },
   531          {
   532            "alg": "SHA3-512",
   533            "content": "1a6eb0e453496e824783ec044426ecf963c1df7b873eff9eb2940348296bb63fea826ab96429d9c50873ad95d652986f210f5086afa0e3b73353d2f9ee7ad810"
   534          }
   535        ],
   536        "licenses": [{"license": {"id": "Apache-2.0"}}],
   537        "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar",
   538        "externalReferences": [
   539          {
   540            "type": "vcs",
   541            "url": "http://github.com/FasterXML/jackson-annotations"
   542          },
   543          {
   544            "type": "website",
   545            "url": "http://fasterxml.com/"
   546          },
   547          {
   548            "type": "distribution",
   549            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
   550          },
   551          {
   552            "type": "issue-tracker",
   553            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
   554          }
   555        ]
   556      },
   557      {
   558        "type": "library",
   559        "bom-ref": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final?type=jar",
   560        "publisher": "EE4J Community",
   561        "group": "org.jboss.spec.javax.transaction",
   562        "name": "jboss-transaction-api_1.3_spec",
   563        "version": "2.0.0.Final",
   564        "description": "Jakarta Transactions",
   565        "hashes": [
   566          {
   567            "alg": "MD5",
   568            "content": "4dce159fe8c820a9dfe466d9becd6364"
   569          },
   570          {
   571            "alg": "SHA-1",
   572            "content": "7bbf1eb921ef82816a01e1fe1c7e404a38aa46dc"
   573          },
   574          {
   575            "alg": "SHA-256",
   576            "content": "8050f6bf34a4bd4f7c5a11495fdc5884ab683b50dcc8c1dd226d90c295a415a7"
   577          },
   578          {
   579            "alg": "SHA-384",
   580            "content": "55ad7578123cb7dd93854cc8d2b8d61228edf5247572c2067a3b5345714792447c643af2f58a516e24af41234d1c4fbb"
   581          },
   582          {
   583            "alg": "SHA-512",
   584            "content": "a0ca7a8716417f48efa6b54d7afd095b0190c3d3f08d60c435e7b5a1022012cc8a7b80ef2bdb11196b99b42296bd134af63bc85c5646a585f0e46fa2be0b0f6b"
   585          },
   586          {
   587            "alg": "SHA3-256",
   588            "content": "53fd4aaa981e119efd484707c2953d19aaf698cc369ea862f85540d3c8e5c1fd"
   589          },
   590          {
   591            "alg": "SHA3-384",
   592            "content": "73b2c46a6e4a8d7be76a496cff76891836c7b827bd9f3cfa8d506f2f8babb1f33891930aaa453329eae7e277663482e7"
   593          },
   594          {
   595            "alg": "SHA3-512",
   596            "content": "129f373f42045600a98e1145ff3ea266e5581cf4fce77470c9a37577ed438166f940a8207cb9f704e6ff769251ce715f1a15f161a04e5e745163d3322d51ca67"
   597          }
   598        ],
   599        "licenses": [
   600          {"license": {"id": "EPL-2.0"}},
   601          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
   602        ],
   603        "purl": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final?type=jar",
   604        "externalReferences": [
   605          {
   606            "type": "website",
   607            "url": "https://github.com/eclipse-ee4j"
   608          },
   609          {
   610            "type": "vcs",
   611            "url": "https://github.com/jboss/jboss-jakarta-jta-api"
   612          },
   613          {
   614            "type": "issue-tracker",
   615            "url": "https://issues.jboss.org/"
   616          },
   617          {
   618            "type": "mailing-list",
   619            "url": "http://lists.jboss.org/pipermail/jboss-user/"
   620          }
   621        ]
   622      },
   623      {
   624        "type": "library",
   625        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.11.2.Final?type=jar",
   626        "publisher": "JBoss by Red Hat",
   627        "group": "org.jboss.resteasy",
   628        "name": "resteasy-jaxrs",
   629        "version": "3.11.2.Final",
   630        "description": "",
   631        "hashes": [
   632          {
   633            "alg": "MD5",
   634            "content": "ae7329f42880dfe7f3779deacebcdd02"
   635          },
   636          {
   637            "alg": "SHA-1",
   638            "content": "f9618bd617b497d00e9fdba28f937f6ead73636c"
   639          },
   640          {
   641            "alg": "SHA-256",
   642            "content": "cdc10ac1600334dbdea9f81e56f8ae6412a3d49e22eec0187c3c56cae17e0017"
   643          },
   644          {
   645            "alg": "SHA-384",
   646            "content": "5aaf9709b1248c1eeedd129e20592573d8ad746a926505bfa358ef988d111ccacab96a3afd842d888ac8e1d39daaefc0"
   647          },
   648          {
   649            "alg": "SHA-512",
   650            "content": "74c896af0fba8c5b1bba7a3ccac401c7e1861f13d03615256fd3aa6f2cc6290f577ce3786eaf48cb27e61abe00bb20b08e4a8216de1828b4b8e5e4dbf5c50951"
   651          },
   652          {
   653            "alg": "SHA3-256",
   654            "content": "64ea6a06ca8e0b5364e5a15a969c14f63b03465f8eee9d509e6411a15b446106"
   655          },
   656          {
   657            "alg": "SHA3-384",
   658            "content": "5bf4b12ce95cc59b241f9bae4df963254e01c6b09f7935d580db1acc43f4cafa731a5a69c8b8e6cb095ef34e331c4c17"
   659          },
   660          {
   661            "alg": "SHA3-512",
   662            "content": "2b62ef8ac157339c30abd07e5d1207d6344d5183f8f00a7862ad16b28db81c591f5fae4dad3f10f72680f2a4eb345904127dc4f1f9107ed3a06b67d663deaaee"
   663          }
   664        ],
   665        "licenses": [{"license": {
   666          "id": "Apache-2.0",
   667          "url": "http://www.apache.org/licenses/LICENSE-2.0"
   668        }}],
   669        "purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.11.2.Final?type=jar",
   670        "externalReferences": [
   671          {
   672            "type": "distribution",
   673            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
   674          },
   675          {
   676            "type": "issue-tracker",
   677            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
   678          },
   679          {
   680            "type": "vcs",
   681            "url": "https://github.com/resteasy/Resteasy/tree/master/"
   682          },
   683          {
   684            "type": "website",
   685            "url": "http://www.jboss.org"
   686          },
   687          {
   688            "type": "mailing-list",
   689            "url": "http://lists.jboss.org/pipermail/jboss-user/"
   690          }
   691        ]
   692      },
   693      {
   694        "type": "library",
   695        "bom-ref": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
   696        "publisher": "JBoss by Red Hat",
   697        "group": "org.jboss.spec.javax.ws.rs",
   698        "name": "jboss-jaxrs-api_2.1_spec",
   699        "version": "2.0.1.Final",
   700        "description": "Jakarta API for RESTful Web Services",
   701        "hashes": [
   702          {
   703            "alg": "MD5",
   704            "content": "35b4d1b6b5f70f01c108c6b2349e4635"
   705          },
   706          {
   707            "alg": "SHA-1",
   708            "content": "75cdeb26ccf87bc6f9d0f31b5ec4d80aa15b662c"
   709          },
   710          {
   711            "alg": "SHA-256",
   712            "content": "3518db0a3980aacfdae916f0eb081d0fcefaa2076d2ba603edc779a601d2d1a4"
   713          },
   714          {
   715            "alg": "SHA-384",
   716            "content": "fc45e2494021ea64942c5e48180df8ac1945cf98509fc9301c40924f0a8633f63bfb1968281f6967aa4d23d84a25aa84"
   717          },
   718          {
   719            "alg": "SHA-512",
   720            "content": "32e2c300b8e03beef0245d1e52a779c4be1929e010ddd37ab6f05299f99887760b015b8e59efefebacb099947137a38c9cbceda94ff7e8b49e84fd4ac1df8e8a"
   721          },
   722          {
   723            "alg": "SHA3-256",
   724            "content": "a53676703f732a68b5d0f1ceae9b4f569ffb3b1e829d47c9ce73fffc8dedfafa"
   725          },
   726          {
   727            "alg": "SHA3-384",
   728            "content": "ad9136a00c74fcc705a5950f70caa961b0df458150357036ec3a06aee25fa977368d20149976a9507efc41f89f27fc2a"
   729          },
   730          {
   731            "alg": "SHA3-512",
   732            "content": "e4a112cfbfa9e150f77bb47a38dc1449d2905bfb1ada7a237ec43a6fe053c57561cae8c9fdbe4911975d5b1a61b743c68afd7babb66bfc8a4fd94c95ebefbe5c"
   733          }
   734        ],
   735        "licenses": [
   736          {"license": {"id": "EPL-2.0"}},
   737          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
   738        ],
   739        "purl": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
   740        "externalReferences": [
   741          {
   742            "type": "vcs",
   743            "url": "https://github.com/jboss/jboss-jakarta-jaxrs-api_spec"
   744          },
   745          {
   746            "type": "website",
   747            "url": "http://www.jboss.org"
   748          },
   749          {
   750            "type": "issue-tracker",
   751            "url": "https://issues.jboss.org/"
   752          },
   753          {
   754            "type": "mailing-list",
   755            "url": "http://lists.jboss.org/pipermail/jboss-user/"
   756          }
   757        ]
   758      },
   759      {
   760        "type": "library",
   761        "bom-ref": "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.0.Final?type=jar",
   762        "publisher": "JBoss by Red Hat",
   763        "group": "org.jboss.spec.javax.xml.bind",
   764        "name": "jboss-jaxb-api_2.3_spec",
   765        "version": "2.0.0.Final",
   766        "description": "Jakarta XML Binding API",
   767        "hashes": [
   768          {
   769            "alg": "MD5",
   770            "content": "3f3c17761bb0bc98b82b3cfb9311660b"
   771          },
   772          {
   773            "alg": "SHA-1",
   774            "content": "1d2b5404a556a4aeddde8a9676cec8ee01b4e0a0"
   775          },
   776          {
   777            "alg": "SHA-256",
   778            "content": "f73f5832acef810d4d72da3b04378b6a70b72e955fdb0315591f0115c3ee701b"
   779          },
   780          {
   781            "alg": "SHA-384",
   782            "content": "d726be0a754571de0681e5ab036049bf35eeb6dd0c08c1b9346c5f0b69b71fd2e240529d338f87ccac61a93efb353d71"
   783          },
   784          {
   785            "alg": "SHA-512",
   786            "content": "c342e4fac2d42ae246e078e1b0be047f58be4ff96b4aed48e9106d49a7bffe94faeb8700db09845eab5f97cde6762ac680a012814f031f087a2f88a735eaef51"
   787          },
   788          {
   789            "alg": "SHA3-256",
   790            "content": "e6f7dd63be4d0a5328425d51571f939c23b4b91158ead4a0a21d0f1860fd9f0a"
   791          },
   792          {
   793            "alg": "SHA3-384",
   794            "content": "3989d9601159184c50c3e76daac8004091b64d6dd43671475bb5c6c8e571fa4ed67a39c2a2beba67f5d80e1184d6e672"
   795          },
   796          {
   797            "alg": "SHA3-512",
   798            "content": "6f4c1904385aada6a39b3700eff0e69c451db87b64dca0f3a966f403af845b96468173ec81e5e82e16e9ff6205c375bed1befc26a1a2adfcae2a69c870dd7567"
   799          }
   800        ],
   801        "licenses": [{"license": {
   802          "name": "Eclipse Distribution License - v 1.0",
   803          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
   804        }}],
   805        "purl": "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.0.Final?type=jar",
   806        "externalReferences": [
   807          {
   808            "type": "issue-tracker",
   809            "url": "https://github.com/eclipse-ee4j/jaxb-api/issues"
   810          },
   811          {
   812            "type": "mailing-list",
   813            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
   814          },
   815          {
   816            "type": "vcs",
   817            "url": "https://github.com/jboss/jboss-jakarta-jaxb-api_spec.git"
   818          },
   819          {
   820            "type": "website",
   821            "url": "http://www.jboss.org"
   822          }
   823        ]
   824      },
   825      {
   826        "type": "library",
   827        "bom-ref": "pkg:maven/org.reactivestreams/reactive-streams@1.0.3?type=jar",
   828        "group": "org.reactivestreams",
   829        "name": "reactive-streams",
   830        "version": "1.0.3",
   831        "description": "A Protocol for Asynchronous Non-Blocking Data Sequence",
   832        "hashes": [
   833          {
   834            "alg": "MD5",
   835            "content": "69122b098fff1c6b1bf2cd3b355e7e03"
   836          },
   837          {
   838            "alg": "SHA-1",
   839            "content": "d9fb7a7926ffa635b3dcaa5049fb2bfa25b3e7d0"
   840          },
   841          {
   842            "alg": "SHA-256",
   843            "content": "1dee0481072d19c929b623e155e14d2f6085dc011529a0a0dbefc84cf571d865"
   844          },
   845          {
   846            "alg": "SHA-384",
   847            "content": "dde10163531896f3b60261795a977cea1d0114514e8fc95f1ac4b6f34789c4b78c4c83ead210901a2edb3cae9f113ed4"
   848          },
   849          {
   850            "alg": "SHA-512",
   851            "content": "aafc86186d82b4f3bd44ef7f955978481172eab267d208aa80b24f8ca218bd902d69b587fcae2fe44a888b7a9f81fc5a209e837958307fdc0ee815248f7065f9"
   852          },
   853          {
   854            "alg": "SHA3-256",
   855            "content": "45c5459f651963c5797e32c87e3b8456238229f9f9e64f543eb21d6a6b7a812e"
   856          },
   857          {
   858            "alg": "SHA3-384",
   859            "content": "4f9e101774f39c8ebcb2ccd3f2fe996a1f99bd879fa34ac9ba319e824752f6bdc6159d242497d38587d7191bba796e3a"
   860          },
   861          {
   862            "alg": "SHA3-512",
   863            "content": "9edc79ccfd2edabe1339ad79a10137cd0f1614671f976d6a8a603428b8e5179c9a6afbf4f9fcd44e6e3795be5c487cc5aa97a1d3e6d9a3e88a62d3f4de60a2ab"
   864          }
   865        ],
   866        "licenses": [{"license": {
   867          "name": "CC0",
   868          "url": "http://creativecommons.org/publicdomain/zero/1.0/"
   869        }}],
   870        "purl": "pkg:maven/org.reactivestreams/reactive-streams@1.0.3?type=jar"
   871      },
   872      {
   873        "type": "library",
   874        "bom-ref": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?type=jar",
   875        "publisher": "Eclipse Foundation",
   876        "group": "jakarta.validation",
   877        "name": "jakarta.validation-api",
   878        "version": "2.0.2",
   879        "description": "Jakarta Bean Validation API",
   880        "hashes": [
   881          {
   882            "alg": "MD5",
   883            "content": "77501d529c1928c9bac2500cc9f93fb0"
   884          },
   885          {
   886            "alg": "SHA-1",
   887            "content": "5eacc6522521f7eacb081f95cee1e231648461e7"
   888          },
   889          {
   890            "alg": "SHA-256",
   891            "content": "b42d42428f3d922c892a909fa043287d577c0c5b165ad9b7d568cebf87fc9ea4"
   892          },
   893          {
   894            "alg": "SHA-384",
   895            "content": "6ae3963fd6a5e83b068a8344b88f6bfbd26d29cee64193025bc5e98195678e49826463da27a7a1c15cd83b2149d57a94"
   896          },
   897          {
   898            "alg": "SHA-512",
   899            "content": "3ca8556b80ca809b3a43fac31469702bbad62a00e63b11a304dad1e372d9f6c128357463a4c70c423055941c7e2e417f87a9474a204d189c8e4b62f42047c8eb"
   900          },
   901          {
   902            "alg": "SHA3-256",
   903            "content": "1ff48fdabab86a398b25e491e6ba4fd9b62d597314202628a3cfedf723c17f21"
   904          },
   905          {
   906            "alg": "SHA3-384",
   907            "content": "55a570386718064b422f9ebc0c0c07f0b37259e44a14c9a16c20e945402339b1d01b7d6969ef40d6b5baf5bce3e1161d"
   908          },
   909          {
   910            "alg": "SHA3-512",
   911            "content": "c23bb0b43fb0c39d4c9d2cce0cd38334fa7c253130f0bda3007d9f7d2dd451c0896ff4265ee2cc35024fad282f9ccaa398c19874775d9cabbb786843fae155d7"
   912          }
   913        ],
   914        "licenses": [{"license": {
   915          "id": "Apache-2.0",
   916          "url": "http://www.apache.org/licenses/LICENSE-2.0"
   917        }}],
   918        "purl": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?type=jar",
   919        "externalReferences": [
   920          {
   921            "type": "issue-tracker",
   922            "url": "https://hibernate.atlassian.net/projects/BVAL/"
   923          },
   924          {
   925            "type": "vcs",
   926            "url": "https://github.com/eclipse-ee4j/beanvalidation-api"
   927          },
   928          {
   929            "type": "website",
   930            "url": "https://www.eclipse.org"
   931          },
   932          {
   933            "type": "mailing-list",
   934            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
   935          }
   936        ]
   937      },
   938      {
   939        "type": "library",
   940        "bom-ref": "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar",
   941        "publisher": "JBoss by Red Hat",
   942        "group": "org.jboss.spec.javax.annotation",
   943        "name": "jboss-annotations-api_1.3_spec",
   944        "version": "2.0.1.Final",
   945        "description": "JBoss Jakarta Annotations API",
   946        "hashes": [
   947          {
   948            "alg": "MD5",
   949            "content": "e749fa3db958f32ca811bce62039facb"
   950          },
   951          {
   952            "alg": "SHA-1",
   953            "content": "b3744f492ce9a65d1197a5b24645dff93fa85424"
   954          },
   955          {
   956            "alg": "SHA-256",
   957            "content": "afc4e3b8701119c9a2ceb8cebe3fd1869a269de768d7d56e7b5051827a132368"
   958          },
   959          {
   960            "alg": "SHA-384",
   961            "content": "a62d2d47a12907d2815c610258841f157a9cae47b4f73d6177aae62faeeefce83f6040ad16ccb1b85b6582ad9c018529"
   962          },
   963          {
   964            "alg": "SHA-512",
   965            "content": "676a634cab53b730e48d2b4cf53d60f8d3cbf930241f97f2810e31dc7f76e9a18b093078d72c9c7b444bc8ed0904c706a72c6be815e7fb90da35db2c7d6df284"
   966          },
   967          {
   968            "alg": "SHA3-256",
   969            "content": "58a3554542f4e28164fabf87096c5dbcd389d7e4b573b2f7d70768fc57ac843d"
   970          },
   971          {
   972            "alg": "SHA3-384",
   973            "content": "606d632a3e4be3e5ac390c59224283ae07db8011424db98f0144cc5da00d842c61b905edd914d5d11cc77bb3fea4e3f0"
   974          },
   975          {
   976            "alg": "SHA3-512",
   977            "content": "fa5fc6ab388ad66e2949998ac19fe4554bfc73b7d8e9224a0374b9da3bef5cf4c200d56794740c5d9d98e2082cab7398d3d6b85ab4c815df8865ca9b308cdb84"
   978          }
   979        ],
   980        "licenses": [
   981          {"license": {"id": "EPL-2.0"}},
   982          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
   983        ],
   984        "purl": "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar",
   985        "externalReferences": [
   986          {
   987            "type": "issue-tracker",
   988            "url": "https://github.com/eclipse-ee4j/common-annotations-api/issues"
   989          },
   990          {
   991            "type": "vcs",
   992            "url": "https://github.com/jboss/jboss-jakarta-annotations-api_spec.git"
   993          },
   994          {
   995            "type": "website",
   996            "url": "http://www.jboss.org"
   997          },
   998          {
   999            "type": "mailing-list",
  1000            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  1001          }
  1002        ]
  1003      },
  1004      {
  1005        "type": "library",
  1006        "bom-ref": "pkg:maven/commons-io/commons-io@2.6?type=jar",
  1007        "publisher": "The Apache Software Foundation",
  1008        "group": "commons-io",
  1009        "name": "commons-io",
  1010        "version": "2.6",
  1011        "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.",
  1012        "hashes": [
  1013          {
  1014            "alg": "MD5",
  1015            "content": "467c2a1f64319c99b5faf03fc78572af"
  1016          },
  1017          {
  1018            "alg": "SHA-1",
  1019            "content": "815893df5f31da2ece4040fe0a12fd44b577afaf"
  1020          },
  1021          {
  1022            "alg": "SHA-256",
  1023            "content": "f877d304660ac2a142f3865badfc971dec7ed73c747c7f8d5d2f5139ca736513"
  1024          },
  1025          {
  1026            "alg": "SHA-384",
  1027            "content": "1efcb8c663fff4cf7f2bc86e1a367b5f88819a6a2f80341fd5d41ad82eb0adda9f34a05c20115f461bee64d1ab487e3c"
  1028          },
  1029          {
  1030            "alg": "SHA-512",
  1031            "content": "4de22e2a50711f756a5542474395d8619dca0a8be0407b722605005a1167f8c306bc5eef7f0b8252f5508c817c1ceb759171e4e18d4eb9697dfdd809ac39673f"
  1032          },
  1033          {
  1034            "alg": "SHA3-256",
  1035            "content": "12e088d6b2f63a97e29d4cf1a81dbe311a0110e784677698a2eaa0b63785dc6e"
  1036          },
  1037          {
  1038            "alg": "SHA3-384",
  1039            "content": "47f8067345da2e60493ced8f5852b5a9ee5fd1ee141c03177f132f97fa4beccd3c3f649276cbcb06a3fa2d0b39e20369"
  1040          },
  1041          {
  1042            "alg": "SHA3-512",
  1043            "content": "82e8aa5fb7b8801b94c83f912dc863ff1b569a281081d33ca7e512a694202aebb60101b54bc9ba0a3b6a769221667a3d222b67102377d554603678798ca22d07"
  1044          }
  1045        ],
  1046        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1047        "purl": "pkg:maven/commons-io/commons-io@2.6?type=jar",
  1048        "externalReferences": [
  1049          {
  1050            "type": "issue-tracker",
  1051            "url": "http://issues.apache.org/jira/browse/IO"
  1052          },
  1053          {
  1054            "type": "vcs",
  1055            "url": "https://git-wip-us.apache.org/repos/asf?p=commons-io.git"
  1056          },
  1057          {
  1058            "type": "build-system",
  1059            "url": "https://builds.apache.org/"
  1060          },
  1061          {
  1062            "type": "mailing-list",
  1063            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  1064          },
  1065          {
  1066            "type": "website",
  1067            "url": "https://www.apache.org/"
  1068          },
  1069          {
  1070            "type": "distribution",
  1071            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  1072          }
  1073        ]
  1074      },
  1075      {
  1076        "type": "library",
  1077        "bom-ref": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?type=jar",
  1078        "group": "com.github.stephenc.jcip",
  1079        "name": "jcip-annotations",
  1080        "version": "1.0-1",
  1081        "description": "A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.",
  1082        "hashes": [
  1083          {
  1084            "alg": "MD5",
  1085            "content": "d62dbfa8789378457ada685e2f614846"
  1086          },
  1087          {
  1088            "alg": "SHA-1",
  1089            "content": "ef31541dd28ae2cefdd17c7ebf352d93e9058c63"
  1090          },
  1091          {
  1092            "alg": "SHA-256",
  1093            "content": "4fccff8382aafc589962c4edb262f6aa595e34f1e11e61057d1c6a96e8fc7323"
  1094          },
  1095          {
  1096            "alg": "SHA-384",
  1097            "content": "88b0ecfde391a3d8468349c70e1539569768dfac3233dfe0b4660904df04e6c6bf26ed9c0784b9b22c122c3448e2a6b6"
  1098          },
  1099          {
  1100            "alg": "SHA-512",
  1101            "content": "02fcd16a30d0e68b3e9e4899731181c6abb7117baa15c096ca940e01dde08bb86101cbeae552c497f8a90d923b5fa2f2b6f3850baf8dc94dbd399887924a9069"
  1102          },
  1103          {
  1104            "alg": "SHA3-256",
  1105            "content": "3e79c8f58865d2d58a5311a8bb45772007f07e7f3ed2780784d1e4382dc934d0"
  1106          },
  1107          {
  1108            "alg": "SHA3-384",
  1109            "content": "487b53f48b55b98a61ae60abedc43543887944867aa6bcb78d5ed46e2d0d7c19510c5fcadc362d939313feafdcfc55e1"
  1110          },
  1111          {
  1112            "alg": "SHA3-512",
  1113            "content": "ff32665e1b6d8176ccc7e8c836ca7343c2603dab053e42d79b4258d51a14ff63933c67d24034169ac91e11ebda21cc2c84a2a540072e656d2a8e6fcea7808421"
  1114          }
  1115        ],
  1116        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1117        "purl": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?type=jar",
  1118        "externalReferences": [
  1119          {
  1120            "type": "issue-tracker",
  1121            "url": "http://github.com/stephenc/jcip-annotations/issues"
  1122          },
  1123          {
  1124            "type": "vcs",
  1125            "url": "http://github.com/stephenc/jcip-annotations/tree/master/"
  1126          },
  1127          {
  1128            "type": "distribution",
  1129            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  1130          }
  1131        ]
  1132      },
  1133      {
  1134        "type": "library",
  1135        "bom-ref": "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
  1136        "publisher": "JBoss by Red Hat",
  1137        "group": "org.keycloak",
  1138        "name": "keycloak-core",
  1139        "version": "10.0.2",
  1140        "description": "",
  1141        "hashes": [
  1142          {
  1143            "alg": "MD5",
  1144            "content": "0ee9da7bef8cd1f142d687c6c0861a58"
  1145          },
  1146          {
  1147            "alg": "SHA-1",
  1148            "content": "294b6bd3fcb003758ffa752470a4d771b6448bcb"
  1149          },
  1150          {
  1151            "alg": "SHA-256",
  1152            "content": "4f84a4000a93a3f555e6c35881f381ebb08a3ed096b1d4d0fcb36d6881ba4a23"
  1153          },
  1154          {
  1155            "alg": "SHA-384",
  1156            "content": "b2562184d558e7be226e84e2ba68270385599ab19c8714a89d5dfcb6b5a3b88deb79332533e6e345d059402b6a84a3cf"
  1157          },
  1158          {
  1159            "alg": "SHA-512",
  1160            "content": "49ea02e0f3face6740e90e2cda6b74e23d17dbdeefff9717b40ad97803430af284ddd7a7d64e69754d02fe74d61c04d81cb9ee7ca05c306519be790e9132c738"
  1161          },
  1162          {
  1163            "alg": "SHA3-256",
  1164            "content": "2219241d2edc6c0d0bd71dcbf52a19a266f1bea21fac7eca9be19cadfd037a0d"
  1165          },
  1166          {
  1167            "alg": "SHA3-384",
  1168            "content": "30e7337f776e24cdcd0695c72516e5aa110f5bd8ededcbf8d541ec8505df2ba2ed2ae5c57fe8d8a9a415dd8d501efc9c"
  1169          },
  1170          {
  1171            "alg": "SHA3-512",
  1172            "content": "9db0591ed98d41707af8362e1b736cec27a4ed8fd7137a800275011173fe043954011c02ea738dddb4bfe9092f74eec6beaa49bcaf19666a853e6de18127dcd0"
  1173          }
  1174        ],
  1175        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1176        "purl": "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
  1177        "externalReferences": [
  1178          {
  1179            "type": "distribution",
  1180            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  1181          },
  1182          {
  1183            "type": "issue-tracker",
  1184            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  1185          },
  1186          {
  1187            "type": "vcs",
  1188            "url": "https://github.com/keycloak/keycloak/tree/master/"
  1189          },
  1190          {
  1191            "type": "website",
  1192            "url": "http://www.jboss.org"
  1193          },
  1194          {
  1195            "type": "mailing-list",
  1196            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  1197          }
  1198        ]
  1199      },
  1200      {
  1201        "type": "library",
  1202        "bom-ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
  1203        "publisher": "The Apache Software Foundation",
  1204        "group": "org.apache.httpcomponents",
  1205        "name": "httpclient",
  1206        "version": "4.5.11",
  1207        "description": "Apache HttpComponents Client",
  1208        "hashes": [
  1209          {
  1210            "alg": "MD5",
  1211            "content": "b2e56688392087372feb9968dd2b32b4"
  1212          },
  1213          {
  1214            "alg": "SHA-1",
  1215            "content": "f6d42fee5110c227bac18a550a297e028f2fb21a"
  1216          },
  1217          {
  1218            "alg": "SHA-256",
  1219            "content": "1420aabd81fd0bb9a0acf6d3bc03dddc1b6f3398914cfd03c70e44ce69f290a4"
  1220          },
  1221          {
  1222            "alg": "SHA-384",
  1223            "content": "97ae22ba8e84f882073e201ccd6ce75f77c2076c215369e7585387e3f64c3b332f1fc8464dee8e237572e10a8c1e3ff6"
  1224          },
  1225          {
  1226            "alg": "SHA-512",
  1227            "content": "9885fd36163af66aea91bbef9c3f5445aa8a900cea25546553672c960cd919a49d09a920eda3c0878f0bbab8d7b066b17a5d7a378d6ed2e54dc4ac46990e89c3"
  1228          },
  1229          {
  1230            "alg": "SHA3-256",
  1231            "content": "8a6634df7b3877743ffe1038d06b8e998fb94168e7999ccd8d24d8392503defd"
  1232          },
  1233          {
  1234            "alg": "SHA3-384",
  1235            "content": "3adb7d449b947307ec10d77ddd259f55ca0c79cbed5093ce44b7d4c63be2d88ce95b1ef08d35d63703a4be3a1b25036c"
  1236          },
  1237          {
  1238            "alg": "SHA3-512",
  1239            "content": "2d62b6940a42267bbf81cf4df33480eca0d8867b3e17558fd0a9448c1e8cbf3e5379f5542cb8c3a43778b435175a600f38eccae0fc5c51e179c64411bf56ae60"
  1240          }
  1241        ],
  1242        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1243        "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
  1244        "externalReferences": [
  1245          {
  1246            "type": "website",
  1247            "url": "http://www.apache.org/"
  1248          },
  1249          {
  1250            "type": "issue-tracker",
  1251            "url": "http://issues.apache.org/jira/browse/HTTPCLIENT"
  1252          },
  1253          {
  1254            "type": "vcs",
  1255            "url": "https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}"
  1256          },
  1257          {
  1258            "type": "mailing-list",
  1259            "url": "http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/"
  1260          },
  1261          {
  1262            "type": "distribution",
  1263            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  1264          }
  1265        ]
  1266      },
  1267      {
  1268        "type": "library",
  1269        "bom-ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.13?type=jar",
  1270        "publisher": "The Apache Software Foundation",
  1271        "group": "org.apache.httpcomponents",
  1272        "name": "httpcore",
  1273        "version": "4.4.13",
  1274        "description": "Apache HttpComponents Core (blocking I/O)",
  1275        "hashes": [
  1276          {
  1277            "alg": "MD5",
  1278            "content": "e07a248f61c52776a2366c075dcd4963"
  1279          },
  1280          {
  1281            "alg": "SHA-1",
  1282            "content": "853b96d3afbb7bf8cc303fe27ee96836a10c1834"
  1283          },
  1284          {
  1285            "alg": "SHA-256",
  1286            "content": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424"
  1287          },
  1288          {
  1289            "alg": "SHA-384",
  1290            "content": "b776d57492478c162d428bdd3139be0fa6c3cf4503355c3a04710ca7bc3ee74d66627f49eb42814fd8f8364dbd17aa91"
  1291          },
  1292          {
  1293            "alg": "SHA-512",
  1294            "content": "23430cde8b9bed33c91474ba49f1143284135df1b25fdcbc37bc3bb7e9549e77b3918eb40250093db652ae200367e87316129b23b4f6987e94939d60f467498d"
  1295          },
  1296          {
  1297            "alg": "SHA3-256",
  1298            "content": "721a9fc1bb353ddf3e438bed4306a3fa5b55ffafb474be5dc8715bd23d7a5afa"
  1299          },
  1300          {
  1301            "alg": "SHA3-384",
  1302            "content": "f6f9e70b76717b705d040f0b33857f0dde89736f2e6d55ea56585235eb1b6d0ce4d5aa18c82050391ac968dcb5ec29e2"
  1303          },
  1304          {
  1305            "alg": "SHA3-512",
  1306            "content": "c78f9d464e4b840e28266658512b1cab0ece1470bef2764deb2dc20ba69b73d526d92a19494ccb87b4408f9235c4294417f2e10ba709469f4bd62d017b9e3cbe"
  1307          }
  1308        ],
  1309        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1310        "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.13?type=jar",
  1311        "externalReferences": [
  1312          {
  1313            "type": "website",
  1314            "url": "http://www.apache.org/"
  1315          },
  1316          {
  1317            "type": "issue-tracker",
  1318            "url": "http://issues.apache.org/jira/browse/HTTPCORE"
  1319          },
  1320          {
  1321            "type": "vcs",
  1322            "url": "https://github.com/apache/httpcomponents-core/tree/${project.scm.tag}"
  1323          },
  1324          {
  1325            "type": "mailing-list",
  1326            "url": "http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/"
  1327          },
  1328          {
  1329            "type": "distribution",
  1330            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  1331          }
  1332        ]
  1333      },
  1334      {
  1335        "type": "library",
  1336        "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar",
  1337        "publisher": "The Apache Software Foundation",
  1338        "group": "commons-logging",
  1339        "name": "commons-logging",
  1340        "version": "1.2",
  1341        "description": "Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.",
  1342        "hashes": [
  1343          {
  1344            "alg": "MD5",
  1345            "content": "040b4b4d8eac886f6b4a2a3bd2f31b00"
  1346          },
  1347          {
  1348            "alg": "SHA-1",
  1349            "content": "4bfc12adfe4842bf07b657f0369c4cb522955686"
  1350          },
  1351          {
  1352            "alg": "SHA-256",
  1353            "content": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636"
  1354          },
  1355          {
  1356            "alg": "SHA-384",
  1357            "content": "ac20720d7156131478205f1b454395abf84cfc8da2f163301af32f63bd3c4764bd26cb54ed53800f33193ae591f3ce9c"
  1358          },
  1359          {
  1360            "alg": "SHA-512",
  1361            "content": "ed00dbfabd9ae00efa26dd400983601d076fe36408b7d6520084b447e5d1fa527ce65bd6afdcb58506c3a808323d28e88f26cb99c6f5db9ff64f6525ecdfa557"
  1362          },
  1363          {
  1364            "alg": "SHA3-256",
  1365            "content": "9aab62deccf156ee6e324c925dfc30ecb53e8465802863a551901a461424e807"
  1366          },
  1367          {
  1368            "alg": "SHA3-384",
  1369            "content": "628eb4407e95dca84da1a06b08a6d9b832a49de8472b1b217e8607f08efeeed18b996232d64dd07f03e78e0e3bb4b078"
  1370          },
  1371          {
  1372            "alg": "SHA3-512",
  1373            "content": "3fd76857f6d20c03799537cc961c1c4ddf1c375c6c192fb982363e3b9397ba138b77f24ef38b4202f44e37586789c0320e4de18fdadd2772304fd14a9b26d552"
  1374          }
  1375        ],
  1376        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1377        "purl": "pkg:maven/commons-logging/commons-logging@1.2?type=jar",
  1378        "externalReferences": [
  1379          {
  1380            "type": "issue-tracker",
  1381            "url": "http://issues.apache.org/jira/browse/LOGGING"
  1382          },
  1383          {
  1384            "type": "vcs",
  1385            "url": "http://svn.apache.org/repos/asf/commons/proper/logging/trunk"
  1386          },
  1387          {
  1388            "type": "build-system",
  1389            "url": "https://continuum-ci.apache.org/"
  1390          },
  1391          {
  1392            "type": "mailing-list",
  1393            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  1394          },
  1395          {
  1396            "type": "website",
  1397            "url": "http://www.apache.org/"
  1398          },
  1399          {
  1400            "type": "distribution",
  1401            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  1402          }
  1403        ]
  1404      },
  1405      {
  1406        "type": "library",
  1407        "bom-ref": "pkg:maven/commons-codec/commons-codec@1.11?type=jar",
  1408        "publisher": "The Apache Software Foundation",
  1409        "group": "commons-codec",
  1410        "name": "commons-codec",
  1411        "version": "1.11",
  1412        "description": "The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
  1413        "hashes": [
  1414          {
  1415            "alg": "MD5",
  1416            "content": "567159b1ae257a43e1391a8f59d24cfe"
  1417          },
  1418          {
  1419            "alg": "SHA-1",
  1420            "content": "3acb4705652e16236558f0f4f2192cc33c3bd189"
  1421          },
  1422          {
  1423            "alg": "SHA-256",
  1424            "content": "e599d5318e97aa48f42136a2927e6dfa4e8881dff0e6c8e3109ddbbff51d7b7d"
  1425          },
  1426          {
  1427            "alg": "SHA-384",
  1428            "content": "9ae3d8fd4c38f3af52c76c5f98039109901cb0f70700e6d9999b27cc4b30b188e2688aa4adcf6b846376bc3ca125907a"
  1429          },
  1430          {
  1431            "alg": "SHA-512",
  1432            "content": "d9586162b257386b5871e7e9ae255a38014a9efaeef5148de5e40a3b0200364dad8516bddd554352aa2e5337bec2cc11df88c76c4fdde96a40f3421aa60650d7"
  1433          },
  1434          {
  1435            "alg": "SHA3-256",
  1436            "content": "90ec34f9701a8b212c65e6167c505ea6417289f910deedcac8517075b8349728"
  1437          },
  1438          {
  1439            "alg": "SHA3-384",
  1440            "content": "bd272e22540371e7d834cd897bce9be657293ba9c5584e0d47a4073711dacb524cc59e294e942ffc01613d17ac7d6ac1"
  1441          },
  1442          {
  1443            "alg": "SHA3-512",
  1444            "content": "101bc04efae2bd16d7923e61bca922c4a006b0e4b34909e0f8865196cb4df4f4f6269737c17880b4dfd0309cb487b806e88d09c6e1a7dc70237563b3f4312f7f"
  1445          }
  1446        ],
  1447        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1448        "purl": "pkg:maven/commons-codec/commons-codec@1.11?type=jar",
  1449        "externalReferences": [
  1450          {
  1451            "type": "issue-tracker",
  1452            "url": "http://issues.apache.org/jira/browse/CODEC"
  1453          },
  1454          {
  1455            "type": "vcs",
  1456            "url": "http://svn.apache.org/viewvc/commons/proper/codec/trunk"
  1457          },
  1458          {
  1459            "type": "build-system",
  1460            "url": "https://builds.apache.org/"
  1461          },
  1462          {
  1463            "type": "mailing-list",
  1464            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  1465          },
  1466          {
  1467            "type": "website",
  1468            "url": "https://www.apache.org/"
  1469          },
  1470          {
  1471            "type": "distribution",
  1472            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  1473          }
  1474        ]
  1475      },
  1476      {
  1477        "type": "library",
  1478        "bom-ref": "pkg:maven/org.keycloak/keycloak-server-spi@10.0.2?type=jar",
  1479        "publisher": "JBoss by Red Hat",
  1480        "group": "org.keycloak",
  1481        "name": "keycloak-server-spi",
  1482        "version": "10.0.2",
  1483        "description": "",
  1484        "hashes": [
  1485          {
  1486            "alg": "MD5",
  1487            "content": "48f152ff4ecb7cb20b8a149d53ac4a06"
  1488          },
  1489          {
  1490            "alg": "SHA-1",
  1491            "content": "78f760227d6c8e789074aea838683604c30a1c26"
  1492          },
  1493          {
  1494            "alg": "SHA-256",
  1495            "content": "7cdf85ee76b0d1405c0e63f65a08e367cdb27f4624aa4259652d6900a74d2f54"
  1496          },
  1497          {
  1498            "alg": "SHA-384",
  1499            "content": "714c23951aee4a420d19e165ab14757446811c7302f4499e0e3fba46acde5933d8175039312e043e52db24e05b34e8c2"
  1500          },
  1501          {
  1502            "alg": "SHA-512",
  1503            "content": "916ceb265ad47e9979c0df4bbf5780618e06e646fe214f874fa210bb7a09fe3ed4cac8a5ac492888b4717a642c9488eaf0cf41ca16a4a3abdbd50d06f46aafa2"
  1504          },
  1505          {
  1506            "alg": "SHA3-256",
  1507            "content": "6c5429016c29fe025db9004fac97e94709a3e0bad85649309c6f50eaaf14dce7"
  1508          },
  1509          {
  1510            "alg": "SHA3-384",
  1511            "content": "38dcdbd716da4cf76af9835843bd9dd512f71eeb68db7a05713d1fe409d1e2d98881f0305cd671c5d5618aa8cac4be77"
  1512          },
  1513          {
  1514            "alg": "SHA3-512",
  1515            "content": "248b8ed747209ede3fed83917201034072d280606d94ec196c2fc77bdce74b81e12957aac2f10d37a244b743cf26c41c3967118a3789aabd7679cf961a3ed7be"
  1516          }
  1517        ],
  1518        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1519        "purl": "pkg:maven/org.keycloak/keycloak-server-spi@10.0.2?type=jar",
  1520        "externalReferences": [
  1521          {
  1522            "type": "distribution",
  1523            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  1524          },
  1525          {
  1526            "type": "issue-tracker",
  1527            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  1528          },
  1529          {
  1530            "type": "vcs",
  1531            "url": "https://github.com/keycloak/keycloak/tree/master/"
  1532          },
  1533          {
  1534            "type": "website",
  1535            "url": "http://www.jboss.org"
  1536          },
  1537          {
  1538            "type": "mailing-list",
  1539            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  1540          }
  1541        ]
  1542      },
  1543      {
  1544        "type": "library",
  1545        "bom-ref": "pkg:maven/com.google.guava/guava@25.0-jre?type=jar",
  1546        "group": "com.google.guava",
  1547        "name": "guava",
  1548        "version": "25.0-jre",
  1549        "description": "Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.",
  1550        "hashes": [
  1551          {
  1552            "alg": "MD5",
  1553            "content": "a8e597a21ea6a9bc661d038b52b01b93"
  1554          },
  1555          {
  1556            "alg": "SHA-1",
  1557            "content": "7319c34fa5866a85b6bad445adad69d402323129"
  1558          },
  1559          {
  1560            "alg": "SHA-256",
  1561            "content": "3fd4341776428c7e0e5c18a7c10de129475b69ab9d30aeafbb5c277bb6074fa9"
  1562          },
  1563          {
  1564            "alg": "SHA-384",
  1565            "content": "25ca2a6bfabc6a9f1e060fd459cca3ac64214bfb085de9fc487b3433137da1eb0bfcf0e6baf6fa8eca0ee5b89f36fb8c"
  1566          },
  1567          {
  1568            "alg": "SHA-512",
  1569            "content": "8533d76f54b8992bde67af1565cbc49cd689cfd2c8c6f2b67fdc53c660ff548d06e55c0c57f853d55a2aa132d42bb13fdb674e1ce16ec37a1db34f7e25016924"
  1570          },
  1571          {
  1572            "alg": "SHA3-256",
  1573            "content": "d01336fe6d0dd416ce8d57210ebbc221f6363e99326f4ed5ffdfa96c2c40aa66"
  1574          },
  1575          {
  1576            "alg": "SHA3-384",
  1577            "content": "0b6ae83ed310c4ff07c403f13e7a4ab64828b3a22c8742d1bcdda480278bfe4e0077aa46cc4c39dfd3e7d742491238cc"
  1578          },
  1579          {
  1580            "alg": "SHA3-512",
  1581            "content": "1ef4ef1cb93f2b50cd7dba701b4a3d150ae873e381e24eec916bc26183a9e3cbac80dcdb40ea5dfd47191ff5efdcf01fc50e51996dc31cf70485ac069ca0d511"
  1582          }
  1583        ],
  1584        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1585        "purl": "pkg:maven/com.google.guava/guava@25.0-jre?type=jar",
  1586        "externalReferences": [
  1587          {
  1588            "type": "build-system",
  1589            "url": "https://travis-ci.org/google/guava"
  1590          },
  1591          {
  1592            "type": "issue-tracker",
  1593            "url": "https://github.com/google/guava/issues"
  1594          },
  1595          {
  1596            "type": "vcs",
  1597            "url": "https://github.com/google/guava"
  1598          },
  1599          {
  1600            "type": "distribution",
  1601            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  1602          }
  1603        ]
  1604      },
  1605      {
  1606        "type": "library",
  1607        "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@1.3.9?type=jar",
  1608        "group": "com.google.code.findbugs",
  1609        "name": "jsr305",
  1610        "version": "1.3.9",
  1611        "description": "JSR305 Annotations for Findbugs",
  1612        "hashes": [
  1613          {
  1614            "alg": "MD5",
  1615            "content": "1d5a772e400b04bb67a7ef4a0e0996d8"
  1616          },
  1617          {
  1618            "alg": "SHA-1",
  1619            "content": "40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf"
  1620          },
  1621          {
  1622            "alg": "SHA-256",
  1623            "content": "905721a0eea90a81534abb7ee6ef4ea2e5e645fa1def0a5cd88402df1b46c9ed"
  1624          },
  1625          {
  1626            "alg": "SHA-384",
  1627            "content": "56e6b41ef62eb5edfed0203802cefae9c2df86388148e420bb0c687abb2b80e14d5c2a82d5b35dce4badaf148f94eada"
  1628          },
  1629          {
  1630            "alg": "SHA-512",
  1631            "content": "06da282cfd8e30d9f8cf17702b8709172b00e22b75a627a1d85f8989615b8a1a401bc25d9aee7b14aed1d9b5df73bf2ea8d66f9c8468d9577c29f0ccfa2cc70a"
  1632          },
  1633          {
  1634            "alg": "SHA3-256",
  1635            "content": "c333ea5faedfa78e0614a2620438d5724eab093df4e960918391b6a44c2915b0"
  1636          },
  1637          {
  1638            "alg": "SHA3-384",
  1639            "content": "58c3bf89fa1afa75c2c5078159fd28e27b2273d437f26aaaa7391310b6f0823f3cf476a24f5631c0881f3f7e946d99be"
  1640          },
  1641          {
  1642            "alg": "SHA3-512",
  1643            "content": "67ec31448e156cc72dd036060b460bb2667a13b1cbe500b6b7eed3235b1994b44c39f440ebd07b21ec9595b166ad61121d4f6a132b5b313c558ab21b72599425"
  1644          }
  1645        ],
  1646        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1647        "purl": "pkg:maven/com.google.code.findbugs/jsr305@1.3.9?type=jar",
  1648        "externalReferences": [{
  1649          "type": "vcs",
  1650          "url": "http://findbugs.googlecode.com/svn/trunk/"
  1651        }]
  1652      },
  1653      {
  1654        "type": "library",
  1655        "bom-ref": "pkg:maven/org.checkerframework/checker-compat-qual@2.0.0?type=jar",
  1656        "group": "org.checkerframework",
  1657        "name": "checker-compat-qual",
  1658        "version": "2.0.0",
  1659        "description": "Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker",
  1660        "hashes": [
  1661          {
  1662            "alg": "MD5",
  1663            "content": "b6fb2610dacd211a3e2c3d8af1b60d0f"
  1664          },
  1665          {
  1666            "alg": "SHA-1",
  1667            "content": "fc89b03860d11d6213d0154a62bcd1c2f69b9efa"
  1668          },
  1669          {
  1670            "alg": "SHA-256",
  1671            "content": "a40b2ce6d8551e5b90b1bf637064303f32944d61b52ab2014e38699df573941b"
  1672          },
  1673          {
  1674            "alg": "SHA-384",
  1675            "content": "647d7bcbfaa000d0ed330eea0af4378e691303bc1d70fde3dc657c1cf0eceb0c2b0abd44745b879fdbd441131a056130"
  1676          },
  1677          {
  1678            "alg": "SHA-512",
  1679            "content": "fdecc20efd6943426e7f8bdfb8bef9d28258f9f934cf29090e2f5b297c501454606cc28593cd7d089a5c14f6d2dcafc59f4606053405d7f91d623a0e3202f4a8"
  1680          },
  1681          {
  1682            "alg": "SHA3-256",
  1683            "content": "6332c0be53250aaf67b95786e10337e1134ca645aed3b4cc596c68a3555c07fc"
  1684          },
  1685          {
  1686            "alg": "SHA3-384",
  1687            "content": "ce6f53807d1006ffc5b1a7db6581090d5a7ea40d5d6af4df8f2aa31b02e0a35b8441c97f8ebd3efc011798cb42e62198"
  1688          },
  1689          {
  1690            "alg": "SHA3-512",
  1691            "content": "74780f6c4d9e615c5be2f7149540721bfccd43e71b2d912054b98cf4f1a5ae5506497eca9c76f9e09f988d988bba8a1ec0588684379722044d894594dc787ea4"
  1692          }
  1693        ],
  1694        "licenses": [
  1695          {"license": {
  1696            "name": "GNU General Public License, version 2 (GPL2), with the classpath exception",
  1697            "url": "http://www.gnu.org/software/classpath/license.html"
  1698          }},
  1699          {"license": {"id": "MIT"}}
  1700        ],
  1701        "purl": "pkg:maven/org.checkerframework/checker-compat-qual@2.0.0?type=jar",
  1702        "externalReferences": [{
  1703          "type": "vcs",
  1704          "url": "https://github.com/typetools/checker-framework.git"
  1705        }]
  1706      },
  1707      {
  1708        "type": "library",
  1709        "bom-ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.1.3?type=jar",
  1710        "group": "com.google.errorprone",
  1711        "name": "error_prone_annotations",
  1712        "version": "2.1.3",
  1713        "description": "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/",
  1714        "hashes": [
  1715          {
  1716            "alg": "MD5",
  1717            "content": "97504b36cf871722d81a4b9e114f2a16"
  1718          },
  1719          {
  1720            "alg": "SHA-1",
  1721            "content": "39b109f2cd352b2d71b52a3b5a1a9850e1dc304b"
  1722          },
  1723          {
  1724            "alg": "SHA-256",
  1725            "content": "03d0329547c13da9e17c634d1049ea2ead093925e290567e1a364fd6b1fc7ff8"
  1726          },
  1727          {
  1728            "alg": "SHA-384",
  1729            "content": "03ff39082a3cd3c64d679c3df3be10abc3a87d6a576f6e21585ac6a18439d136608f9293e370186388fc5c8854adb3eb"
  1730          },
  1731          {
  1732            "alg": "SHA-512",
  1733            "content": "bd2135cc9eb2c652658a2814ec9c565fa3e071d4cff590cbe17b853885c78c9f84c1b7b24ba736f4f30ed8cec60a6af983827fcbed61ff142f27ac808e97fc6b"
  1734          },
  1735          {
  1736            "alg": "SHA3-256",
  1737            "content": "5c7b2ffc8d4073700647681ed44dd783049648aa8e174f37d2510339a65f5466"
  1738          },
  1739          {
  1740            "alg": "SHA3-384",
  1741            "content": "02e686b3fbe3c3a728d1d9ee67fe7ad5f32688314e24f63efb1666302650d86ccaef4304f5750cd155729404603cfa00"
  1742          },
  1743          {
  1744            "alg": "SHA3-512",
  1745            "content": "3f05def83905268da5044c8bd6fbf62b89499d77351b56a357de8d27ef872c6c300385a6bca009590d61be90a39a0f417c4d8358a13b09847ba0452ef416db06"
  1746          }
  1747        ],
  1748        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1749        "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.1.3?type=jar",
  1750        "externalReferences": [
  1751          {
  1752            "type": "vcs",
  1753            "url": "https://github.com/google/error-prone"
  1754          },
  1755          {
  1756            "type": "distribution",
  1757            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  1758          }
  1759        ]
  1760      },
  1761      {
  1762        "type": "library",
  1763        "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.1?type=jar",
  1764        "group": "com.google.j2objc",
  1765        "name": "j2objc-annotations",
  1766        "version": "1.1",
  1767        "description": "A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.",
  1768        "hashes": [
  1769          {
  1770            "alg": "MD5",
  1771            "content": "49ae3204bb0bb9b2ac77062641f4a6d7"
  1772          },
  1773          {
  1774            "alg": "SHA-1",
  1775            "content": "ed28ded51a8b1c6b112568def5f4b455e6809019"
  1776          },
  1777          {
  1778            "alg": "SHA-256",
  1779            "content": "2994a7eb78f2710bd3d3bfb639b2c94e219cedac0d4d084d516e78c16dddecf6"
  1780          },
  1781          {
  1782            "alg": "SHA-384",
  1783            "content": "8942363710e7473635a2c77ff82db8af1915cb6ac8429851b4acfa04f059183f8e3444dedff75a7da02698f2ee22a181"
  1784          },
  1785          {
  1786            "alg": "SHA-512",
  1787            "content": "a4a0b58ffc2d9f9b516f571bcd0ac14e4d3eec15aacd6320a4a1a12045acce8c6081e8ce922c4e882221cedb2cc266399ab468487ae9a08124d65edc07ae30f0"
  1788          },
  1789          {
  1790            "alg": "SHA3-256",
  1791            "content": "275370eeb5f02c15358168ea134c4eab1afed8d27750a8a326b9f9f506dfc9f2"
  1792          },
  1793          {
  1794            "alg": "SHA3-384",
  1795            "content": "a9906146d76704f64b1a1aad3d80be86e0d08a987fdb63d4d8d0399937e7e94076d9878a14593fb4465f3a5fccec0df5"
  1796          },
  1797          {
  1798            "alg": "SHA3-512",
  1799            "content": "d9e2a3943373e1eab933b45f49997b24e01466eb99a177c40f21c7107c9f21ebb135e14d191b0a5b699e3985d20de8e87662e92c0bf59e5e054d3da85fd777dd"
  1800          }
  1801        ],
  1802        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1803        "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@1.1?type=jar",
  1804        "externalReferences": [
  1805          {
  1806            "type": "distribution",
  1807            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  1808          },
  1809          {
  1810            "type": "vcs",
  1811            "url": "http://svn.sonatype.org/spice/tags/oss-parent-7"
  1812          }
  1813        ]
  1814      },
  1815      {
  1816        "type": "library",
  1817        "bom-ref": "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.14?type=jar",
  1818        "publisher": "Codehaus",
  1819        "group": "org.codehaus.mojo",
  1820        "name": "animal-sniffer-annotations",
  1821        "version": "1.14",
  1822        "description": "Animal Sniffer Parent project.",
  1823        "hashes": [
  1824          {
  1825            "alg": "MD5",
  1826            "content": "9d42e46845c874f1710a9f6a741f6c14"
  1827          },
  1828          {
  1829            "alg": "SHA-1",
  1830            "content": "775b7e22fb10026eed3f86e8dc556dfafe35f2d5"
  1831          },
  1832          {
  1833            "alg": "SHA-256",
  1834            "content": "2068320bd6bad744c3673ab048f67e30bef8f518996fa380033556600669905d"
  1835          },
  1836          {
  1837            "alg": "SHA-384",
  1838            "content": "f84c3a6589e4fd49764595bad99ef2ebb443f1c9a5f11177a2073b54156989979b5e97fac591714f18304fbcf26bb1c6"
  1839          },
  1840          {
  1841            "alg": "SHA-512",
  1842            "content": "9e5e3ea9e06e0ac9463869fd0e08ed38f7042784995a7b50c9bfd7f692a53f0e1430b9e1367dc772d0d4eafe5fd2beabbcc60da5008bd792f9e7ec8436c0f136"
  1843          },
  1844          {
  1845            "alg": "SHA3-256",
  1846            "content": "9b624360f936e928bc63bf44e475d8fd052148c0d0cc56c3c88c26429b430c08"
  1847          },
  1848          {
  1849            "alg": "SHA3-384",
  1850            "content": "1821c7ba68f3b43cb25b3038fa732631d1db6063ecc5c7f84b31fdadfa8ca43434dc960e602af02a2891237cd90b8c29"
  1851          },
  1852          {
  1853            "alg": "SHA3-512",
  1854            "content": "5f0a62a96445cfeaf101d2ddc56472621f5c3dafc54ad4b230a373012833b7da83e96af7c07b60a586768361b3bce3f3626ed2cc09fbbd84e840e0714d6344ee"
  1855          }
  1856        ],
  1857        "licenses": [{"license": {
  1858          "id": "MIT",
  1859          "url": "https://opensource.org/licenses/MIT"
  1860        }}],
  1861        "purl": "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.14?type=jar",
  1862        "externalReferences": [
  1863          {
  1864            "type": "issue-tracker",
  1865            "url": "http://jira.codehaus.org/browse/MANIMALSNIFFER"
  1866          },
  1867          {
  1868            "type": "vcs",
  1869            "url": "http://fisheye.codehaus.org/browse/mojo/tags/animal-sniffer-parent-1.14"
  1870          },
  1871          {
  1872            "type": "website",
  1873            "url": "http://codehaus.org"
  1874          },
  1875          {
  1876            "type": "build-system",
  1877            "url": "http://bamboo.ci.codehaus.org/browse/MOJO"
  1878          },
  1879          {
  1880            "type": "mailing-list",
  1881            "url": "http://markmail.org/list/org.codehaus.mojo.dev"
  1882          },
  1883          {
  1884            "type": "distribution",
  1885            "url": "https://nexus.codehaus.org/service/local/staging/deploy/maven2/"
  1886          }
  1887        ]
  1888      },
  1889      {
  1890        "type": "library",
  1891        "bom-ref": "pkg:maven/com.github.ua-parser/uap-java@1.4.3?type=jar",
  1892        "group": "com.github.ua-parser",
  1893        "name": "uap-java",
  1894        "version": "1.4.3",
  1895        "description": "Java implementation of the UA Parser library. Derives operating system, browser and device metadata from a user-agent string. This library consumes the regular expression rules defined in https://github.com/ua-parser/uap-core.",
  1896        "hashes": [
  1897          {
  1898            "alg": "MD5",
  1899            "content": "42d8790083ebdff7548a92f403d464a1"
  1900          },
  1901          {
  1902            "alg": "SHA-1",
  1903            "content": "a457ec671f02064ca6119673699a52eaf576d81f"
  1904          },
  1905          {
  1906            "alg": "SHA-256",
  1907            "content": "3bc5cc37c0461c38899a857f97eabdad59fd165d77fac1cb7552d7a6e8e4ab24"
  1908          },
  1909          {
  1910            "alg": "SHA-384",
  1911            "content": "6c1b634c1f2b5e9a8c0a9661147f7b41105bf1fe87d166446531f2b2e2407e6e4d07d6d125ef2bd3ec002672ef9d27a3"
  1912          },
  1913          {
  1914            "alg": "SHA-512",
  1915            "content": "bc9afbbac6b9ee586e57277f1b5e555118df83aae33176701ed42fe3e97a0562c039a46a972e6d4b304ba862c57090fa29a88e4d6f27811b9b38ded72d29fb7e"
  1916          },
  1917          {
  1918            "alg": "SHA3-256",
  1919            "content": "b9d5161b4c7254f1afc714dcae11850e96674d83868133362f74bba00084fb3b"
  1920          },
  1921          {
  1922            "alg": "SHA3-384",
  1923            "content": "5b5fa6548df2ff378f00a6e716e5daaad953a034bbabe3f3998ef503e6835ab76e567eeccdff6bba67f0c2daba33a37d"
  1924          },
  1925          {
  1926            "alg": "SHA3-512",
  1927            "content": "4baf8bd6be00ef30de0d375372ef22427e708d4df7489445eb74b6cd33e55966012948bd91dddf2bc71282fedb701da345b6dcbe108d1475ba938faf25c2c7d7"
  1928          }
  1929        ],
  1930        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1931        "purl": "pkg:maven/com.github.ua-parser/uap-java@1.4.3?type=jar",
  1932        "externalReferences": [
  1933          {
  1934            "type": "distribution",
  1935            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  1936          },
  1937          {
  1938            "type": "vcs",
  1939            "url": "http://github.com/ua-parser/uap-java/tree/master"
  1940          }
  1941        ]
  1942      },
  1943      {
  1944        "type": "library",
  1945        "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.20?type=jar",
  1946        "group": "org.yaml",
  1947        "name": "snakeyaml",
  1948        "version": "1.20",
  1949        "description": "YAML 1.1 parser and emitter for Java",
  1950        "hashes": [
  1951          {
  1952            "alg": "MD5",
  1953            "content": "138e4b4faf358bf462ad5b94c3a15877"
  1954          },
  1955          {
  1956            "alg": "SHA-1",
  1957            "content": "11e7e64e621e5e43c7481bf01072a7b1597d4f03"
  1958          },
  1959          {
  1960            "alg": "SHA-256",
  1961            "content": "1ce584b8988e49eb1a8d1b972071a0b20f5ec8e37157bc5a91134fdd90c6123c"
  1962          },
  1963          {
  1964            "alg": "SHA-384",
  1965            "content": "5a20a999e24715a5a57ea641721c58bc9b663d35df0077680c4f4a0032da02277b36e92dbb6d07fd95d206a760650c87"
  1966          },
  1967          {
  1968            "alg": "SHA-512",
  1969            "content": "595b433104f4e9e4d9876eb987313820e9c37a4d16188ece3f1e117fbbb965124faf30af743ee4636af57333aea4671e0b53b3b1d607691b81fbbef75fcf4f44"
  1970          },
  1971          {
  1972            "alg": "SHA3-256",
  1973            "content": "b03bf68c041c18080e76a41c7ee30a37a22dcf800435a8683fee496e214c76e6"
  1974          },
  1975          {
  1976            "alg": "SHA3-384",
  1977            "content": "11ec898b360e9b74ae32a498f7d99b8d8abd6d018702a3664051624d31840df0284a260886af838fb52e4a5aa10d1af6"
  1978          },
  1979          {
  1980            "alg": "SHA3-512",
  1981            "content": "7a1d2afc736bfed0e9bdeb4de6f42e08b1562b7613d8fc5b0a425a3857d4b50e3fe6dec9c545c8335e56ebfe45b9b3a74b36d3c8b890336f3a656c9e93bf363f"
  1982          }
  1983        ],
  1984        "licenses": [{"license": {"id": "Apache-2.0"}}],
  1985        "purl": "pkg:maven/org.yaml/snakeyaml@1.20?type=jar",
  1986        "externalReferences": [
  1987          {
  1988            "type": "issue-tracker",
  1989            "url": "https://bitbucket.org/asomov/snakeyaml/issues"
  1990          },
  1991          {
  1992            "type": "vcs",
  1993            "url": "https://bitbucket.org/asomov/snakeyaml/src"
  1994          }
  1995        ]
  1996      },
  1997      {
  1998        "type": "library",
  1999        "bom-ref": "pkg:maven/org.apache.commons/commons-collections4@4.1?type=jar",
  2000        "publisher": "The Apache Software Foundation",
  2001        "group": "org.apache.commons",
  2002        "name": "commons-collections4",
  2003        "version": "4.1",
  2004        "description": "The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.",
  2005        "hashes": [
  2006          {
  2007            "alg": "MD5",
  2008            "content": "45af6a8e5b51d5945de6c7411e290bd1"
  2009          },
  2010          {
  2011            "alg": "SHA-1",
  2012            "content": "a4cf4688fe1c7e3a63aa636cc96d013af537768e"
  2013          },
  2014          {
  2015            "alg": "SHA-256",
  2016            "content": "b1fe8b5968b57d8465425357ed2d9dc695504518bed2df5b565c4b8e68c1c8a5"
  2017          },
  2018          {
  2019            "alg": "SHA-384",
  2020            "content": "76724283c14e799f161e999cfe24a2444764a83027c2fc43099153c6586d704682eca31b045c3adcfd9440fa073af4da"
  2021          },
  2022          {
  2023            "alg": "SHA-512",
  2024            "content": "1553751f9126b24f8c893b169df881052483ccf1586efeed4215b6ef013e115e001b96a09d348055df6d1be338a0fa1b14b28fedca3f1663273931a7d17e1363"
  2025          },
  2026          {
  2027            "alg": "SHA3-256",
  2028            "content": "874dea7fc249c98eafa0bed0801583cd84393b7ef4d1fcb3d0451a8d83335fc5"
  2029          },
  2030          {
  2031            "alg": "SHA3-384",
  2032            "content": "54c6fd77fd95fe1859438d5e550ae5f82f13b8ea4e789a4c9c1d0de943b6a16c142bf1f422dec9e075d3e5f9d052b27e"
  2033          },
  2034          {
  2035            "alg": "SHA3-512",
  2036            "content": "a72d4f6987f253753e2f6b5e1367493e4261d935e5e84c9f487f48beaf05702dc0fd90050e830a9edcc56b3a075beb26a72741360eb7691208b73e3d771b675e"
  2037          }
  2038        ],
  2039        "licenses": [{"license": {"id": "Apache-2.0"}}],
  2040        "purl": "pkg:maven/org.apache.commons/commons-collections4@4.1?type=jar",
  2041        "externalReferences": [
  2042          {
  2043            "type": "issue-tracker",
  2044            "url": "http://issues.apache.org/jira/browse/COLLECTIONS"
  2045          },
  2046          {
  2047            "type": "vcs",
  2048            "url": "http://svn.apache.org/viewvc/commons/proper/collections/trunk"
  2049          },
  2050          {
  2051            "type": "build-system",
  2052            "url": "https://continuum-ci.apache.org/"
  2053          },
  2054          {
  2055            "type": "mailing-list",
  2056            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  2057          },
  2058          {
  2059            "type": "website",
  2060            "url": "http://www.apache.org/"
  2061          },
  2062          {
  2063            "type": "distribution",
  2064            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  2065          }
  2066        ]
  2067      },
  2068      {
  2069        "type": "library",
  2070        "bom-ref": "pkg:maven/org.keycloak/keycloak-server-spi-private@10.0.2?type=jar",
  2071        "publisher": "JBoss by Red Hat",
  2072        "group": "org.keycloak",
  2073        "name": "keycloak-server-spi-private",
  2074        "version": "10.0.2",
  2075        "description": "",
  2076        "hashes": [
  2077          {
  2078            "alg": "MD5",
  2079            "content": "e9fa79c122b61f6fb716cd47cae5039d"
  2080          },
  2081          {
  2082            "alg": "SHA-1",
  2083            "content": "5dff07fba060655bbccc3756f9712c1333ed28a0"
  2084          },
  2085          {
  2086            "alg": "SHA-256",
  2087            "content": "645b7690f26ab6a372a18e85431eaba55bbc59333ae310890a5790ece165447f"
  2088          },
  2089          {
  2090            "alg": "SHA-384",
  2091            "content": "a3dc22a209b4ecf9384c07b6293c6ceeb5c1c801715b5c9ec13e092b189ec06922ac51f85f741ed95e4c20fae6ea1274"
  2092          },
  2093          {
  2094            "alg": "SHA-512",
  2095            "content": "f2ac5b974b4ea22e31a3a4ab717bd3bc6a81d7b7d1e84402e31f38fbb87856f15ca57644c7b78fd968fb419ffc4d32443e7cc9626356989b9bfdacbfad8483a5"
  2096          },
  2097          {
  2098            "alg": "SHA3-256",
  2099            "content": "cab167b72ad224f52eac7505ad9685c5800ceb26e61296d42dcd659b12782fa5"
  2100          },
  2101          {
  2102            "alg": "SHA3-384",
  2103            "content": "3296f57469bca1ed8bfcad746499f215dcc581bd26fb13b56354806432a70d0f75f332e106424e010c5a97b8f633b27f"
  2104          },
  2105          {
  2106            "alg": "SHA3-512",
  2107            "content": "6911e706eb70b235be07c2e6030ee5f6c417b37172274023ec7eb8e8207dbf76c54ee38670a03c5473d67360168060db70dd0d57fc576ee57b144536144182c1"
  2108          }
  2109        ],
  2110        "licenses": [{"license": {"id": "Apache-2.0"}}],
  2111        "purl": "pkg:maven/org.keycloak/keycloak-server-spi-private@10.0.2?type=jar",
  2112        "externalReferences": [
  2113          {
  2114            "type": "distribution",
  2115            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  2116          },
  2117          {
  2118            "type": "issue-tracker",
  2119            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  2120          },
  2121          {
  2122            "type": "vcs",
  2123            "url": "https://github.com/keycloak/keycloak/tree/master/"
  2124          },
  2125          {
  2126            "type": "website",
  2127            "url": "http://www.jboss.org"
  2128          },
  2129          {
  2130            "type": "mailing-list",
  2131            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  2132          }
  2133        ]
  2134      },
  2135      {
  2136        "type": "library",
  2137        "bom-ref": "pkg:maven/org.keycloak/keycloak-kerberos-federation@10.0.2?type=jar",
  2138        "publisher": "JBoss by Red Hat",
  2139        "group": "org.keycloak",
  2140        "name": "keycloak-kerberos-federation",
  2141        "version": "10.0.2",
  2142        "description": "",
  2143        "hashes": [
  2144          {
  2145            "alg": "MD5",
  2146            "content": "b66867ef4fee7c45954a603d85637dcb"
  2147          },
  2148          {
  2149            "alg": "SHA-1",
  2150            "content": "03cf54bf945da35180eaa5273098ad9cca871a8c"
  2151          },
  2152          {
  2153            "alg": "SHA-256",
  2154            "content": "4839b6fdb3a8bd37752cc1ee5c2ee7469c0bd7073bf04d3e854e17b3e7402607"
  2155          },
  2156          {
  2157            "alg": "SHA-384",
  2158            "content": "4e86b4cab23cd16349de375d9b129f3c8dcbdf7c9049b2c10cd19e6aa75028efc777ef2d19561438d86f969cc6e36767"
  2159          },
  2160          {
  2161            "alg": "SHA-512",
  2162            "content": "341c05239cd9d9b011b758ca59668a1422b6a9c358d21e4b525774bbdf0713a717167fd550fb47e2b960e0de5a866e8f1e710fbc5a602d88cc954242f503bbc6"
  2163          },
  2164          {
  2165            "alg": "SHA3-256",
  2166            "content": "38fb0f3735593dec2b016f1292c606ec154baab39882620ab7a3ef625c1c1ea4"
  2167          },
  2168          {
  2169            "alg": "SHA3-384",
  2170            "content": "31a00d78f3c1b3ec87805e5a368e764b37b721bf012b8d7934e29a7c35e9ccdebe1e6e63b130d4f762fa75fdcdc89a64"
  2171          },
  2172          {
  2173            "alg": "SHA3-512",
  2174            "content": "c179c312b5e5c5d1f2582dada503481d78ffadc60d68f835f053d717b4d1147024d40099f6fa9e7be20304e9aa802bd71ac9aa1fbd1e584a5ba594aa73382406"
  2175          }
  2176        ],
  2177        "licenses": [{"license": {"id": "Apache-2.0"}}],
  2178        "purl": "pkg:maven/org.keycloak/keycloak-kerberos-federation@10.0.2?type=jar",
  2179        "externalReferences": [
  2180          {
  2181            "type": "distribution",
  2182            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  2183          },
  2184          {
  2185            "type": "issue-tracker",
  2186            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  2187          },
  2188          {
  2189            "type": "vcs",
  2190            "url": "https://github.com/keycloak/keycloak/tree/master/"
  2191          },
  2192          {
  2193            "type": "website",
  2194            "url": "http://www.jboss.org"
  2195          },
  2196          {
  2197            "type": "mailing-list",
  2198            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  2199          }
  2200        ]
  2201      },
  2202      {
  2203        "type": "library",
  2204        "bom-ref": "pkg:maven/org.apache.santuario/xmlsec@2.1.4?type=jar",
  2205        "publisher": "The Apache Software Foundation",
  2206        "group": "org.apache.santuario",
  2207        "name": "xmlsec",
  2208        "version": "2.1.4",
  2209        "description": "Apache XML Security for Java supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the library supports the standard Java API JSR-105: XML Digital Signature APIs.",
  2210        "hashes": [
  2211          {
  2212            "alg": "MD5",
  2213            "content": "bedb9da77422052baeab84af891392a6"
  2214          },
  2215          {
  2216            "alg": "SHA-1",
  2217            "content": "cb43326f02e3e77526c24269c8b5d3cc3f7f6653"
  2218          },
  2219          {
  2220            "alg": "SHA-256",
  2221            "content": "2e2ec8fe0cf873979f630ae4d35e7ede3390321279b7a15de9deed3f3430990c"
  2222          },
  2223          {
  2224            "alg": "SHA-384",
  2225            "content": "ae40b3d7135d021bcfc7a07b0448f20a7ea3de64aaddb3532a8cdb33e4579a2947d0c536ecc659a2cce7d770160568c2"
  2226          },
  2227          {
  2228            "alg": "SHA-512",
  2229            "content": "79e16c3e8c6089bbf6ea2776d9ace3146c4e5784d4ed4e923be4090b7b031e313861e61064e9b1cc9b75035ccfd2f35525a387f05a745a973b5ef34c739f96eb"
  2230          },
  2231          {
  2232            "alg": "SHA3-256",
  2233            "content": "6c4613858bc3cbdac331400570713a78db6db63fafc2594caccd7d66f6a7dcb9"
  2234          },
  2235          {
  2236            "alg": "SHA3-384",
  2237            "content": "8bf0b7cb8929a118ebec7591d8f0156c486a5e61ca23b4662418714d43d5f36e5f6b887beadc5f9aa0b7551b613fed8e"
  2238          },
  2239          {
  2240            "alg": "SHA3-512",
  2241            "content": "39fb58ee0043b779d8735cb09f19a3f5241dfaedda17fbf7abf6c81c6b019d944df3f7e022361c75facea0727b2fff873aa9467fb3d6c0ef808200cccffcf59e"
  2242          }
  2243        ],
  2244        "licenses": [{"license": {"id": "Apache-2.0"}}],
  2245        "purl": "pkg:maven/org.apache.santuario/xmlsec@2.1.4?type=jar",
  2246        "externalReferences": [
  2247          {
  2248            "type": "website",
  2249            "url": "https://www.apache.org/"
  2250          },
  2251          {
  2252            "type": "distribution",
  2253            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  2254          },
  2255          {
  2256            "type": "issue-tracker",
  2257            "url": "https://issues.apache.org/jira/browse/SANTUARIO"
  2258          },
  2259          {
  2260            "type": "mailing-list",
  2261            "url": "http://news.gmane.org/gmane.text.xml.security.devel"
  2262          },
  2263          {
  2264            "type": "vcs",
  2265            "url": "https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/xmlsec-2.1.4"
  2266          }
  2267        ]
  2268      },
  2269      {
  2270        "type": "library",
  2271        "bom-ref": "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
  2272        "publisher": "QOS.ch",
  2273        "group": "org.slf4j",
  2274        "name": "slf4j-api",
  2275        "version": "1.7.22",
  2276        "description": "The slf4j API",
  2277        "hashes": [
  2278          {
  2279            "alg": "MD5",
  2280            "content": "897d990eb5463fd5288092524c105769"
  2281          },
  2282          {
  2283            "alg": "SHA-1",
  2284            "content": "a1c83373863cec7ae8d89dc1c5722d8cb6ec0309"
  2285          },
  2286          {
  2287            "alg": "SHA-256",
  2288            "content": "3a4cd4969015f3beb4b5b4d81dbafc01765fb60b8a439955ca64d8476fef553e"
  2289          },
  2290          {
  2291            "alg": "SHA-384",
  2292            "content": "782af868fc9cea5c1f2b2977c10dfe5be762560156fb6fdd0546a587f61ea34b67ca0a1f7def32800d472fd8f732a005"
  2293          },
  2294          {
  2295            "alg": "SHA-512",
  2296            "content": "9142204594c342e7bd0bf6bf90bdf3f4bfa47db0572665d37e0dd15af9ca77da9b54ff025c30d9b6f2d06ca3f34f1d082ccbc3bd5addbc114eae88fa5a0cc602"
  2297          },
  2298          {
  2299            "alg": "SHA3-256",
  2300            "content": "e0ba847f914951e953ca48ac3d9eddb8ca2796be428fcd8311f376d0b26a5088"
  2301          },
  2302          {
  2303            "alg": "SHA3-384",
  2304            "content": "f3e7df6e57ffa835b1c4c981d0227f1cda685320cd117d1a574cab1ac58f76bf3bc9174a8403f2474bb0c6a95db29d41"
  2305          },
  2306          {
  2307            "alg": "SHA3-512",
  2308            "content": "52629005dce0fe783bf74310e58a4648f179d74c3983b16f6062eb30a795f699c032ef02413370658af1a4e9598200e16df646df416a34e370f13b1179c6c7a5"
  2309          }
  2310        ],
  2311        "licenses": [{"license": {
  2312          "id": "MIT",
  2313          "url": "https://opensource.org/licenses/MIT"
  2314        }}],
  2315        "purl": "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
  2316        "externalReferences": [
  2317          {
  2318            "type": "website",
  2319            "url": "http://www.qos.ch"
  2320          },
  2321          {
  2322            "type": "distribution",
  2323            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  2324          },
  2325          {
  2326            "type": "vcs",
  2327            "url": "https://github.com/qos-ch/slf4j"
  2328          }
  2329        ]
  2330      },
  2331      {
  2332        "type": "library",
  2333        "bom-ref": "pkg:maven/commons-codec/commons-codec@1.12?type=jar",
  2334        "publisher": "The Apache Software Foundation",
  2335        "group": "commons-codec",
  2336        "name": "commons-codec",
  2337        "version": "1.12",
  2338        "description": "The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
  2339        "hashes": [
  2340          {
  2341            "alg": "MD5",
  2342            "content": "9bd59ca0beb26bb00e49b7fdbf1a12c3"
  2343          },
  2344          {
  2345            "alg": "SHA-1",
  2346            "content": "47a28ef1ed31eb182b44e15d49300dee5fadcf6a"
  2347          },
  2348          {
  2349            "alg": "SHA-256",
  2350            "content": "23df58fae9c83d1bcd277b99f9429e9d8c134f0600b73e2e86b2385ed793c81e"
  2351          },
  2352          {
  2353            "alg": "SHA-384",
  2354            "content": "017003a0abc4678f256b47de4e414462f12a31fd1989f5534f63e712e7a39d6f9456ac73ca7ddc25c26d9bd987ff0fbc"
  2355          },
  2356          {
  2357            "alg": "SHA-512",
  2358            "content": "b2ef7a042957ea8af2c09ec4eb5acb3173b714d09dd8ae46f2eb03f6a880e7eece26cb77265e6a83578d824252ebe1f1d7b86a176b34cca1572d57fd4f6d31e8"
  2359          },
  2360          {
  2361            "alg": "SHA3-256",
  2362            "content": "a576fd90b3b4a23f9d76d4102a30d53951b5e58329848f6f39771fc85d9b8aee"
  2363          },
  2364          {
  2365            "alg": "SHA3-384",
  2366            "content": "74c4e99d54c5f190a7649743b478d7a2c5b782179692d22688ab6eb2794da5daf0e9428dda6e2811c02b246500e0728d"
  2367          },
  2368          {
  2369            "alg": "SHA3-512",
  2370            "content": "2ab1c971725efa0ca482b0f7eb4ed958003684da1343b4345b60f61759ff90b857b53034edc58597df96000d6692719b037173969eca234f678fff080efb0b39"
  2371          }
  2372        ],
  2373        "licenses": [{"license": {"id": "Apache-2.0"}}],
  2374        "purl": "pkg:maven/commons-codec/commons-codec@1.12?type=jar",
  2375        "externalReferences": [
  2376          {
  2377            "type": "issue-tracker",
  2378            "url": "http://issues.apache.org/jira/browse/CODEC"
  2379          },
  2380          {
  2381            "type": "vcs",
  2382            "url": "https://github.com/apache/commons-codec"
  2383          },
  2384          {
  2385            "type": "build-system",
  2386            "url": "https://builds.apache.org/"
  2387          },
  2388          {
  2389            "type": "mailing-list",
  2390            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  2391          },
  2392          {
  2393            "type": "website",
  2394            "url": "https://www.apache.org/"
  2395          },
  2396          {
  2397            "type": "distribution",
  2398            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  2399          }
  2400        ]
  2401      },
  2402      {
  2403        "type": "library",
  2404        "bom-ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar",
  2405        "publisher": "Eclipse Foundation",
  2406        "group": "jakarta.xml.bind",
  2407        "name": "jakarta.xml.bind-api",
  2408        "version": "2.3.2",
  2409        "description": "JAXB (JSR 222) API",
  2410        "hashes": [
  2411          {
  2412            "alg": "MD5",
  2413            "content": "dabb40ba58199304c640b7bd8bb2fbac"
  2414          },
  2415          {
  2416            "alg": "SHA-1",
  2417            "content": "8d49996a4338670764d7ca4b85a1c4ccf7fe665d"
  2418          },
  2419          {
  2420            "alg": "SHA-256",
  2421            "content": "69156304079bdeed9fc0ae3b39389f19b3cc4ba4443bc80508995394ead742ea"
  2422          },
  2423          {
  2424            "alg": "SHA-384",
  2425            "content": "78c5131ed2926819aea1a8a59d78ca9a9fa7e5e8da05a0816608bca4768569202b15b9666e5d608ef1611ecd409dca90"
  2426          },
  2427          {
  2428            "alg": "SHA-512",
  2429            "content": "5a9a94fc323aecc9c5b28e9ac688aac8d09725d4cae660a57f5698914db91e351283dfe4909a2cc6de803890ac2b3b9f06af9d071d465031e55326a1085a11db"
  2430          },
  2431          {
  2432            "alg": "SHA3-256",
  2433            "content": "5fe06acf4a556c000d128a93f91374d080547c3c0f7946c5f42cb198c5de5764"
  2434          },
  2435          {
  2436            "alg": "SHA3-384",
  2437            "content": "cad8a0f18bd947886b832dbafec2e6bdb5c69c8694aba41c4f075ac54c5a8aabbcf32c3f981e0b657a390813a7cbc5bc"
  2438          },
  2439          {
  2440            "alg": "SHA3-512",
  2441            "content": "0301ccd4fd04c2e01c0ee9a6cff68f297689db0c3c3da44eb302dcf6b03f24c811bc132460079ce52ff8b522100df23a955c950b68c0a89e2ba25e34baf9bcd9"
  2442          }
  2443        ],
  2444        "licenses": [{"license": {
  2445          "name": "Eclipse Distribution License - v 1.0",
  2446          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2447        }}],
  2448        "purl": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar",
  2449        "externalReferences": [
  2450          {
  2451            "type": "issue-tracker",
  2452            "url": "https://github.com/eclipse-ee4j/jaxb-api/issues"
  2453          },
  2454          {
  2455            "type": "mailing-list",
  2456            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
  2457          },
  2458          {
  2459            "type": "vcs",
  2460            "url": "https://github.com/eclipse-ee4j/jaxb-api.git"
  2461          },
  2462          {
  2463            "type": "website",
  2464            "url": "https://www.eclipse.org"
  2465          }
  2466        ]
  2467      },
  2468      {
  2469        "type": "library",
  2470        "bom-ref": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?type=jar",
  2471        "publisher": "Eclipse Foundation",
  2472        "group": "jakarta.activation",
  2473        "name": "jakarta.activation-api",
  2474        "version": "1.2.1",
  2475        "description": "${project.name}",
  2476        "hashes": [
  2477          {
  2478            "alg": "MD5",
  2479            "content": "9b647398add993324d3d9e5effa6005a"
  2480          },
  2481          {
  2482            "alg": "SHA-1",
  2483            "content": "562a587face36ec7eff2db7f2fc95425c6602bc1"
  2484          },
  2485          {
  2486            "alg": "SHA-256",
  2487            "content": "8b0a0f52fa8b05c5431921a063ed866efaa41dadf2e3a7ee3e1961f2b0d9645b"
  2488          },
  2489          {
  2490            "alg": "SHA-384",
  2491            "content": "07422d64a103aacb8956c2067175f2cc257494d2cc8dbde29ddf8d93778a2d4b3903565b17173a0b5230b59d535bd474"
  2492          },
  2493          {
  2494            "alg": "SHA-512",
  2495            "content": "c60edc99f119b9e0df0cf527e2512f2b7ab9db0e17c54e83850695f80f652c981eaae90a296db671cf7ed88a044c150224e030df333feb30f346e8a31fb794c6"
  2496          },
  2497          {
  2498            "alg": "SHA3-256",
  2499            "content": "880a91ff9e978ac9208c84babd820dc2ded42e601d8a17688eb30883b598dec0"
  2500          },
  2501          {
  2502            "alg": "SHA3-384",
  2503            "content": "fe6be5e1fb1c0ee5236b2866c1e5058c84043fb4dc3dd5ad8f04e61c01c019c96e92ffdf1de0eaf7e657b2c02c6d898e"
  2504          },
  2505          {
  2506            "alg": "SHA3-512",
  2507            "content": "91c0b8cb956bdb06e79738a9db624022887b3d83838b708dd3c654f231ab6f9b4a27be2556fd14683cd6158bf8534b96acd2481054e0c946d6e9f641cc5af55b"
  2508          }
  2509        ],
  2510        "licenses": [{"license": {
  2511          "name": "EDL 1.0",
  2512          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2513        }}],
  2514        "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?type=jar",
  2515        "externalReferences": [
  2516          {
  2517            "type": "issue-tracker",
  2518            "url": "https://github.com/eclipse-ee4j/jaf/issues/"
  2519          },
  2520          {
  2521            "type": "vcs",
  2522            "url": "https://github.com/eclipse-ee4j/jaf"
  2523          },
  2524          {
  2525            "type": "website",
  2526            "url": "https://www.eclipse.org"
  2527          },
  2528          {
  2529            "type": "mailing-list",
  2530            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
  2531          }
  2532        ]
  2533      },
  2534      {
  2535        "type": "library",
  2536        "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.2?type=jar",
  2537        "publisher": "Oracle Corporation",
  2538        "group": "org.glassfish.jaxb",
  2539        "name": "jaxb-runtime",
  2540        "version": "2.3.2",
  2541        "description": "JAXB (JSR 222) Reference Implementation",
  2542        "hashes": [
  2543          {
  2544            "alg": "MD5",
  2545            "content": "9c3bf13a58e56c1b955bf5a365ca10b2"
  2546          },
  2547          {
  2548            "alg": "SHA-1",
  2549            "content": "5528bc882ea499a09d720b42af11785c4fc6be2a"
  2550          },
  2551          {
  2552            "alg": "SHA-256",
  2553            "content": "e6e0a1e89fb6ff786279e6a0082d5cef52dc2ebe67053d041800737652b4fd1b"
  2554          },
  2555          {
  2556            "alg": "SHA-384",
  2557            "content": "6a28d20f1ff24c17285c8e5cdf9c17cbfccae0e96154e635d1a6c4c590b974272cd509f6d17e3aa0a581934746c9f1af"
  2558          },
  2559          {
  2560            "alg": "SHA-512",
  2561            "content": "8a6cf3dd9fac4fb6ddb5f0861a2cac093e04d186fc787ee78c30862d225eb677b9605e1177cf57da0d4f45c613f107187c330be0684b43b0cab9a922cd96db66"
  2562          },
  2563          {
  2564            "alg": "SHA3-256",
  2565            "content": "d2c4e6d5c942734e22904d40737beb2008c1403a44b8c1709e88e5cc5c77b2e8"
  2566          },
  2567          {
  2568            "alg": "SHA3-384",
  2569            "content": "f19e05f4bf99a9af602ae6d72a1290ba45ec1030bfef86d00707911ad6030b3788162dbe595c4379a8ff19be7264aad6"
  2570          },
  2571          {
  2572            "alg": "SHA3-512",
  2573            "content": "5d12e1468235d641cf7ed0bb4d09f6c5efeb6787a380be1e0d63b1aa605e4e963e67699709e831503c5d0398ebc982a635ab96216a8671bd654afc355a5c3fec"
  2574          }
  2575        ],
  2576        "licenses": [{"license": {
  2577          "name": "Eclipse Distribution License - v 1.0",
  2578          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2579        }}],
  2580        "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.2?type=jar",
  2581        "externalReferences": [
  2582          {
  2583            "type": "website",
  2584            "url": "http://www.oracle.com/"
  2585          },
  2586          {
  2587            "type": "issue-tracker",
  2588            "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues"
  2589          },
  2590          {
  2591            "type": "mailing-list",
  2592            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
  2593          },
  2594          {
  2595            "type": "vcs",
  2596            "url": "https://github.com/eclipse-ee4j/jaxb-ri.git"
  2597          }
  2598        ]
  2599      },
  2600      {
  2601        "type": "library",
  2602        "bom-ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.2?type=jar",
  2603        "publisher": "Oracle Corporation",
  2604        "group": "org.glassfish.jaxb",
  2605        "name": "txw2",
  2606        "version": "2.3.2",
  2607        "description": "TXW is a library that allows you to write XML documents.",
  2608        "hashes": [
  2609          {
  2610            "alg": "MD5",
  2611            "content": "3f278f148c5d27dc608c25cb7d093b94"
  2612          },
  2613          {
  2614            "alg": "SHA-1",
  2615            "content": "ce5be7da2e442c25ec14c766cb60cb802741727b"
  2616          },
  2617          {
  2618            "alg": "SHA-256",
  2619            "content": "4a6a9f483388d461b81aa9a28c685b8b74c0597993bf1884b04eddbca95f48fe"
  2620          },
  2621          {
  2622            "alg": "SHA-384",
  2623            "content": "e7793fe9931d56761fa123b087de6266d4b5dc42aba30196039e578600d5dd32f0f42c5874e3021e6e0f6e60dbe5e876"
  2624          },
  2625          {
  2626            "alg": "SHA-512",
  2627            "content": "66c174093c47b75b900159c5449bd99eb15308d15b395771367adc5862612edb985c3678428c4f60e7c27b46d123afac39277f80db766511a6b6f0756d525559"
  2628          },
  2629          {
  2630            "alg": "SHA3-256",
  2631            "content": "83200ac789b8754066fd87efb964845ff90b155fed4a456df21968be63d72bfd"
  2632          },
  2633          {
  2634            "alg": "SHA3-384",
  2635            "content": "c9f72239a29ca1cdca3273e34ad2504eb08c1d6b52f194b5254699a735d972b4d969936b92bfeeec63812a210f12c95f"
  2636          },
  2637          {
  2638            "alg": "SHA3-512",
  2639            "content": "c25db123091f280eceb180b1b7801dd0704ed388e77fd4d6a2fb423e9870b3eda89070c008ecf03c4ec43fd8be65158e9a24c013ef226f151c171978d26af0a5"
  2640          }
  2641        ],
  2642        "licenses": [{"license": {
  2643          "name": "Eclipse Distribution License - v 1.0",
  2644          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2645        }}],
  2646        "purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.2?type=jar",
  2647        "externalReferences": [
  2648          {
  2649            "type": "website",
  2650            "url": "http://www.oracle.com/"
  2651          },
  2652          {
  2653            "type": "issue-tracker",
  2654            "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues"
  2655          },
  2656          {
  2657            "type": "mailing-list",
  2658            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
  2659          },
  2660          {
  2661            "type": "vcs",
  2662            "url": "https://github.com/eclipse-ee4j/jaxb-ri.git"
  2663          }
  2664        ]
  2665      },
  2666      {
  2667        "type": "library",
  2668        "bom-ref": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar",
  2669        "publisher": "Eclipse Foundation",
  2670        "group": "com.sun.istack",
  2671        "name": "istack-commons-runtime",
  2672        "version": "3.0.10",
  2673        "description": "istack common utility code",
  2674        "hashes": [
  2675          {
  2676            "alg": "MD5",
  2677            "content": "05660669c45f5bb65cece45bf01d92bc"
  2678          },
  2679          {
  2680            "alg": "SHA-1",
  2681            "content": "be8418d9a1c91d8569045e82e8ad73cadbaa1f0d"
  2682          },
  2683          {
  2684            "alg": "SHA-256",
  2685            "content": "85239e7fff2463b7d8a9c3962f78ee3e2c6db9455c724f29281e2c5f663e22be"
  2686          },
  2687          {
  2688            "alg": "SHA-384",
  2689            "content": "80364735f49f15f5be76d912c7ca654c97796edfe0c46177f3444097be5d43c2914d99c434f04bfff8f8af3587afb947"
  2690          },
  2691          {
  2692            "alg": "SHA-512",
  2693            "content": "60b4770f0aa34e91feedfc9d6e2461bc3ebd82cd2d7a9bb264587ac45e4266cca8aea52a89a78678082132cfc300677b7ef10fa04cc2b9386d9c283abb282580"
  2694          },
  2695          {
  2696            "alg": "SHA3-256",
  2697            "content": "d055586b8f723ba378bc147871ae9a7ebe6daedaa22902db74f20e4b4b3e2777"
  2698          },
  2699          {
  2700            "alg": "SHA3-384",
  2701            "content": "e2cb8e017016df3044d9f7d6d4da23c574968a49dc71f87305fe7400c94aebef2ef35f646a17dec12d48c8eec0b0a54b"
  2702          },
  2703          {
  2704            "alg": "SHA3-512",
  2705            "content": "3d602db2765a0ec04c1bb89b9687748c777acfd2378d1051f4728b1ff751c0ee1aedeed3ed262a9013ee637262581131542ff60210b4103da4d49c91f0db91f7"
  2706          }
  2707        ],
  2708        "licenses": [{"license": {
  2709          "name": "Eclipse Distribution License - v 1.0",
  2710          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2711        }}],
  2712        "purl": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar",
  2713        "externalReferences": [
  2714          {
  2715            "type": "issue-tracker",
  2716            "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons/issues"
  2717          },
  2718          {
  2719            "type": "mailing-list",
  2720            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-impl-dev"
  2721          },
  2722          {
  2723            "type": "vcs",
  2724            "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons"
  2725          },
  2726          {
  2727            "type": "website",
  2728            "url": "https://www.eclipse.org"
  2729          }
  2730        ]
  2731      },
  2732      {
  2733        "type": "library",
  2734        "bom-ref": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.16?type=jar",
  2735        "publisher": "Eclipse Foundation",
  2736        "group": "com.sun.xml.fastinfoset",
  2737        "name": "FastInfoset",
  2738        "version": "1.2.16",
  2739        "description": "Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).",
  2740        "hashes": [
  2741          {
  2742            "alg": "MD5",
  2743            "content": "f7f4be4695e2501a6d585beca305c74c"
  2744          },
  2745          {
  2746            "alg": "SHA-1",
  2747            "content": "4eb6a0adad553bf759ffe86927df6f3b848c8bea"
  2748          },
  2749          {
  2750            "alg": "SHA-256",
  2751            "content": "056f3a1e144409f21ed16afc26805f58e9a21f3fce1543c42d400719d250c511"
  2752          },
  2753          {
  2754            "alg": "SHA-384",
  2755            "content": "0a8d6e803d9ec1dc73eb09dd7eaba0b045ae02985e37c7e9a5fcc5e973a6d4ac9f868b5cdf6dcd8b4011950764d338ef"
  2756          },
  2757          {
  2758            "alg": "SHA-512",
  2759            "content": "cd57377d61d66ac2ab6ab90483252385fe2bbb9e13dee07913362a64ffe97b16082df981dbe469df3f67ad946827be6f4355d63003a393bda62a0fc8b54a590b"
  2760          },
  2761          {
  2762            "alg": "SHA3-256",
  2763            "content": "76c640acf962796dfa246ec63fc4dcf3c7cc4e43dbc687b6ceefeae48c3246a6"
  2764          },
  2765          {
  2766            "alg": "SHA3-384",
  2767            "content": "82f7d05ca6a2273a78a376590259fa1993bfdab6d4fc4c2696d488e9cd6ec283f6293b5bd0dc90c099bc463af1b39c34"
  2768          },
  2769          {
  2770            "alg": "SHA3-512",
  2771            "content": "4c3937fa15b1a7943497837eb0471c7e394ed7f938b4c0db40e12634e6868221fbdf547cd2a9470896309ddd93f15e40ff4646e71954a37c6ee5b817e304efb1"
  2772          }
  2773        ],
  2774        "licenses": [
  2775          {"license": {"id": "Apache-2.0"}},
  2776          {"license": {
  2777            "name": "Eclipse Distribution License - v 1.0",
  2778            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  2779          }}
  2780        ],
  2781        "purl": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.16?type=jar",
  2782        "externalReferences": [
  2783          {
  2784            "type": "issue-tracker",
  2785            "url": "https://github.com/eclipse-ee4j/jaxb-fi/issues"
  2786          },
  2787          {
  2788            "type": "mailing-list",
  2789            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-impl-dev"
  2790          },
  2791          {
  2792            "type": "vcs",
  2793            "url": "https://github.com/eclipse-ee4j/jaxb-fi"
  2794          },
  2795          {
  2796            "type": "website",
  2797            "url": "https://www.eclipse.org"
  2798          }
  2799        ]
  2800      },
  2801      {
  2802        "type": "library",
  2803        "bom-ref": "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
  2804        "publisher": "Oracle Corporation",
  2805        "group": "javax.xml.bind",
  2806        "name": "jaxb-api",
  2807        "version": "2.4.0-b180830.0359",
  2808        "description": "JAXB (JSR 222) API",
  2809        "hashes": [
  2810          {
  2811            "alg": "MD5",
  2812            "content": "a9b97f6723902f40287c02980aa66eef"
  2813          },
  2814          {
  2815            "alg": "SHA-1",
  2816            "content": "b54184b7dcab2031add3f525550c7f1b7e12209d"
  2817          },
  2818          {
  2819            "alg": "SHA-256",
  2820            "content": "56b9e9702753763007435162ea788055efcfefc86ab920f032c0411dc547b836"
  2821          },
  2822          {
  2823            "alg": "SHA-384",
  2824            "content": "5da90218790c276b99e13044e27aeb4f03b51e3192b8f9ce13b8cf129894c7a0ed78759d1e21d8b28414c72c2d16e43a"
  2825          },
  2826          {
  2827            "alg": "SHA-512",
  2828            "content": "1d9e270e7ae1ab6bf3ad8c85b044096a58716180daeb9ffa181230b1d8862812954d4d2d3162b24cb2f1c947e998a186581259094e05ad875416488ca7dc3932"
  2829          },
  2830          {
  2831            "alg": "SHA3-256",
  2832            "content": "67f73c364ec5d46d5c0b92a7eb8f2257b11f6ba03ff3d39947a74f72cb5522b2"
  2833          },
  2834          {
  2835            "alg": "SHA3-384",
  2836            "content": "9018d3442f4d9d420a025613f7a101f9fa5dea513f98e0711b279e797c80379f4803e8699e6b632904f41a4d033315f6"
  2837          },
  2838          {
  2839            "alg": "SHA3-512",
  2840            "content": "a5a6f011475eed70062637ed6eaf7c62881c93a2eec7157dab1a0eb2bd06da57fe5769c3bf3022f66b9cfaf77b69956bb691928f06ecaea3c061bd0a686b87c1"
  2841          }
  2842        ],
  2843        "licenses": [
  2844          {"license": {"id": "CDDL-1.1"}},
  2845          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
  2846        ],
  2847        "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
  2848        "externalReferences": [
  2849          {
  2850            "type": "website",
  2851            "url": "http://www.oracle.com/"
  2852          },
  2853          {
  2854            "type": "issue-tracker",
  2855            "url": "https://github.com/javaee/jaxb-spec/issues"
  2856          },
  2857          {
  2858            "type": "vcs",
  2859            "url": "https://github.com/javaee/jaxb-spec.git"
  2860          },
  2861          {
  2862            "type": "distribution",
  2863            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  2864          }
  2865        ]
  2866      },
  2867      {
  2868        "type": "library",
  2869        "bom-ref": "pkg:maven/javax.activation/javax.activation-api@1.2.0?type=jar",
  2870        "publisher": "Oracle",
  2871        "group": "javax.activation",
  2872        "name": "javax.activation-api",
  2873        "version": "1.2.0",
  2874        "description": "${project.name}",
  2875        "hashes": [
  2876          {
  2877            "alg": "MD5",
  2878            "content": "5e50e56bcf4a3ef3bc758f69f7643c3b"
  2879          },
  2880          {
  2881            "alg": "SHA-1",
  2882            "content": "85262acf3ca9816f9537ca47d5adeabaead7cb16"
  2883          },
  2884          {
  2885            "alg": "SHA-256",
  2886            "content": "43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393"
  2887          },
  2888          {
  2889            "alg": "SHA-384",
  2890            "content": "d38a6af7ed00f13de8b46d49b9592af9b67adf3df47ddae5e4672f989f3f39101d446a77d1c11319acf8ff0a5b4feedf"
  2891          },
  2892          {
  2893            "alg": "SHA-512",
  2894            "content": "8ee0db43ae402f0079a836ef2bff5d15160e3ff9d585c3283f4cf474be4edd2fcc8714d8f032efd72cae77ec5f6d304fc24fa094d9cdba5cf72966cc964af6c9"
  2895          },
  2896          {
  2897            "alg": "SHA3-256",
  2898            "content": "aff48d0f28d8a99690c5a84c3fffdb3775452d5387e5698f4c9028c92a3b4888"
  2899          },
  2900          {
  2901            "alg": "SHA3-384",
  2902            "content": "cfee76de5976d5994758a06113368092f09b0729d753b99969d6a5ec32919428bd7c270c98cbbc682ff8ebcf2b93fd8d"
  2903          },
  2904          {
  2905            "alg": "SHA3-512",
  2906            "content": "0507ece74b3147de60a830071bd434569c82e03f414a2b7f0d8a225dda36720d2e2194799cdc04def1909fdec21059b67c518bb9162f7f605764d542194e721d"
  2907          }
  2908        ],
  2909        "licenses": [],
  2910        "purl": "pkg:maven/javax.activation/javax.activation-api@1.2.0?type=jar",
  2911        "externalReferences": [
  2912          {
  2913            "type": "website",
  2914            "url": "http://www.oracle.com"
  2915          },
  2916          {
  2917            "type": "issue-tracker",
  2918            "url": "https://github.com/javaee/activation/issues"
  2919          },
  2920          {
  2921            "type": "vcs",
  2922            "url": "https://github.com/javaee/activation"
  2923          },
  2924          {
  2925            "type": "distribution",
  2926            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  2927          }
  2928        ]
  2929      },
  2930      {
  2931        "type": "library",
  2932        "bom-ref": "pkg:maven/com.sun.xml.ws/rt@2.3.1?type=jar",
  2933        "publisher": "Oracle Corporation",
  2934        "group": "com.sun.xml.ws",
  2935        "name": "rt",
  2936        "version": "2.3.1",
  2937        "description": "JAX-WS Reference Implementation Runtime",
  2938        "hashes": [
  2939          {
  2940            "alg": "MD5",
  2941            "content": "aad1a98c520bf85e8bee4c89bbc52a4a"
  2942          },
  2943          {
  2944            "alg": "SHA-1",
  2945            "content": "f31fb7faff6af62f26441be4ef97d63ce4d972b1"
  2946          },
  2947          {
  2948            "alg": "SHA-256",
  2949            "content": "2f4d476eda66b49e3af99a680320a9e36f16fce748ca4420546c8ebab5cb88e7"
  2950          },
  2951          {
  2952            "alg": "SHA-384",
  2953            "content": "f00bb3716bbe5324cf34f5d771acfe564e0756996834054032d933bc2a7cce7a1c2154f03c451d19ab28343fbd7b6d98"
  2954          },
  2955          {
  2956            "alg": "SHA-512",
  2957            "content": "d09a287a5b41ad4f45edcb5d40425fb617f1cafa3732c9cce01db1dcc7d76320b0fb268b9a8619dc8a25d51c5cc940f79755d3f1f4aec7095522441804c898bc"
  2958          },
  2959          {
  2960            "alg": "SHA3-256",
  2961            "content": "9228a85a96c58156bbaee186b2c0377fe9d8413bf6f623e472c98615dd2aee9c"
  2962          },
  2963          {
  2964            "alg": "SHA3-384",
  2965            "content": "9d8cb8884b2dffefdf22a45f6bfa4443f5300ba4e23e46b0801b5215bcf086b5bfc233345df0544931e4dadda938ac3b"
  2966          },
  2967          {
  2968            "alg": "SHA3-512",
  2969            "content": "116c2c9fc3c601df587b3bac35e984b45b3626a326fef31eac674994778be563b5106de83a9808da15025bb8966d41b0b57ef5890f42e16732f16d24052e59cc"
  2970          }
  2971        ],
  2972        "licenses": [],
  2973        "purl": "pkg:maven/com.sun.xml.ws/rt@2.3.1?type=jar",
  2974        "externalReferences": [
  2975          {
  2976            "type": "distribution",
  2977            "url": "http://maven.java.net/service/local/staging/deploy/maven2/"
  2978          },
  2979          {
  2980            "type": "issue-tracker",
  2981            "url": "https://github.com/javaee/metro-jax-ws/issues"
  2982          },
  2983          {
  2984            "type": "mailing-list",
  2985            "url": "https://javaee.groups.io/g/metro/topics"
  2986          },
  2987          {
  2988            "type": "vcs",
  2989            "url": "https://github.com/javaee/metro-jax-ws"
  2990          },
  2991          {
  2992            "type": "website",
  2993            "url": "http://www.oracle.com/"
  2994          }
  2995        ]
  2996      },
  2997      {
  2998        "type": "library",
  2999        "bom-ref": "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
  3000        "publisher": "GlassFish Community",
  3001        "group": "javax.annotation",
  3002        "name": "javax.annotation-api",
  3003        "version": "1.3.2",
  3004        "description": "Common Annotations for the JavaTM Platform API",
  3005        "hashes": [
  3006          {
  3007            "alg": "MD5",
  3008            "content": "2ab1973eefffaa2aeec47d50b9e40b9d"
  3009          },
  3010          {
  3011            "alg": "SHA-1",
  3012            "content": "934c04d3cfef185a8008e7bf34331b79730a9d43"
  3013          },
  3014          {
  3015            "alg": "SHA-256",
  3016            "content": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b"
  3017          },
  3018          {
  3019            "alg": "SHA-384",
  3020            "content": "fc0058495e54efb6e05a34e3ff422e7c8347bcc77d6d9b87e9253424968dee6ef6a215c318d7e54f8705276be81f0682"
  3021          },
  3022          {
  3023            "alg": "SHA-512",
  3024            "content": "679cf44c3b9d635b43ed122a555d570292c3f0937c33871c40438a1a53e2058c80578694ec9466eac9e280e19bfb7a95b261594cc4c1161c85dc97df6235e553"
  3025          },
  3026          {
  3027            "alg": "SHA3-256",
  3028            "content": "ecfc9bef24ae28cf94c6775ecf6e2086d90a25d8d5476a4f6bb24001601b6cd0"
  3029          },
  3030          {
  3031            "alg": "SHA3-384",
  3032            "content": "ed6464b715de6ced0d9981a3f28140824946a4b7a02ffaff6116c833bb36e8f77a6282ce63c0d82cfe841d4fd6916891"
  3033          },
  3034          {
  3035            "alg": "SHA3-512",
  3036            "content": "f2b333527faedf504f60aa70a3d491972fa76f7e61e6351027f74613f41001157656824fe312b6e1df6dc4979704fe2a745b618d5368a97fe0bf8749739de9e2"
  3037          }
  3038        ],
  3039        "licenses": [],
  3040        "purl": "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
  3041        "externalReferences": [
  3042          {
  3043            "type": "website",
  3044            "url": "https://javaee.github.io/glassfish"
  3045          },
  3046          {
  3047            "type": "issue-tracker",
  3048            "url": "https://github.com/javaee/javax.annotation/issues"
  3049          },
  3050          {
  3051            "type": "vcs",
  3052            "url": "https://github.com/javaee/javax.annotation"
  3053          },
  3054          {
  3055            "type": "distribution",
  3056            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3057          }
  3058        ]
  3059      },
  3060      {
  3061        "type": "library",
  3062        "bom-ref": "pkg:maven/com.sun.xml.ws/policy@2.7.5?type=jar",
  3063        "publisher": "Oracle Corporation",
  3064        "group": "com.sun.xml.ws",
  3065        "name": "policy",
  3066        "version": "2.7.5",
  3067        "description": "WS-Policy implementation for Project Metro",
  3068        "hashes": [
  3069          {
  3070            "alg": "MD5",
  3071            "content": "5d3ce1646312f2e5dde0fde0c3028edd"
  3072          },
  3073          {
  3074            "alg": "SHA-1",
  3075            "content": "5e3ec7b4a9d6b3ae800e382de16e4663fab67f41"
  3076          },
  3077          {
  3078            "alg": "SHA-256",
  3079            "content": "34e254f415b94eab04bad700e9109359b60e01bcb9a7873bc2c934c424a2f965"
  3080          },
  3081          {
  3082            "alg": "SHA-384",
  3083            "content": "506f192f0761fe652983fa6c45974bcb3555276b6243e95d09da7b2e0e97b3016712c40a382ad1234b8463a3606cbcc8"
  3084          },
  3085          {
  3086            "alg": "SHA-512",
  3087            "content": "1c1472f28eadd400110efcd7f03a8130e01ae365fd36ca97d0c7445ae75eced8d0081ba922f8d6378a55f2424c83990e1ed97d3be04c7a76a481c19e4cee18be"
  3088          },
  3089          {
  3090            "alg": "SHA3-256",
  3091            "content": "83ec90eb019f9d574d27c72b58b2003f457c24a324b2e7dd92b1fa3d8b1f0f90"
  3092          },
  3093          {
  3094            "alg": "SHA3-384",
  3095            "content": "718f4e74ff78a0c6ab214a4a4c540794862bdee8b1d85307afbb24612fb36e08b26b0bc16f40414686f25b04503937e9"
  3096          },
  3097          {
  3098            "alg": "SHA3-512",
  3099            "content": "8d7bec52a1fbadda7294c55a1f8f483368e07c5fd327aa7cf5ea29da13541ede5321c90d8f5fa148b609e0f5b08ff1fefcbb6d782a855a2d3aeb6850defdeb5c"
  3100          }
  3101        ],
  3102        "licenses": [{"license": {
  3103          "id": "CDDL-1.1",
  3104          "url": "http://glassfish.java.net/public/CDDL+GPL_1_1.html"
  3105        }}],
  3106        "purl": "pkg:maven/com.sun.xml.ws/policy@2.7.5?type=jar",
  3107        "externalReferences": [
  3108          {
  3109            "type": "website",
  3110            "url": "http://www.oracle.com/"
  3111          },
  3112          {
  3113            "type": "vcs",
  3114            "url": "https://github.com/javaee/metro-policy"
  3115          },
  3116          {
  3117            "type": "distribution",
  3118            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3119          }
  3120        ]
  3121      },
  3122      {
  3123        "type": "library",
  3124        "bom-ref": "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar",
  3125        "publisher": "Oracle",
  3126        "group": "com.sun.activation",
  3127        "name": "javax.activation",
  3128        "version": "1.2.0",
  3129        "description": "${project.name}",
  3130        "hashes": [
  3131          {
  3132            "alg": "MD5",
  3133            "content": "be7c430df50b330cffc4848a3abedbfb"
  3134          },
  3135          {
  3136            "alg": "SHA-1",
  3137            "content": "bf744c1e2776ed1de3c55c8dac1057ec331ef744"
  3138          },
  3139          {
  3140            "alg": "SHA-256",
  3141            "content": "993302b16cd7056f21e779cc577d175a810bb4900ef73cd8fbf2b50f928ba9ce"
  3142          },
  3143          {
  3144            "alg": "SHA-384",
  3145            "content": "7e64f03db2d4f9bacde713ca8aadfcf55e327d92b3cfa54b8cb2f2ffa0cc478d3c7e16f23230ae8266f0dace035142d4"
  3146          },
  3147          {
  3148            "alg": "SHA-512",
  3149            "content": "b4cbdd8fd1703e4b2e1e691db78fbcf2232d836f740d1821c4c191a14f9472508e27a40d06e4b6b153964af68032959c22945ba169a0ca4018b7748162f420a6"
  3150          },
  3151          {
  3152            "alg": "SHA3-256",
  3153            "content": "ab6207acdd72036b3a5c6e647776b7466e089212602962d87eeb2ac1845508a1"
  3154          },
  3155          {
  3156            "alg": "SHA3-384",
  3157            "content": "b41aa6abfccc16e1f21760b4b3dbec7422f917fcd0c072d109c3024b1c40793820820940dfe07bfa50e00b47c3a0d504"
  3158          },
  3159          {
  3160            "alg": "SHA3-512",
  3161            "content": "e9fea84495f286e0f0ec1de6d002cae9e4676b0d2a9ac4706d155ac6d5ed515a76f3fcf0b8c22161f3cb456e048cce9171e3e42edc83888776173c8e2004a035"
  3162          }
  3163        ],
  3164        "licenses": [],
  3165        "purl": "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar",
  3166        "externalReferences": [
  3167          {
  3168            "type": "website",
  3169            "url": "http://www.oracle.com"
  3170          },
  3171          {
  3172            "type": "issue-tracker",
  3173            "url": "https://github.com/javaee/activation/issues"
  3174          },
  3175          {
  3176            "type": "vcs",
  3177            "url": "https://github.com/javaee/activation"
  3178          },
  3179          {
  3180            "type": "distribution",
  3181            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3182          }
  3183        ]
  3184      },
  3185      {
  3186        "type": "library",
  3187        "bom-ref": "pkg:maven/org.glassfish.gmbal/gmbal-api-only@3.1.0-b001?type=jar",
  3188        "publisher": "Sun Microsystems",
  3189        "group": "org.glassfish.gmbal",
  3190        "name": "gmbal-api-only",
  3191        "version": "3.1.0-b001",
  3192        "description": "gmbal API",
  3193        "hashes": [
  3194          {
  3195            "alg": "MD5",
  3196            "content": "5c18e371a6ef8dd3608d74396ece0d29"
  3197          },
  3198          {
  3199            "alg": "SHA-1",
  3200            "content": "3502c55c7ad2085ece6b38202b5169dd9177e0a2"
  3201          },
  3202          {
  3203            "alg": "SHA-256",
  3204            "content": "4b7c8dd878264bd4ab913b0cfe3e28bdf82fa81757e8cb8b373202e265cdbdbc"
  3205          },
  3206          {
  3207            "alg": "SHA-384",
  3208            "content": "6de0086ffc2193f7796536b51c560d8914665813b9653460995a44d74dc40ef27c97ac827fd40c1401aa0a83aa40a5dc"
  3209          },
  3210          {
  3211            "alg": "SHA-512",
  3212            "content": "d4ccbdb7cc9f9d841b3ffbd6672affc429b5d4b01322ce8efc5563d0bc9aa91c3fd8f84ccf5f61bf5bc51cc1413b48fc30fa1084aa460ef37cacd22fc67c874f"
  3213          },
  3214          {
  3215            "alg": "SHA3-256",
  3216            "content": "4bde8a029c3c5f5558dfdd1f2dbf84de173f25f3d32cfb5246f3a0e58fb771a4"
  3217          },
  3218          {
  3219            "alg": "SHA3-384",
  3220            "content": "7143d37ff2176c1b616ed30b6d67a1985ccd058f9d031835ce437e0f0bbbf8d42693c0f4c0f988a0ef2e8a70749dda06"
  3221          },
  3222          {
  3223            "alg": "SHA3-512",
  3224            "content": "431f5ef2b5b63d707f6b0889dd88c1fde065a0ef06fe874c59b918534a586a2243b80819b7e88697c59a10af4c233435292f6fa4098d21216b9470e4701df02f"
  3225          }
  3226        ],
  3227        "licenses": [{"license": {
  3228          "name": "CDDL+GPL",
  3229          "url": "https://glassfish.dev.java.net/public/CDDL+GPL.html"
  3230        }}],
  3231        "purl": "pkg:maven/org.glassfish.gmbal/gmbal-api-only@3.1.0-b001?type=jar",
  3232        "externalReferences": [
  3233          {
  3234            "type": "website",
  3235            "url": "http://www.sun.com"
  3236          },
  3237          {
  3238            "type": "issue-tracker",
  3239            "url": "http://kenai.com/jira/browse/GMBAL"
  3240          }
  3241        ]
  3242      },
  3243      {
  3244        "type": "library",
  3245        "bom-ref": "pkg:maven/org.glassfish.external/management-api@3.0.0-b012?type=jar",
  3246        "publisher": "Sun Microsystems",
  3247        "group": "org.glassfish.external",
  3248        "name": "management-api",
  3249        "version": "3.0.0-b012",
  3250        "description": "GlassFish Common APIs",
  3251        "hashes": [
  3252          {
  3253            "alg": "MD5",
  3254            "content": "428636427bb6d92484320a9565f67394"
  3255          },
  3256          {
  3257            "alg": "SHA-1",
  3258            "content": "707686d845faede060b79bdf018a25a469a611b4"
  3259          },
  3260          {
  3261            "alg": "SHA-256",
  3262            "content": "e114d4f4cf4261ab76d144c49d6ee1d75ddcfbb7c195260d1a782ebe0c34cb87"
  3263          },
  3264          {
  3265            "alg": "SHA-384",
  3266            "content": "ebbf1c28119dafa7da8ad0f02b2837347b6863a0603ed9fb464936c436cfa3490423ace2b08c8dcb76292124a12f0649"
  3267          },
  3268          {
  3269            "alg": "SHA-512",
  3270            "content": "7639ae9d6c8d0171a293c3854dbe80da662d9d06c569b9e06b863ea9c985c898f52122270b4aabfcab9a3b71b68846ba4657011427f4957b7ab91fa0a313c27e"
  3271          },
  3272          {
  3273            "alg": "SHA3-256",
  3274            "content": "081c599b35b3c3dcf6dfd948f123e97e0f7ae60e95f71568bb2f135721a63277"
  3275          },
  3276          {
  3277            "alg": "SHA3-384",
  3278            "content": "1ffc97469c4a1b372d7bacf32a324df1a5fef897658d2b104756fd3e2199a97ec0d7df7ee050c355d6fb6429da648c22"
  3279          },
  3280          {
  3281            "alg": "SHA3-512",
  3282            "content": "b337a32734a4e5241853281c59261ee351b6f5f960e5a799f6004dd3bf70fc0d355117d58828e8b2bbc9504c068fe52b97e7a81bb611011a0b4a305d930e5bfe"
  3283          }
  3284        ],
  3285        "licenses": [{"license": {
  3286          "name": "CDDL+GPL",
  3287          "url": "https://glassfish.dev.java.net/public/CDDL+GPL.html"
  3288        }}],
  3289        "purl": "pkg:maven/org.glassfish.external/management-api@3.0.0-b012?type=jar",
  3290        "externalReferences": [{
  3291          "type": "website",
  3292          "url": "http://www.sun.com"
  3293        }]
  3294      },
  3295      {
  3296        "type": "library",
  3297        "bom-ref": "pkg:maven/org.jvnet.staxex/stax-ex@1.8?type=jar",
  3298        "group": "org.jvnet.staxex",
  3299        "name": "stax-ex",
  3300        "version": "1.8",
  3301        "description": "Extensions to JSR-173 StAX API.",
  3302        "hashes": [
  3303          {
  3304            "alg": "MD5",
  3305            "content": "a0ebfdbc6b5a34b174a1d1f732d1bdda"
  3306          },
  3307          {
  3308            "alg": "SHA-1",
  3309            "content": "8cc35f73da321c29973191f2cf143d29d26a1df7"
  3310          },
  3311          {
  3312            "alg": "SHA-256",
  3313            "content": "95b05d9590af4154c6513b9c5dc1fb2e55b539972ba0a9ef28e9a0c01d83ad77"
  3314          },
  3315          {
  3316            "alg": "SHA-384",
  3317            "content": "990e24d22d5881e2996c1ca257d9bc30194e2e09d798c197e062e80675f920765ffcc00bce91c0307833e8fb1d2a4e28"
  3318          },
  3319          {
  3320            "alg": "SHA-512",
  3321            "content": "ebabd330a2d7c109105fa55c4236fc2f2d52668e70b17b8fc36b8ac9f524aa2c67040e75371267d8e9523d94dee0ce064e76584c9f206687e89b9f3b2a387f03"
  3322          },
  3323          {
  3324            "alg": "SHA3-256",
  3325            "content": "3b5a013f0ee704db2635e06eedf4d9af48276d7c5d18e9e90e7f66e4effdb76b"
  3326          },
  3327          {
  3328            "alg": "SHA3-384",
  3329            "content": "345eeb08734becd7695b7671345deeb5f2b3257d03dbf147209c8efb3b3c53e2f031a7830513d14203b139cb7ed97044"
  3330          },
  3331          {
  3332            "alg": "SHA3-512",
  3333            "content": "357af43a8a49ec2e72d4f5c6b941777848cf29684c6e8169f18035d1d3a331c30e56ba7d18d67b492396b762fe1a5308d2f104d3c6d4d9a8ce85448214534c6a"
  3334          }
  3335        ],
  3336        "licenses": [],
  3337        "purl": "pkg:maven/org.jvnet.staxex/stax-ex@1.8?type=jar",
  3338        "externalReferences": [
  3339          {
  3340            "type": "vcs",
  3341            "url": "https://github.com/javaee/metro-stax-ex"
  3342          },
  3343          {
  3344            "type": "distribution",
  3345            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3346          }
  3347        ]
  3348      },
  3349      {
  3350        "type": "library",
  3351        "bom-ref": "pkg:maven/com.sun.xml.stream.buffer/streambuffer@1.5.6?type=jar",
  3352        "group": "com.sun.xml.stream.buffer",
  3353        "name": "streambuffer",
  3354        "version": "1.5.6",
  3355        "description": "Stream based representation for XML infoset",
  3356        "hashes": [
  3357          {
  3358            "alg": "MD5",
  3359            "content": "b0c5ef33eaf97577cc2ea48cdf26796a"
  3360          },
  3361          {
  3362            "alg": "SHA-1",
  3363            "content": "8288761f6f6b8cd110b32ce32e8dfd7c4b1c5f7f"
  3364          },
  3365          {
  3366            "alg": "SHA-256",
  3367            "content": "d7bc9543b33a40e9f90cfbd02cf45f7b454a11d4a2703569a457438dab626a59"
  3368          },
  3369          {
  3370            "alg": "SHA-384",
  3371            "content": "6d88ebf7abbaef77061578287c4a5dfbacb9a0cc9d9fa056be6b911285020553cb6f3a4f95edc912e5ee7c77c7c90141"
  3372          },
  3373          {
  3374            "alg": "SHA-512",
  3375            "content": "580ee84aac4e69fe2a321ecc81f1a1455a3f4ebd47c4aab0450ec5af5acdb4c5c28dcdd12cc2000245fb29dbfd4d078e1cb14dad919c6ef56cc2b426e3791a18"
  3376          },
  3377          {
  3378            "alg": "SHA3-256",
  3379            "content": "c64d7c8dab2ad8cd27171895a5ac60c6b0fb17dcc8233b713b91633d31f31b4a"
  3380          },
  3381          {
  3382            "alg": "SHA3-384",
  3383            "content": "f4247a4a7780c48f0e1d02ec4c0dad880dd94f4830cf276c8f5cd96012aadc6ce536e46fc0f556a36d0e2270e76128d3"
  3384          },
  3385          {
  3386            "alg": "SHA3-512",
  3387            "content": "dfc9c979a0e1de874a904f5f33d417e139962665b4aa1ccc5bdc3aeefdb59b4e046327ade608be73ec571d61a6037991d1ff8621015cddf851e1c43535a7bd83"
  3388          }
  3389        ],
  3390        "licenses": [],
  3391        "purl": "pkg:maven/com.sun.xml.stream.buffer/streambuffer@1.5.6?type=jar",
  3392        "externalReferences": [
  3393          {
  3394            "type": "vcs",
  3395            "url": "https://github.com/javaee/metro-xmlstreambuffer"
  3396          },
  3397          {
  3398            "type": "distribution",
  3399            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3400          }
  3401        ]
  3402      },
  3403      {
  3404        "type": "library",
  3405        "bom-ref": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.10?type=jar",
  3406        "publisher": "Oracle Corporation",
  3407        "group": "org.jvnet.mimepull",
  3408        "name": "mimepull",
  3409        "version": "1.9.10",
  3410        "description": "Provides a streaming API to access attachments parts in a MIME message.",
  3411        "hashes": [
  3412          {
  3413            "alg": "MD5",
  3414            "content": "fbe19a34d09f1d00fb0a8cab2522c31e"
  3415          },
  3416          {
  3417            "alg": "SHA-1",
  3418            "content": "3517f38e9d26c96eacd06c14e7755b29c13ef026"
  3419          },
  3420          {
  3421            "alg": "SHA-256",
  3422            "content": "6f7a24cd4aa8e91dba25953e74b4e2c2c93274acb305389fbfbc209601684a07"
  3423          },
  3424          {
  3425            "alg": "SHA-384",
  3426            "content": "59fecaac8345104e8fe19cd630edfc8749de2596f651e5242526e79d536e1eaba84817fca5112891bfd7af4bf254fa24"
  3427          },
  3428          {
  3429            "alg": "SHA-512",
  3430            "content": "dfe8dface42065c494b78848ffee36c78db53c6f6d349ad976330453d37dad1507d59d54e0ee54d20d10028179bfaf6adaa128b1a192d1b13c854346b7aa0c08"
  3431          },
  3432          {
  3433            "alg": "SHA3-256",
  3434            "content": "21b996ac1540257ef2af6841af91e9bac317493125426ed3d088499cff6e4524"
  3435          },
  3436          {
  3437            "alg": "SHA3-384",
  3438            "content": "3ab5a99ed100ac1c56db213127d440668987bc5b2f979fc9a27269d098757b95bc685075affa173e00e8241cd012de58"
  3439          },
  3440          {
  3441            "alg": "SHA3-512",
  3442            "content": "e4c2b63bab68aece7c8ed9698ed4e3e205e00997512f4e2b0ea8492bc8b11b848d9fc48d1291b82bb7f593c21df969a6ffe9e294a6648d8fe5584495ad6cc429"
  3443          }
  3444        ],
  3445        "licenses": [
  3446          {"license": {"id": "CDDL-1.1"}},
  3447          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
  3448        ],
  3449        "purl": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.10?type=jar",
  3450        "externalReferences": [
  3451          {
  3452            "type": "website",
  3453            "url": "http://www.oracle.com/"
  3454          },
  3455          {
  3456            "type": "issue-tracker",
  3457            "url": "http://java.net/jira/browse/mimepull"
  3458          },
  3459          {
  3460            "type": "mailing-list",
  3461            "url": "http://java.net/projects/mimepull/lists/users/archive"
  3462          },
  3463          {
  3464            "type": "vcs",
  3465            "url": "https://github.com/javaee/metro-mimepull"
  3466          },
  3467          {
  3468            "type": "distribution",
  3469            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3470          }
  3471        ]
  3472      },
  3473      {
  3474        "type": "library",
  3475        "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.1?type=jar",
  3476        "publisher": "fasterxml.com",
  3477        "group": "org.codehaus.woodstox",
  3478        "name": "stax2-api",
  3479        "version": "4.1",
  3480        "description": "tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.",
  3481        "hashes": [
  3482          {
  3483            "alg": "MD5",
  3484            "content": "63d94c33170b23d46f0f2e21ac708872"
  3485          },
  3486          {
  3487            "alg": "SHA-1",
  3488            "content": "b6e20f3760016b70358e9227be904ecb26a50530"
  3489          },
  3490          {
  3491            "alg": "SHA-256",
  3492            "content": "3e99c678c42ce353595b6cc71e62f25bd6e58860b3cf79b60adc9240a967924f"
  3493          },
  3494          {
  3495            "alg": "SHA-384",
  3496            "content": "a6604567b9eeaf9794fa07842f6c2bd1365d728c56a39da513afb716a3dfdf0532eace6fe0b0ae963bbb0054119d635b"
  3497          },
  3498          {
  3499            "alg": "SHA-512",
  3500            "content": "a3c760fc50d584ba9cdd7795f380f6ba5b173b655fbb7246ac6bf3a590be6362f06e7f04f41b8274ff6a93883877826ccb0e0090b16cd8e9336fc8bd378e139e"
  3501          },
  3502          {
  3503            "alg": "SHA3-256",
  3504            "content": "362e7f15eb670a84eb226b6b75da3a96f1989e3f1c509187052da4f0cf4cfddc"
  3505          },
  3506          {
  3507            "alg": "SHA3-384",
  3508            "content": "d5e1def67f57c75a3d155e91a3862842a4179c4fe3a25d8c8d64c10b95982f764ffd8b5e9253f3828ba5abad148e1cce"
  3509          },
  3510          {
  3511            "alg": "SHA3-512",
  3512            "content": "287d9acbc7a39123294217c6b938ca1b09313358afa7b3f24aaaf5a3ea9ee1aeb21817f8e4962dbaf3a263ecc94c25cea49db0e1fb67c1a9035d12dc919df55e"
  3513          }
  3514        ],
  3515        "licenses": [{"license": {
  3516          "name": "The BSD License",
  3517          "url": "http://www.opensource.org/licenses/bsd-license.php"
  3518        }}],
  3519        "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.1?type=jar",
  3520        "externalReferences": [
  3521          {
  3522            "type": "website",
  3523            "url": "http://fasterxml.com"
  3524          },
  3525          {
  3526            "type": "vcs",
  3527            "url": "http://github.com/FasterXML/stax2-api"
  3528          },
  3529          {
  3530            "type": "distribution",
  3531            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  3532          },
  3533          {
  3534            "type": "issue-tracker",
  3535            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
  3536          }
  3537        ]
  3538      },
  3539      {
  3540        "type": "library",
  3541        "bom-ref": "pkg:maven/org.glassfish.ha/ha-api@3.1.9?type=jar",
  3542        "publisher": "Oracle Corporation",
  3543        "group": "org.glassfish.ha",
  3544        "name": "ha-api",
  3545        "version": "3.1.9",
  3546        "description": "Java.net - The Source for Java Technology Collaboration",
  3547        "hashes": [
  3548          {
  3549            "alg": "MD5",
  3550            "content": "c347dede33d4a25276c7d6a4af22b8ff"
  3551          },
  3552          {
  3553            "alg": "SHA-1",
  3554            "content": "c68b600634d4d4bae3fc54575ae850e734dc1af5"
  3555          },
  3556          {
  3557            "alg": "SHA-256",
  3558            "content": "ef3c515399e7ff43836d58e76baa1e876cfdd27c358baab12a96a7e0032c30a3"
  3559          },
  3560          {
  3561            "alg": "SHA-384",
  3562            "content": "a90e507d1bf5d49ad7a779445ef4a6ec3f2a25247660a525b7f28b613787d4027c7f570edd9a08f3792f75268901a54e"
  3563          },
  3564          {
  3565            "alg": "SHA-512",
  3566            "content": "ba5558d832cbc4b8b387ce2bdaae97ef2e56ed0e5eb1ba06c6e3510e28b3bc8b74bc2df443900ce140d2be56faad30b57e7bfb1ca0918552f793e4ea6ab4203f"
  3567          },
  3568          {
  3569            "alg": "SHA3-256",
  3570            "content": "c428c25b3c7c35215c6d48dd7f3a1af351fefccd79e889ec15faab6973813d6a"
  3571          },
  3572          {
  3573            "alg": "SHA3-384",
  3574            "content": "e7e095dedf1a2df6c341a58869fbce37ef6e0fb0e4c812d4acb91b0623dbe0ba1962f9ad342167832c8a46c78904e0a7"
  3575          },
  3576          {
  3577            "alg": "SHA3-512",
  3578            "content": "2ee2b00b9bbf71c8b2a3156447c9f8be7e963c305a8ca1e15f394a1dbc8811c21a5b416dcfdab153b1569d93ee4314acf9e1ac85bbe3e54ff204010cd480e24c"
  3579          }
  3580        ],
  3581        "licenses": [],
  3582        "purl": "pkg:maven/org.glassfish.ha/ha-api@3.1.9?type=jar",
  3583        "externalReferences": [
  3584          {
  3585            "type": "website",
  3586            "url": "http://www.oracle.com"
  3587          },
  3588          {
  3589            "type": "issue-tracker",
  3590            "url": "http://java.net/jira/browse/GLASSFISH"
  3591          },
  3592          {
  3593            "type": "mailing-list",
  3594            "url": "http://java.net/projects/glassfish/lists/dev/archive"
  3595          },
  3596          {
  3597            "type": "vcs",
  3598            "url": "https://svn.java.net/svn/glassfish~svn/tags/ha-api-3.1.9"
  3599          },
  3600          {
  3601            "type": "distribution",
  3602            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3603          }
  3604        ]
  3605      },
  3606      {
  3607        "type": "library",
  3608        "bom-ref": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.5.0?type=jar",
  3609        "publisher": "Oracle",
  3610        "group": "com.sun.xml.messaging.saaj",
  3611        "name": "saaj-impl",
  3612        "version": "1.5.0",
  3613        "description": "Open source Reference Implementation of JSR-67: SOAP with Attachments API for Java (SAAJ MR: 1.4)",
  3614        "hashes": [
  3615          {
  3616            "alg": "MD5",
  3617            "content": "26c5736bd15fa374c231238683d475a2"
  3618          },
  3619          {
  3620            "alg": "SHA-1",
  3621            "content": "83fe72c41bab1acc351185bdbfea6a3e67c4960b"
  3622          },
  3623          {
  3624            "alg": "SHA-256",
  3625            "content": "24b944ff858055c0c5680bce947b9bec8283bef1132058d4d47ff5478b543c9f"
  3626          },
  3627          {
  3628            "alg": "SHA-384",
  3629            "content": "a903a9299a054dd21fe64c8d3767985ce80f88d52ff3571cc6e7e653ff6b69e1f95052f4d3278605c3ea91b6217a0c20"
  3630          },
  3631          {
  3632            "alg": "SHA-512",
  3633            "content": "06c231f9728263275cb123226774b53aee7e60ba55621b358fbc01974c1c36f202d189d3409980d008aa806eaf9cfb6034f7af6d861bc250aa50b0cd19a65d48"
  3634          },
  3635          {
  3636            "alg": "SHA3-256",
  3637            "content": "55149449eff091af52ac7ce0e0af22a4f02170d5a30c6364a209686f81079823"
  3638          },
  3639          {
  3640            "alg": "SHA3-384",
  3641            "content": "0874fc4edaf76f1abddbb100bbba390b845923c847c9ad0fecf6d69075eaf77777fe2dd1ae07f367d3524658d83afdb7"
  3642          },
  3643          {
  3644            "alg": "SHA3-512",
  3645            "content": "3a800dd34d9329abd8703abe243385f22ae474554a5c566bf50d4cc878efb3686d307d5d4ada98dbbff89b0ad2623fc5b3471c8dc92ded546c83a7d1720c5f90"
  3646          }
  3647        ],
  3648        "licenses": [],
  3649        "purl": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.5.0?type=jar",
  3650        "externalReferences": [
  3651          {
  3652            "type": "website",
  3653            "url": "http://www.oracle.com/"
  3654          },
  3655          {
  3656            "type": "issue-tracker",
  3657            "url": "https://github.com/javaee/metro-saaj/issues"
  3658          },
  3659          {
  3660            "type": "mailing-list",
  3661            "url": "https://javaee.groups.io/g/metro/topics"
  3662          },
  3663          {
  3664            "type": "vcs",
  3665            "url": "https://github.com/javaee/metro-saaj"
  3666          },
  3667          {
  3668            "type": "distribution",
  3669            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3670          }
  3671        ]
  3672      },
  3673      {
  3674        "type": "library",
  3675        "bom-ref": "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
  3676        "publisher": "Oracle",
  3677        "group": "javax.xml.ws",
  3678        "name": "jaxws-api",
  3679        "version": "2.3.1",
  3680        "description": "JAX-WS (JSR 224) API",
  3681        "hashes": [
  3682          {
  3683            "alg": "MD5",
  3684            "content": "5a6f94e95cc2054bc840cc2f2fedc5d8"
  3685          },
  3686          {
  3687            "alg": "SHA-1",
  3688            "content": "15e46dba25b1f767a3f517721badf6cce8dbb13d"
  3689          },
  3690          {
  3691            "alg": "SHA-256",
  3692            "content": "a447f84f95658ea68b347acffe156f7700c62a37ede15d81e5298fb8e5fe6dcf"
  3693          },
  3694          {
  3695            "alg": "SHA-384",
  3696            "content": "651a5c020788ddb9aa81683dfad98117b00bf9f46c003f502849ab3a8c99453ae9a1f1f39617a951ea8fc39e5d01aadc"
  3697          },
  3698          {
  3699            "alg": "SHA-512",
  3700            "content": "f6795f2e1e72902c29eb976313dbb423d46d22f665846d20ad2ac8f486d32367566e0d81d2ba4614f65c80298b8bdc3fa37de81d7b6c4341a1e228dc8c2b09a1"
  3701          },
  3702          {
  3703            "alg": "SHA3-256",
  3704            "content": "9888bb90770c67ee108a02b3a608b8851a55b83a5ee196b6c16cc4365189ec73"
  3705          },
  3706          {
  3707            "alg": "SHA3-384",
  3708            "content": "ee746963571fafb07c2ecb1752a84a6f749c2257e0ac70402596adf674079b88d7d41e0ebdee9981cfd38dc8cf940474"
  3709          },
  3710          {
  3711            "alg": "SHA3-512",
  3712            "content": "3612fb28e8b88a50f7bdcbf5d3bba4702484f2d2446a6699587d91fdfbae7314b5b60d1325fb183739b589092a9772def9b6400e394644782c07d8e89415668f"
  3713          }
  3714        ],
  3715        "licenses": [],
  3716        "purl": "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
  3717        "externalReferences": [
  3718          {
  3719            "type": "website",
  3720            "url": "http://www.oracle.com"
  3721          },
  3722          {
  3723            "type": "issue-tracker",
  3724            "url": "https://github.com/javaee/jax-ws-spec/issues"
  3725          },
  3726          {
  3727            "type": "mailing-list",
  3728            "url": "https://javaee.groups.io/g/javaee-spec/topics"
  3729          },
  3730          {
  3731            "type": "vcs",
  3732            "url": "https://github.com/javaee/jax-ws-spec"
  3733          },
  3734          {
  3735            "type": "distribution",
  3736            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3737          }
  3738        ]
  3739      },
  3740      {
  3741        "type": "library",
  3742        "bom-ref": "pkg:maven/javax.xml.soap/javax.xml.soap-api@1.4.0?type=jar",
  3743        "publisher": "Oracle",
  3744        "group": "javax.xml.soap",
  3745        "name": "javax.xml.soap-api",
  3746        "version": "1.4.0",
  3747        "description": "SAAJ API",
  3748        "hashes": [
  3749          {
  3750            "alg": "MD5",
  3751            "content": "fb8bbe2cdda8ff7bd945fcb9f0f6b61c"
  3752          },
  3753          {
  3754            "alg": "SHA-1",
  3755            "content": "667ef2eee594ca7e05a1cbe0b37a428f7b57778f"
  3756          },
  3757          {
  3758            "alg": "SHA-256",
  3759            "content": "141374e33be99768611a2d42b9d33571a0c5b9763beca9c2dc90900d8cc8f767"
  3760          },
  3761          {
  3762            "alg": "SHA-384",
  3763            "content": "46ffb2747c3c2c7b0209d049dec81534b82c44399a133b1dcae2859a5fe1e3189691e216ab0820101f177eb49140e095"
  3764          },
  3765          {
  3766            "alg": "SHA-512",
  3767            "content": "359293d81529080015f79663ed8adb4a0245de99aa8ab427f57cceaa222622ada80763728fd9473eacd0e70bd24d1a5e8737ded0ade7c510b73ecd30da284109"
  3768          },
  3769          {
  3770            "alg": "SHA3-256",
  3771            "content": "b2f0df2273c7bdec54edb2033e8d5e424013ace46ccfff5e63314365d8ce873e"
  3772          },
  3773          {
  3774            "alg": "SHA3-384",
  3775            "content": "6c2523c8e31520b443c72227666556300cdd17b76b618995d317a422de65cf8583fb96c382d06cfa1754016135e0a158"
  3776          },
  3777          {
  3778            "alg": "SHA3-512",
  3779            "content": "3f86e51df021964f66c3b4c5a6f73c2b4e799f341b292feaa9c77f3c34ae5599466af31945aa4f537c072a214a8bcc2a14e8693f8fce94ad44391bcb97c746a7"
  3780          }
  3781        ],
  3782        "licenses": [],
  3783        "purl": "pkg:maven/javax.xml.soap/javax.xml.soap-api@1.4.0?type=jar",
  3784        "externalReferences": [
  3785          {
  3786            "type": "website",
  3787            "url": "http://www.oracle.com"
  3788          },
  3789          {
  3790            "type": "issue-tracker",
  3791            "url": "https://github.com/javaee/javax.xml.soap/issues"
  3792          },
  3793          {
  3794            "type": "mailing-list",
  3795            "url": "https://javaee.groups.io/g/javaee-spec/topics"
  3796          },
  3797          {
  3798            "type": "vcs",
  3799            "url": "https://github.com/javaee/javax.xml.soap"
  3800          },
  3801          {
  3802            "type": "distribution",
  3803            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3804          }
  3805        ]
  3806      },
  3807      {
  3808        "type": "library",
  3809        "bom-ref": "pkg:maven/javax.jws/javax.jws-api@1.1?type=jar",
  3810        "publisher": "GlassFish Community",
  3811        "group": "javax.jws",
  3812        "name": "javax.jws-api",
  3813        "version": "1.1",
  3814        "description": "Java EE Web Services Metadata API",
  3815        "hashes": [
  3816          {
  3817            "alg": "MD5",
  3818            "content": "69723c79242ebda0d321b5ec8fbdf4fb"
  3819          },
  3820          {
  3821            "alg": "SHA-1",
  3822            "content": "c623941ebd225bb05ea546dc81590a62e40e4fce"
  3823          },
  3824          {
  3825            "alg": "SHA-256",
  3826            "content": "9f20ab1fea3f9571ed52a9d98e3c651cc7c04c8a709addf238312b60987c6f2c"
  3827          },
  3828          {
  3829            "alg": "SHA-384",
  3830            "content": "79cc64ee74cc2adc1ae23d993eab564dca633e3345c3ac6d9edd5bec66551f8034064d3de21ef11b621f4e011ad6e4c4"
  3831          },
  3832          {
  3833            "alg": "SHA-512",
  3834            "content": "9dc3344042d3af5c7484e2777e0f75f48fdaf156c5134b8ce3d4ca34015ab2406313b754f4b506f2453de5b053c9df2ac17077286ad5e58a1919348776476f24"
  3835          },
  3836          {
  3837            "alg": "SHA3-256",
  3838            "content": "8ccf0ea3280f5ad7108c49cf5556b45d0441f3b8fa0a447eb6e10cc10336517d"
  3839          },
  3840          {
  3841            "alg": "SHA3-384",
  3842            "content": "b2b9521dfa2d01399989331f730c30cbec22907f083c53b945e16be1984fd9025014d69b9eb7a6e6ec52969394794189"
  3843          },
  3844          {
  3845            "alg": "SHA3-512",
  3846            "content": "8964603b62d354c583e5d828e3eb41662e3cd26ba3af7141c756990ffd9761339a0161b488335ad0ba3275ed841e67311af8747d151d1c5b3b3da97948941769"
  3847          }
  3848        ],
  3849        "licenses": [],
  3850        "purl": "pkg:maven/javax.jws/javax.jws-api@1.1?type=jar",
  3851        "externalReferences": [
  3852          {
  3853            "type": "website",
  3854            "url": "https://glassfish.java.net"
  3855          },
  3856          {
  3857            "type": "issue-tracker",
  3858            "url": "http://java.net/jira/browse/GLASSFISH"
  3859          },
  3860          {
  3861            "type": "vcs",
  3862            "url": "https://github.com/javaee/javax.jws"
  3863          },
  3864          {
  3865            "type": "distribution",
  3866            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  3867          }
  3868        ]
  3869      },
  3870      {
  3871        "type": "library",
  3872        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-core-public@10.0.2?type=jar",
  3873        "publisher": "JBoss by Red Hat",
  3874        "group": "org.keycloak",
  3875        "name": "keycloak-saml-core-public",
  3876        "version": "10.0.2",
  3877        "description": "",
  3878        "hashes": [
  3879          {
  3880            "alg": "MD5",
  3881            "content": "d5da5bdb490c4b4b89624a7cf85d922f"
  3882          },
  3883          {
  3884            "alg": "SHA-1",
  3885            "content": "8855c0d4d26c05a48fcfd15393806301dc9caf5d"
  3886          },
  3887          {
  3888            "alg": "SHA-256",
  3889            "content": "9d934178ea67ec34820d599e1bc01299f50fe7d64412b2b7ad70fdb07ad0263f"
  3890          },
  3891          {
  3892            "alg": "SHA-384",
  3893            "content": "3edabd1e35c8cae269bb5971a86591846004d40634379d9761518ad6b042c8089c03ac3ec90bdc78f56526875466df3b"
  3894          },
  3895          {
  3896            "alg": "SHA-512",
  3897            "content": "07edba476491a5a5f7ada56157b2962bd787c5d25096d0b6e736a639f6377b1791b84c373c0eff1e53a9d12650c2a7fc181938009a419ed601798950b4b01a47"
  3898          },
  3899          {
  3900            "alg": "SHA3-256",
  3901            "content": "ea354be558a84804d0d73f76ee4f70bd18a9b49a2e4af15ca6ba77395db55e93"
  3902          },
  3903          {
  3904            "alg": "SHA3-384",
  3905            "content": "8b9833759a2ad1fe4d49e7c69e285cb471af25c3fb689e27717cde3d1b39d312a79ad02925bfb32844e6a335315576f7"
  3906          },
  3907          {
  3908            "alg": "SHA3-512",
  3909            "content": "781e42184070a1c75208ddfb2c74e087f13616405f8a60e724955a0216d857f0309a148a21666e1b88608bc5ea4f7cd293bc70d6ed2d64680be15db395530f58"
  3910          }
  3911        ],
  3912        "licenses": [{"license": {"id": "Apache-2.0"}}],
  3913        "purl": "pkg:maven/org.keycloak/keycloak-saml-core-public@10.0.2?type=jar",
  3914        "externalReferences": [
  3915          {
  3916            "type": "distribution",
  3917            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  3918          },
  3919          {
  3920            "type": "issue-tracker",
  3921            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  3922          },
  3923          {
  3924            "type": "vcs",
  3925            "url": "https://github.com/keycloak/keycloak/tree/master/"
  3926          },
  3927          {
  3928            "type": "website",
  3929            "url": "http://www.jboss.org"
  3930          },
  3931          {
  3932            "type": "mailing-list",
  3933            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  3934          }
  3935        ]
  3936      },
  3937      {
  3938        "type": "library",
  3939        "bom-ref": "pkg:maven/org.freemarker/freemarker@2.3.29?type=jar",
  3940        "publisher": "Apache Software Foundation",
  3941        "group": "org.freemarker",
  3942        "name": "freemarker",
  3943        "version": "2.3.29",
  3944        "description": "FreeMarker is a \"template engine\"; a generic tool to generate text output based on templates.",
  3945        "hashes": [
  3946          {
  3947            "alg": "MD5",
  3948            "content": "e7b12d592512f9a0a2712112f67ef4f3"
  3949          },
  3950          {
  3951            "alg": "SHA-1",
  3952            "content": "46005eeee02e4458520c85d0bcf5001467b053c3"
  3953          },
  3954          {
  3955            "alg": "SHA-256",
  3956            "content": "ce9ffbcd065cbce1d5bf295755965167cdbaea4d13039a09e842cea32f0d7655"
  3957          },
  3958          {
  3959            "alg": "SHA-384",
  3960            "content": "ec8157f648b5c71dab0b9fc61a3b70e4cc1cd4fb292c302e04616e067e1986b91a2ce6a3757c24d94f6e5c047c9aee7a"
  3961          },
  3962          {
  3963            "alg": "SHA-512",
  3964            "content": "aad3597902f9f94b50649c6776b77237a90402da8aab1ff88ae65fd0e07a0b571b32df1fa9bb4a07ef8bfad7bd9bba77a978a59ae262630c9610cc6ed22b68fb"
  3965          },
  3966          {
  3967            "alg": "SHA3-256",
  3968            "content": "693014deefa1bc889fb19eaa5ff1f3772c4ba0bda7302357533362ff5e24a7b5"
  3969          },
  3970          {
  3971            "alg": "SHA3-384",
  3972            "content": "0048e8e3e4af1b383b784a9561d45f674c1e12dd400477d0ad6374c678e1d4bfe64be745b522f3bfb55db2599bdbc38b"
  3973          },
  3974          {
  3975            "alg": "SHA3-512",
  3976            "content": "0aa3c4bf8bf7e8714e8779d9ba5243e4e7fba5c118777275fbd4864c1c120ef62f935aa032b2a24048da5f76803f4f2e898081481803c0e61f1fd3dacf1ecadd"
  3977          }
  3978        ],
  3979        "licenses": [{"license": {"id": "Apache-2.0"}}],
  3980        "purl": "pkg:maven/org.freemarker/freemarker@2.3.29?type=jar",
  3981        "externalReferences": [
  3982          {
  3983            "type": "website",
  3984            "url": "http://apache.org"
  3985          },
  3986          {
  3987            "type": "issue-tracker",
  3988            "url": "https://issues.apache.org/jira/browse/FREEMARKER/"
  3989          },
  3990          {
  3991            "type": "mailing-list",
  3992            "url": "http://mail-archives.apache.org/mod_mbox/freemarker-dev/"
  3993          },
  3994          {
  3995            "type": "vcs",
  3996            "url": "https://git-wip-us.apache.org/repos/asf?p=freemarker.git"
  3997          },
  3998          {
  3999            "type": "distribution",
  4000            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  4001          }
  4002        ]
  4003      },
  4004      {
  4005        "type": "library",
  4006        "bom-ref": "pkg:maven/com.sun.mail/jakarta.mail@1.6.4?type=jar",
  4007        "publisher": "Oracle",
  4008        "group": "com.sun.mail",
  4009        "name": "jakarta.mail",
  4010        "version": "1.6.4",
  4011        "description": "${project.name}",
  4012        "hashes": [
  4013          {
  4014            "alg": "MD5",
  4015            "content": "98596a140291e13e97929fcb4daa21cc"
  4016          },
  4017          {
  4018            "alg": "SHA-1",
  4019            "content": "5015f335c2b974b1a7d08718edc326f0dc613c8a"
  4020          },
  4021          {
  4022            "alg": "SHA-256",
  4023            "content": "65d4c18e15ea2b9eb129098ae92db4cf996d85179f30ac34f7d4db856ffaa3f9"
  4024          },
  4025          {
  4026            "alg": "SHA-384",
  4027            "content": "c88b94f45cc6471c0a4d7a1c6f6cb2990861a947eea0893b1a91b84a1581d7c40a3f9448fed5f68fe52cf5b4b3e9a322"
  4028          },
  4029          {
  4030            "alg": "SHA-512",
  4031            "content": "55db6f96dadc0243418ffb88535c7c61662fc62f739644d6d6234a69808c1225ab297bed06371fb828c60a82f723a52a69c167aa23c1dc47799e6ba7f6bf4261"
  4032          },
  4033          {
  4034            "alg": "SHA3-256",
  4035            "content": "9cce59ce56376e3e0141018d1ac01e97b4dfd3e84098efc7aad0c1606d5e621a"
  4036          },
  4037          {
  4038            "alg": "SHA3-384",
  4039            "content": "dad9f361d7aa5f878589ebcad401f7c6eddceca0f3ed2dedf669e64d0699fdb48f07f8bdf6f3675a1a2eaae328dc83cf"
  4040          },
  4041          {
  4042            "alg": "SHA3-512",
  4043            "content": "110aa98dc41281c50e8afa8b9f5b7a86ce8cfb42a6c189023d09ed6cf39e65501f7a945a8dd10033e17e8ea1abf40f2183d8ffb26da2d6b8c14e2a1bba727255"
  4044          }
  4045        ],
  4046        "licenses": [
  4047          {"license": {"id": "EPL-2.0"}},
  4048          {"license": {"id": "GPL-2.0-with-classpath-exception"}},
  4049          {"license": {
  4050            "name": "EDL 1.0",
  4051            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  4052          }}
  4053        ],
  4054        "purl": "pkg:maven/com.sun.mail/jakarta.mail@1.6.4?type=jar",
  4055        "externalReferences": [
  4056          {
  4057            "type": "website",
  4058            "url": "http://www.oracle.com"
  4059          },
  4060          {
  4061            "type": "issue-tracker",
  4062            "url": "https://github.com/eclipse-ee4j/mail/issues"
  4063          },
  4064          {
  4065            "type": "vcs",
  4066            "url": "https://github.com/eclipse-ee4j/mail"
  4067          },
  4068          {
  4069            "type": "mailing-list",
  4070            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
  4071          }
  4072        ]
  4073      },
  4074      {
  4075        "type": "library",
  4076        "bom-ref": "pkg:maven/org.glassfish/jakarta.json@1.1.6?type=jar",
  4077        "publisher": "Eclipse Foundation",
  4078        "group": "org.glassfish",
  4079        "name": "jakarta.json",
  4080        "version": "1.1.6",
  4081        "description": "Default provider for Jakarta JSON Processing",
  4082        "hashes": [
  4083          {
  4084            "alg": "MD5",
  4085            "content": "929731627c96deeef4e963b247089c3c"
  4086          },
  4087          {
  4088            "alg": "SHA-1",
  4089            "content": "a39aba0ef0a70c3f54a44a2c539a4f11c9bb07e8"
  4090          },
  4091          {
  4092            "alg": "SHA-256",
  4093            "content": "4e1414edc1d6c7dc0747d187c94b451515ed340a9b735156daa91fcefc6aa1b0"
  4094          },
  4095          {
  4096            "alg": "SHA-384",
  4097            "content": "931055c59d6cbf2f994bb09a511d17e5f8f7ce0ef78994f367b15bbca84cd968d15219953495783468d95d711d2af555"
  4098          },
  4099          {
  4100            "alg": "SHA-512",
  4101            "content": "2c5cdc4410006e0de4180970de815832ab997ed6e7ede6c153327d589913c221df4d9ffa1d63549f0b428cdc87d9b808db340566111ab0c26981c2fe644876fe"
  4102          },
  4103          {
  4104            "alg": "SHA3-256",
  4105            "content": "edbf6f209ffe3b369496fb6766f2dac3ef62e30900eb7ce8619e578f8d0cf7d8"
  4106          },
  4107          {
  4108            "alg": "SHA3-384",
  4109            "content": "ae8ae8c8e445bf809ed11f975548fde8110d808866cc2c39384224542821db2bdb6e72349789a5e5643c3b68730814a9"
  4110          },
  4111          {
  4112            "alg": "SHA3-512",
  4113            "content": "0b9ffc46c100a5e2a32666b93ba6d2205045c1dbfd9d57dfa506b3d6ac6507d6acec5a802fdf1dd1aaf378f61fa42381470cd35e4652d27a62b38983e020faea"
  4114          }
  4115        ],
  4116        "licenses": [
  4117          {"license": {
  4118            "id": "EPL-2.0",
  4119            "url": "https://www.eclipse.org/legal/epl-2.0"
  4120          }},
  4121          {"license": {
  4122            "name": "GNU General Public License, version 2 with the GNU Classpath Exception",
  4123            "url": "https://projects.eclipse.org/license/secondary-gpl-2.0-cp"
  4124          }}
  4125        ],
  4126        "purl": "pkg:maven/org.glassfish/jakarta.json@1.1.6?type=jar",
  4127        "externalReferences": [
  4128          {
  4129            "type": "vcs",
  4130            "url": "https://github.com/eclipse-ee4j/jsonp"
  4131          },
  4132          {
  4133            "type": "website",
  4134            "url": "https://www.eclipse.org"
  4135          },
  4136          {
  4137            "type": "issue-tracker",
  4138            "url": "https://github.com/eclipse-ee4j/ee4j/issues"
  4139          },
  4140          {
  4141            "type": "mailing-list",
  4142            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
  4143          }
  4144        ]
  4145      },
  4146      {
  4147        "type": "library",
  4148        "bom-ref": "pkg:maven/org.keycloak/keycloak-ldap-federation@10.0.2?type=jar",
  4149        "publisher": "JBoss by Red Hat",
  4150        "group": "org.keycloak",
  4151        "name": "keycloak-ldap-federation",
  4152        "version": "10.0.2",
  4153        "description": "",
  4154        "hashes": [
  4155          {
  4156            "alg": "MD5",
  4157            "content": "7f50793b39f47c5a8b7fa8d72bfaa1ab"
  4158          },
  4159          {
  4160            "alg": "SHA-1",
  4161            "content": "8817ee8694b271d7682eb4f8ebb80354767f740c"
  4162          },
  4163          {
  4164            "alg": "SHA-256",
  4165            "content": "e7607163bcae8db88abb8ee458bb318b8a0a81bbbc25a88ef86be8e9a81c77ac"
  4166          },
  4167          {
  4168            "alg": "SHA-384",
  4169            "content": "d59aa400d2496f9137e1784fa952e90440f07a48fdb4c9229d19040b12dd581607a105365d64ace437a6464c795e05d8"
  4170          },
  4171          {
  4172            "alg": "SHA-512",
  4173            "content": "013c1b1b414667561a7a0f5f9d15990c1c7263ca9dd2b03b6774b6f7ad74952f8de9b97e8a1382f6513cbce5bc633c6a642d337de35d8547c8ea4f67e0b6825d"
  4174          },
  4175          {
  4176            "alg": "SHA3-256",
  4177            "content": "36b8931b30bea204d8dcea654f34d000fd2502a4d714b30e09ca5b08d3266d63"
  4178          },
  4179          {
  4180            "alg": "SHA3-384",
  4181            "content": "f25f211c853f9100513cc0c4fe5ce4a3450e412a2e0be324a5801ad6c61568812e48c22faa1d01f774ce012adb319535"
  4182          },
  4183          {
  4184            "alg": "SHA3-512",
  4185            "content": "70a518655780458e24ecf116034397a2bb13cb71244db38b5f06145ef9bcca85a0985e163f7b7682903cb941de4c5f0de4b0c883f273c7bcdabef545a0590281"
  4186          }
  4187        ],
  4188        "licenses": [{"license": {"id": "Apache-2.0"}}],
  4189        "purl": "pkg:maven/org.keycloak/keycloak-ldap-federation@10.0.2?type=jar",
  4190        "externalReferences": [
  4191          {
  4192            "type": "distribution",
  4193            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  4194          },
  4195          {
  4196            "type": "issue-tracker",
  4197            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  4198          },
  4199          {
  4200            "type": "vcs",
  4201            "url": "https://github.com/keycloak/keycloak/tree/master/"
  4202          },
  4203          {
  4204            "type": "website",
  4205            "url": "http://www.jboss.org"
  4206          },
  4207          {
  4208            "type": "mailing-list",
  4209            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4210          }
  4211        ]
  4212      },
  4213      {
  4214        "type": "library",
  4215        "bom-ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar",
  4216        "publisher": "JBoss by Red Hat",
  4217        "group": "org.jboss.spec.javax.servlet",
  4218        "name": "jboss-servlet-api_4.0_spec",
  4219        "version": "2.0.0.Final",
  4220        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
  4221        "hashes": [
  4222          {
  4223            "alg": "MD5",
  4224            "content": "f27d7566e3272cd05c9425fee887ab9f"
  4225          },
  4226          {
  4227            "alg": "SHA-1",
  4228            "content": "d7b4e3420cf0b462bc599738ea4360fd05c15500"
  4229          },
  4230          {
  4231            "alg": "SHA-256",
  4232            "content": "641fb980e96e766cd08f4daf54dbb6c4b104154f74f50c5eb0f5c24f47e77565"
  4233          },
  4234          {
  4235            "alg": "SHA-384",
  4236            "content": "5ca1839ce17968be96ee651103efa793fa5520efebabdc8298a182d773e9f95140441fadbba31f694451c1c4a6da0242"
  4237          },
  4238          {
  4239            "alg": "SHA-512",
  4240            "content": "f89ab90befb89e6fb06505fa453ea3291c0b664e548225e21b54eda93f0ca92de2216d4485ecbc9dd7d62f2f0523792d843696d9b2a986cf6e91c0afc0ed2a3f"
  4241          },
  4242          {
  4243            "alg": "SHA3-256",
  4244            "content": "5bb5be9767169299093d510c8044e5ed00007af51c90ae524b75fc22841cd4f1"
  4245          },
  4246          {
  4247            "alg": "SHA3-384",
  4248            "content": "67ce040c7a3bac206cd92f09328a9f1ee46c5a3f4ad3988fc27d14fcbd16195c32b6928fec1f7dbc230c7a161d5df6d0"
  4249          },
  4250          {
  4251            "alg": "SHA3-512",
  4252            "content": "3e68628db4074ebdb16b923d64bdc65a2406b4b815f68f147cf2d4c21e0ceaa6da0e4a34f9f4ffdb1edbf3aa579fa5d2bc19a8609f1108de3af11f3521ea711a"
  4253          }
  4254        ],
  4255        "licenses": [
  4256          {"license": {"id": "EPL-2.0"}},
  4257          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
  4258        ],
  4259        "purl": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar",
  4260        "externalReferences": [
  4261          {
  4262            "type": "issue-tracker",
  4263            "url": "https://github.com/eclipse-ee4j/servlet-api/issues"
  4264          },
  4265          {
  4266            "type": "mailing-list",
  4267            "url": "https://dev.eclipse.org/mhonarc/lists/servlet-dev"
  4268          },
  4269          {
  4270            "type": "vcs",
  4271            "url": "https://github.com/jboss/jboss-jakarta-servlet-api"
  4272          },
  4273          {
  4274            "type": "website",
  4275            "url": "http://www.jboss.org"
  4276          }
  4277        ]
  4278      },
  4279      {
  4280        "type": "library",
  4281        "bom-ref": "pkg:maven/org.twitter4j/twitter4j-core@4.0.7?type=jar",
  4282        "group": "org.twitter4j",
  4283        "name": "twitter4j-core",
  4284        "version": "4.0.7",
  4285        "description": "A Java library for the Twitter API",
  4286        "hashes": [
  4287          {
  4288            "alg": "MD5",
  4289            "content": "0b29f294502332836ec6a8077ceb678d"
  4290          },
  4291          {
  4292            "alg": "SHA-1",
  4293            "content": "05fdb375ccfb3eda7354efb262cbe9b53abccff2"
  4294          },
  4295          {
  4296            "alg": "SHA-256",
  4297            "content": "f3d28049f1c13752c2ea71397fdcda8d9723cf315e7101502997fddfe9aad66d"
  4298          },
  4299          {
  4300            "alg": "SHA-384",
  4301            "content": "2d434ee631f594cf9f91e5b3d1901eafdd60840889f33c712878934fe1345aa1e188862bb4964c3865b9872b52992c1c"
  4302          },
  4303          {
  4304            "alg": "SHA-512",
  4305            "content": "1ed510f8f5bb0e367dea511ed74b0af6f95053be9a64b883a889d997f97e5077287c16806feb20504002e559dde982928d84fc722f2aa41da7e99c7dd9e74937"
  4306          },
  4307          {
  4308            "alg": "SHA3-256",
  4309            "content": "ab11f7514504c311e509ebffd20091338dd9437e7122df92da441e0e22c6df62"
  4310          },
  4311          {
  4312            "alg": "SHA3-384",
  4313            "content": "04db8539be7961b80dd69798a57ebdefc45646005ebe308266c762787f96a2679984f5fac20dea3f32ced915f1479a30"
  4314          },
  4315          {
  4316            "alg": "SHA3-512",
  4317            "content": "00742fde7cfecc17229be1358f25883cbfc9fbacab2badc9337912f80fb6b7ac1702d342bdefb78becf75967bf3f71a4330a3b11aad6790709cbe5bf618e17ba"
  4318          }
  4319        ],
  4320        "licenses": [{"license": {
  4321          "id": "Apache-2.0",
  4322          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  4323        }}],
  4324        "purl": "pkg:maven/org.twitter4j/twitter4j-core@4.0.7?type=jar",
  4325        "externalReferences": [
  4326          {
  4327            "type": "distribution",
  4328            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  4329          },
  4330          {
  4331            "type": "issue-tracker",
  4332            "url": "http://issue.twitter4j.org/youtrack/issues?q=project%3A+Twitter4J"
  4333          },
  4334          {
  4335            "type": "mailing-list",
  4336            "url": "http://groups.google.com/group/twitter4j"
  4337          },
  4338          {
  4339            "type": "vcs",
  4340            "url": "https://github.com/yusuke/twitter4j"
  4341          }
  4342        ]
  4343      },
  4344      {
  4345        "type": "library",
  4346        "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging-annotations@2.2.1.Final?type=jar",
  4347        "publisher": "JBoss by Red Hat",
  4348        "group": "org.jboss.logging",
  4349        "name": "jboss-logging-annotations",
  4350        "version": "2.2.1.Final",
  4351        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
  4352        "hashes": [
  4353          {
  4354            "alg": "MD5",
  4355            "content": "65ea45ee652a89f43a9a06bd8f0e5139"
  4356          },
  4357          {
  4358            "alg": "SHA-1",
  4359            "content": "ee3db82d956ee22c4f1f2df9c611e048e79a4a43"
  4360          },
  4361          {
  4362            "alg": "SHA-256",
  4363            "content": "f1524fc9d7ed3afc87d365ab0d280ef260c8dd1836435689e8300fd5a51ed178"
  4364          },
  4365          {
  4366            "alg": "SHA-384",
  4367            "content": "c63d0bc5a2abb7639087a5559bd55cc344c52589ad98f956d2199dd19e73c2154059e1c4b078ecd88527a465f4e90412"
  4368          },
  4369          {
  4370            "alg": "SHA-512",
  4371            "content": "81a9c364bfdbffa50920b91730378a704bc8c73748e028e032d4a5938b20875de47d601b1a55f451530fdeef8cf2a6199285e755682f6f04df50b61fdcc79572"
  4372          },
  4373          {
  4374            "alg": "SHA3-256",
  4375            "content": "0bc405f4bc71ba6159e5680bf9788c8075f24af81cbb03aab1a7b8a6824a3cac"
  4376          },
  4377          {
  4378            "alg": "SHA3-384",
  4379            "content": "c7ccbe80e22ef72215d2ec0e17708d28c0282472841c01442e9fb17a85089a91427904e6e3a5949ee14b1a91856135c3"
  4380          },
  4381          {
  4382            "alg": "SHA3-512",
  4383            "content": "d86adeaf631775d155e2768d7f65fe1deccb3e3c68bffb271808fba1632a4d89ebe81797c1f1724876e46519a790cc7599d2437097276e5e6a6ef57bbf9728e9"
  4384          }
  4385        ],
  4386        "licenses": [{"license": {"id": "Apache-2.0"}}],
  4387        "purl": "pkg:maven/org.jboss.logging/jboss-logging-annotations@2.2.1.Final?type=jar",
  4388        "externalReferences": [
  4389          {
  4390            "type": "vcs",
  4391            "url": "http://github.com/jboss-logging/jboss-logging-tools"
  4392          },
  4393          {
  4394            "type": "website",
  4395            "url": "http://www.jboss.org"
  4396          },
  4397          {
  4398            "type": "issue-tracker",
  4399            "url": "https://issues.jboss.org/"
  4400          },
  4401          {
  4402            "type": "mailing-list",
  4403            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4404          }
  4405        ]
  4406      },
  4407      {
  4408        "type": "library",
  4409        "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging-processor@2.2.1.Final?type=jar",
  4410        "publisher": "JBoss by Red Hat",
  4411        "group": "org.jboss.logging",
  4412        "name": "jboss-logging-processor",
  4413        "version": "2.2.1.Final",
  4414        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
  4415        "hashes": [
  4416          {
  4417            "alg": "MD5",
  4418            "content": "892d7183feef6ac2ec0fc22ae3771ea7"
  4419          },
  4420          {
  4421            "alg": "SHA-1",
  4422            "content": "271a8e01caec4017d7a5104ef0b24390b4b06711"
  4423          },
  4424          {
  4425            "alg": "SHA-256",
  4426            "content": "33a34f022d8eda8f768ed10a8eaf815c10e90854ca2f409a3fe5f2b3dc137102"
  4427          },
  4428          {
  4429            "alg": "SHA-384",
  4430            "content": "5e2c6108f3e2de6a2c9f5267df4fe907165b342593f519cf92a2fd36974fe7df682f426ec3b0d17ba14f9fa870abaca8"
  4431          },
  4432          {
  4433            "alg": "SHA-512",
  4434            "content": "4ae8f55a31589b871f1dcc8f174c5bd59d2541f60ea6668e8c6eac7027d68a0ccd7b98e2660c5cc69464edd4ee78aa4c92896ae9c4e5576f3d5098526d10c4b7"
  4435          },
  4436          {
  4437            "alg": "SHA3-256",
  4438            "content": "b2a90f22aee172106c3ca638b231879cd35612e3763df128bb3e8c6701a0abce"
  4439          },
  4440          {
  4441            "alg": "SHA3-384",
  4442            "content": "237128873f6a1f7b01a7b9b59abb0a52b85a3c42f81b3cd0963ffeba275a7e9e151ba6ef7d28fe8db47b18b223431d0e"
  4443          },
  4444          {
  4445            "alg": "SHA3-512",
  4446            "content": "0b881a7214cce81cec0b43f125c0095ddef41fbb4150e3e49c678461cb662799d0554559c15889283a73b19b196cfefd604b1725f346e1455f00dc08378cdebd"
  4447          }
  4448        ],
  4449        "licenses": [{"license": {
  4450          "name": "lgpl",
  4451          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
  4452        }}],
  4453        "purl": "pkg:maven/org.jboss.logging/jboss-logging-processor@2.2.1.Final?type=jar",
  4454        "externalReferences": [
  4455          {
  4456            "type": "vcs",
  4457            "url": "http://github.com/jboss-logging/jboss-logging-tools"
  4458          },
  4459          {
  4460            "type": "website",
  4461            "url": "http://www.jboss.org"
  4462          },
  4463          {
  4464            "type": "issue-tracker",
  4465            "url": "https://issues.jboss.org/"
  4466          },
  4467          {
  4468            "type": "mailing-list",
  4469            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4470          }
  4471        ]
  4472      },
  4473      {
  4474        "type": "library",
  4475        "bom-ref": "pkg:maven/org.jboss.jdeparser/jdeparser@2.0.3.Final?type=jar",
  4476        "publisher": "JBoss by Red Hat",
  4477        "group": "org.jboss.jdeparser",
  4478        "name": "jdeparser",
  4479        "version": "2.0.3.Final",
  4480        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
  4481        "hashes": [
  4482          {
  4483            "alg": "MD5",
  4484            "content": "1a9cd8093e720b54b2e88ed90cf4b69e"
  4485          },
  4486          {
  4487            "alg": "SHA-1",
  4488            "content": "f1982f9caa0ed8a2663d4c648aaa9a82d14eb962"
  4489          },
  4490          {
  4491            "alg": "SHA-256",
  4492            "content": "aec3ed49b47cb7531e2f88c603eecdc5f5b46ae976d72624162d23ee7fca3803"
  4493          },
  4494          {
  4495            "alg": "SHA-384",
  4496            "content": "e9b745e1d2aa6da4906e163801dbdc92d709fe9eeb78feee7ca5937fa2a625d4dd3a39480ae1364ab53a931cb84c9ec1"
  4497          },
  4498          {
  4499            "alg": "SHA-512",
  4500            "content": "e48fadc8248a843681139949928bddd3e4f5a0a2a2b41060db2b954b41914cde23f16fd6941eb352f7afab04de92fc203c6ddcc600f6bef3bf3ead4a5eb89e63"
  4501          },
  4502          {
  4503            "alg": "SHA3-256",
  4504            "content": "44433a11b6911882954308962c31e2055fc9a57376a23f0754d931c3e687f166"
  4505          },
  4506          {
  4507            "alg": "SHA3-384",
  4508            "content": "b7404911ddc117b920f3d29a3676f7ffbdf520ed1056d4238d0b36b8010a9376f63dd8215dcebdc5b52b2a9069938e5a"
  4509          },
  4510          {
  4511            "alg": "SHA3-512",
  4512            "content": "7cdea3e09d94e493e7c86ea0626b7459ac1ee0e8d36a0b3016ac8d5cde12a787803229c537bee5fd3ddde9aa880e44b31d59172ae9fa01817f62e80aba117108"
  4513          }
  4514        ],
  4515        "licenses": [{"license": {
  4516          "name": "Public Domain",
  4517          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
  4518        }}],
  4519        "purl": "pkg:maven/org.jboss.jdeparser/jdeparser@2.0.3.Final?type=jar",
  4520        "externalReferences": [
  4521          {
  4522            "type": "website",
  4523            "url": "http://www.jboss.org"
  4524          },
  4525          {
  4526            "type": "issue-tracker",
  4527            "url": "https://issues.jboss.org/"
  4528          },
  4529          {
  4530            "type": "mailing-list",
  4531            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4532          },
  4533          {
  4534            "type": "vcs",
  4535            "url": "http://github.com/jboss/jboss-parent-pom"
  4536          }
  4537        ]
  4538      },
  4539      {
  4540        "type": "library",
  4541        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
  4542        "publisher": "JBoss by Red Hat",
  4543        "group": "org.jboss.resteasy",
  4544        "name": "resteasy-multipart-provider",
  4545        "version": "3.11.2.Final",
  4546        "description": "",
  4547        "hashes": [
  4548          {
  4549            "alg": "MD5",
  4550            "content": "3c9b9dbeea34f6a2c88c5f06679d2f67"
  4551          },
  4552          {
  4553            "alg": "SHA-1",
  4554            "content": "167e4318622a4f426ebf9d315559617612eb99b2"
  4555          },
  4556          {
  4557            "alg": "SHA-256",
  4558            "content": "22406728385bd5a3b2915c1f3fe82e000df604055afe65a3be33ae9309472200"
  4559          },
  4560          {
  4561            "alg": "SHA-384",
  4562            "content": "f6fe321c971a8c392b1837b44e59d7b07516ab3dac384c435a13911766c70312a981aeabd9b3c63ea3010854b2f479f2"
  4563          },
  4564          {
  4565            "alg": "SHA-512",
  4566            "content": "031a379f4486b212349e5fff15dafa69c2564efa896529f86e736f85010a1a417bab496331397a76c748e96afee58086094f67a005caf9eec83eaf1635967405"
  4567          },
  4568          {
  4569            "alg": "SHA3-256",
  4570            "content": "9d7cc4f97ce756c9fa0a9af4b443ca91ba0adc4681d558f061fa47fd54fb7bf4"
  4571          },
  4572          {
  4573            "alg": "SHA3-384",
  4574            "content": "c84dfd56a852ed3c5fe13f5a320b4d6b82f0c74a5e2b19a3479960d25c99371312861d4eb562c7fee47f2fa1da3a2b4f"
  4575          },
  4576          {
  4577            "alg": "SHA3-512",
  4578            "content": "54f54a2895d2387896207481d4c7eda50d84a180b447db4823cba901556b3579dcd2cc1c4e70cff91aa51a5373e5d210ca968fbe8aabf884b7fb2405c167d15f"
  4579          }
  4580        ],
  4581        "licenses": [{"license": {
  4582          "id": "Apache-2.0",
  4583          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  4584        }}],
  4585        "purl": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
  4586        "externalReferences": [
  4587          {
  4588            "type": "distribution",
  4589            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  4590          },
  4591          {
  4592            "type": "issue-tracker",
  4593            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
  4594          },
  4595          {
  4596            "type": "vcs",
  4597            "url": "https://github.com/resteasy/Resteasy/tree/master/"
  4598          },
  4599          {
  4600            "type": "website",
  4601            "url": "http://www.jboss.org"
  4602          },
  4603          {
  4604            "type": "mailing-list",
  4605            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4606          }
  4607        ]
  4608      },
  4609      {
  4610        "type": "library",
  4611        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar",
  4612        "publisher": "JBoss by Red Hat",
  4613        "group": "org.jboss.resteasy",
  4614        "name": "resteasy-client",
  4615        "version": "3.11.2.Final",
  4616        "description": "Resteasy",
  4617        "hashes": [
  4618          {
  4619            "alg": "MD5",
  4620            "content": "0b89618270815b3c07f1c15a0b1d245f"
  4621          },
  4622          {
  4623            "alg": "SHA-1",
  4624            "content": "10b9004b98724ee1d0d7aea5d776340964fc7794"
  4625          },
  4626          {
  4627            "alg": "SHA-256",
  4628            "content": "848764cc0e1ce0c729f3c5e2b42e66e6e56e9f1bc466f4fd2d5d1b7ea9e32dd3"
  4629          },
  4630          {
  4631            "alg": "SHA-384",
  4632            "content": "53f6848ea27af7e8d99da604bfc392fecc2d2a16186f333d3cd3126d353da6bb94f44b4b4f65c1638c05c03a36a05c37"
  4633          },
  4634          {
  4635            "alg": "SHA-512",
  4636            "content": "531ede956748606eb141e288a13efd3e272955310bbab50c61d7def9fc872e11ea6bfd2a88938f9c6ebb83c914c5b4d78f27f7ee205223a23c9e083f18eeed13"
  4637          },
  4638          {
  4639            "alg": "SHA3-256",
  4640            "content": "58df8d15cdc17d381ac8f39ca0945cccc644e82761501f70821c7d5b1dc74758"
  4641          },
  4642          {
  4643            "alg": "SHA3-384",
  4644            "content": "568844fbc3047d4a76cbe4bb10b4304c820e69e98a9c3008b1c8a4e77a136ebde1c2f0f803c1eaf1d24da69d54020f19"
  4645          },
  4646          {
  4647            "alg": "SHA3-512",
  4648            "content": "a0013b3bbf4db7b098980ba33291c7b519abbddae59911be7da0239f04e28b1c071d20414011f1b58082d765135b515f8ee87cc1fed1f7e721d74d0f367eecef"
  4649          }
  4650        ],
  4651        "licenses": [{"license": {
  4652          "id": "Apache-2.0",
  4653          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  4654        }}],
  4655        "purl": "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar",
  4656        "externalReferences": [
  4657          {
  4658            "type": "distribution",
  4659            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  4660          },
  4661          {
  4662            "type": "issue-tracker",
  4663            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
  4664          },
  4665          {
  4666            "type": "vcs",
  4667            "url": "https://github.com/resteasy/Resteasy/tree/master/"
  4668          },
  4669          {
  4670            "type": "website",
  4671            "url": "http://www.jboss.org"
  4672          },
  4673          {
  4674            "type": "mailing-list",
  4675            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4676          }
  4677        ]
  4678      },
  4679      {
  4680        "type": "library",
  4681        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.11.2.Final?type=jar",
  4682        "publisher": "JBoss by Red Hat",
  4683        "group": "org.jboss.resteasy",
  4684        "name": "resteasy-jaxb-provider",
  4685        "version": "3.11.2.Final",
  4686        "description": "",
  4687        "hashes": [
  4688          {
  4689            "alg": "MD5",
  4690            "content": "0ea3d9a3c910af4531a58cf617466dbc"
  4691          },
  4692          {
  4693            "alg": "SHA-1",
  4694            "content": "a5c7ad371b6f022463d954127cd293beb8b13163"
  4695          },
  4696          {
  4697            "alg": "SHA-256",
  4698            "content": "fe19bbd4839e82d9d913dd1e5404fd1bbe598dad165585c1cdc94eafb376c77b"
  4699          },
  4700          {
  4701            "alg": "SHA-384",
  4702            "content": "eb6d0b69c0e1c2a73a83ab25fe9bcf1fb9f069364b22e51cde4a65b1053c2e8e92d147fb7e896c342528e9d6df4e1b6f"
  4703          },
  4704          {
  4705            "alg": "SHA-512",
  4706            "content": "ab860b5bb92df0b2c67687a20690c42ab686df4cf719d73371a08533c22020600775522d4aa98b6729f61a2d98511ed26c1323aaffc3222f2475f0953ca209e3"
  4707          },
  4708          {
  4709            "alg": "SHA3-256",
  4710            "content": "eb643c8433ed84d2773d8c0c33f7a6d1cca7462769bf213c80813157bc6fd701"
  4711          },
  4712          {
  4713            "alg": "SHA3-384",
  4714            "content": "b0fb67dbdcac638650883d24b469a9be4ecdb1bbcad695377fcb4f9c67819a7ebb020eaf818dd9e84a260d53798df6bd"
  4715          },
  4716          {
  4717            "alg": "SHA3-512",
  4718            "content": "44580143f9808c4f2e1596501593363c9f1b103ccd8a57c72b531f90049fe486bf3cb545e5174e8e71424533c6f82229353d30da687bdef5dea42c81f14888af"
  4719          }
  4720        ],
  4721        "licenses": [{"license": {
  4722          "id": "Apache-2.0",
  4723          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  4724        }}],
  4725        "purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.11.2.Final?type=jar",
  4726        "externalReferences": [
  4727          {
  4728            "type": "distribution",
  4729            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  4730          },
  4731          {
  4732            "type": "issue-tracker",
  4733            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
  4734          },
  4735          {
  4736            "type": "vcs",
  4737            "url": "https://github.com/resteasy/Resteasy/tree/master/"
  4738          },
  4739          {
  4740            "type": "website",
  4741            "url": "http://www.jboss.org"
  4742          },
  4743          {
  4744            "type": "mailing-list",
  4745            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  4746          }
  4747        ]
  4748      },
  4749      {
  4750        "type": "library",
  4751        "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3-b02?type=jar",
  4752        "publisher": "Eclipse Foundation",
  4753        "group": "org.glassfish.jaxb",
  4754        "name": "jaxb-runtime",
  4755        "version": "2.3.3-b02",
  4756        "description": "JAXB (JSR 222) Reference Implementation",
  4757        "hashes": [
  4758          {
  4759            "alg": "MD5",
  4760            "content": "c69f091f7cc9b0ff7bdd7ce3e9e57cd4"
  4761          },
  4762          {
  4763            "alg": "SHA-1",
  4764            "content": "45d805cdfa1cff8c8ff707f855434a330b1bbf9d"
  4765          },
  4766          {
  4767            "alg": "SHA-256",
  4768            "content": "a66c28a3f74a6ee1b4a91cb83cc83206b68831bf00a7f146742fee0cf37ff969"
  4769          },
  4770          {
  4771            "alg": "SHA-384",
  4772            "content": "01d2d166627960307e9070eb25ded6182b8e17777e89867711aaee6e96305920b5929a8a3badff7ef6f06c30509e143a"
  4773          },
  4774          {
  4775            "alg": "SHA-512",
  4776            "content": "d39d2a6503f29d4cf40f8f490ea679a94e9699a3253ee31ff163abbc27197326beb4f586d139d0e558a517691aaf3b6e1dfe4e62facc58deb341dc48107107b7"
  4777          },
  4778          {
  4779            "alg": "SHA3-256",
  4780            "content": "807811f0843f432e2c123d2555bf52b7b66bdb8b77bbdec8ee22522004182e83"
  4781          },
  4782          {
  4783            "alg": "SHA3-384",
  4784            "content": "6d94dc90c40c754501e852fd39455c8f95f1f4a440a687802e56274131d72c2653ad4c41f7f90bc04b6b7e92f5c520c5"
  4785          },
  4786          {
  4787            "alg": "SHA3-512",
  4788            "content": "d390b9bc50d2653836b7af1f43cc6e94bdd0e67c29cd92d916e953ba2891964b48fcdbd6aaf1b89f5cae94199ca7065489efb243fa596cbf414af4c05ab54556"
  4789          }
  4790        ],
  4791        "licenses": [{"license": {
  4792          "name": "Eclipse Distribution License - v 1.0",
  4793          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  4794        }}],
  4795        "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3-b02?type=jar",
  4796        "externalReferences": [
  4797          {
  4798            "type": "issue-tracker",
  4799            "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues"
  4800          },
  4801          {
  4802            "type": "mailing-list",
  4803            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
  4804          },
  4805          {
  4806            "type": "vcs",
  4807            "url": "https://github.com/eclipse-ee4j/jaxb-ri.git"
  4808          },
  4809          {
  4810            "type": "website",
  4811            "url": "https://www.eclipse.org"
  4812          }
  4813        ]
  4814      },
  4815      {
  4816        "type": "library",
  4817        "bom-ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.3-b02?type=jar",
  4818        "publisher": "Eclipse Foundation",
  4819        "group": "org.glassfish.jaxb",
  4820        "name": "txw2",
  4821        "version": "2.3.3-b02",
  4822        "description": "TXW is a library that allows you to write XML documents.",
  4823        "hashes": [
  4824          {
  4825            "alg": "MD5",
  4826            "content": "8354df7c79df67d56170b934a79a7df2"
  4827          },
  4828          {
  4829            "alg": "SHA-1",
  4830            "content": "5c7ccf06d7f80cf101f20a03678b98e737aeadd7"
  4831          },
  4832          {
  4833            "alg": "SHA-256",
  4834            "content": "44d9bfdadbbaeb90825180fec1e550970c2f75f19f39430e2d5e3e052ca6ffed"
  4835          },
  4836          {
  4837            "alg": "SHA-384",
  4838            "content": "9db8db9b85a01ebfbdd32414a0d2ab06ad0f3fd9996b8e204887b4e0ab4495f72571ab650dd31cc726f249dde8ace31b"
  4839          },
  4840          {
  4841            "alg": "SHA-512",
  4842            "content": "eccbf28b0baf9f60152c2b3db64612d3a44120cd3311c1f1659c743f4199a2cb2336443920f463b766dcb6ab9ff860d6c42f31306951aa2426eb8a0dfda6974e"
  4843          },
  4844          {
  4845            "alg": "SHA3-256",
  4846            "content": "1d9c5c10b2590e2ac9e7238164af5b1ecbbd592276cb69822306ccc3c2880262"
  4847          },
  4848          {
  4849            "alg": "SHA3-384",
  4850            "content": "7e97bb6c2ba7380ccd992e7757cfa150174b06113a61b9e5ac02c533f7ec4751cee46980a0d66a7b1961d0ce95c633ed"
  4851          },
  4852          {
  4853            "alg": "SHA3-512",
  4854            "content": "793f04c282ef6f04d425fb97469ec091e572cd485b05f82e6e3a2c20f4c8016f0845e7782950870adb04defb73b072b5701286b938959a13a80e98d0130aed35"
  4855          }
  4856        ],
  4857        "licenses": [{"license": {
  4858          "name": "Eclipse Distribution License - v 1.0",
  4859          "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  4860        }}],
  4861        "purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.3-b02?type=jar",
  4862        "externalReferences": [
  4863          {
  4864            "type": "issue-tracker",
  4865            "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues"
  4866          },
  4867          {
  4868            "type": "mailing-list",
  4869            "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev"
  4870          },
  4871          {
  4872            "type": "vcs",
  4873            "url": "https://github.com/eclipse-ee4j/jaxb-ri.git"
  4874          },
  4875          {
  4876            "type": "website",
  4877            "url": "https://www.eclipse.org"
  4878          }
  4879        ]
  4880      },
  4881      {
  4882        "type": "library",
  4883        "bom-ref": "pkg:maven/org.apache.james/apache-mime4j@0.6?type=jar",
  4884        "publisher": "The Apache Software Foundation",
  4885        "group": "org.apache.james",
  4886        "name": "apache-mime4j",
  4887        "version": "0.6",
  4888        "description": "Java stream based MIME message parser",
  4889        "hashes": [
  4890          {
  4891            "alg": "MD5",
  4892            "content": "e90fb1ab3f8145ad00def6359da22faf"
  4893          },
  4894          {
  4895            "alg": "SHA-1",
  4896            "content": "945007627e8d12275d755081a9e609c018e1210d"
  4897          },
  4898          {
  4899            "alg": "SHA-256",
  4900            "content": "fd7dde90195ba1aea3cfacb95b3022b2499adf676d1bc896d0fa5c257b596c6c"
  4901          },
  4902          {
  4903            "alg": "SHA-384",
  4904            "content": "108568b736fc5fccae1627719fcf757a976a17b64b3294b024db2cde92a8c33de318faaf3548d9547fcda4f8789dbd47"
  4905          },
  4906          {
  4907            "alg": "SHA-512",
  4908            "content": "b02e21135c571c8aee5f7286b72eaeced7e5d3d2cab319f4118fde1f1da60bc151f6d8ded531241344a4257c83ffafb04f64429a5284915a71546c24bb5f1436"
  4909          },
  4910          {
  4911            "alg": "SHA3-256",
  4912            "content": "b26cf1ee1f506ab9a8cbb86b9ac33a536a443ce520ca4bb4e3fd7554c5df6c0e"
  4913          },
  4914          {
  4915            "alg": "SHA3-384",
  4916            "content": "1d8f1ae630da41e7c43e1cbea20ba3a5c450146f599832cdd4405c73addcd5f13322b5506696a6be7e887c14ce8e4de9"
  4917          },
  4918          {
  4919            "alg": "SHA3-512",
  4920            "content": "2d2c92675328840c56224a4b1d4ef03adc816add628b80ba4b34e0f6ab434bfa3f08d514011e5f369ee4df9fab637fc61df4fc6e765b83c6aa94c15c47b8c10f"
  4921          }
  4922        ],
  4923        "licenses": [{"license": {"id": "Apache-2.0"}}],
  4924        "purl": "pkg:maven/org.apache.james/apache-mime4j@0.6?type=jar",
  4925        "externalReferences": [
  4926          {
  4927            "type": "issue-tracker",
  4928            "url": "http://issues.apache.org/jira/browse/MIME4J"
  4929          },
  4930          {
  4931            "type": "mailing-list",
  4932            "url": "http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/"
  4933          },
  4934          {
  4935            "type": "vcs",
  4936            "url": "http://svn.apache.org/viewvc/james/mime4j/tags/apache-mime4j-0.6"
  4937          },
  4938          {
  4939            "type": "website",
  4940            "url": "http://www.apache.org"
  4941          }
  4942        ]
  4943      },
  4944      {
  4945        "type": "library",
  4946        "bom-ref": "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20191001.1?type=jar",
  4947        "publisher": "OWASP",
  4948        "group": "com.googlecode.owasp-java-html-sanitizer",
  4949        "name": "owasp-java-html-sanitizer",
  4950        "version": "20191001.1",
  4951        "description": "Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.",
  4952        "hashes": [
  4953          {
  4954            "alg": "MD5",
  4955            "content": "e84f72d112be4d05fff7771fc440f096"
  4956          },
  4957          {
  4958            "alg": "SHA-1",
  4959            "content": "fb8b19019d7673e70c4a6111f7d0cb2b0cf0e513"
  4960          },
  4961          {
  4962            "alg": "SHA-256",
  4963            "content": "ea0a9cd92ecc4b5821f83d40e138dfed74e108e004cdec77456fbaf9e198b732"
  4964          },
  4965          {
  4966            "alg": "SHA-384",
  4967            "content": "253fca19f506281db4ed1383bdf95503c8637217694cebd2bc819c01f5a063e91fae516e46b6388383f2e56b465cf5ba"
  4968          },
  4969          {
  4970            "alg": "SHA-512",
  4971            "content": "6ee035803b29daa88dfc742449bd831567271fe2450f9cdbba4c8190add368b38f0e0605f2caa3350aa95ddd191c74d0bedb9bca90e2bad7e6f901b7e084d9dd"
  4972          },
  4973          {
  4974            "alg": "SHA3-256",
  4975            "content": "dfe04f88a460d621b3eb24267d3b0e203bda8cfc4897d73b5a5908a7be27c465"
  4976          },
  4977          {
  4978            "alg": "SHA3-384",
  4979            "content": "386975f2a6278c7f7ad747e243d5512f2a4405155a15e03c8bc702c29a0a853dc6e7f7de2d1ba39e8b5f5deb17b3721e"
  4980          },
  4981          {
  4982            "alg": "SHA3-512",
  4983            "content": "68f87922f76ed9c081716b18a402e5e9113b30cffbd03124c08529e9d87c284b14dd8438fabfccf88bc8f861e834c7ad88838589cc2ee436174a3ebc32ce2ad2"
  4984          }
  4985        ],
  4986        "licenses": [{"license": {"id": "Apache-2.0"}}],
  4987        "purl": "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20191001.1?type=jar",
  4988        "externalReferences": [
  4989          {
  4990            "type": "website",
  4991            "url": "https://owasp.org"
  4992          },
  4993          {
  4994            "type": "distribution",
  4995            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  4996          },
  4997          {
  4998            "type": "issue-tracker",
  4999            "url": "https://github.com/OWASP/java-html-sanitizer/issues"
  5000          },
  5001          {
  5002            "type": "mailing-list",
  5003            "url": "https://groups.google.com/forum/#!forum/owasp-java-html-sanitizer-support"
  5004          },
  5005          {
  5006            "type": "vcs",
  5007            "url": "https://github.com/OWASP/java-html-sanitizer"
  5008          }
  5009        ]
  5010      },
  5011      {
  5012        "type": "library",
  5013        "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2?type=jar",
  5014        "publisher": "fasterxml.com",
  5015        "group": "org.codehaus.woodstox",
  5016        "name": "stax2-api",
  5017        "version": "4.2",
  5018        "description": "tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.",
  5019        "hashes": [
  5020          {
  5021            "alg": "MD5",
  5022            "content": "5d22fe6dbb276d1fd6dab40c386a4f0a"
  5023          },
  5024          {
  5025            "alg": "SHA-1",
  5026            "content": "13c2b30926bca0429c704c4b4ca0b5d0432b69cd"
  5027          },
  5028          {
  5029            "alg": "SHA-256",
  5030            "content": "badf6081a0bb526fd2c01951dfefad91b6846b6dd0eb0048587e30d1dd334e68"
  5031          },
  5032          {
  5033            "alg": "SHA-384",
  5034            "content": "5d747ee5480365a3175d2b16cdc5763fcc476ed414134421c0dc59bcf9a63c321efd0b036ae6a6cf146e80977b326859"
  5035          },
  5036          {
  5037            "alg": "SHA-512",
  5038            "content": "4c7642993e96b6941cf80feb8ae7a285a0c6c8102d629cd265ec493bd05a6f2bab5b37979749430e0aa0625c269088692c36ed063b52e3b95e346f54e5dfa358"
  5039          },
  5040          {
  5041            "alg": "SHA3-256",
  5042            "content": "93083ae19e85f9dff5c66a08fdfb973f2cdd2d8d1f25519ff6bef94ebb1d7f22"
  5043          },
  5044          {
  5045            "alg": "SHA3-384",
  5046            "content": "67cac327dba0b16611fd58cac746ae38ac12b19e276108f01bba7e0a1cef7a0a5b96ef1b2f3d949e10e86f0a54853d78"
  5047          },
  5048          {
  5049            "alg": "SHA3-512",
  5050            "content": "f5a03f0a85b6532e386079104340101bd3baa767bfd433359bde62dd98063ba6045a594453973cec5ac4a3cf4827222cf114bcba2515cd2054602f9876874aa9"
  5051          }
  5052        ],
  5053        "licenses": [{"license": {
  5054          "name": "The BSD License",
  5055          "url": "http://www.opensource.org/licenses/bsd-license.php"
  5056        }}],
  5057        "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2?type=jar",
  5058        "externalReferences": [
  5059          {
  5060            "type": "website",
  5061            "url": "http://fasterxml.com"
  5062          },
  5063          {
  5064            "type": "vcs",
  5065            "url": "http://github.com/FasterXML/stax2-api"
  5066          },
  5067          {
  5068            "type": "distribution",
  5069            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5070          },
  5071          {
  5072            "type": "issue-tracker",
  5073            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
  5074          }
  5075        ]
  5076      },
  5077      {
  5078        "type": "library",
  5079        "bom-ref": "pkg:maven/com.google.zxing/javase@3.4.0?type=jar",
  5080        "group": "com.google.zxing",
  5081        "name": "javase",
  5082        "version": "3.4.0",
  5083        "description": "Java SE-specific extensions to core ZXing library",
  5084        "hashes": [
  5085          {
  5086            "alg": "MD5",
  5087            "content": "fd431a1d523512b68c4642a2a5fed474"
  5088          },
  5089          {
  5090            "alg": "SHA-1",
  5091            "content": "8be20100f28515037a31cc0bbe557501c0538147"
  5092          },
  5093          {
  5094            "alg": "SHA-256",
  5095            "content": "7aeef746a544effcd9e499214d9f315e69c3a835e7c81abfb703be79f859a6d7"
  5096          },
  5097          {
  5098            "alg": "SHA-384",
  5099            "content": "6d20926bf01f7cf13eba76f65d30d911499c2cd903484f9969db7eff127f3aa542b752c2ffcbbf73a3cda0c2d62aaeaa"
  5100          },
  5101          {
  5102            "alg": "SHA-512",
  5103            "content": "cef11afc65644f7d8a22356758fb02c8c9fa7f3d52bea07fda3060c9cb6a4c5cc7c42dda6cfd0fc1505c21c67d9882cf276fbf1dc962f099570bd65b742e0612"
  5104          },
  5105          {
  5106            "alg": "SHA3-256",
  5107            "content": "5e4ca6c6c92f0f1f941c3fa639e2c34a0f042a3879787ae9a109cd7d58a85231"
  5108          },
  5109          {
  5110            "alg": "SHA3-384",
  5111            "content": "cc66d2ef47b465d8b0001a8d5cbea5062c3b13f38abae4cad1a5a67a95c07d5a5ef33d32611a760cb236e51405c661c5"
  5112          },
  5113          {
  5114            "alg": "SHA3-512",
  5115            "content": "5fcd43b4371b475d26792f1879b7626126eecd4920924dc89a919db26be51d6d40595dc67bdf0a8161dbd53fba4c82a4e4c139d93bd8459801ca800a886643c9"
  5116          }
  5117        ],
  5118        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5119        "purl": "pkg:maven/com.google.zxing/javase@3.4.0?type=jar",
  5120        "externalReferences": [
  5121          {
  5122            "type": "distribution",
  5123            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5124          },
  5125          {
  5126            "type": "issue-tracker",
  5127            "url": "https://github.com/zxing/zxing/issues"
  5128          },
  5129          {
  5130            "type": "mailing-list",
  5131            "url": "https://groups.google.com/forum/?fromgroups#!forum/zxing"
  5132          },
  5133          {
  5134            "type": "vcs",
  5135            "url": "https://github.com/zxing/zxing"
  5136          }
  5137        ]
  5138      },
  5139      {
  5140        "type": "library",
  5141        "bom-ref": "pkg:maven/com.google.zxing/core@3.4.0?type=jar",
  5142        "group": "com.google.zxing",
  5143        "name": "core",
  5144        "version": "3.4.0",
  5145        "description": "Core barcode encoding/decoding library",
  5146        "hashes": [
  5147          {
  5148            "alg": "MD5",
  5149            "content": "8542da29497cf33e80d7630e62d58a81"
  5150          },
  5151          {
  5152            "alg": "SHA-1",
  5153            "content": "5264296c46634347890ec9250bc65f14b7362bf8"
  5154          },
  5155          {
  5156            "alg": "SHA-256",
  5157            "content": "65004806a669234c698fbe0755258100375fb01fe93b538455f3903713d4a50d"
  5158          },
  5159          {
  5160            "alg": "SHA-384",
  5161            "content": "4f56b43a60a8cd0dc2ead36f19be430637f6c5f472382ba8ba4fcd05619803c94c09c52249e94de0fb12cb11257d99c6"
  5162          },
  5163          {
  5164            "alg": "SHA-512",
  5165            "content": "ef2282831978d84825fe27008203255f1e4faf416bf6b07d4ac5dd5d9841ab386ad66f09e954704438548868a8e6965032be181f9ed5c04878dcd9012d347dfd"
  5166          },
  5167          {
  5168            "alg": "SHA3-256",
  5169            "content": "641dd579778cd07980647833d55ad54c1a8d4dfe9c490fb978043473e840a7c8"
  5170          },
  5171          {
  5172            "alg": "SHA3-384",
  5173            "content": "99f5382be2aa4c2feb1e3d8101fe2d0632c986884abd1c135c462f8a6cc7d20f0ee112a5321942dc094b084dd4c42e3a"
  5174          },
  5175          {
  5176            "alg": "SHA3-512",
  5177            "content": "8470d1fb185f0320bce402fb7ab7ecc1d7b2a4ef96a2e5caf007cb1b3096eeb855ef2f2c6908caf40a630217f7bd2ee393a0959a0635ccf61fefd866eca18ccd"
  5178          }
  5179        ],
  5180        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5181        "purl": "pkg:maven/com.google.zxing/core@3.4.0?type=jar",
  5182        "externalReferences": [
  5183          {
  5184            "type": "distribution",
  5185            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5186          },
  5187          {
  5188            "type": "issue-tracker",
  5189            "url": "https://github.com/zxing/zxing/issues"
  5190          },
  5191          {
  5192            "type": "mailing-list",
  5193            "url": "https://groups.google.com/forum/?fromgroups#!forum/zxing"
  5194          },
  5195          {
  5196            "type": "vcs",
  5197            "url": "https://github.com/zxing/zxing"
  5198          }
  5199        ]
  5200      },
  5201      {
  5202        "type": "library",
  5203        "bom-ref": "pkg:maven/com.github.jai-imageio/jai-imageio-core@1.4.0?type=jar",
  5204        "publisher": "jai-imageio GitHub group",
  5205        "group": "com.github.jai-imageio",
  5206        "name": "jai-imageio-core",
  5207        "version": "1.4.0",
  5208        "description": "Java Advanced Imaging Image I/O Tools API core, but without the classes involved with javax.media.jai dependencies, JPEG2000 or codecLibJIIO, meaning that this library can be distributed under the modified BSD license and should be GPL compatible.",
  5209        "hashes": [
  5210          {
  5211            "alg": "MD5",
  5212            "content": "6978d733bfb55c0a82639f724fe5f3bb"
  5213          },
  5214          {
  5215            "alg": "SHA-1",
  5216            "content": "fb6d79b929556362a241b2f65a04e538062f0077"
  5217          },
  5218          {
  5219            "alg": "SHA-256",
  5220            "content": "8ad3c68e9efffb10ac87ff8bc589adf64b04a729c5194c079efd0643607fd72a"
  5221          },
  5222          {
  5223            "alg": "SHA-384",
  5224            "content": "abfb07fec06128894a0b8f59f9c98acde24721d776c82609c587f3ae1a4a124a0ac88e532244241edacd6fc7fc44b4e4"
  5225          },
  5226          {
  5227            "alg": "SHA-512",
  5228            "content": "5fb01617717fdc6db514fe6da2b253c3d925326190a8ba101941f29bff6e3c147e6216c501ca66b4d4051d213b1c05fadb3707563782bfcc5674357338786c01"
  5229          },
  5230          {
  5231            "alg": "SHA3-256",
  5232            "content": "bfa5a77a8af9e45843dff421e3fba2b433966675ad00fed54958bc3abdfef1d8"
  5233          },
  5234          {
  5235            "alg": "SHA3-384",
  5236            "content": "d1f54a3a9c259dfc8d724365bc7a26a03512b8585dfce02d3a3c8d47a1b23e9c495862846c896eb1202fe2611a3cb989"
  5237          },
  5238          {
  5239            "alg": "SHA3-512",
  5240            "content": "b7a52696c362e73dba1aa0e82437f1b15a5463b887e18866d0925b0360a56a0980fc4b538e5c85767bc3bd4afc3d642c5355b6d681aaccea5837d5b726409d3f"
  5241          }
  5242        ],
  5243        "licenses": [{"license": {"name": "BSD 3-clause License w/nuclear disclaimer"}}],
  5244        "purl": "pkg:maven/com.github.jai-imageio/jai-imageio-core@1.4.0?type=jar",
  5245        "externalReferences": [
  5246          {
  5247            "type": "website",
  5248            "url": "https://github.com/jai-imageio/"
  5249          },
  5250          {
  5251            "type": "distribution",
  5252            "url": "https://api.bintray.com/maven/jai-imageio/maven/jai-imageio-core-standalone"
  5253          },
  5254          {
  5255            "type": "issue-tracker",
  5256            "url": "https://github.com/jai-imageio/jai-imageio-core/issues"
  5257          },
  5258          {
  5259            "type": "vcs",
  5260            "url": "https://github.com/jai-imageio/jai-imageio-core/"
  5261          }
  5262        ]
  5263      },
  5264      {
  5265        "type": "library",
  5266        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
  5267        "publisher": "JBoss by Red Hat",
  5268        "group": "org.keycloak",
  5269        "name": "keycloak-saml-core",
  5270        "version": "10.0.2",
  5271        "description": "",
  5272        "hashes": [
  5273          {
  5274            "alg": "MD5",
  5275            "content": "9c37afe3f6ae2b4fe8ce0f2808cf64a6"
  5276          },
  5277          {
  5278            "alg": "SHA-1",
  5279            "content": "380e0ab2baaea7ba7bc62d3f62f967bd2151052c"
  5280          },
  5281          {
  5282            "alg": "SHA-256",
  5283            "content": "9b5485378bc9d52efd6f10ab1cddf50be44b89e3acea3e622cd5c865744436b5"
  5284          },
  5285          {
  5286            "alg": "SHA-384",
  5287            "content": "d947bde82f9e2c12ab056d8775419418b00188443a12901c20167fa03dfc0969bc6aa9c510285aa0ab3e7d2ed061cda8"
  5288          },
  5289          {
  5290            "alg": "SHA-512",
  5291            "content": "94abc99158358efdfe48c92940d8db1cbd9ae3a4f67e6df6de41ab03615843bdf7f24e05dfcf2332a7fa464715a3eeddfb021fb38989d9e5e3aacaacdb4fb083"
  5292          },
  5293          {
  5294            "alg": "SHA3-256",
  5295            "content": "bc0fec0ba1ecd0f5d05139d18d990cfff176e9d45200e7c9ad3eeebc657ebced"
  5296          },
  5297          {
  5298            "alg": "SHA3-384",
  5299            "content": "5e3ab9b57eec1c64d161337c7d4effd67730718b60bcb0dbbd00bb95c875536b5bb909dc79c9488e3e910c8ede7bd0d0"
  5300          },
  5301          {
  5302            "alg": "SHA3-512",
  5303            "content": "5af025af035bedfca34cc203b81e06416bf981cc5afcb290d91d98f771665a852aefb7e8bf14162a20e1d78ccc828798ba1cf4ae5fe76956d2aecdad681f5acc"
  5304          }
  5305        ],
  5306        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5307        "purl": "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
  5308        "externalReferences": [
  5309          {
  5310            "type": "distribution",
  5311            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  5312          },
  5313          {
  5314            "type": "issue-tracker",
  5315            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  5316          },
  5317          {
  5318            "type": "vcs",
  5319            "url": "https://github.com/keycloak/keycloak/tree/master/"
  5320          },
  5321          {
  5322            "type": "website",
  5323            "url": "http://www.jboss.org"
  5324          },
  5325          {
  5326            "type": "mailing-list",
  5327            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  5328          }
  5329        ]
  5330      },
  5331      {
  5332        "type": "library",
  5333        "bom-ref": "pkg:maven/com.openshift/openshift-restclient-java@8.0.0.Final?type=jar",
  5334        "publisher": "Red Hat, Inc",
  5335        "group": "com.openshift",
  5336        "name": "openshift-restclient-java",
  5337        "version": "8.0.0.Final",
  5338        "description": "OpenShift Java Client",
  5339        "hashes": [
  5340          {
  5341            "alg": "MD5",
  5342            "content": "217c1bf5209062ed6e1cbfea0666d384"
  5343          },
  5344          {
  5345            "alg": "SHA-1",
  5346            "content": "67b7505c4568d87d1d456c126b3b612bc2febe02"
  5347          },
  5348          {
  5349            "alg": "SHA-256",
  5350            "content": "11fddc6e49a64c67fb56908f7257cba9732576ccf85b7ca56ee56b89f205256f"
  5351          },
  5352          {
  5353            "alg": "SHA-384",
  5354            "content": "fc3b293c5022d8c8a7603edeec86486f4d22e540d669096f990edea61ce2e9c46228650e5fc522d0f5bb890846e98718"
  5355          },
  5356          {
  5357            "alg": "SHA-512",
  5358            "content": "ca8b786ea98f8aef89012a9813d961123a44b8a6d4894b92f99f93ef069f95aeecd3ee83e238cdf6392db22e5e06db94bcd9568e6de09f00ebb77380c521b7bd"
  5359          },
  5360          {
  5361            "alg": "SHA3-256",
  5362            "content": "3115d186f536176a8bf1ead1e6e413d55ab436d49e7451f1193d302c7ffe1cdf"
  5363          },
  5364          {
  5365            "alg": "SHA3-384",
  5366            "content": "339f316f3b6f441f7922deca4e5e3045a93525fdb37975dc7ddf32f03e0eaede2801f11d009188493f540f4ca08de6b8"
  5367          },
  5368          {
  5369            "alg": "SHA3-512",
  5370            "content": "2731753a534139f618f1a8bf464b9f66b553ae69fbb940f7e2877437a068f6ca196e806845ac2ae2c2662adb5c90db59d081553a7ac2a7c57a2ad1b1a96d218f"
  5371          }
  5372        ],
  5373        "licenses": [{"license": {"id": "EPL-1.0"}}],
  5374        "purl": "pkg:maven/com.openshift/openshift-restclient-java@8.0.0.Final?type=jar",
  5375        "externalReferences": [
  5376          {
  5377            "type": "website",
  5378            "url": "http://www.redhat.com"
  5379          },
  5380          {
  5381            "type": "issue-tracker",
  5382            "url": "https://issues.jboss.org/browse/OSJC"
  5383          },
  5384          {
  5385            "type": "vcs",
  5386            "url": "https://github.com/openshift/openshift-restclient-java"
  5387          },
  5388          {
  5389            "type": "mailing-list",
  5390            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  5391          }
  5392        ]
  5393      },
  5394      {
  5395        "type": "library",
  5396        "bom-ref": "pkg:maven/com.squareup.okhttp3/okhttp@3.14.2?type=jar",
  5397        "group": "com.squareup.okhttp3",
  5398        "name": "okhttp",
  5399        "version": "3.14.2",
  5400        "description": "An HTTP+HTTP/2 client for Android and Java applications",
  5401        "hashes": [
  5402          {
  5403            "alg": "MD5",
  5404            "content": "be13024433302ad7256633e59f13a68a"
  5405          },
  5406          {
  5407            "alg": "SHA-1",
  5408            "content": "eaed79ed6bc1e14fad462172b6a09524545b165c"
  5409          },
  5410          {
  5411            "alg": "SHA-256",
  5412            "content": "97d8a4ead88b36100ccbf265835dd6a79d3b80f215b03162370875d4628ed2bf"
  5413          },
  5414          {
  5415            "alg": "SHA-384",
  5416            "content": "4fa797d5f944d21c071437585406f4efd3a482af3239392c75f17f417b34f0840a8a986f910dfeeaeb87ea2cdaef321f"
  5417          },
  5418          {
  5419            "alg": "SHA-512",
  5420            "content": "04d9ab31c6815552d2514e5134fd9b0c8ec3f1cd4fa1b3ab01e253737dc2d66e9ab8ce580488fd375238932e4f20aa3f6b08de7d937e81924cfa33a3b3e44054"
  5421          },
  5422          {
  5423            "alg": "SHA3-256",
  5424            "content": "279a4972bf97899d613504ddb69150583ce5228129768cb536661d64fefa2d54"
  5425          },
  5426          {
  5427            "alg": "SHA3-384",
  5428            "content": "45fe5d7a525ef458bf90b51e510a8b5011dd2395ae160c183d2eebf85dcd4d9f776f6fe4148463f70ed76a5b002f9982"
  5429          },
  5430          {
  5431            "alg": "SHA3-512",
  5432            "content": "e8cdaae16f88417a2acba882ef012136764ab92e5253807b8ab07b8b026837164d99c3d0879a5286401c2b314951a7b4d419073f79c249636f29825bcd50efa9"
  5433          }
  5434        ],
  5435        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5436        "purl": "pkg:maven/com.squareup.okhttp3/okhttp@3.14.2?type=jar",
  5437        "externalReferences": [
  5438          {
  5439            "type": "issue-tracker",
  5440            "url": "https://github.com/square/okhttp/issues"
  5441          },
  5442          {
  5443            "type": "vcs",
  5444            "url": "https://github.com/square/okhttp/"
  5445          },
  5446          {
  5447            "type": "distribution",
  5448            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5449          }
  5450        ]
  5451      },
  5452      {
  5453        "type": "library",
  5454        "bom-ref": "pkg:maven/com.squareup.okio/okio@1.17.2?type=jar",
  5455        "group": "com.squareup.okio",
  5456        "name": "okio",
  5457        "version": "1.17.2",
  5458        "description": "A modern I/O API for Java",
  5459        "hashes": [
  5460          {
  5461            "alg": "MD5",
  5462            "content": "54a6a8979bd8e64e1fbf21d511654737"
  5463          },
  5464          {
  5465            "alg": "SHA-1",
  5466            "content": "78c7820b205002da4d2d137f6f312bd64b3d6049"
  5467          },
  5468          {
  5469            "alg": "SHA-256",
  5470            "content": "f80ce42d2ffac47ad4c47e1d6f980d604d247ceb1a886705cf4581ab0c9fe2b8"
  5471          },
  5472          {
  5473            "alg": "SHA-384",
  5474            "content": "98a16e221860faf4ae809743fbc956614aa32b0d78b35703d8ceb78c42a42e9afe7f1b3c8c9df5c63b9ee6e0fcfcd98c"
  5475          },
  5476          {
  5477            "alg": "SHA-512",
  5478            "content": "3ad9127705ad00962b96a10d134a06378a3ef5558b0c5955ace54e15a771027a11503981a8dcf0959fb806d35ba8da9b12282a5a2f3d6dd7c71266120a4e0b4d"
  5479          },
  5480          {
  5481            "alg": "SHA3-256",
  5482            "content": "6fb3af2f7a46a6897f4ebe343cc6aa5ad97a3c74d943129c393671ffb686f7ed"
  5483          },
  5484          {
  5485            "alg": "SHA3-384",
  5486            "content": "1118bb002f8389c4fb0829b8a7151aab2b2f99197f5987cb6b760afc7503be39e544e92e272fddbbaf6dd292fe2cb54d"
  5487          },
  5488          {
  5489            "alg": "SHA3-512",
  5490            "content": "121da9911e31293293aac0012fe2fcd665971a62f633df4dbb0ac5e5e87ee384827e5d440cb7e6d9817ad0a0730d25934ab00dd7b97a04ea013f68565797fc60"
  5491          }
  5492        ],
  5493        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5494        "purl": "pkg:maven/com.squareup.okio/okio@1.17.2?type=jar",
  5495        "externalReferences": [
  5496          {
  5497            "type": "issue-tracker",
  5498            "url": "https://github.com/square/okio/issues"
  5499          },
  5500          {
  5501            "type": "vcs",
  5502            "url": "https://github.com/square/okio/"
  5503          },
  5504          {
  5505            "type": "distribution",
  5506            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5507          }
  5508        ]
  5509      },
  5510      {
  5511        "type": "library",
  5512        "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.14?type=jar",
  5513        "group": "org.yaml",
  5514        "name": "snakeyaml",
  5515        "version": "1.14",
  5516        "description": "YAML 1.1 parser and emitter for Java",
  5517        "hashes": [
  5518          {
  5519            "alg": "MD5",
  5520            "content": "1dd614fe1f1d9b6b5ef0fd2c1857e659"
  5521          },
  5522          {
  5523            "alg": "SHA-1",
  5524            "content": "c2df91929ed06a25001939929bff5120e0ea3fd4"
  5525          },
  5526          {
  5527            "alg": "SHA-256",
  5528            "content": "39ac5c033b2b4f7cf63d67ecaea53a6219c316a3bb7fc1b78d5b72573977e5d3"
  5529          },
  5530          {
  5531            "alg": "SHA-384",
  5532            "content": "906abca377946855a14b7368c90be355b69bfea872f0ca5c9bf3170b7570976daa5132820c95b17d229b0cef0a13d001"
  5533          },
  5534          {
  5535            "alg": "SHA-512",
  5536            "content": "6c989f07e79526e71ba60515c68a8fe0ed1964b2e861565169e7e23f989ad4635f7b9f45f194d6f0ae6c8c686ae6433796a6df1671c3733639babeb0d2a30ef5"
  5537          },
  5538          {
  5539            "alg": "SHA3-256",
  5540            "content": "311513e43a56a1ec9d6c648fca84691887627bb362f0b3f6f5e9426250c426bd"
  5541          },
  5542          {
  5543            "alg": "SHA3-384",
  5544            "content": "92bd625756bd442e10acbe81c77862e8ea3d5be66320ae70d2f9c9733de8e0085aafae62b393c88e831227954d0bea3d"
  5545          },
  5546          {
  5547            "alg": "SHA3-512",
  5548            "content": "89e2412c1da3eeee7ec4b8ca7297e664c5f014c95caf3230c7d079e8a2277fa1c425a4bad417bb2deed2d96d0e5a0597c8263972b7630acf393720e7077780c1"
  5549          }
  5550        ],
  5551        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5552        "purl": "pkg:maven/org.yaml/snakeyaml@1.14?type=jar",
  5553        "externalReferences": [
  5554          {
  5555            "type": "distribution",
  5556            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  5557          },
  5558          {
  5559            "type": "issue-tracker",
  5560            "url": "http://code.google.com/p/snakeyaml/issues/list"
  5561          },
  5562          {
  5563            "type": "vcs",
  5564            "url": "http://code.google.com/p/snakeyaml/source/browse/"
  5565          }
  5566        ]
  5567      },
  5568      {
  5569        "type": "library",
  5570        "bom-ref": "pkg:maven/org.jboss/jboss-dmr@1.5.0.Final?type=jar",
  5571        "publisher": "JBoss by Red Hat",
  5572        "group": "org.jboss",
  5573        "name": "jboss-dmr",
  5574        "version": "1.5.0.Final",
  5575        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
  5576        "hashes": [
  5577          {
  5578            "alg": "MD5",
  5579            "content": "597af8c7b37a672708d72655572268bc"
  5580          },
  5581          {
  5582            "alg": "SHA-1",
  5583            "content": "99bff2167539a969f3d20d2633ad49d16322e39b"
  5584          },
  5585          {
  5586            "alg": "SHA-256",
  5587            "content": "cbbe302464ff99bc0656be2343958f3eb7a4ffc575e03bb7399fccbb327be6c5"
  5588          },
  5589          {
  5590            "alg": "SHA-384",
  5591            "content": "58c62ab28e83c4dac8992b903f31b5184ec3723b17f34d0f298e068af6a1af43003d7b9f971fd37c44771cd5bf8a65f9"
  5592          },
  5593          {
  5594            "alg": "SHA-512",
  5595            "content": "eab307f1b89096199f4ae9ffa958d181ff3e91bae8630e9146c207840c52cbdf316f97d181a1bfdaf59b5d67bc72cc1b36fb3fa1e153ba4a929e8df70640e43a"
  5596          },
  5597          {
  5598            "alg": "SHA3-256",
  5599            "content": "5199700e3664fa3b5fba144faccd173ae9c952642ec907188594b500f7f7051a"
  5600          },
  5601          {
  5602            "alg": "SHA3-384",
  5603            "content": "6440cc4064fd1ccd5e2928da727878bb240e1e287105535e557dd055b0ca2489e27e40fc0c81f86936ab6a842076bab8"
  5604          },
  5605          {
  5606            "alg": "SHA3-512",
  5607            "content": "f8de9724a606186a2ea958aafdc875bba12547241576abf9b9e256a795439fd22bd38575765aefb02625e80b049a11e8423e097e4e42c9dbbd11b95d4e418650"
  5608          }
  5609        ],
  5610        "licenses": [
  5611          {"license": {
  5612            "id": "LGPL-2.1",
  5613            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
  5614          }},
  5615          {"license": {
  5616            "id": "Apache-2.0",
  5617            "url": "http://www.apache.org/licenses/LICENSE-2.0"
  5618          }}
  5619        ],
  5620        "purl": "pkg:maven/org.jboss/jboss-dmr@1.5.0.Final?type=jar",
  5621        "externalReferences": [
  5622          {
  5623            "type": "website",
  5624            "url": "http://www.jboss.org"
  5625          },
  5626          {
  5627            "type": "issue-tracker",
  5628            "url": "https://issues.jboss.org/"
  5629          },
  5630          {
  5631            "type": "mailing-list",
  5632            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  5633          },
  5634          {
  5635            "type": "vcs",
  5636            "url": "http://github.com/jboss/jboss-parent-pom"
  5637          }
  5638        ]
  5639      },
  5640      {
  5641        "type": "library",
  5642        "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.18?type=jar",
  5643        "publisher": "The Apache Software Foundation",
  5644        "group": "org.apache.commons",
  5645        "name": "commons-compress",
  5646        "version": "1.18",
  5647        "description": "Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.",
  5648        "hashes": [
  5649          {
  5650            "alg": "MD5",
  5651            "content": "bcbecfff4bdb0d3d0cdead3d995da2ef"
  5652          },
  5653          {
  5654            "alg": "SHA-1",
  5655            "content": "1191f9f2bc0c47a8cce69193feb1ff0a8bcb37d5"
  5656          },
  5657          {
  5658            "alg": "SHA-256",
  5659            "content": "5f2df1e467825e4cac5996d44890c4201c000b43c0b23cffc0782d28a0beb9b0"
  5660          },
  5661          {
  5662            "alg": "SHA-384",
  5663            "content": "2261c4304563863121afde31f81e6d8b931ef1a30ea0c41f0460910166e724044a8799cfb68f7c3649ad938d4d58b26e"
  5664          },
  5665          {
  5666            "alg": "SHA-512",
  5667            "content": "cb581df3820fdfa810826f00be2aee1b7e551de8363ed6d8d712098e545d61cd9c903f057f7bbdf5af6bacfd314754a13ff9694b44f848df0de51239f01805fb"
  5668          },
  5669          {
  5670            "alg": "SHA3-256",
  5671            "content": "2d7e02fc0f9321f2f09f36351d44d44966ce2fa7ff31acf1fd86aeeb57d282fc"
  5672          },
  5673          {
  5674            "alg": "SHA3-384",
  5675            "content": "d4390540b74f497469794703bf84fdfed77f269f530e5491fce47c534acb18aecdc079ee3b762a7b6df654b5be074771"
  5676          },
  5677          {
  5678            "alg": "SHA3-512",
  5679            "content": "ffdd0cc08a7b25acb366083905272eb76a5f191d073a2773c538a8ecd1f3ec855d49d110da6a8929d49b8e49cd2169c8d397b4e88a8775fa5b11b66b95250bf5"
  5680          }
  5681        ],
  5682        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5683        "purl": "pkg:maven/org.apache.commons/commons-compress@1.18?type=jar",
  5684        "externalReferences": [
  5685          {
  5686            "type": "issue-tracker",
  5687            "url": "https://issues.apache.org/jira/browse/COMPRESS"
  5688          },
  5689          {
  5690            "type": "vcs",
  5691            "url": "https://git-wip-us.apache.org/repos/asf?p=commons-compress.git"
  5692          },
  5693          {
  5694            "type": "build-system",
  5695            "url": "https://builds.apache.org/"
  5696          },
  5697          {
  5698            "type": "mailing-list",
  5699            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  5700          },
  5701          {
  5702            "type": "website",
  5703            "url": "https://www.apache.org/"
  5704          },
  5705          {
  5706            "type": "distribution",
  5707            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  5708          }
  5709        ]
  5710      },
  5711      {
  5712        "type": "library",
  5713        "bom-ref": "pkg:maven/commons-codec/commons-codec@1.6?type=jar",
  5714        "publisher": "The Apache Software Foundation",
  5715        "group": "commons-codec",
  5716        "name": "commons-codec",
  5717        "version": "1.6",
  5718        "description": "The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
  5719        "hashes": [
  5720          {
  5721            "alg": "MD5",
  5722            "content": "5970f54883b4831b24b97f1125ba27e6"
  5723          },
  5724          {
  5725            "alg": "SHA-1",
  5726            "content": "b7f0fc8f61ecadeb3695f0b9464755eee44374d4"
  5727          },
  5728          {
  5729            "alg": "SHA-256",
  5730            "content": "54b34e941b8e1414bd3e40d736efd3481772dc26db3296f6aa45cec9f6203d86"
  5731          },
  5732          {
  5733            "alg": "SHA-384",
  5734            "content": "69530856e712c83ea92056ad23fa14424e83507ff4935ce74b7595ad71f53b56a6b049b4a6f1fc6408541da1095097b9"
  5735          },
  5736          {
  5737            "alg": "SHA-512",
  5738            "content": "752fca09371e0e228432155533a9b84f0442cafd7f25ebf0c6c2024d541fbba80882e71aee047ec94cd22c0d8114942e967652913412f5cbcf9b816c0e1fc1ad"
  5739          },
  5740          {
  5741            "alg": "SHA3-256",
  5742            "content": "ed370dd5c111fae7441e0f415c5c494951c2cc0c453dad41a709289510f5e668"
  5743          },
  5744          {
  5745            "alg": "SHA3-384",
  5746            "content": "e1507b909334cc1abee64b539017ecefa9780c8c426d9ccb97b9efe84776eda980f415aacd7fa9a4c1bdd618b7733466"
  5747          },
  5748          {
  5749            "alg": "SHA3-512",
  5750            "content": "25d370d8d933cc8af51070a11b730da721b3e5e9bd8f975e13a3f67d49a30cdde5b93e8565b6cb8d1dd52ce4c0b0f6f0bcd9f369a3f51c4330b7a4288c7322b7"
  5751          }
  5752        ],
  5753        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5754        "purl": "pkg:maven/commons-codec/commons-codec@1.6?type=jar",
  5755        "externalReferences": [
  5756          {
  5757            "type": "issue-tracker",
  5758            "url": "http://issues.apache.org/jira/browse/CODEC"
  5759          },
  5760          {
  5761            "type": "vcs",
  5762            "url": "http://svn.apache.org/viewvc/commons/proper/codec/trunk"
  5763          },
  5764          {
  5765            "type": "build-system",
  5766            "url": "http://vmbuild.apache.org/continuum/"
  5767          },
  5768          {
  5769            "type": "mailing-list",
  5770            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  5771          },
  5772          {
  5773            "type": "website",
  5774            "url": "http://www.apache.org/"
  5775          },
  5776          {
  5777            "type": "distribution",
  5778            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  5779          }
  5780        ]
  5781      },
  5782      {
  5783        "type": "library",
  5784        "bom-ref": "pkg:maven/commons-lang/commons-lang@2.6?type=jar",
  5785        "publisher": "The Apache Software Foundation",
  5786        "group": "commons-lang",
  5787        "name": "commons-lang",
  5788        "version": "2.6",
  5789        "description": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.",
  5790        "hashes": [
  5791          {
  5792            "alg": "MD5",
  5793            "content": "4d5c1693079575b362edf41500630bbd"
  5794          },
  5795          {
  5796            "alg": "SHA-1",
  5797            "content": "0ce1edb914c94ebc388f086c6827e8bdeec71ac2"
  5798          },
  5799          {
  5800            "alg": "SHA-256",
  5801            "content": "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c"
  5802          },
  5803          {
  5804            "alg": "SHA-384",
  5805            "content": "9725bc421adc1dbcd6f937eca0f3075d186a2b353ece4cef66b0fe81bb8d3f7d7641c43e86d657ef526c719f0c2a8c90"
  5806          },
  5807          {
  5808            "alg": "SHA-512",
  5809            "content": "4a5a3dbe4941c645e2cca068cca5c1882cfe988b02e7cd981d1e51784900767d1deab0e0e0566f559c9fcabb4a180e436d5bb948902d4f4106f37360466afb42"
  5810          },
  5811          {
  5812            "alg": "SHA3-256",
  5813            "content": "b68d49ef037d428ea0c3e67a7a20f3d68a134bef30a1639ec08d28886b9f5629"
  5814          },
  5815          {
  5816            "alg": "SHA3-384",
  5817            "content": "4bc4eaaf2580ded6d552b96ae5261c936de95f69a1d137c47279c51bf2aa1406ae44f69ccc94486267b8441e53c4bd74"
  5818          },
  5819          {
  5820            "alg": "SHA3-512",
  5821            "content": "2e9ffc0608827cffc0b48b7a0f35d371c66586c99fea2910f7c2a237c7c57d9ae4d65de7c8e018362c2e4f963c2f70a9196cebf35457f1dd0cea6c65c256f673"
  5822          }
  5823        ],
  5824        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5825        "purl": "pkg:maven/commons-lang/commons-lang@2.6?type=jar",
  5826        "externalReferences": [
  5827          {
  5828            "type": "issue-tracker",
  5829            "url": "http://issues.apache.org/jira/browse/LANG"
  5830          },
  5831          {
  5832            "type": "vcs",
  5833            "url": "http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X"
  5834          },
  5835          {
  5836            "type": "build-system",
  5837            "url": "http://vmbuild.apache.org/continuum/"
  5838          },
  5839          {
  5840            "type": "mailing-list",
  5841            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
  5842          },
  5843          {
  5844            "type": "website",
  5845            "url": "http://www.apache.org/"
  5846          },
  5847          {
  5848            "type": "distribution",
  5849            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  5850          }
  5851        ]
  5852      },
  5853      {
  5854        "type": "library",
  5855        "bom-ref": "pkg:maven/com.webauthn4j/webauthn4j-core@0.10.2.RELEASE?type=jar",
  5856        "group": "com.webauthn4j",
  5857        "name": "webauthn4j-core",
  5858        "version": "0.10.2.RELEASE",
  5859        "description": "WebAuthn4J Core library",
  5860        "hashes": [
  5861          {
  5862            "alg": "MD5",
  5863            "content": "f731c44f8e844fe6a126380a28815eea"
  5864          },
  5865          {
  5866            "alg": "SHA-1",
  5867            "content": "9d91779facdda9958a0a8ec31952fdebc9c9775e"
  5868          },
  5869          {
  5870            "alg": "SHA-256",
  5871            "content": "4cb43ab75667696e812f0cd060c0f5d8ce5cb73867277e268d4452452d8709de"
  5872          },
  5873          {
  5874            "alg": "SHA-384",
  5875            "content": "c4143e9fff25dd6961617990e74d1cf08d9e791b43f62433acb1b512647574c8c2d2e644d66360a7c55fc07cf680328e"
  5876          },
  5877          {
  5878            "alg": "SHA-512",
  5879            "content": "dee1a116c20b2ea198bc289f3f8476cedeac27eb09846729e360fbadc40087796c74665caeb04d37f46630434fa9bb2b321481dd45179df055992e9d389c961f"
  5880          },
  5881          {
  5882            "alg": "SHA3-256",
  5883            "content": "17e28795ba6b455eac2500bde29c1e1a21febcbf122e4832774805a294c6e1d0"
  5884          },
  5885          {
  5886            "alg": "SHA3-384",
  5887            "content": "44b2034740f5167ba0de85d34cd8394f8cce1589a126e9664c03c22d8ee7ac9b48448696fa37240be926d92cff6e9402"
  5888          },
  5889          {
  5890            "alg": "SHA3-512",
  5891            "content": "2d33292896a2dd5dc986b24412d7d9aa400c4dcb12193f3f15b7bfe48d090ff7c2c3ed1ae0bbd9ec8dcd4ba0b6a0e9ba4db24516bc77dc31f6297faaec529d70"
  5892          }
  5893        ],
  5894        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5895        "purl": "pkg:maven/com.webauthn4j/webauthn4j-core@0.10.2.RELEASE?type=jar",
  5896        "externalReferences": [{
  5897          "type": "vcs",
  5898          "url": "https://github.com/webauthn4j/webauthn4j"
  5899        }]
  5900      },
  5901      {
  5902        "type": "library",
  5903        "bom-ref": "pkg:maven/com.webauthn4j/webauthn4j-util@0.10.2.RELEASE?type=jar",
  5904        "group": "com.webauthn4j",
  5905        "name": "webauthn4j-util",
  5906        "version": "0.10.2.RELEASE",
  5907        "description": "Package that contains utility classes for WebAuthn4J",
  5908        "hashes": [
  5909          {
  5910            "alg": "MD5",
  5911            "content": "5b37dc7b4e9e34b114f465edc51cb614"
  5912          },
  5913          {
  5914            "alg": "SHA-1",
  5915            "content": "05b0b918875fdee97f3fc4172c54120efd8e24ca"
  5916          },
  5917          {
  5918            "alg": "SHA-256",
  5919            "content": "d96e7855edbedf4dfe343eb6c88e5b951ed25224baf92da9fe1aad709c3d9e78"
  5920          },
  5921          {
  5922            "alg": "SHA-384",
  5923            "content": "6be8cd5ba9a7a9a93fdf1d78861cec99bc96df64984e5cbcf4a3acdcc2bf963fe0438bfad8cdf9ef04a4ce8166c8481e"
  5924          },
  5925          {
  5926            "alg": "SHA-512",
  5927            "content": "4337c64ca24a3ee9d245ab02344765d48d099eb940ca91b0f2f1ed71422272203afc72ffac7cb91f99f12697189122552ed41e1beb4fdb409329a2aa137b00a0"
  5928          },
  5929          {
  5930            "alg": "SHA3-256",
  5931            "content": "4c3739728e4a42fa9995f27e2b8c4aa5ed4bb1a154e4b8acf7463fe7dc98cfe1"
  5932          },
  5933          {
  5934            "alg": "SHA3-384",
  5935            "content": "fbe5051541cddedf0e427a8a905aa52fec42e93f9eea73ddd443d1dfeab486cbc0b97ca73df53e01c621d781f35f5b84"
  5936          },
  5937          {
  5938            "alg": "SHA3-512",
  5939            "content": "2dadb2e09906624fd76486ffc534612b60cd8132d7a4d22133a95531aefefe33210f34ef52cd4a72a836262d8493824c6b94153263b45502bf80bece4cf0d58f"
  5940          }
  5941        ],
  5942        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5943        "purl": "pkg:maven/com.webauthn4j/webauthn4j-util@0.10.2.RELEASE?type=jar",
  5944        "externalReferences": [{
  5945          "type": "vcs",
  5946          "url": "https://github.com/webauthn4j/webauthn4j"
  5947        }]
  5948      },
  5949      {
  5950        "type": "library",
  5951        "bom-ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.10.1?type=jar",
  5952        "publisher": "FasterXML",
  5953        "group": "com.fasterxml.jackson.dataformat",
  5954        "name": "jackson-dataformat-cbor",
  5955        "version": "2.10.1",
  5956        "description": "Support for reading and writing Concise Binary Object Representation ([CBOR](https://www.rfc-editor.org/info/rfc7049) encoded data using Jackson abstractions (streaming API, data binding, tree model)",
  5957        "hashes": [
  5958          {
  5959            "alg": "MD5",
  5960            "content": "2ba1ea49d464c33c7e69aefebcf3531a"
  5961          },
  5962          {
  5963            "alg": "SHA-1",
  5964            "content": "a4d8d386ed39da2541eed60d81c7c695b37d8e94"
  5965          },
  5966          {
  5967            "alg": "SHA-256",
  5968            "content": "aae063eb2300a101ef440278e4f218ed0695deca465a10f40a87b7c7757a894b"
  5969          },
  5970          {
  5971            "alg": "SHA-384",
  5972            "content": "f63ee4a7898d489854013b2ffb41ffc698a986948d49eca4b171930b553bce8af6a8b95172f8b82d03d72bf9f55edd5a"
  5973          },
  5974          {
  5975            "alg": "SHA-512",
  5976            "content": "9e781911f15dd4d1fba9b078ba03bd4723eefe692b43837a105f27eee9f9cd169e354e08c2613e400ab0d4323275e6437bbd1bade47e18597fbda8cab99aaa2e"
  5977          },
  5978          {
  5979            "alg": "SHA3-256",
  5980            "content": "23a1d398d4814a807b85307045a4cc609fe274fcdd3a3ed1382f24c09b46fa40"
  5981          },
  5982          {
  5983            "alg": "SHA3-384",
  5984            "content": "c32b28f391a2293ff534365a1fa57c0f32059a59881911effd5975a85f0477374d1a55ba8ae91d08404d7b6e2e738531"
  5985          },
  5986          {
  5987            "alg": "SHA3-512",
  5988            "content": "4adc776514773e0af20dec96ce2fc1675c5a4d0cf067828aba9ddc0e538f1c1ec29b3380b359a8c48073b72aa2146089a687a22fbff4e22cfc917000968283f9"
  5989          }
  5990        ],
  5991        "licenses": [{"license": {"id": "Apache-2.0"}}],
  5992        "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.10.1?type=jar",
  5993        "externalReferences": [
  5994          {
  5995            "type": "issue-tracker",
  5996            "url": "https://github.com/FasterXML/jackson-dataformats-binary/issues"
  5997          },
  5998          {
  5999            "type": "vcs",
  6000            "url": "http://github.com/FasterXML/jackson-dataformats-binary"
  6001          },
  6002          {
  6003            "type": "website",
  6004            "url": "http://fasterxml.com/"
  6005          },
  6006          {
  6007            "type": "distribution",
  6008            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  6009          }
  6010        ]
  6011      },
  6012      {
  6013        "type": "library",
  6014        "bom-ref": "pkg:maven/org.apache.kerby/kerby-asn1@2.0.0?type=jar",
  6015        "publisher": "The Apache Software Foundation",
  6016        "group": "org.apache.kerby",
  6017        "name": "kerby-asn1",
  6018        "version": "2.0.0",
  6019        "description": "Kerby ASN1 Project",
  6020        "hashes": [
  6021          {
  6022            "alg": "MD5",
  6023            "content": "3d2c16f559a233888891e4356bc4f024"
  6024          },
  6025          {
  6026            "alg": "SHA-1",
  6027            "content": "930c9b9165ca6912e35a848d6728bb7645b1d914"
  6028          },
  6029          {
  6030            "alg": "SHA-256",
  6031            "content": "21ebe84c5ad8c39f85ee3eaca853e084fd2ee8c3c9a00be990803a731af0a3c9"
  6032          },
  6033          {
  6034            "alg": "SHA-384",
  6035            "content": "305f6aea2d589d92603f668b0f6b11d0e1af89ad401ef8bdea4dcf8ea899b6df804eba47729a938b60a0a39d6fe01440"
  6036          },
  6037          {
  6038            "alg": "SHA-512",
  6039            "content": "614f8c176b68974f30df4b9fa742a3b86a8193f12df19140354eef143b17ec78c9487625d246d70ee109eace1abb9dc847fbe22eb9bf55754fc9bf7280804ab9"
  6040          },
  6041          {
  6042            "alg": "SHA3-256",
  6043            "content": "3f6cc45c03e9cd38f2cd7456bcbccf95f8c188b96b8cc44bc43d2622972d82ce"
  6044          },
  6045          {
  6046            "alg": "SHA3-384",
  6047            "content": "5aa9b0f5a3229749177ffefd37b51a897b7f9cdc90e62356f817607a415f8a71496a857d6aa45b006640a14574710859"
  6048          },
  6049          {
  6050            "alg": "SHA3-512",
  6051            "content": "2a80779dc30e17806cf8ebe475a9c767bb02d0204556316654d878d364aec2f5433a1bbd4a75716afc208f4426bceeafc3663e31181a62dcb3ddd74b510e1da3"
  6052          }
  6053        ],
  6054        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6055        "purl": "pkg:maven/org.apache.kerby/kerby-asn1@2.0.0?type=jar",
  6056        "externalReferences": [
  6057          {
  6058            "type": "vcs",
  6059            "url": "https://github.com/apache/directory-kerby"
  6060          },
  6061          {
  6062            "type": "website",
  6063            "url": "https://www.apache.org/"
  6064          },
  6065          {
  6066            "type": "distribution",
  6067            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  6068          },
  6069          {
  6070            "type": "mailing-list",
  6071            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
  6072          }
  6073        ]
  6074      },
  6075      {
  6076        "type": "library",
  6077        "bom-ref": "pkg:maven/org.keycloak/keycloak-services@10.0.2?type=jar",
  6078        "publisher": "JBoss by Red Hat",
  6079        "group": "org.keycloak",
  6080        "name": "keycloak-services",
  6081        "version": "10.0.2",
  6082        "description": "",
  6083        "hashes": [
  6084          {
  6085            "alg": "MD5",
  6086            "content": "4a89f697647cbda85d20ef6cc9c5b9bf"
  6087          },
  6088          {
  6089            "alg": "SHA-1",
  6090            "content": "10b72013cbae8c71595c726a0f310b4bc19d36f9"
  6091          },
  6092          {
  6093            "alg": "SHA-256",
  6094            "content": "d2262e6918a850ad563613caa3b8c965514627113ddc7139a1f12465e9d8dd29"
  6095          },
  6096          {
  6097            "alg": "SHA-384",
  6098            "content": "874a1357c8f5d2812b5ddbb3d292e393d452639ee9e76f83cc3d63db8eeb64b9d02ffc4efa3390a5a72b5f23f64872f4"
  6099          },
  6100          {
  6101            "alg": "SHA-512",
  6102            "content": "dfa8c68fe8367c3f0640c3237b4e478025fdf56e3b0db5f7d69533c035c092bd2b99791acee0ef588c36cb4100a348ca729505ef2597c9e7eb98b9c274457b4b"
  6103          },
  6104          {
  6105            "alg": "SHA3-256",
  6106            "content": "a5295c02f816a5af1efcafbad07984cd118d2995fd80bb34dd31943f5a9a095d"
  6107          },
  6108          {
  6109            "alg": "SHA3-384",
  6110            "content": "ed2717d5d9894b0e662604b83d5b456b93fcb73ace9969c82542891304f040293a4aa0e37fc611d0adf68c0aa1ecb270"
  6111          },
  6112          {
  6113            "alg": "SHA3-512",
  6114            "content": "c10a6ecb53d9e316432d019a3b462bb1053a07e659890f9004488bab99f032fcc1b685436066cb46bf706f00661ce8b1d2f1f49bae014371dabcd7349e69526c"
  6115          }
  6116        ],
  6117        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6118        "purl": "pkg:maven/org.keycloak/keycloak-services@10.0.2?type=jar",
  6119        "externalReferences": [
  6120          {
  6121            "type": "distribution",
  6122            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  6123          },
  6124          {
  6125            "type": "issue-tracker",
  6126            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  6127          },
  6128          {
  6129            "type": "vcs",
  6130            "url": "https://github.com/keycloak/keycloak/tree/master/"
  6131          },
  6132          {
  6133            "type": "website",
  6134            "url": "http://www.jboss.org"
  6135          },
  6136          {
  6137            "type": "mailing-list",
  6138            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  6139          }
  6140        ]
  6141      },
  6142      {
  6143        "type": "library",
  6144        "bom-ref": "pkg:maven/org.keycloak/keycloak-js-adapter@10.0.2?type=jar",
  6145        "publisher": "JBoss by Red Hat",
  6146        "group": "org.keycloak",
  6147        "name": "keycloak-js-adapter",
  6148        "version": "10.0.2",
  6149        "description": "",
  6150        "hashes": [
  6151          {
  6152            "alg": "MD5",
  6153            "content": "09a41993023d693fec11382f486251b7"
  6154          },
  6155          {
  6156            "alg": "SHA-1",
  6157            "content": "c700c3e947bf60b119f965082276cd59c4978284"
  6158          },
  6159          {
  6160            "alg": "SHA-256",
  6161            "content": "3e8d701f4d679768b92983d298eac34342d69676a724b638e5eb0d01f0d956e4"
  6162          },
  6163          {
  6164            "alg": "SHA-384",
  6165            "content": "abc706e9d825ea68f9bd36b34256a13cd7dfb1e7bebd6524ed359b64ce56c0a4e0008384084028f3be35e4200f7cfa31"
  6166          },
  6167          {
  6168            "alg": "SHA-512",
  6169            "content": "8d9fb9b18a97d31b56b89bd513e4118dcc06f3a3cd6fcc52b84e2f5e6634406e7cf38d664119b5673830142921f1a579866b8b53213aa3e3bb692ba3470b3201"
  6170          },
  6171          {
  6172            "alg": "SHA3-256",
  6173            "content": "4aad4b895afdddc0c4a21ad07d89325a663ce348cdf31e3a0a5f2f07b72875f4"
  6174          },
  6175          {
  6176            "alg": "SHA3-384",
  6177            "content": "b426a717b76b44e6ee17ea7f71885ab72db9d805f9a3737a3f48b4b48b170f0db58b71b19e417a862e335e9cc9cad90d"
  6178          },
  6179          {
  6180            "alg": "SHA3-512",
  6181            "content": "864e9e3fc7fd63e53e2ec8ce91c6ac8c598786288b99bf7875d97fdcb476d03845826f7e380b3810ae04137f694c1571829a1f1ee330140e70308df77fcc40e9"
  6182          }
  6183        ],
  6184        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6185        "purl": "pkg:maven/org.keycloak/keycloak-js-adapter@10.0.2?type=jar",
  6186        "externalReferences": [
  6187          {
  6188            "type": "distribution",
  6189            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  6190          },
  6191          {
  6192            "type": "issue-tracker",
  6193            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  6194          },
  6195          {
  6196            "type": "vcs",
  6197            "url": "https://github.com/keycloak/keycloak/tree/master/"
  6198          },
  6199          {
  6200            "type": "website",
  6201            "url": "http://www.jboss.org"
  6202          },
  6203          {
  6204            "type": "mailing-list",
  6205            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  6206          }
  6207        ]
  6208      },
  6209      {
  6210        "type": "library",
  6211        "bom-ref": "pkg:maven/org.keycloak/keycloak-themes@10.0.2?type=jar",
  6212        "publisher": "JBoss by Red Hat",
  6213        "group": "org.keycloak",
  6214        "name": "keycloak-themes",
  6215        "version": "10.0.2",
  6216        "description": "",
  6217        "hashes": [
  6218          {
  6219            "alg": "MD5",
  6220            "content": "fabcdc2ebf6bce7802b82672435003cd"
  6221          },
  6222          {
  6223            "alg": "SHA-1",
  6224            "content": "515e5d91e4d273f6abf2e2f44311d022ce7fc075"
  6225          },
  6226          {
  6227            "alg": "SHA-256",
  6228            "content": "70b9736592055e1e3286eacd38c10fbea1f0d9a90775826caacc541ab5f39c14"
  6229          },
  6230          {
  6231            "alg": "SHA-384",
  6232            "content": "7f08f019b48f9d888a6bf0339cc6d056161dd3f61b27c6ca34e229e01f3f986f850dc59d2cceb4db6f07d72d0b8f05db"
  6233          },
  6234          {
  6235            "alg": "SHA-512",
  6236            "content": "5fb82c34408c88e405fb61bfb897d59410b32e15f6837d8ff708e9ed2bbe89080ef07521573f77f23ff5701ee5a00fd56c4c70739e6e8e92e8dc77836bdd4e3f"
  6237          },
  6238          {
  6239            "alg": "SHA3-256",
  6240            "content": "cc865caee88d61ef14404ed78c0cdc1725d742992f4a2e1b1a21d102a1d5ef06"
  6241          },
  6242          {
  6243            "alg": "SHA3-384",
  6244            "content": "d29afed366864ccf8aac7aa556c8d357c3d50186aa753033ae0c691a33c5f7adb62351acbb5c94b8b6e6d7625fca942c"
  6245          },
  6246          {
  6247            "alg": "SHA3-512",
  6248            "content": "065c901712d9d3e255cd5126359aa9a8507130fceffc04f0f2ea6f865e571301dfb52b388e7b10ce2fcf12f057d8dea4864d8d70d6a49dddf23142e8feee9815"
  6249          }
  6250        ],
  6251        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6252        "purl": "pkg:maven/org.keycloak/keycloak-themes@10.0.2?type=jar",
  6253        "externalReferences": [
  6254          {
  6255            "type": "distribution",
  6256            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  6257          },
  6258          {
  6259            "type": "issue-tracker",
  6260            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  6261          },
  6262          {
  6263            "type": "vcs",
  6264            "url": "https://github.com/keycloak/keycloak/tree/master/"
  6265          },
  6266          {
  6267            "type": "website",
  6268            "url": "http://www.jboss.org"
  6269          },
  6270          {
  6271            "type": "mailing-list",
  6272            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  6273          }
  6274        ]
  6275      },
  6276      {
  6277        "type": "library",
  6278        "bom-ref": "pkg:maven/org.liquibase/liquibase-core@3.5.5?type=jar",
  6279        "publisher": "Liquibase.org",
  6280        "group": "org.liquibase",
  6281        "name": "liquibase-core",
  6282        "version": "3.5.5",
  6283        "description": "Liquibase is a tool for managing and executing database changes.",
  6284        "hashes": [
  6285          {
  6286            "alg": "MD5",
  6287            "content": "2c232440b75c75c3ec749470938d855b"
  6288          },
  6289          {
  6290            "alg": "SHA-1",
  6291            "content": "c65051f327382018bd09c30380f25eac96f210da"
  6292          },
  6293          {
  6294            "alg": "SHA-256",
  6295            "content": "6e384c2b2528ec6ce5f78098b8a4e70dabc546c6c73802cd683c0fe82748191e"
  6296          },
  6297          {
  6298            "alg": "SHA-384",
  6299            "content": "1488ae907d58f68700407eebf81fc8d8dfb17b637488f1893e4b1c5fb259c50fb15ce8dbb6c5d8cd489111ceb9cbe2a2"
  6300          },
  6301          {
  6302            "alg": "SHA-512",
  6303            "content": "9f509d7150a400bd971d37ff3e8fb06afe3af86713c4d2730bb33e6ea4abd63264b503cad2b7029d96feca734737ae738455be16184211b29f644d2ddf6d061f"
  6304          },
  6305          {
  6306            "alg": "SHA3-256",
  6307            "content": "9adf8899070128b6e9b306e1b9d8bf167288aaff13486b5906775f752c4d4f2b"
  6308          },
  6309          {
  6310            "alg": "SHA3-384",
  6311            "content": "28b439e028bacd56a23536c6238071b15e2bf7f0a788733a09c8e42ba80b52176e4edf0178e03844a2a4f034b234fefe"
  6312          },
  6313          {
  6314            "alg": "SHA3-512",
  6315            "content": "3839101bc4bc195cdb06df4d8b89eeb5d55a24350e9bc25cd700540316d23f6fdf22012256687ea0828818a76995bfc4a7b890b59c693839048f0e2e5b1559b2"
  6316          }
  6317        ],
  6318        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6319        "purl": "pkg:maven/org.liquibase/liquibase-core@3.5.5?type=jar",
  6320        "externalReferences": [
  6321          {
  6322            "type": "website",
  6323            "url": "http://www.liquibase.org"
  6324          },
  6325          {
  6326            "type": "distribution",
  6327            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
  6328          },
  6329          {
  6330            "type": "issue-tracker",
  6331            "url": "http://liquibase.jira.com/browse/CORE"
  6332          }
  6333        ]
  6334      },
  6335      {
  6336        "type": "library",
  6337        "bom-ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3?type=jar",
  6338        "publisher": "Eclipse Foundation",
  6339        "group": "jakarta.persistence",
  6340        "name": "jakarta.persistence-api",
  6341        "version": "2.2.3",
  6342        "description": "Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.",
  6343        "hashes": [
  6344          {
  6345            "alg": "MD5",
  6346            "content": "e0a655f398f8e68e0afebb0f71fba4e5"
  6347          },
  6348          {
  6349            "alg": "SHA-1",
  6350            "content": "8f6ea5daedc614f07a3654a455660145286f024e"
  6351          },
  6352          {
  6353            "alg": "SHA-256",
  6354            "content": "0c2d73ab36ad24eeed6e0bea928e9d0ef771de8df689e23b7754d366dda27c53"
  6355          },
  6356          {
  6357            "alg": "SHA-384",
  6358            "content": "d68e1f600244d7a3628244e0265208ce08881f4ea33a3cd1f085886f7ce755cdd44bc6788ebda1baf8bc23b1f3c844dd"
  6359          },
  6360          {
  6361            "alg": "SHA-512",
  6362            "content": "1e07257b631ae3331a71d7cd9136152cddebbe786ba50c689bec618a9eb659be8e952fe0405db36332cb6c12c6c87c6d648e817c027ea8c6e0c660ce82f6f424"
  6363          },
  6364          {
  6365            "alg": "SHA3-256",
  6366            "content": "3619596135b169649ed16b75972c39614192d2a802291a7eb4c1814ef7dc9ff8"
  6367          },
  6368          {
  6369            "alg": "SHA3-384",
  6370            "content": "fb77e58872d4e3ef6475094ea96f1ce32a1a7c3617393fcab47c47cb84f6995315c5f805d518c69a0cea751ce980bf13"
  6371          },
  6372          {
  6373            "alg": "SHA3-512",
  6374            "content": "045c7f1ec7f9191cd2ff35fadf5c037aa596a288189185fd10d5fed89cd3661b6353945083f4c3943c87e343b61a556699f43f00a0e928c165e52d57fe514fa5"
  6375          }
  6376        ],
  6377        "licenses": [
  6378          {"license": {
  6379            "id": "EPL-2.0",
  6380            "url": "https://www.eclipse.org/legal/epl-2.0"
  6381          }},
  6382          {"license": {
  6383            "name": "Eclipse Distribution License v. 1.0",
  6384            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  6385          }}
  6386        ],
  6387        "purl": "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3?type=jar",
  6388        "externalReferences": [
  6389          {
  6390            "type": "issue-tracker",
  6391            "url": "https://github.com/eclipse-ee4j/jpa-api/issues"
  6392          },
  6393          {
  6394            "type": "mailing-list",
  6395            "url": "https://dev.eclipse.org/mhonarc/lists/jpa-dev/"
  6396          },
  6397          {
  6398            "type": "vcs",
  6399            "url": "https://github.com/eclipse-ee4j/jpa-api.git"
  6400          },
  6401          {
  6402            "type": "website",
  6403            "url": "https://www.eclipse.org"
  6404          }
  6405        ]
  6406      },
  6407      {
  6408        "type": "library",
  6409        "bom-ref": "pkg:maven/org.hibernate/hibernate-core@5.3.15.Final?type=jar",
  6410        "publisher": "Hibernate.org",
  6411        "group": "org.hibernate",
  6412        "name": "hibernate-core",
  6413        "version": "5.3.15.Final",
  6414        "description": "Hibernate's core ORM functionality",
  6415        "hashes": [
  6416          {
  6417            "alg": "MD5",
  6418            "content": "d72bd04096a0fe54b09cce561cb384e3"
  6419          },
  6420          {
  6421            "alg": "SHA-1",
  6422            "content": "026139d4ec2942bca5ede6c08357fbf4e0473fe1"
  6423          },
  6424          {
  6425            "alg": "SHA-256",
  6426            "content": "9706be79ca6bdbdaa0aee0910923ad65334d02d0d1efb60985db8b4824e00905"
  6427          },
  6428          {
  6429            "alg": "SHA-384",
  6430            "content": "f68997129ce260532c6e705226154585c86093fff6a29f5e1d12a790702a380e601f995e68cc7e65b4a3430303a84a05"
  6431          },
  6432          {
  6433            "alg": "SHA-512",
  6434            "content": "979265ccd537a6063b5890e930ef238a90580b0e25408d137c2921bbba4356ea2438e4352017a55980e3a9baf3865b4c2727ab4eac0563ccb2ffc27547777218"
  6435          },
  6436          {
  6437            "alg": "SHA3-256",
  6438            "content": "0fab78bfe4d374ea916181b898ef951292be285c06f8d6e44c3355b4f22ce562"
  6439          },
  6440          {
  6441            "alg": "SHA3-384",
  6442            "content": "133ec75c1319f3c39e0f8b32d1f7e1bf092fd93b50f7f603d16bde936afb6a1e79a323af6c1b5cc72bbe87dc6fed2547"
  6443          },
  6444          {
  6445            "alg": "SHA3-512",
  6446            "content": "cb1154f8d02771a3cadee2f604cae2557cde80989f62ad5d77a5efd357243ef493555d790695ac15dbae538a58b7f51ca1d5b3e41fb4ec0f69f8ad93f904e541"
  6447          }
  6448        ],
  6449        "licenses": [{"license": {
  6450          "id": "LGPL-2.1+",
  6451          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
  6452        }}],
  6453        "purl": "pkg:maven/org.hibernate/hibernate-core@5.3.15.Final?type=jar",
  6454        "externalReferences": [
  6455          {
  6456            "type": "website",
  6457            "url": "http://hibernate.org"
  6458          },
  6459          {
  6460            "type": "issue-tracker",
  6461            "url": "https://hibernate.atlassian.net/browse/HHH"
  6462          },
  6463          {
  6464            "type": "vcs",
  6465            "url": "http://github.com/hibernate/hibernate-orm"
  6466          }
  6467        ]
  6468      },
  6469      {
  6470        "type": "library",
  6471        "bom-ref": "pkg:maven/javax.persistence/javax.persistence-api@2.2?type=jar",
  6472        "group": "javax.persistence",
  6473        "name": "javax.persistence-api",
  6474        "version": "2.2",
  6475        "description": "Java(TM) Persistence API",
  6476        "hashes": [
  6477          {
  6478            "alg": "MD5",
  6479            "content": "e6520b3435f5b6d58eee415b5542abf8"
  6480          },
  6481          {
  6482            "alg": "SHA-1",
  6483            "content": "25665ac8c0b62f50e6488173233239120fc52c96"
  6484          },
  6485          {
  6486            "alg": "SHA-256",
  6487            "content": "5578b71b37999a5eaed3fea0d14aa61c60c6ec6328256f2b63472f336318baf4"
  6488          },
  6489          {
  6490            "alg": "SHA-384",
  6491            "content": "bebee3b24091dd9aa6f60ce80a28d8b02bcac7057d90b7aa1d32fda80b4221f5e88292c9b0164e987381a90593955148"
  6492          },
  6493          {
  6494            "alg": "SHA-512",
  6495            "content": "013e4e0efe64b1cf6744dce44ed716b4d8513b2ad5b6a0131af663b7918eb65705bd09d4df763ff4a810829f4f6b6c198ca7670ce439940be57aed0914b513f8"
  6496          },
  6497          {
  6498            "alg": "SHA3-256",
  6499            "content": "5df8881b9e2666ff15ecd36e3f2c56cc75ff90c30e8d1417b2709c5588f0186f"
  6500          },
  6501          {
  6502            "alg": "SHA3-384",
  6503            "content": "c97e99f9e46b944f3546f0dd31db9a4ac07e59dfde1306849b1dc5e97ef36a5fe2de2f1adb0f2bb9fc20c6efa81ccf6a"
  6504          },
  6505          {
  6506            "alg": "SHA3-512",
  6507            "content": "1255e5ee88a7593fceaf6cde5d37cff795af1d1c2f0fa459926a85b213ca9713c75acb919367a389743c45edc27af3a5ec27fbc66ac09a46d1e4165a04447a48"
  6508          }
  6509        ],
  6510        "licenses": [
  6511          {"license": {"id": "EPL-1.0"}},
  6512          {"license": {
  6513            "name": "Eclipse Distribution License v. 1.0",
  6514            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
  6515          }}
  6516        ],
  6517        "purl": "pkg:maven/javax.persistence/javax.persistence-api@2.2?type=jar",
  6518        "externalReferences": [
  6519          {
  6520            "type": "issue-tracker",
  6521            "url": "https://github.com/javaee/jpa-spec/issues"
  6522          },
  6523          {
  6524            "type": "mailing-list",
  6525            "url": "https://javaee.groups.io/g/jpa-spec/topics"
  6526          },
  6527          {
  6528            "type": "vcs",
  6529            "url": "https://github.com/javaee/jpa-spec.git"
  6530          },
  6531          {
  6532            "type": "distribution",
  6533            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  6534          }
  6535        ]
  6536      },
  6537      {
  6538        "type": "library",
  6539        "bom-ref": "pkg:maven/org.javassist/javassist@3.23.2-GA?type=jar",
  6540        "publisher": "Shigeru Chiba, www.javassist.org",
  6541        "group": "org.javassist",
  6542        "name": "javassist",
  6543        "version": "3.23.2-GA",
  6544        "description": "Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.",
  6545        "hashes": [
  6546          {
  6547            "alg": "MD5",
  6548            "content": "5643aea3070850a3d59c06bb53a8c142"
  6549          },
  6550          {
  6551            "alg": "SHA-1",
  6552            "content": "c5afe660a95e87ceb518e4f5cf02f5c56b547683"
  6553          },
  6554          {
  6555            "alg": "SHA-256",
  6556            "content": "01017bb7b9f8945592d0af82cf76c6ceee2a258de39522dd601be681b7154476"
  6557          },
  6558          {
  6559            "alg": "SHA-384",
  6560            "content": "53736612ea0d3e15aa36dd9d035ba8fb36fc42137e84057c263b3bddc07361616ede52446f414e801f9ad9053b489581"
  6561          },
  6562          {
  6563            "alg": "SHA-512",
  6564            "content": "619165f082650cf00a66f1f85922001c5e1923080f0fe1bb4eae67a4e0c6270975a25d19436954da3bae4d9680bff8542c75276bb78fd8b2c34173c2a970195f"
  6565          },
  6566          {
  6567            "alg": "SHA3-256",
  6568            "content": "dc27184489d6fc138b7e8e058926ffb71184d541c4e173db3db4c608a8215e5f"
  6569          },
  6570          {
  6571            "alg": "SHA3-384",
  6572            "content": "ba6de4af1b5810557f65fb30da5817748facd51ac188ca68ba56873c943298db957e09e87ec8b074cade6cfa2b238741"
  6573          },
  6574          {
  6575            "alg": "SHA3-512",
  6576            "content": "feaa9215aebc96e1683c773fdcab02ece923c0e743182a1dd84204afc068a9582a484dc274c65c049a266f7a463cdaba15909da872153a69d02f19dd085fdfc7"
  6577          }
  6578        ],
  6579        "licenses": [
  6580          {"license": {"id": "MPL-1.1"}},
  6581          {"license": {"id": "LGPL-2.1-only"}},
  6582          {"license": {
  6583            "id": "Apache-2.0",
  6584            "url": "http://www.apache.org/licenses/LICENSE-2.0"
  6585          }}
  6586        ],
  6587        "purl": "pkg:maven/org.javassist/javassist@3.23.2-GA?type=jar",
  6588        "externalReferences": [
  6589          {
  6590            "type": "distribution",
  6591            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  6592          },
  6593          {
  6594            "type": "issue-tracker",
  6595            "url": "https://jira.jboss.org/jira/browse/JASSIST/"
  6596          }
  6597        ]
  6598      },
  6599      {
  6600        "type": "library",
  6601        "bom-ref": "pkg:maven/net.bytebuddy/byte-buddy@1.9.11?type=jar",
  6602        "group": "net.bytebuddy",
  6603        "name": "byte-buddy",
  6604        "version": "1.9.11",
  6605        "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.",
  6606        "hashes": [
  6607          {
  6608            "alg": "MD5",
  6609            "content": "0cd5b0e0e7daaa61b8508f96593fa2f1"
  6610          },
  6611          {
  6612            "alg": "SHA-1",
  6613            "content": "985bbce599f92d6440582a7d1a5231bfaae9970f"
  6614          },
  6615          {
  6616            "alg": "SHA-256",
  6617            "content": "1c2bf156673a898e0e1260101742c01831e59acba137abd079bf55b7f76ee659"
  6618          },
  6619          {
  6620            "alg": "SHA-384",
  6621            "content": "c1390384f124efe78fc5ed7ee8188179c6aef49faf71f5d60d96f774f85513d85388643642a2c9ac5ef61dfd0c9b233b"
  6622          },
  6623          {
  6624            "alg": "SHA-512",
  6625            "content": "36ac6b5d8330b1723d4fddcc2ba34c572f17f2e99580d84bf2f7a083241bf322a63d5ee6afa4096d246cadeaca759f40ad7e7f801fb7831a17dba1f2a51f3500"
  6626          },
  6627          {
  6628            "alg": "SHA3-256",
  6629            "content": "6635afb54c814588866d9081b20cf0ff750b0e1d32c6b2cf5a1a920d97c003d2"
  6630          },
  6631          {
  6632            "alg": "SHA3-384",
  6633            "content": "82af537a58838c6e42944589ca97e7f91dda3363ddcb940df805067f7b0f09d74c76e0fc106eb063772ee197b941ea2a"
  6634          },
  6635          {
  6636            "alg": "SHA3-512",
  6637            "content": "d8f0771a0e4572c8a2dd9b4908813064894048417b69428bd4a2847d62ff5bd9b844937f8e01486125aeff92929690345195ca6294866b48b5b659405f493026"
  6638          }
  6639        ],
  6640        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6641        "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.9.11?type=jar",
  6642        "externalReferences": [
  6643          {
  6644            "type": "distribution",
  6645            "url": "https://api.bintray.com/maven/raphw/maven/ByteBuddy"
  6646          },
  6647          {
  6648            "type": "issue-tracker",
  6649            "url": "https://github.com/raphw/byte-buddy/issues"
  6650          }
  6651        ]
  6652      },
  6653      {
  6654        "type": "library",
  6655        "bom-ref": "pkg:maven/antlr/antlr@2.7.7?type=jar",
  6656        "group": "antlr",
  6657        "name": "antlr",
  6658        "version": "2.7.7",
  6659        "description": "A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.",
  6660        "hashes": [
  6661          {
  6662            "alg": "MD5",
  6663            "content": "f8f1352c52a4c6a500b597596501fc64"
  6664          },
  6665          {
  6666            "alg": "SHA-1",
  6667            "content": "83cd2cd674a217ade95a4bb83a8a14f351f48bd0"
  6668          },
  6669          {
  6670            "alg": "SHA-256",
  6671            "content": "88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4c"
  6672          },
  6673          {
  6674            "alg": "SHA-384",
  6675            "content": "2e811e531ce30a2a905d093a00de596cf04406413b60422db8252b46125cadf07b71459cf6ac6da575ec030a9bf05e57"
  6676          },
  6677          {
  6678            "alg": "SHA-512",
  6679            "content": "311c3115f9f6651d1711c52d1739e25a70f25456cacb9a2cdde7627498c30b13d721133cc75b39462ad18812a82472ef1b3b9d64fab5abb0377c12bf82043a74"
  6680          },
  6681          {
  6682            "alg": "SHA3-256",
  6683            "content": "babce5c8beb1d5907a7ed6354589e991da7d8d5cbd86c479abfa1e1dfc4d2eb8"
  6684          },
  6685          {
  6686            "alg": "SHA3-384",
  6687            "content": "bdf019332ae8714ef6a3904bb42bb08c1fe4feacf5e6137274884b0377d4e5b5f7aa9fe8e1ef5ca9b3e15f12320fdb67"
  6688          },
  6689          {
  6690            "alg": "SHA3-512",
  6691            "content": "3a8ce565280a157dd6e08fb68c317a4c28616099c56bc4992c38cf74a10a54a89e18e7c45190ce8511360798a87adc92f432382f9d9bdde0d56664b50044b517"
  6692          }
  6693        ],
  6694        "licenses": [{"license": {
  6695          "name": "BSD License",
  6696          "url": "http://www.antlr.org/license.html"
  6697        }}],
  6698        "purl": "pkg:maven/antlr/antlr@2.7.7?type=jar"
  6699      },
  6700      {
  6701        "type": "library",
  6702        "bom-ref": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec@1.1.1.Final?type=jar",
  6703        "publisher": "JBoss by Red Hat",
  6704        "group": "org.jboss.spec.javax.transaction",
  6705        "name": "jboss-transaction-api_1.2_spec",
  6706        "version": "1.1.1.Final",
  6707        "description": "The Java Transaction 1.2 API classes",
  6708        "hashes": [
  6709          {
  6710            "alg": "MD5",
  6711            "content": "1e633c47138aba999d39692a31a1a124"
  6712          },
  6713          {
  6714            "alg": "SHA-1",
  6715            "content": "a8485cab9484dda36e9a8c319e76b5cc18797b58"
  6716          },
  6717          {
  6718            "alg": "SHA-256",
  6719            "content": "a310a50b9bdc44aaf36362dc9bb212235a147ffa8ef72dc9544a39c329eabbc3"
  6720          },
  6721          {
  6722            "alg": "SHA-384",
  6723            "content": "ed1090a05bca18a35b193f310c053b689fc2d25fae8a438d17792dab01cebbc7d6329531941fb187a5031b6fb22e27b2"
  6724          },
  6725          {
  6726            "alg": "SHA-512",
  6727            "content": "a38870771313ebd16ccd83739566f77b7d2d9c56210166c634a23f152305952287ca09fb17a2dc19f148fe49ae8a70ae9043622a428f62f9f588fbd56a065faa"
  6728          },
  6729          {
  6730            "alg": "SHA3-256",
  6731            "content": "be7b4481587017018db10ea21dc9d746c67109901853aa717a75ebe9122b7b1b"
  6732          },
  6733          {
  6734            "alg": "SHA3-384",
  6735            "content": "c6f9d0c4548b9ba157ea661a7ae611e14baf8bcee5adc14f8fb51c384dfffbadb8fa1893b30d69a1d6c86b407e078b9e"
  6736          },
  6737          {
  6738            "alg": "SHA3-512",
  6739            "content": "d80f40f41b34d2bdf81f0c28224967b4e99ace203070f3d444459b8de385ca5ea744ead0a8a9c13b38fb74088cd4cb547d09983db85e948164258ad42615607f"
  6740          }
  6741        ],
  6742        "licenses": [
  6743          {"license": {
  6744            "name": "Common Development and Distribution License",
  6745            "url": "http://repository.jboss.org/licenses/cddl.txt"
  6746          }},
  6747          {"license": {
  6748            "name": "GNU General Public License, Version 2 with the Classpath Exception",
  6749            "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt"
  6750          }}
  6751        ],
  6752        "purl": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec@1.1.1.Final?type=jar",
  6753        "externalReferences": [
  6754          {
  6755            "type": "vcs",
  6756            "url": "https://github.com/jboss/jboss-transaction-api_spec"
  6757          },
  6758          {
  6759            "type": "website",
  6760            "url": "http://www.jboss.org"
  6761          },
  6762          {
  6763            "type": "issue-tracker",
  6764            "url": "https://issues.jboss.org/"
  6765          },
  6766          {
  6767            "type": "mailing-list",
  6768            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  6769          }
  6770        ]
  6771      },
  6772      {
  6773        "type": "library",
  6774        "bom-ref": "pkg:maven/org.jboss/jandex@2.0.5.Final?type=jar",
  6775        "publisher": "JBoss by Red Hat",
  6776        "group": "org.jboss",
  6777        "name": "jandex",
  6778        "version": "2.0.5.Final",
  6779        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
  6780        "hashes": [
  6781          {
  6782            "alg": "MD5",
  6783            "content": "8faa3033123cfc8470107d2ae4ebe76d"
  6784          },
  6785          {
  6786            "alg": "SHA-1",
  6787            "content": "7060f67764565b9ee9d467e3ed0cb8a9c601b23a"
  6788          },
  6789          {
  6790            "alg": "SHA-256",
  6791            "content": "9112a9c33175b8c64b999ecf47b649fdf1cd6fa8262d0677895e976ed2891f0b"
  6792          },
  6793          {
  6794            "alg": "SHA-384",
  6795            "content": "60ec4cb1d5681e909eddb064afa198f1e9037e7ce5140d634c16c92cad21dfa3933d36d710393308eebcb595b36c9c91"
  6796          },
  6797          {
  6798            "alg": "SHA-512",
  6799            "content": "a028020685542e387113b40a5b79cc634d8312336d13702f893fce187cd653b5e7a67c80067bc719c6c214d4a32e19ea0d854be322334ac1f9b6db8fdc78f13c"
  6800          },
  6801          {
  6802            "alg": "SHA3-256",
  6803            "content": "b102084bffd1ce404bd60f925aef6482e0397c834f1789fddb2221fd8a1cf8d4"
  6804          },
  6805          {
  6806            "alg": "SHA3-384",
  6807            "content": "8a6c685cfd837f097d1bedd06a39b9d9c60b03b92eb70e35c2a80489269658ea79e01f5e43cd4b32e479442a2f865b03"
  6808          },
  6809          {
  6810            "alg": "SHA3-512",
  6811            "content": "3dcb7c05bc78a3d753495627240f954e51c286f40d0f8f73cbb09e78a22cae8465d84b7f08df03136793da2675c0bb81cf30a2e98c8ab0167a0ad7a4bb4c4b43"
  6812          }
  6813        ],
  6814        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6815        "purl": "pkg:maven/org.jboss/jandex@2.0.5.Final?type=jar",
  6816        "externalReferences": [
  6817          {
  6818            "type": "website",
  6819            "url": "http://www.jboss.org"
  6820          },
  6821          {
  6822            "type": "issue-tracker",
  6823            "url": "https://issues.jboss.org/"
  6824          },
  6825          {
  6826            "type": "mailing-list",
  6827            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  6828          },
  6829          {
  6830            "type": "vcs",
  6831            "url": "http://github.com/jboss/jboss-parent-pom"
  6832          }
  6833        ]
  6834      },
  6835      {
  6836        "type": "library",
  6837        "bom-ref": "pkg:maven/com.fasterxml/classmate@1.3.4?type=jar",
  6838        "publisher": "fasterxml.com",
  6839        "group": "com.fasterxml",
  6840        "name": "classmate",
  6841        "version": "1.3.4",
  6842        "description": "Library for introspecting types with full generic information including resolving of field and method types.",
  6843        "hashes": [
  6844          {
  6845            "alg": "MD5",
  6846            "content": "1e2e0fcc510753882683417e01895242"
  6847          },
  6848          {
  6849            "alg": "SHA-1",
  6850            "content": "03d5f48f10bbe4eb7bd862f10c0583be2e0053c6"
  6851          },
  6852          {
  6853            "alg": "SHA-256",
  6854            "content": "c2bfcc21467351d0f9a1558822b72dbac2b21f6b9f700a44fc6b345491ef3c88"
  6855          },
  6856          {
  6857            "alg": "SHA-384",
  6858            "content": "8a2b28b966e3f3213688621126f5aab75fc60108c2999726611568b0c0e1f6e1c024e34b84168818459cf366e91d759b"
  6859          },
  6860          {
  6861            "alg": "SHA-512",
  6862            "content": "015e32620c434ffadab0b198e1f3346f4b3f0dd8f47bbdd3eddb7384fffc14b593e1679a7f4200a9b9f7cc25a8def67ded0a27f0dcd564703284dce6231891ef"
  6863          },
  6864          {
  6865            "alg": "SHA3-256",
  6866            "content": "0f54b416744fa90c05ce022e4f729ae34dc119c5e12b8737872ce6e2e734e0ba"
  6867          },
  6868          {
  6869            "alg": "SHA3-384",
  6870            "content": "51648388c6e69c7d0c79988bf62026b0de6292f5c9e22e971869e8c3328aeaeaefc09081a37ad623746d45e5b79d154c"
  6871          },
  6872          {
  6873            "alg": "SHA3-512",
  6874            "content": "7a7232ce27c016ad55b58e5444e5a6c2ab619d37ad42ea6da4b3e0019a576106dd0486aad7f11783816d4a7066a31c517def607de4e1659d304610282cafb09a"
  6875          }
  6876        ],
  6877        "licenses": [{"license": {"id": "Apache-2.0"}}],
  6878        "purl": "pkg:maven/com.fasterxml/classmate@1.3.4?type=jar",
  6879        "externalReferences": [
  6880          {
  6881            "type": "website",
  6882            "url": "http://fasterxml.com"
  6883          },
  6884          {
  6885            "type": "vcs",
  6886            "url": "http://github.com/FasterXML/java-classmate"
  6887          },
  6888          {
  6889            "type": "distribution",
  6890            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  6891          },
  6892          {
  6893            "type": "issue-tracker",
  6894            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
  6895          }
  6896        ]
  6897      },
  6898      {
  6899        "type": "library",
  6900        "bom-ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@5.0.4.Final?type=jar",
  6901        "publisher": "Hibernate.org",
  6902        "group": "org.hibernate.common",
  6903        "name": "hibernate-commons-annotations",
  6904        "version": "5.0.4.Final",
  6905        "description": "Common reflection code used in support of annotation processing",
  6906        "hashes": [
  6907          {
  6908            "alg": "MD5",
  6909            "content": "1b78fde0083b0fc394eb1e491df3308c"
  6910          },
  6911          {
  6912            "alg": "SHA-1",
  6913            "content": "965a18fdf939ee75e41f7918532d37b3a8350535"
  6914          },
  6915          {
  6916            "alg": "SHA-256",
  6917            "content": "b509d514d33265c0e8d872a3bf93df9da1c4d8760bdeec274b73c3310976c4f8"
  6918          },
  6919          {
  6920            "alg": "SHA-384",
  6921            "content": "261a6b47872c5f49cbe049eb10c212e49702595f3bf83e943ebdb3a91a01a3aafaffcbfbd7712a951868e52615d5ba33"
  6922          },
  6923          {
  6924            "alg": "SHA-512",
  6925            "content": "d868d6b2addc74b3b8e3a7d7f76eced9c1cead03cec94905e58b298f68c12fa41ef15c872e7a00519b92c1c795727614c26d96254e1631b5a7c4a5b8e8ec4948"
  6926          },
  6927          {
  6928            "alg": "SHA3-256",
  6929            "content": "76b114b3ab76348176a418f47ffb4c012d2ed95ae8b4c16bcc70c308354e4976"
  6930          },
  6931          {
  6932            "alg": "SHA3-384",
  6933            "content": "150b2e3c001273bcce9d9b39551e34b83e8fa71cd70b266c0e93d0aa4721f66469f84b879d388ebca18b54580835ea1c"
  6934          },
  6935          {
  6936            "alg": "SHA3-512",
  6937            "content": "ddf307c3dace3501ab52d647f9bf4a60efd9a4d9dfe66f34518db6e1a8b9747363a2a40eda271a194a180e6340e681455e32b5502fd996d74bc3ec1b310da2f1"
  6938          }
  6939        ],
  6940        "licenses": [{"license": {
  6941          "id": "LGPL-2.1-or-later",
  6942          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
  6943        }}],
  6944        "purl": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@5.0.4.Final?type=jar",
  6945        "externalReferences": [
  6946          {
  6947            "type": "website",
  6948            "url": "http://hibernate.org"
  6949          },
  6950          {
  6951            "type": "issue-tracker",
  6952            "url": "https://hibernate.atlassian.net/browse/HCANN"
  6953          },
  6954          {
  6955            "type": "vcs",
  6956            "url": "http://github.com/hibernate/hibernate-commons-annotations"
  6957          }
  6958        ]
  6959      },
  6960      {
  6961        "type": "library",
  6962        "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.1?type=jar",
  6963        "publisher": "Oracle Corporation",
  6964        "group": "org.glassfish.jaxb",
  6965        "name": "jaxb-runtime",
  6966        "version": "2.3.1",
  6967        "description": "JAXB (JSR 222) Reference Implementation",
  6968        "hashes": [
  6969          {
  6970            "alg": "MD5",
  6971            "content": "848098e3eda0d37738d51a7acacd8e95"
  6972          },
  6973          {
  6974            "alg": "SHA-1",
  6975            "content": "dd6dda9da676a54c5b36ca2806ff95ee017d8738"
  6976          },
  6977          {
  6978            "alg": "SHA-256",
  6979            "content": "45fecfa5c8217ce1f3652ab95179790ec8cc0dec0384bca51cbeb94a293d9f2f"
  6980          },
  6981          {
  6982            "alg": "SHA-384",
  6983            "content": "90c73bbbd305817cf81849171388a9e7a390d3a7dc01e8339f42a592afc6580e45f4a342e085cc61f5db84b9c869e3fe"
  6984          },
  6985          {
  6986            "alg": "SHA-512",
  6987            "content": "42e778df68debcb6cf1b42985e7c60067e7c0b5bf576eeb630e97288d8fbccdc2cf1ffa23abe651b44af1ef4cd36c522b06a19ab586ab6777ef03979de1ac951"
  6988          },
  6989          {
  6990            "alg": "SHA3-256",
  6991            "content": "6f946b9c8339cb0b15fef8f23cd57336bd5a5bd35cc37e82a368aba560786e29"
  6992          },
  6993          {
  6994            "alg": "SHA3-384",
  6995            "content": "5c48eae51fb7047620977d802ff9397ff30b808a8c2a32b27089b04bdd4544beef7e47604dc15dc4d0798d794e84fbbb"
  6996          },
  6997          {
  6998            "alg": "SHA3-512",
  6999            "content": "6f27365a9feb4f895dd6836dc842aa8cf298d75afca5c66fb3250bfb726a1b9aa9352c3e71e548497ff55a8d82fe75bd24469060113ebcb59dac96abc80eb8a8"
  7000          }
  7001        ],
  7002        "licenses": [{"license": {
  7003          "id": "CDDL-1.1",
  7004          "url": "http://glassfish.java.net/public/CDDL+GPL_1_1.html"
  7005        }}],
  7006        "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.1?type=jar",
  7007        "externalReferences": [
  7008          {
  7009            "type": "website",
  7010            "url": "http://www.oracle.com/"
  7011          },
  7012          {
  7013            "type": "issue-tracker",
  7014            "url": "http://java.net/jira/browse/JAXB"
  7015          },
  7016          {
  7017            "type": "mailing-list",
  7018            "url": "http://java.net/projects/jaxb/lists/users/archive"
  7019          },
  7020          {
  7021            "type": "vcs",
  7022            "url": "http://java.net/projects/jaxb/sources/v2/show"
  7023          },
  7024          {
  7025            "type": "distribution",
  7026            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  7027          }
  7028        ]
  7029      },
  7030      {
  7031        "type": "library",
  7032        "bom-ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.1?type=jar",
  7033        "publisher": "Oracle Corporation",
  7034        "group": "org.glassfish.jaxb",
  7035        "name": "txw2",
  7036        "version": "2.3.1",
  7037        "description": "TXW is a library that allows you to write XML documents.",
  7038        "hashes": [
  7039          {
  7040            "alg": "MD5",
  7041            "content": "0fed730907ba86376ef392ee7eb42d5f"
  7042          },
  7043          {
  7044            "alg": "SHA-1",
  7045            "content": "a09d2c48d3285f206fafbffe0e50619284e92126"
  7046          },
  7047          {
  7048            "alg": "SHA-256",
  7049            "content": "34975dde1c6920f1a39791142235689bc3cd357e24d05edd8ff93b885bd68d60"
  7050          },
  7051          {
  7052            "alg": "SHA-384",
  7053            "content": "9d342879fc14261e3aad16dfd3d0f92c6b2fb0ff87e77329e94d56eed3494397303de42ec962fc45c8beb29d826a3ef6"
  7054          },
  7055          {
  7056            "alg": "SHA-512",
  7057            "content": "ed556215443e9b190d9a18208735b576f94b5965de631f3b291af7ad60945414bae1ba0ea4130d6b0a0453052162f79d1bbcf822370f58d61aacefeb6b718523"
  7058          },
  7059          {
  7060            "alg": "SHA3-256",
  7061            "content": "42f697a28615633a38d0f8987cfbf46f336c78a592fda6638ac29a186021447b"
  7062          },
  7063          {
  7064            "alg": "SHA3-384",
  7065            "content": "89342c8d0b7720ad7442215ab6af47f50d11ee2dc74d222d8a304e824678999386a7df2821ac1ad0ae222455b5d48f55"
  7066          },
  7067          {
  7068            "alg": "SHA3-512",
  7069            "content": "bb47124d35db354f632d09e7841ef4b6a65cb2bd00cfb1f4a684a4dc4059a93c4494fadf5cfe839b191308a35a9ec485a5c7d255ecd10017778f21f2fcfda605"
  7070          }
  7071        ],
  7072        "licenses": [{"license": {
  7073          "id": "CDDL-1.1",
  7074          "url": "http://glassfish.java.net/public/CDDL+GPL_1_1.html"
  7075        }}],
  7076        "purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.1?type=jar",
  7077        "externalReferences": [
  7078          {
  7079            "type": "website",
  7080            "url": "http://www.oracle.com/"
  7081          },
  7082          {
  7083            "type": "issue-tracker",
  7084            "url": "http://java.net/jira/browse/JAXB"
  7085          },
  7086          {
  7087            "type": "mailing-list",
  7088            "url": "http://java.net/projects/jaxb/lists/users/archive"
  7089          },
  7090          {
  7091            "type": "vcs",
  7092            "url": "http://java.net/projects/jaxb/sources/v2/show"
  7093          },
  7094          {
  7095            "type": "distribution",
  7096            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  7097          }
  7098        ]
  7099      },
  7100      {
  7101        "type": "library",
  7102        "bom-ref": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.15?type=jar",
  7103        "publisher": "Oracle Corpration",
  7104        "group": "com.sun.xml.fastinfoset",
  7105        "name": "FastInfoset",
  7106        "version": "1.2.15",
  7107        "description": "Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).",
  7108        "hashes": [
  7109          {
  7110            "alg": "MD5",
  7111            "content": "57f3894ad7e069ae740b277d92d10fa0"
  7112          },
  7113          {
  7114            "alg": "SHA-1",
  7115            "content": "bb7b7ec0379982b97c62cd17465cb6d9155f68e8"
  7116          },
  7117          {
  7118            "alg": "SHA-256",
  7119            "content": "785861db11ca1bd0d1956682b974ad73eb19cd3e01a4b3fa82d62eca97210aec"
  7120          },
  7121          {
  7122            "alg": "SHA-384",
  7123            "content": "9cfafbf8b080e28786bbb10b001f187222d3e71a104e745df8c2ceb32c7aa87fa96769aa3523586eab4ce12509049551"
  7124          },
  7125          {
  7126            "alg": "SHA-512",
  7127            "content": "95950422534fe074f993d9e9dac2eef3bac16d5843e12f63b05cf6779dc30752f87e065df918fc41fd8b8ef89d86b44a4861cadcb808a1c62d93a25fc2cf4ce2"
  7128          },
  7129          {
  7130            "alg": "SHA3-256",
  7131            "content": "633e8afaa8d30d1f537624cdf3fa33985bd2f09a4de65b330d9c0585bd2a8720"
  7132          },
  7133          {
  7134            "alg": "SHA3-384",
  7135            "content": "c434e7daae3c5f52558602844563984a69d42933ad5f7d599ed047150eb596774a74ea28da9852e3d1533a861a77b704"
  7136          },
  7137          {
  7138            "alg": "SHA3-512",
  7139            "content": "2c4271dd94d7dea713fedfebd9ffd190a3f6571f45a501700bc132b57b0344f740e114a05e78404e102e445d577dd0d783d76761cc9c83356c5d7435deaabcc3"
  7140          }
  7141        ],
  7142        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7143        "purl": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.15?type=jar",
  7144        "externalReferences": [
  7145          {
  7146            "type": "website",
  7147            "url": "http://www.oracle.com"
  7148          },
  7149          {
  7150            "type": "issue-tracker",
  7151            "url": "http://java.net/jira/browse/FI"
  7152          },
  7153          {
  7154            "type": "vcs",
  7155            "url": "https://github.com/javaee/metro-fi"
  7156          },
  7157          {
  7158            "type": "distribution",
  7159            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
  7160          }
  7161        ]
  7162      },
  7163      {
  7164        "type": "library",
  7165        "bom-ref": "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
  7166        "publisher": "JBoss, a division of Red Hat",
  7167        "group": "org.infinispan",
  7168        "name": "infinispan-core",
  7169        "version": "9.4.18.Final",
  7170        "description": "Infinispan core module",
  7171        "hashes": [
  7172          {
  7173            "alg": "MD5",
  7174            "content": "82af5676b078d1b39a32957474136a1f"
  7175          },
  7176          {
  7177            "alg": "SHA-1",
  7178            "content": "ba7a50bfdd10fef4bbb84a46694d2c49d888462e"
  7179          },
  7180          {
  7181            "alg": "SHA-256",
  7182            "content": "7245953d68367ad1d5cd1ec95c40905f81d2450d97dc81cdac7161b74ab13080"
  7183          },
  7184          {
  7185            "alg": "SHA-384",
  7186            "content": "5283363cbd665b7bccc1ce4bbc1195e4defcca777731bd557e9a6512e74184f8fecb6be8c05e9e82eb38826dc78e1b31"
  7187          },
  7188          {
  7189            "alg": "SHA-512",
  7190            "content": "5801726fe6967fef48a83674c07f31ee47d8cd28feabc6a7ca0c792e022be5855ddf7ddabde5deb1f90a9ba91d94f1bc8852fed06adbaa1e69815d8128515689"
  7191          },
  7192          {
  7193            "alg": "SHA3-256",
  7194            "content": "279805be39ba966d2824b5b899e7505caa32c358cdd0c079586028e370edd64b"
  7195          },
  7196          {
  7197            "alg": "SHA3-384",
  7198            "content": "1612a379809b1466999ee497fef374237bcdec79b71a432f1efc3140c0c5989dce2838d337caa10113d61e483e8c65f8"
  7199          },
  7200          {
  7201            "alg": "SHA3-512",
  7202            "content": "613a83b53511056861a8b81c14e087a38ade0076c4a11dcaac7fffb8cad5384b8b9544ff8877f839f731517f9e8ce6d08e91e5fcf3ac9f66cc7efba6ea97dfe7"
  7203          }
  7204        ],
  7205        "licenses": [{"license": {
  7206          "id": "Apache-2.0",
  7207          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7208        }}],
  7209        "purl": "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
  7210        "externalReferences": [
  7211          {
  7212            "type": "website",
  7213            "url": "http://www.jboss.org"
  7214          },
  7215          {
  7216            "type": "build-system",
  7217            "url": "https://ci.infinispan.org"
  7218          },
  7219          {
  7220            "type": "issue-tracker",
  7221            "url": "https://issues.jboss.org/browse/ISPN"
  7222          },
  7223          {
  7224            "type": "mailing-list",
  7225            "url": "http://lists.jboss.org/pipermail/infinispan-issues/"
  7226          },
  7227          {
  7228            "type": "vcs",
  7229            "url": "https://github.com/infinispan/infinispan"
  7230          }
  7231        ]
  7232      },
  7233      {
  7234        "type": "library",
  7235        "bom-ref": "pkg:maven/org.infinispan/infinispan-commons@9.4.18.Final?type=jar",
  7236        "publisher": "JBoss, a division of Red Hat",
  7237        "group": "org.infinispan",
  7238        "name": "infinispan-commons",
  7239        "version": "9.4.18.Final",
  7240        "description": "Infinispan Commons",
  7241        "hashes": [
  7242          {
  7243            "alg": "MD5",
  7244            "content": "1174b09e5146847456b4568ef3893635"
  7245          },
  7246          {
  7247            "alg": "SHA-1",
  7248            "content": "0b3e94746c314f98c626c11f770c7220cfc75a38"
  7249          },
  7250          {
  7251            "alg": "SHA-256",
  7252            "content": "4187d48ead6499364809bd6b60a97cabe31b3dc8107e72330b20223990b429b0"
  7253          },
  7254          {
  7255            "alg": "SHA-384",
  7256            "content": "ecda7aeb53efe86c596884cb0994652f79dcbf7e5082ef69549f2b5771dab17214e6a349e80e29bdaf31136f59e84b02"
  7257          },
  7258          {
  7259            "alg": "SHA-512",
  7260            "content": "016cd83606fee63c206fb726a93abde3c117340089240a71f6c3f1593b5d12ec8dee5e63a12f610dfc97166c90694f26784ab8255cfc936efd6ceaff5d34eae5"
  7261          },
  7262          {
  7263            "alg": "SHA3-256",
  7264            "content": "0674da50ad2c30e9dd47b7170957c5d3ae95e35a0fcd6736e2cb400e77b38365"
  7265          },
  7266          {
  7267            "alg": "SHA3-384",
  7268            "content": "efa44bc74d35fb77f60f175a0d2170442f336fc12717576cff8d4dedb19d1a7d043d7c54fddb5c45befd3ec4048625c9"
  7269          },
  7270          {
  7271            "alg": "SHA3-512",
  7272            "content": "6d38c04d625f428bff67ede1a6ea65be2a1653c3b70f3e51edb0a4a49b86334484da1069c3bd21cd3954160fb24a8a40e1df9272de03f3717fddf91a5d29dbc7"
  7273          }
  7274        ],
  7275        "licenses": [{"license": {
  7276          "id": "Apache-2.0",
  7277          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7278        }}],
  7279        "purl": "pkg:maven/org.infinispan/infinispan-commons@9.4.18.Final?type=jar",
  7280        "externalReferences": [
  7281          {
  7282            "type": "website",
  7283            "url": "http://www.jboss.org"
  7284          },
  7285          {
  7286            "type": "build-system",
  7287            "url": "https://ci.infinispan.org"
  7288          },
  7289          {
  7290            "type": "issue-tracker",
  7291            "url": "https://issues.jboss.org/browse/ISPN"
  7292          },
  7293          {
  7294            "type": "mailing-list",
  7295            "url": "http://lists.jboss.org/pipermail/infinispan-issues/"
  7296          },
  7297          {
  7298            "type": "vcs",
  7299            "url": "https://github.com/infinispan/infinispan"
  7300          }
  7301        ]
  7302      },
  7303      {
  7304        "type": "library",
  7305        "bom-ref": "pkg:maven/org.jgroups/jgroups@4.0.21.Final?type=jar",
  7306        "publisher": "JBoss, a division of Red Hat",
  7307        "group": "org.jgroups",
  7308        "name": "jgroups",
  7309        "version": "4.0.21.Final",
  7310        "description": "Reliable cluster communication toolkit",
  7311        "hashes": [
  7312          {
  7313            "alg": "MD5",
  7314            "content": "be0a243ee4ecaea3d11dad296a054fb5"
  7315          },
  7316          {
  7317            "alg": "SHA-1",
  7318            "content": "7280077030dcf4e2ecac1acd31493f2e96c1a4ed"
  7319          },
  7320          {
  7321            "alg": "SHA-256",
  7322            "content": "4407697786ed9599e79cb984604e11ac32d09ff66af13968e64fd19f4be97795"
  7323          },
  7324          {
  7325            "alg": "SHA-384",
  7326            "content": "faffd8dc78095be6c114439c9ee497621efef463c4f7eef51d698f3f1a5d802f8e9fc871083ab6072a5af6dbb5efaa6b"
  7327          },
  7328          {
  7329            "alg": "SHA-512",
  7330            "content": "d7f2a4cc3ab1c693a0b895f084b62f51379b59ab918c68a80d2ab7f4d2bda473a7e0786e0d901c09a3b3b5d505b87f3e9db86d86cfad288b3df426a7b81f1e27"
  7331          },
  7332          {
  7333            "alg": "SHA3-256",
  7334            "content": "baac591d7ef325e2166b08dbff179a7f1df073010bcab9876bd0b5d24a436aba"
  7335          },
  7336          {
  7337            "alg": "SHA3-384",
  7338            "content": "0372cf1278e3e30f2dff017b4cf2aa81f17e16241bed81da474ac72f855a25ef1021794c4f232c1951921bc5c125c07f"
  7339          },
  7340          {
  7341            "alg": "SHA3-512",
  7342            "content": "bf68d9dc0d73edc4e0aea381b4dc1dc0418f1b541181b48482832a31a529cc73865ed7e1accbe6784d54dccf46b993d6367bcd3b939b2c4b52db8c92eda130e6"
  7343          }
  7344        ],
  7345        "licenses": [{"license": {
  7346          "id": "Apache-2.0",
  7347          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7348        }}],
  7349        "purl": "pkg:maven/org.jgroups/jgroups@4.0.21.Final?type=jar",
  7350        "externalReferences": [
  7351          {
  7352            "type": "website",
  7353            "url": "http://www.jboss.org"
  7354          },
  7355          {
  7356            "type": "issue-tracker",
  7357            "url": "https://jira.jboss.com/jira/browse/JGRP"
  7358          },
  7359          {
  7360            "type": "vcs",
  7361            "url": "https://github.com/belaban/JGroups"
  7362          }
  7363        ]
  7364      },
  7365      {
  7366        "type": "library",
  7367        "bom-ref": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.6.2?type=jar",
  7368        "group": "com.github.ben-manes.caffeine",
  7369        "name": "caffeine",
  7370        "version": "2.6.2",
  7371        "description": "A high performance caching library for Java 8+",
  7372        "hashes": [
  7373          {
  7374            "alg": "MD5",
  7375            "content": "97a80024e99a27279faa17509850c606"
  7376          },
  7377          {
  7378            "alg": "SHA-1",
  7379            "content": "c8fd8817f9d2b2ced82f8968e0dd943aab557de0"
  7380          },
  7381          {
  7382            "alg": "SHA-256",
  7383            "content": "e77a4457735f075158dbd021c7661797dd485695fc4ed92dfdde34d4714d9750"
  7384          },
  7385          {
  7386            "alg": "SHA-384",
  7387            "content": "1e0a92b78c526a3cb76a4dff6b5a3a48f9843f512c6f6feea29cbf8675f633f0eb7d750c132f28fc3bc36b90c7558075"
  7388          },
  7389          {
  7390            "alg": "SHA-512",
  7391            "content": "6521f1bfefcd6e2991a7d017bba8d751c5ba4694d335b61b4e732a2b795c748532be7a5a63107b6bb70f816ceeea4659b77ebac68ad02c44cd813c478f759a06"
  7392          },
  7393          {
  7394            "alg": "SHA3-256",
  7395            "content": "3db0e7b564b361326d1a735edbf67910d21b01511ba50950d9600845747b2ea3"
  7396          },
  7397          {
  7398            "alg": "SHA3-384",
  7399            "content": "fb7f57e5c226fb5976e9f1b4882d445f73cda1db4037e3e613240c41a753be298bfda39db1cc76276a33035a5ea2aa00"
  7400          },
  7401          {
  7402            "alg": "SHA3-512",
  7403            "content": "54819a6e5d127034c383d3eaf5f34c4b02f83972e6f3ca4350014deda6ca053cd7b491a950e91d0ff2abbddc2144a10c434775e62f989c068af5efe1bd6ef9c4"
  7404          }
  7405        ],
  7406        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7407        "purl": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.6.2?type=jar",
  7408        "externalReferences": [{
  7409          "type": "vcs",
  7410          "url": "https://github.com/ben-manes/caffeine"
  7411        }]
  7412      },
  7413      {
  7414        "type": "library",
  7415        "bom-ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-osgi@2.0.6.Final?type=jar",
  7416        "publisher": "JBoss by Red Hat",
  7417        "group": "org.jboss.marshalling",
  7418        "name": "jboss-marshalling-osgi",
  7419        "version": "2.0.6.Final",
  7420        "description": "JBoss Marshalling OSGi Bundle with API and implementations",
  7421        "hashes": [
  7422          {
  7423            "alg": "MD5",
  7424            "content": "50c968ac5ee1b1fed3e957967514dc71"
  7425          },
  7426          {
  7427            "alg": "SHA-1",
  7428            "content": "b71862a7104768bd3269db71e384c22abeae46d0"
  7429          },
  7430          {
  7431            "alg": "SHA-256",
  7432            "content": "cc16acea5282e9b6e84ae3e3ad5244937529747b6055fd2ab9c5d63b68bf6f36"
  7433          },
  7434          {
  7435            "alg": "SHA-384",
  7436            "content": "55e2635a09e0197f520ab75dffd9271baad2611e9320ba74e251a34e8e4a59a5a0f9982e32955fc9c5dc5778d2d00318"
  7437          },
  7438          {
  7439            "alg": "SHA-512",
  7440            "content": "9e8e337c43907afdb57aca7a5fe47bc92ac2be0accb7d5d198da098c1803fabc83d7dd2e3c44ed5b002bc50c6ae6cfc66977082c26b0584ef3dadc47588f4290"
  7441          },
  7442          {
  7443            "alg": "SHA3-256",
  7444            "content": "cec8d6b142e79b5cf29a8ac7bf53bf6f2e409b35629a895240e5a564f52936ac"
  7445          },
  7446          {
  7447            "alg": "SHA3-384",
  7448            "content": "29d5f4909b594cc582305c295ed742674a8055aba417dae17a5255576eb7317216e78edfdb6dea8363d067a45ab72f61"
  7449          },
  7450          {
  7451            "alg": "SHA3-512",
  7452            "content": "f0d0f08ee20e2265cb75e2f680255b00f55dbbf536aca6e90ddde2a1a29967183e209ba943f6280125d524191c6be1e3567eaf41adc8f1833aea8fb6ec4f3d9f"
  7453          }
  7454        ],
  7455        "licenses": [{"license": {
  7456          "id": "Apache-2.0",
  7457          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7458        }}],
  7459        "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-osgi@2.0.6.Final?type=jar",
  7460        "externalReferences": [
  7461          {
  7462            "type": "website",
  7463            "url": "http://www.jboss.org"
  7464          },
  7465          {
  7466            "type": "issue-tracker",
  7467            "url": "https://issues.jboss.org/"
  7468          },
  7469          {
  7470            "type": "mailing-list",
  7471            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  7472          },
  7473          {
  7474            "type": "vcs",
  7475            "url": "http://github.com/jboss/jboss-parent-pom"
  7476          }
  7477        ]
  7478      },
  7479      {
  7480        "type": "library",
  7481        "bom-ref": "pkg:maven/io.reactivex.rxjava2/rxjava@2.2.4?type=jar",
  7482        "group": "io.reactivex.rxjava2",
  7483        "name": "rxjava",
  7484        "version": "2.2.4",
  7485        "description": "Reactive Extensions for Java",
  7486        "hashes": [
  7487          {
  7488            "alg": "MD5",
  7489            "content": "24173fb6372874ef8bcde66701880d20"
  7490          },
  7491          {
  7492            "alg": "SHA-1",
  7493            "content": "16ae5ef44181829f8f52caf61f131af9dfa3064a"
  7494          },
  7495          {
  7496            "alg": "SHA-256",
  7497            "content": "1ab516990561710cbda0b064675fa636c1ac497bee3f4c1a84ef00f0c707d57a"
  7498          },
  7499          {
  7500            "alg": "SHA-384",
  7501            "content": "177b4dc02cfb3b4839048875f9b788b68403524c82d49b127d4c532673a3fe2659a13fc0ab880f5af8b28faa46e4fa9a"
  7502          },
  7503          {
  7504            "alg": "SHA-512",
  7505            "content": "dcc8ad14a9655021a2c4f52825513dca98cff78cb09b5ce61794ab1c3f2e2e382b36c50725a798a436b80d35296d0246feb28262161bfb322c8ee696e2ff2218"
  7506          },
  7507          {
  7508            "alg": "SHA3-256",
  7509            "content": "0e3609deadc24524b0e6b28271e4a524b75d5474aa6b491945f8de554c08b056"
  7510          },
  7511          {
  7512            "alg": "SHA3-384",
  7513            "content": "8e37ffaca1400a33b358844820a0fb4c75882e482207f69768c5117c53dc75aefbd081727abc3478cada249e5149e7ec"
  7514          },
  7515          {
  7516            "alg": "SHA3-512",
  7517            "content": "48163fd961e7b1a9cdaca540b50c8617e7d1a34122783ffc49a01056b3396e17afd5d6dbb03cfeaf9531d3ae2b16c1ddbe8d498ca38babc75d95fb9e1af353f0"
  7518          }
  7519        ],
  7520        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7521        "purl": "pkg:maven/io.reactivex.rxjava2/rxjava@2.2.4?type=jar",
  7522        "externalReferences": [{
  7523          "type": "issue-tracker",
  7524          "url": "https://github.com/ReactiveX/RxJava/issues"
  7525        }]
  7526      },
  7527      {
  7528        "type": "library",
  7529        "bom-ref": "pkg:maven/org.reactivestreams/reactive-streams@1.0.2?type=jar",
  7530        "group": "org.reactivestreams",
  7531        "name": "reactive-streams",
  7532        "version": "1.0.2",
  7533        "description": "A Protocol for Asynchronous Non-Blocking Data Sequence",
  7534        "hashes": [
  7535          {
  7536            "alg": "MD5",
  7537            "content": "022ff8ca0101daeb35c8df9b120ff99e"
  7538          },
  7539          {
  7540            "alg": "SHA-1",
  7541            "content": "323964c36556eb0e6209f65c1cef72b53b461ab8"
  7542          },
  7543          {
  7544            "alg": "SHA-256",
  7545            "content": "cc09ab0b140e0d0496c2165d4b32ce24f4d6446c0a26c5dc77b06bdf99ee8fae"
  7546          },
  7547          {
  7548            "alg": "SHA-384",
  7549            "content": "6e5860dedc6a6ffd4dd8e7acbdfe655c34acb36f9a98351223232214019c304bac33fcae9c86dd2c980b410e3dc9afb7"
  7550          },
  7551          {
  7552            "alg": "SHA-512",
  7553            "content": "873ad9eaf57ab70d9d47a99b12ecdbad60ba81e38c0961262e92f48b2a046ef0e76dafbf76f5766410f406b1155cde94622062cd657d29b0b3ce157f8de0a082"
  7554          },
  7555          {
  7556            "alg": "SHA3-256",
  7557            "content": "d0b06ee9e1d1229cd53a532cb6fde41e37112f3f898287c329ee3253692744cc"
  7558          },
  7559          {
  7560            "alg": "SHA3-384",
  7561            "content": "e1c6e73c4bd681d6eabb8bf5bb2627dd9ea23abc3b00f6ff066dbc5111c173dd687199a1e8b72677c1f4f265fda716ab"
  7562          },
  7563          {
  7564            "alg": "SHA3-512",
  7565            "content": "ea12a0144462157973925b78500cb26376b326f51ff8e738226389277b79b118def4c1b7fc189531bcebaf17cc6d8317e31c6ce88a1b197b65a7ddafb45a4d67"
  7566          }
  7567        ],
  7568        "licenses": [{"license": {
  7569          "name": "CC0",
  7570          "url": "http://creativecommons.org/publicdomain/zero/1.0/"
  7571        }}],
  7572        "purl": "pkg:maven/org.reactivestreams/reactive-streams@1.0.2?type=jar"
  7573      },
  7574      {
  7575        "type": "library",
  7576        "bom-ref": "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar",
  7577        "publisher": "JBoss, a division of Red Hat",
  7578        "group": "org.infinispan",
  7579        "name": "infinispan-cachestore-remote",
  7580        "version": "9.4.18.Final",
  7581        "description": "Infinispan remote CacheStore based on Hot Rod protocol",
  7582        "hashes": [
  7583          {
  7584            "alg": "MD5",
  7585            "content": "7a6f3ff7f84ec98b0c80030a49472c11"
  7586          },
  7587          {
  7588            "alg": "SHA-1",
  7589            "content": "9c1779da19aa1b0a993ae35292510136ac173055"
  7590          },
  7591          {
  7592            "alg": "SHA-256",
  7593            "content": "bfbe19de544cc43feb60f0460a4d8bac61f3f2773f4b3694fd10d686877f37a1"
  7594          },
  7595          {
  7596            "alg": "SHA-384",
  7597            "content": "1a252a094ca567b2ce07a712d1d42c48660391ef1332697111a143c91f9ae64d32a57fd8beaf9177c6ea487d877a93fe"
  7598          },
  7599          {
  7600            "alg": "SHA-512",
  7601            "content": "014c8d1a4c28fadaeb2d0e50dea55a73623d67ccb13fb78431ab6d5e6ec89305ccf056f75be065f858eb8259e00c09f4a66f151ebbdf5b3371ca964fec4f0f3c"
  7602          },
  7603          {
  7604            "alg": "SHA3-256",
  7605            "content": "72f8e61240d91f93657ce3c53be829bea1cc9bcb678492d92f35aedf62589e63"
  7606          },
  7607          {
  7608            "alg": "SHA3-384",
  7609            "content": "6b3ce945dc521d751c9feaa6550feedb89e696f06a7d81ac25c443da6780ec6b902de4b4777ecfa99ac8dea3cf609b31"
  7610          },
  7611          {
  7612            "alg": "SHA3-512",
  7613            "content": "d3d5e042afa5f5deb1bb44fa390ae2e68c1535febda21f50d817fa893aba60d81a7439402652d1602dfd9206a4b56dc07c88c2479849eb64f3f63b35e73cdd0b"
  7614          }
  7615        ],
  7616        "licenses": [{"license": {
  7617          "id": "Apache-2.0",
  7618          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7619        }}],
  7620        "purl": "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar",
  7621        "externalReferences": [
  7622          {
  7623            "type": "website",
  7624            "url": "http://www.jboss.org"
  7625          },
  7626          {
  7627            "type": "build-system",
  7628            "url": "https://ci.infinispan.org"
  7629          },
  7630          {
  7631            "type": "issue-tracker",
  7632            "url": "https://issues.jboss.org/browse/ISPN"
  7633          },
  7634          {
  7635            "type": "mailing-list",
  7636            "url": "http://lists.jboss.org/pipermail/infinispan-issues/"
  7637          },
  7638          {
  7639            "type": "vcs",
  7640            "url": "https://github.com/infinispan/infinispan"
  7641          }
  7642        ]
  7643      },
  7644      {
  7645        "type": "library",
  7646        "bom-ref": "pkg:maven/org.infinispan/infinispan-client-hotrod@9.4.18.Final?type=jar",
  7647        "publisher": "JBoss, a division of Red Hat",
  7648        "group": "org.infinispan",
  7649        "name": "infinispan-client-hotrod",
  7650        "version": "9.4.18.Final",
  7651        "description": "Infinispan Hot Rod Client",
  7652        "hashes": [
  7653          {
  7654            "alg": "MD5",
  7655            "content": "3c0fac29a34329caf5256438669ff245"
  7656          },
  7657          {
  7658            "alg": "SHA-1",
  7659            "content": "d7155f9ea5850ada9903ab21a70e25fdebc3ae7a"
  7660          },
  7661          {
  7662            "alg": "SHA-256",
  7663            "content": "5a3ee6bff28b583556fe71bc9f60e7f226e7a56023b4ede8e58e1cd974da8c7d"
  7664          },
  7665          {
  7666            "alg": "SHA-384",
  7667            "content": "f86a9c00e61425bc4d30cf708200d5a2a01855bbb2a17fa646210b5a99008cabbf66be21e6bccf412aa7ac5cb941f749"
  7668          },
  7669          {
  7670            "alg": "SHA-512",
  7671            "content": "4099f2b137996f31f20d8dc93b24426cc7a9614dd2a1f12911f98034c895f6285869437590a1471131a054a7c75ddfcbaf55b0bbbf16c5691204b8803d6865a0"
  7672          },
  7673          {
  7674            "alg": "SHA3-256",
  7675            "content": "273c65608b5d77fbf416bedfdbd7c990ae33c5231091b70fbd44e8cbc3b0114d"
  7676          },
  7677          {
  7678            "alg": "SHA3-384",
  7679            "content": "74f45b246ac20e025fe8fcbadab5aff11d475b0ed5ff1e537b3d0181b02bced7af7b7443f1472cda6f62c1402f85dfaf"
  7680          },
  7681          {
  7682            "alg": "SHA3-512",
  7683            "content": "c571a1908ac981ccacfabf8654a19b649e60e47b18d0317b707b8b5433fe0b2b23274862a3eb013fbf75c54378145f9bef2786a0319851acd1edf66e65f33566"
  7684          }
  7685        ],
  7686        "licenses": [{"license": {
  7687          "id": "Apache-2.0",
  7688          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  7689        }}],
  7690        "purl": "pkg:maven/org.infinispan/infinispan-client-hotrod@9.4.18.Final?type=jar",
  7691        "externalReferences": [
  7692          {
  7693            "type": "website",
  7694            "url": "http://www.jboss.org"
  7695          },
  7696          {
  7697            "type": "build-system",
  7698            "url": "https://ci.infinispan.org"
  7699          },
  7700          {
  7701            "type": "issue-tracker",
  7702            "url": "https://issues.jboss.org/browse/ISPN"
  7703          },
  7704          {
  7705            "type": "mailing-list",
  7706            "url": "http://lists.jboss.org/pipermail/infinispan-issues/"
  7707          },
  7708          {
  7709            "type": "vcs",
  7710            "url": "https://github.com/infinispan/infinispan"
  7711          }
  7712        ]
  7713      },
  7714      {
  7715        "type": "library",
  7716        "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.45.Final?type=jar",
  7717        "publisher": "The Netty Project",
  7718        "group": "io.netty",
  7719        "name": "netty-handler",
  7720        "version": "4.1.45.Final",
  7721        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  7722        "hashes": [
  7723          {
  7724            "alg": "MD5",
  7725            "content": "86a201d1f2f9293ee60c14ccf980cee4"
  7726          },
  7727          {
  7728            "alg": "SHA-1",
  7729            "content": "51071ba9977cce64e3a58e6f2f6326bbb7e5bc7f"
  7730          },
  7731          {
  7732            "alg": "SHA-256",
  7733            "content": "2ad6785ba22fb522dba8128a0599b3f5ee47c210dddb8d8ec678f7765ac406f0"
  7734          },
  7735          {
  7736            "alg": "SHA-384",
  7737            "content": "f067b8493feae6d2e9332cc196e98abdc1f81500eb8c506361c283001eb1c5004cfd7242130b2d2cfdd762a5a427b642"
  7738          },
  7739          {
  7740            "alg": "SHA-512",
  7741            "content": "0bbe6708de20c0e6a10d26f20928c658a882f7ba247013a8d561be7132242332afb3914080859d454c9edd50adc2055aa508b79aad59de71424375f9e67b2099"
  7742          },
  7743          {
  7744            "alg": "SHA3-256",
  7745            "content": "4766a3aa6a9a67ea4ad5865f5bb1f2c62955210a94250644c01c0e8c4c8a6f04"
  7746          },
  7747          {
  7748            "alg": "SHA3-384",
  7749            "content": "4893e2bd1b78649ca28d00f05657a8fcccaa9168d41d25debed03f128c64cc4f0fc8716a245c7b4c014cd4c8df8564af"
  7750          },
  7751          {
  7752            "alg": "SHA3-512",
  7753            "content": "1ee3f3265d951d73dd9737b9e3fcfc49d5ee09e227a87023e869bc6707f9c699f8601951c60e74b3337bf05071f407da4cd7009aab9a0a978acd0b9facb8bcd4"
  7754          }
  7755        ],
  7756        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7757        "purl": "pkg:maven/io.netty/netty-handler@4.1.45.Final?type=jar",
  7758        "externalReferences": [
  7759          {
  7760            "type": "website",
  7761            "url": "https://netty.io/"
  7762          },
  7763          {
  7764            "type": "vcs",
  7765            "url": "https://github.com/netty/netty"
  7766          },
  7767          {
  7768            "type": "distribution",
  7769            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  7770          }
  7771        ]
  7772      },
  7773      {
  7774        "type": "library",
  7775        "bom-ref": "pkg:maven/io.netty/netty-common@4.1.45.Final?type=jar",
  7776        "publisher": "The Netty Project",
  7777        "group": "io.netty",
  7778        "name": "netty-common",
  7779        "version": "4.1.45.Final",
  7780        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  7781        "hashes": [
  7782          {
  7783            "alg": "MD5",
  7784            "content": "0aa813e4d02948a3bd15c40f07d2b7cc"
  7785          },
  7786          {
  7787            "alg": "SHA-1",
  7788            "content": "5cf5e448d44ddf53d00f2fc4047c2a7aceaa7087"
  7789          },
  7790          {
  7791            "alg": "SHA-256",
  7792            "content": "6f3c61684cf8c0f09df7ebb5a19df29d5d9fc175ce68ae237993b91366ccc43e"
  7793          },
  7794          {
  7795            "alg": "SHA-384",
  7796            "content": "6456a56c9d869ad237ff2673c677d7e9d98e514398cee450e73a86179d8d55afefacbe56724242c821eed433f1944d27"
  7797          },
  7798          {
  7799            "alg": "SHA-512",
  7800            "content": "6e2185aa75eb5209bdf8b4b11ea960808c969d873f6aa23aacd10db346ec9d6800e5964042457e2e1323c55a8730bbfe859d34eb2984781b0f3800902c6d95a0"
  7801          },
  7802          {
  7803            "alg": "SHA3-256",
  7804            "content": "2bd5e76c15373d74065b9489cdb044dcaae02b86618a4ceba8baaf7230d51da9"
  7805          },
  7806          {
  7807            "alg": "SHA3-384",
  7808            "content": "eda661ffa372ffc7095a8196d1755fe45c3b9e25a815db20d2598c9a33c66aec0cb883f2fe016662e4e785c2780b2237"
  7809          },
  7810          {
  7811            "alg": "SHA3-512",
  7812            "content": "e33f84777936b0c157d0ecb6afaf610f678ec99cb7fc88573dfe1e89b35738b7d5588009dbe4b897c0daa5cb4ac63b4f1f29ac42602db6fb39b7af1c812a8d56"
  7813          }
  7814        ],
  7815        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7816        "purl": "pkg:maven/io.netty/netty-common@4.1.45.Final?type=jar",
  7817        "externalReferences": [
  7818          {
  7819            "type": "website",
  7820            "url": "https://netty.io/"
  7821          },
  7822          {
  7823            "type": "vcs",
  7824            "url": "https://github.com/netty/netty"
  7825          },
  7826          {
  7827            "type": "distribution",
  7828            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  7829          }
  7830        ]
  7831      },
  7832      {
  7833        "type": "library",
  7834        "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.45.Final?type=jar",
  7835        "publisher": "The Netty Project",
  7836        "group": "io.netty",
  7837        "name": "netty-buffer",
  7838        "version": "4.1.45.Final",
  7839        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  7840        "hashes": [
  7841          {
  7842            "alg": "MD5",
  7843            "content": "4b153623fc1f8f83e45c6e069a468bc9"
  7844          },
  7845          {
  7846            "alg": "SHA-1",
  7847            "content": "0bac54338074540c4f3241a3d92358fad5df89ba"
  7848          },
  7849          {
  7850            "alg": "SHA-256",
  7851            "content": "8437b43e03c272093066837567e1b89019ef291f06f5ace1051017981d98d59f"
  7852          },
  7853          {
  7854            "alg": "SHA-384",
  7855            "content": "e12ab7ec3b16d3906592d4d95f278c945aab4504e25e59b527244f47b4caa4501230922188145aed9376e267d4b95a6f"
  7856          },
  7857          {
  7858            "alg": "SHA-512",
  7859            "content": "1068e75b68770f402d6974a09fed7c3723f22360bd749003a0352ea499b877a2472c9417d3638268141d3768e6251c8f208868580c3ddc86ee95502959f3a22c"
  7860          },
  7861          {
  7862            "alg": "SHA3-256",
  7863            "content": "dea011a6c817df9205c4930e22bc0139e209299372be7b8cefc0092931ecc971"
  7864          },
  7865          {
  7866            "alg": "SHA3-384",
  7867            "content": "84b1961ee377bb7313c4d5d9a732c2f9c21a0e2ba4a472070593a0c32eeb9733dac00fb57359407d1d1f1f476eb1d220"
  7868          },
  7869          {
  7870            "alg": "SHA3-512",
  7871            "content": "54e5ea42a80020b4eca2f0f7d49ccf553a8c5288d2830f50980d2bdaa00e9157cc786d94d1e0cfe7d7308618e52aeeeadf6aa1490b0676fc0aa499f388faa86a"
  7872          }
  7873        ],
  7874        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7875        "purl": "pkg:maven/io.netty/netty-buffer@4.1.45.Final?type=jar",
  7876        "externalReferences": [
  7877          {
  7878            "type": "website",
  7879            "url": "https://netty.io/"
  7880          },
  7881          {
  7882            "type": "vcs",
  7883            "url": "https://github.com/netty/netty"
  7884          },
  7885          {
  7886            "type": "distribution",
  7887            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  7888          }
  7889        ]
  7890      },
  7891      {
  7892        "type": "library",
  7893        "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.45.Final?type=jar",
  7894        "publisher": "The Netty Project",
  7895        "group": "io.netty",
  7896        "name": "netty-transport",
  7897        "version": "4.1.45.Final",
  7898        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  7899        "hashes": [
  7900          {
  7901            "alg": "MD5",
  7902            "content": "40c69bcb75987da77c9e604d51099812"
  7903          },
  7904          {
  7905            "alg": "SHA-1",
  7906            "content": "b7d8f2645e330bd66cd4f28f155eba605e0c8758"
  7907          },
  7908          {
  7909            "alg": "SHA-256",
  7910            "content": "ca38fc85e9e18c4921d9ce92830445efad05d0fb3e8dd6ba3536e0843cdf723b"
  7911          },
  7912          {
  7913            "alg": "SHA-384",
  7914            "content": "7119d4fc0b6ec9a9f4533cf104a169cc2b185a84b0fce0a4cd0a172709a80db0b7c2a10eebaf061eea710f355f006fd0"
  7915          },
  7916          {
  7917            "alg": "SHA-512",
  7918            "content": "8c5adf5aa489396c52736a7173b5e7326d86e2880cbbe01b08fa796fecd47aa4451a685624b9dffaf6f9ad9d9c29833b1e215e24ebe5a00f48f6420971583b29"
  7919          },
  7920          {
  7921            "alg": "SHA3-256",
  7922            "content": "c7a141c4dc66eea8516f89ab4dbbf96cd2fac93a05b9d36dfabac354bff1c912"
  7923          },
  7924          {
  7925            "alg": "SHA3-384",
  7926            "content": "939b7d51eede2fead58c2ca18f7f866a30859b6b224f8bdf2163e41dea79f1eb204770130a909532464e93bf8ea39fb8"
  7927          },
  7928          {
  7929            "alg": "SHA3-512",
  7930            "content": "5a777226d0c9a188bdecefbf46d6b8662107be035b9295c06ab76b685bce5f9b03e841f2ed641a19bfeb8d71084de53c817b495caa5109266b35216aa126f2e1"
  7931          }
  7932        ],
  7933        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7934        "purl": "pkg:maven/io.netty/netty-transport@4.1.45.Final?type=jar",
  7935        "externalReferences": [
  7936          {
  7937            "type": "website",
  7938            "url": "https://netty.io/"
  7939          },
  7940          {
  7941            "type": "vcs",
  7942            "url": "https://github.com/netty/netty"
  7943          },
  7944          {
  7945            "type": "distribution",
  7946            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  7947          }
  7948        ]
  7949      },
  7950      {
  7951        "type": "library",
  7952        "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.45.Final?type=jar",
  7953        "publisher": "The Netty Project",
  7954        "group": "io.netty",
  7955        "name": "netty-resolver",
  7956        "version": "4.1.45.Final",
  7957        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  7958        "hashes": [
  7959          {
  7960            "alg": "MD5",
  7961            "content": "fa54b0b92b0bb4cf6e4af596f9fd0a0a"
  7962          },
  7963          {
  7964            "alg": "SHA-1",
  7965            "content": "9e77bdc045d33a570dabf9d53192ea954bb195d7"
  7966          },
  7967          {
  7968            "alg": "SHA-256",
  7969            "content": "1d762ecfa9da9241db339b611fad0529491bb0c3098c16e9c80d64f04d80323c"
  7970          },
  7971          {
  7972            "alg": "SHA-384",
  7973            "content": "ce8250aeb521ea19b98ee930908a96ff218d550a8b81f3de993ea106df46b9118a9ed49fb78ce204c2c643b0a09c42e2"
  7974          },
  7975          {
  7976            "alg": "SHA-512",
  7977            "content": "6cd45953ade7eecd8ea108e60b94bbea73f8c9300b3bf504ccfce812c2159eb21ac41242506343c39c78f051c072188ce39c98d3dc06da5f4e64b587a5b875bf"
  7978          },
  7979          {
  7980            "alg": "SHA3-256",
  7981            "content": "5880c336f06c5ef7350ad1697a42f4306285a5ae4d778542c148bac5794e9aff"
  7982          },
  7983          {
  7984            "alg": "SHA3-384",
  7985            "content": "6180244000ac4f72b7a0095e8344e01887f839847138d935d797cb1b2c833fe4dc9e4334bff984d405d45379cdd9201d"
  7986          },
  7987          {
  7988            "alg": "SHA3-512",
  7989            "content": "92b03f6909acf76c14f35f356750f6276a95b67c1e6c6fa12d9275061e34692212f9104156d530de11deacbe7b34bca22ea8a97e64c7cc32bd7a92645d2423cd"
  7990          }
  7991        ],
  7992        "licenses": [{"license": {"id": "Apache-2.0"}}],
  7993        "purl": "pkg:maven/io.netty/netty-resolver@4.1.45.Final?type=jar",
  7994        "externalReferences": [
  7995          {
  7996            "type": "website",
  7997            "url": "https://netty.io/"
  7998          },
  7999          {
  8000            "type": "vcs",
  8001            "url": "https://github.com/netty/netty"
  8002          },
  8003          {
  8004            "type": "distribution",
  8005            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8006          }
  8007        ]
  8008      },
  8009      {
  8010        "type": "library",
  8011        "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.45.Final?type=jar",
  8012        "publisher": "The Netty Project",
  8013        "group": "io.netty",
  8014        "name": "netty-codec",
  8015        "version": "4.1.45.Final",
  8016        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  8017        "hashes": [
  8018          {
  8019            "alg": "MD5",
  8020            "content": "85ec83ba633a220ac0a4c34d3d47a097"
  8021          },
  8022          {
  8023            "alg": "SHA-1",
  8024            "content": "8c768728a3e82c3cef62a7a2c8f52ae8d777bac9"
  8025          },
  8026          {
  8027            "alg": "SHA-256",
  8028            "content": "47e211ad8c4c2b809b6e04541d6c8e3893dea63918dabe93fa5cf63914ffc9cc"
  8029          },
  8030          {
  8031            "alg": "SHA-384",
  8032            "content": "5d9ffc2517f22f9ce89e6c3aecf91548c3bf963085ed9b0626808bd90c8f8f30b80d24a4633e0e046cbf5fd3326ace93"
  8033          },
  8034          {
  8035            "alg": "SHA-512",
  8036            "content": "49889ad71321e904c3c97e9310ed2b48ccaedc6d0e5de147b521743b7b36e9b8a0dfd6efe9475b20a9d11febb968fb1f01a33fe9da3300ee2664a31fddb9ab51"
  8037          },
  8038          {
  8039            "alg": "SHA3-256",
  8040            "content": "8e88b9ecfe6d888872417726f973a567283be562012bacb83f5b4a4921032d2c"
  8041          },
  8042          {
  8043            "alg": "SHA3-384",
  8044            "content": "215f386052e0e7973d30c8833ea016f19d32de72de66f282543e7447cf1cb9ca65466695b581a8189da451e431a4dde6"
  8045          },
  8046          {
  8047            "alg": "SHA3-512",
  8048            "content": "f5bf290515aee5bac2989087ce19dee7730e04bfc0e12052a619a7e9355a996c79b0c87aecc9710cd26294409b7662517b3dc631622361ad1e3e20f74f392e52"
  8049          }
  8050        ],
  8051        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8052        "purl": "pkg:maven/io.netty/netty-codec@4.1.45.Final?type=jar",
  8053        "externalReferences": [
  8054          {
  8055            "type": "website",
  8056            "url": "https://netty.io/"
  8057          },
  8058          {
  8059            "type": "vcs",
  8060            "url": "https://github.com/netty/netty"
  8061          },
  8062          {
  8063            "type": "distribution",
  8064            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8065          }
  8066        ]
  8067      },
  8068      {
  8069        "type": "library",
  8070        "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.45.Final?classifier=linux-x86_64&type=jar",
  8071        "publisher": "The Netty Project",
  8072        "group": "io.netty",
  8073        "name": "netty-transport-native-epoll",
  8074        "version": "4.1.45.Final",
  8075        "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.",
  8076        "hashes": [
  8077          {
  8078            "alg": "MD5",
  8079            "content": "7b27621ff0fc4b59aa054a1124e62c02"
  8080          },
  8081          {
  8082            "alg": "SHA-1",
  8083            "content": "201689a386080586887cda836add0683086dd123"
  8084          },
  8085          {
  8086            "alg": "SHA-256",
  8087            "content": "3a9a5645177e20adef2fadb0feabba0d544e8f4403b2fc07353658717593af3e"
  8088          },
  8089          {
  8090            "alg": "SHA-384",
  8091            "content": "11fa97cc4acf43708109960feaf5f0266dc60596ffc5938ad3ae161fe51836e508409521ce8a57d1e49e4edfc11ac597"
  8092          },
  8093          {
  8094            "alg": "SHA-512",
  8095            "content": "15d99639789ddf5ce75105ce22fccf73a25e3b419d4a07fb1202e292e10d865d967f1d722e436fa18aeb6598d542ad1242038f54ac8e2d418f954b24582bfb29"
  8096          },
  8097          {
  8098            "alg": "SHA3-256",
  8099            "content": "a64b5d56698c6dae33fe5840750c7c626b3ff29aaf2498c6b586c0e104347ac6"
  8100          },
  8101          {
  8102            "alg": "SHA3-384",
  8103            "content": "8db2fcb3d7a628fb7595ea5ebd1e59cee99a97ab678eca8b647647a0f57d0ab0fce4ad7fb691ff724aa30775e30a5d9b"
  8104          },
  8105          {
  8106            "alg": "SHA3-512",
  8107            "content": "62c77f0431cbc63b81abc3775b94842350e8dc6fbcae59e9c9c1336366c9404f98ea3a2f69b0b1984701c4778f126337e1d8305ea139d2cd68d57cd8c9cd4eb6"
  8108          }
  8109        ],
  8110        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8111        "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.45.Final?classifier=linux-x86_64&type=jar",
  8112        "externalReferences": [
  8113          {
  8114            "type": "website",
  8115            "url": "https://netty.io/"
  8116          },
  8117          {
  8118            "type": "vcs",
  8119            "url": "https://github.com/netty/netty"
  8120          },
  8121          {
  8122            "type": "distribution",
  8123            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8124          }
  8125        ]
  8126      },
  8127      {
  8128        "type": "library",
  8129        "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.45.Final?type=jar",
  8130        "publisher": "The Netty Project",
  8131        "group": "io.netty",
  8132        "name": "netty-transport-native-unix-common",
  8133        "version": "4.1.45.Final",
  8134        "description": "Static library which contains common unix utilities.",
  8135        "hashes": [
  8136          {
  8137            "alg": "MD5",
  8138            "content": "3e07fb530a8c8a35608c062c8198bade"
  8139          },
  8140          {
  8141            "alg": "SHA-1",
  8142            "content": "49f9fa4b7fe7d3e562666d050049541b86822549"
  8143          },
  8144          {
  8145            "alg": "SHA-256",
  8146            "content": "de57e127f41f09da2487c233e8415b85c7867eaf4778ad3d49c2b0e050b60635"
  8147          },
  8148          {
  8149            "alg": "SHA-384",
  8150            "content": "92b959285ea7af52339cd9ca2f1c78641ab56fac02c9c83c2a3b3149cd2d1464d832dfe6c225f71cbd6537d9892d2988"
  8151          },
  8152          {
  8153            "alg": "SHA-512",
  8154            "content": "25fd7f226c97dc6bcbca6cc030649b75e534d7308f6f37e37270df201ea09dd8ad3de7fc4de6f59a7608bb5e2e1467fe2a5cc53bb1c375712943cc6d85b1aa4e"
  8155          },
  8156          {
  8157            "alg": "SHA3-256",
  8158            "content": "f4231b4a37b79a2771549a69d48ceb119afd5ef349d4765a05aa16d38b657f80"
  8159          },
  8160          {
  8161            "alg": "SHA3-384",
  8162            "content": "9a319c0d8ea46f89a8c7d313f506abb8686ffbadf05af66dd6e9ceb5283e6d5d086a0ab2203c1e704c39d0c7ecc549ec"
  8163          },
  8164          {
  8165            "alg": "SHA3-512",
  8166            "content": "d54a4f5106d53305fae01e4a18893788d4660b3c718acdbad69da5d22d7d3d0a4c539eaa6c071e45fc879af77634c01c8f0e1451c1057a4b06818c0871a302d3"
  8167          }
  8168        ],
  8169        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8170        "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.45.Final?type=jar",
  8171        "externalReferences": [
  8172          {
  8173            "type": "website",
  8174            "url": "https://netty.io/"
  8175          },
  8176          {
  8177            "type": "vcs",
  8178            "url": "https://github.com/netty/netty"
  8179          },
  8180          {
  8181            "type": "distribution",
  8182            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8183          }
  8184        ]
  8185      },
  8186      {
  8187        "type": "library",
  8188        "bom-ref": "pkg:maven/com.google.code.gson/gson@2.8.2?type=jar",
  8189        "group": "com.google.code.gson",
  8190        "name": "gson",
  8191        "version": "2.8.2",
  8192        "description": "Gson JSON library",
  8193        "hashes": [
  8194          {
  8195            "alg": "MD5",
  8196            "content": "2330bde3467e7cfec44d38e74f27dab8"
  8197          },
  8198          {
  8199            "alg": "SHA-1",
  8200            "content": "3edcfe49d2c6053a70a2a47e4e1c2f94998a49cf"
  8201          },
  8202          {
  8203            "alg": "SHA-256",
  8204            "content": "b7134929f7cc7c04021ec1cc27ef63ab907e410cf0588e397b8851181eb91092"
  8205          },
  8206          {
  8207            "alg": "SHA-384",
  8208            "content": "a13aa32f5ff53344b9e03b5fe0e0bd7a71455389f7b6c967a226a6f7c59607820fc640975965131fba52673cb702bb50"
  8209          },
  8210          {
  8211            "alg": "SHA-512",
  8212            "content": "c0c6dc5d609950a6ee3c7e5ea493da0e6906a18f38fc5a23cc792c1e09e0e892344b4ae2dd35879d6101533e485784e1eca5052e0aef44a724ca8a8ee4d73f04"
  8213          },
  8214          {
  8215            "alg": "SHA3-256",
  8216            "content": "7477669136592b13d5720aacd77f33df85f8afa11d1de540c8c924bc7a7400da"
  8217          },
  8218          {
  8219            "alg": "SHA3-384",
  8220            "content": "b147dd1dac004141b3695a794d6d19e9f1d9d70ca3f527e8723f0e769c1e031c20c903b41ded8638682a7f4e0b0ffabc"
  8221          },
  8222          {
  8223            "alg": "SHA3-512",
  8224            "content": "04f2699f97fd1ca0cc3bcdbe3871f71d3c71592a51c002e607b73a866f564ff3586d5353340f9ad6fde27afe7ff9d7683e55a3be776e7c99f708f4754114cc54"
  8225          }
  8226        ],
  8227        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8228        "purl": "pkg:maven/com.google.code.gson/gson@2.8.2?type=jar",
  8229        "externalReferences": [
  8230          {
  8231            "type": "issue-tracker",
  8232            "url": "https://github.com/google/gson/issues"
  8233          },
  8234          {
  8235            "type": "vcs",
  8236            "url": "https://github.com/google/gson/"
  8237          },
  8238          {
  8239            "type": "distribution",
  8240            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8241          }
  8242        ]
  8243      },
  8244      {
  8245        "type": "library",
  8246        "bom-ref": "pkg:maven/org.infinispan/infinispan-multimap@9.4.18.Final?type=jar",
  8247        "publisher": "JBoss, a division of Red Hat",
  8248        "group": "org.infinispan",
  8249        "name": "infinispan-multimap",
  8250        "version": "9.4.18.Final",
  8251        "description": "Infinispan Multimap module",
  8252        "hashes": [
  8253          {
  8254            "alg": "MD5",
  8255            "content": "37d518bd7d531a65514b048175d7caac"
  8256          },
  8257          {
  8258            "alg": "SHA-1",
  8259            "content": "62f91ec2b17eec6f767ea16f318412c580fad33d"
  8260          },
  8261          {
  8262            "alg": "SHA-256",
  8263            "content": "4f35ff220611206de632e8b937581f742698e5d6dfd07551e7af1f81724bc2e2"
  8264          },
  8265          {
  8266            "alg": "SHA-384",
  8267            "content": "b23a5ec7089e6ab1039821f91cb639534cb2c7a33059a350f8647ec911e031bbc7499bf268db2649cf97e47ddfa045ac"
  8268          },
  8269          {
  8270            "alg": "SHA-512",
  8271            "content": "319c44bfba3e0f421ea4b3be43434cfc0e1835c22cfabbb7133ab4e1d9276f366decc19ed530d2663be413e1d870e31a0086cace899be2ad9bfef25c62210ab4"
  8272          },
  8273          {
  8274            "alg": "SHA3-256",
  8275            "content": "3064942ff15d8cf005427c378b82c926c4e3180d826182894fa85dc20e29fc3a"
  8276          },
  8277          {
  8278            "alg": "SHA3-384",
  8279            "content": "e54c5708283014808d7f7f9bb250665ac4da10661be43f07ed39f0097c42c3e823aa54b7cfac21d94c0b45d0720f3cc5"
  8280          },
  8281          {
  8282            "alg": "SHA3-512",
  8283            "content": "ce814dddd6729c14d9c56ca5bad727461fc7fbff99f7cf7b9439723dcf68d009b316b868ddf9ac0045e4bf3d04671d4d321cbd63c6a4eee85afe86d9b80ad440"
  8284          }
  8285        ],
  8286        "licenses": [{"license": {
  8287          "id": "Apache-2.0",
  8288          "url": "http://www.apache.org/licenses/LICENSE-2.0"
  8289        }}],
  8290        "purl": "pkg:maven/org.infinispan/infinispan-multimap@9.4.18.Final?type=jar",
  8291        "externalReferences": [
  8292          {
  8293            "type": "website",
  8294            "url": "http://www.jboss.org"
  8295          },
  8296          {
  8297            "type": "build-system",
  8298            "url": "https://ci.infinispan.org"
  8299          },
  8300          {
  8301            "type": "issue-tracker",
  8302            "url": "https://issues.jboss.org/browse/ISPN"
  8303          },
  8304          {
  8305            "type": "mailing-list",
  8306            "url": "http://lists.jboss.org/pipermail/infinispan-issues/"
  8307          },
  8308          {
  8309            "type": "vcs",
  8310            "url": "https://github.com/infinispan/infinispan"
  8311          }
  8312        ]
  8313      },
  8314      {
  8315        "type": "library",
  8316        "bom-ref": "pkg:maven/net.java.dev.jna/jna@4.1.0?type=jar",
  8317        "group": "net.java.dev.jna",
  8318        "name": "jna",
  8319        "version": "4.1.0",
  8320        "description": "Java Native Access",
  8321        "hashes": [
  8322          {
  8323            "alg": "MD5",
  8324            "content": "b0e08c9936dc52aa40439c71fcad6297"
  8325          },
  8326          {
  8327            "alg": "SHA-1",
  8328            "content": "1c12d070e602efd8021891cdd7fd18bc129372d4"
  8329          },
  8330          {
  8331            "alg": "SHA-256",
  8332            "content": "1aa37e9ea6baa0ee152d89509f758f0847eac66ec179b955cafe0919e540a92e"
  8333          },
  8334          {
  8335            "alg": "SHA-384",
  8336            "content": "5224672e925785b80737e084f4e4fb7005327c45b6ddf698a5d5bb687fff63b56efa8d8d283707b922443590b3529a3f"
  8337          },
  8338          {
  8339            "alg": "SHA-512",
  8340            "content": "ea1b400cf25c6032160553f19baedb21103341f1c4236fbecf5f8462cc4db06f3459d7812ed0ad07a0b9faa3b576f8fa6edbd9ed64f9486b85e5bf982c21775e"
  8341          },
  8342          {
  8343            "alg": "SHA3-256",
  8344            "content": "0db5f48ff7e2de2c987491eeaf33a7cf1716081b8716548fb49178a9ac7090b3"
  8345          },
  8346          {
  8347            "alg": "SHA3-384",
  8348            "content": "dfd9e7ddb6a0929f004910056c445d84ac496f229d0606aca08682ea594ee8bcc83d46961b8adec11c06bca272c116a7"
  8349          },
  8350          {
  8351            "alg": "SHA3-512",
  8352            "content": "c62abaa20d16ff933afed6a3277325ef74d6d774e17c32b6884b3f9893ac05bc3ab2c5ffbab7cdf1e3b8947c9cd00314321a58809a09d4893e2430cca928928e"
  8353          }
  8354        ],
  8355        "licenses": [
  8356          {"license": {
  8357            "name": "LGPL, version 2.1",
  8358            "url": "http://www.gnu.org/licenses/licenses.html"
  8359          }},
  8360          {"license": {
  8361            "name": "ASL, version 2",
  8362            "url": "http://www.apache.org/licenses/"
  8363          }}
  8364        ],
  8365        "purl": "pkg:maven/net.java.dev.jna/jna@4.1.0?type=jar",
  8366        "externalReferences": [{
  8367          "type": "vcs",
  8368          "url": "https://github.com/twall/jna"
  8369        }]
  8370      },
  8371      {
  8372        "type": "library",
  8373        "bom-ref": "pkg:maven/org.keycloak/keycloak-dependencies-server-min@10.0.2?type=pom",
  8374        "group": "org.keycloak",
  8375        "name": "keycloak-dependencies-server-min",
  8376        "version": "10.0.2",
  8377        "hashes": [
  8378          {
  8379            "alg": "MD5",
  8380            "content": "45e046881709b60514a6cb5d455f893d"
  8381          },
  8382          {
  8383            "alg": "SHA-1",
  8384            "content": "5ff62beb1dffa12f91382b96b40e7b328b09dd6d"
  8385          },
  8386          {
  8387            "alg": "SHA-256",
  8388            "content": "261a89b3b4fc0546edb702158fa8f4ed1eee7d5561d57dc16d5d0bcc82bef359"
  8389          },
  8390          {
  8391            "alg": "SHA-384",
  8392            "content": "f9fd08a37dc26cc00c6560b67eed23238f7a115f410753ed8d402bc00ee002af0a63f4a3e700992f527d7e68ee7ef95a"
  8393          },
  8394          {
  8395            "alg": "SHA-512",
  8396            "content": "4863143c3c6acab8faac8888456c45445855859120bc0e8cbd310df5b8a64a36a7b4843d8d51d751120b9cf5be737252de2294828f57b9ebed2afcad4e97e0d0"
  8397          },
  8398          {
  8399            "alg": "SHA3-256",
  8400            "content": "3726e63069c3eaa7cc1c504ea687d8df6c7d7ec6f9a185272d387ee00c50ce34"
  8401          },
  8402          {
  8403            "alg": "SHA3-384",
  8404            "content": "4e105310b020186d58ffab43d94c77ab696fb4efe894d83a0b2cca932b116511300d7e642680faee909d93fb66f7db83"
  8405          },
  8406          {
  8407            "alg": "SHA3-512",
  8408            "content": "6857ccfcb9be26d913ad65a85980942ff6cb904b29d93f8091cd7c92d87939a9743f0f87c5a83edaf8b41763e81a9e3e00d816b1428315c6f77a7b89ab12110b"
  8409          }
  8410        ],
  8411        "purl": "pkg:maven/org.keycloak/keycloak-dependencies-server-min@10.0.2?type=pom"
  8412      },
  8413      {
  8414        "type": "library",
  8415        "bom-ref": "pkg:maven/org.keycloak/keycloak-model-jpa@10.0.2?type=jar",
  8416        "publisher": "JBoss by Red Hat",
  8417        "group": "org.keycloak",
  8418        "name": "keycloak-model-jpa",
  8419        "version": "10.0.2",
  8420        "description": "",
  8421        "hashes": [
  8422          {
  8423            "alg": "MD5",
  8424            "content": "4a32de51e4ff0059b8395c002129c8aa"
  8425          },
  8426          {
  8427            "alg": "SHA-1",
  8428            "content": "e42f7e7972053b38543367288ff6816786caec44"
  8429          },
  8430          {
  8431            "alg": "SHA-256",
  8432            "content": "4e80c549a2a20c551135dcba5c879837c837447cea4a1e81f7a6ded48db06b05"
  8433          },
  8434          {
  8435            "alg": "SHA-384",
  8436            "content": "6319635ace5b173140f64dc1b22da6cdd33571a425e166388e4e9a8cf78eedf3da2e910675d755e0938c54eb5441fbe7"
  8437          },
  8438          {
  8439            "alg": "SHA-512",
  8440            "content": "fa175b3f3dd7eb61929fb949471e5a2120d1c00d8304a17b659329b67e942c8dc768a9a7721b675e73dbc31da31d0e8d0e88a2257245daddbb737d0beb8feb98"
  8441          },
  8442          {
  8443            "alg": "SHA3-256",
  8444            "content": "96fc1001a3b80b9d6d0da97ddd620abf866cb2a3a0e77b057f0e6a81d4aab922"
  8445          },
  8446          {
  8447            "alg": "SHA3-384",
  8448            "content": "ef35442933eb176350a62f524e2ae4a3b6756744a405ea8d7f4230028f75b0281617bc733e9c9b23cd925ebb841377ee"
  8449          },
  8450          {
  8451            "alg": "SHA3-512",
  8452            "content": "7b2474c5436770e3b8afdf0021db268a152e01bab8f7e8a876e8c3381fccdc893a8bffc3e48574212b6fe158973f364ec9ffa37bc392d8f637afa8228321566a"
  8453          }
  8454        ],
  8455        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8456        "purl": "pkg:maven/org.keycloak/keycloak-model-jpa@10.0.2?type=jar",
  8457        "externalReferences": [
  8458          {
  8459            "type": "distribution",
  8460            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  8461          },
  8462          {
  8463            "type": "issue-tracker",
  8464            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  8465          },
  8466          {
  8467            "type": "vcs",
  8468            "url": "https://github.com/keycloak/keycloak/tree/master/"
  8469          },
  8470          {
  8471            "type": "website",
  8472            "url": "http://www.jboss.org"
  8473          },
  8474          {
  8475            "type": "mailing-list",
  8476            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  8477          }
  8478        ]
  8479      },
  8480      {
  8481        "type": "library",
  8482        "bom-ref": "pkg:maven/org.keycloak/keycloak-model-infinispan@10.0.2?type=jar",
  8483        "publisher": "JBoss by Red Hat",
  8484        "group": "org.keycloak",
  8485        "name": "keycloak-model-infinispan",
  8486        "version": "10.0.2",
  8487        "description": "",
  8488        "hashes": [
  8489          {
  8490            "alg": "MD5",
  8491            "content": "5b815388074392d56039c0ac4c84baf3"
  8492          },
  8493          {
  8494            "alg": "SHA-1",
  8495            "content": "ef017637545507e90e125f7abba266f73666584b"
  8496          },
  8497          {
  8498            "alg": "SHA-256",
  8499            "content": "798b5e6b1d68a13aec2ad1de3520e05caa644c5404047a236d425d50f2a00112"
  8500          },
  8501          {
  8502            "alg": "SHA-384",
  8503            "content": "2ca0f40feae21890402a35ce67e888458c924c59b8bf1ba341ab16ca1a15f0dbb5f5041d8a3d29b62c64cb935aa742f0"
  8504          },
  8505          {
  8506            "alg": "SHA-512",
  8507            "content": "948531141e1e643e45bc7a53918550b62260fc6a96147b7a8c3853680f1aea917ecfacb11e7051b568b8f4cf76f033803ad80d54856cec3ceb0edc43fc30e7d0"
  8508          },
  8509          {
  8510            "alg": "SHA3-256",
  8511            "content": "186769d08867fac6e9aad5724aa272c8a08b21601f6f110b0047de4df489d9b4"
  8512          },
  8513          {
  8514            "alg": "SHA3-384",
  8515            "content": "cdc73201b14e7299d385ea1529e3a8d23e46fb5a107539a3ad4f7007dfe736779e970d02625e81209667b54fe021256f"
  8516          },
  8517          {
  8518            "alg": "SHA3-512",
  8519            "content": "04fd66a4b4b738c6c0b6d3e2488c71c02fcbe3875031fdc366f2aeb07d162efd04880f3a6d9a6efc1fa702a16878274eaaf36a60536f9bffc4a190aceb16f5c3"
  8520          }
  8521        ],
  8522        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8523        "purl": "pkg:maven/org.keycloak/keycloak-model-infinispan@10.0.2?type=jar",
  8524        "externalReferences": [
  8525          {
  8526            "type": "distribution",
  8527            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  8528          },
  8529          {
  8530            "type": "issue-tracker",
  8531            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  8532          },
  8533          {
  8534            "type": "vcs",
  8535            "url": "https://github.com/keycloak/keycloak/tree/master/"
  8536          },
  8537          {
  8538            "type": "website",
  8539            "url": "http://www.jboss.org"
  8540          },
  8541          {
  8542            "type": "mailing-list",
  8543            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  8544          }
  8545        ]
  8546      },
  8547      {
  8548        "type": "library",
  8549        "bom-ref": "pkg:maven/org.keycloak/keycloak-sssd-federation@10.0.2?type=jar",
  8550        "publisher": "JBoss by Red Hat",
  8551        "group": "org.keycloak",
  8552        "name": "keycloak-sssd-federation",
  8553        "version": "10.0.2",
  8554        "description": "",
  8555        "hashes": [
  8556          {
  8557            "alg": "MD5",
  8558            "content": "dd830622e82ad7f8ea1fa99f5f9f65f5"
  8559          },
  8560          {
  8561            "alg": "SHA-1",
  8562            "content": "3469b8f61903cbd05ff6015bf0935bbf97c763a5"
  8563          },
  8564          {
  8565            "alg": "SHA-256",
  8566            "content": "09cf7f990fe45a920c2a1980e66aff668275fabf66a7f2ca784df8de8679c907"
  8567          },
  8568          {
  8569            "alg": "SHA-384",
  8570            "content": "753043eef50b5eb9d7bbde41718f3d6a12000107dacbf700b107c2defcb80b0035f558f41035063f40d50ecfcbecad47"
  8571          },
  8572          {
  8573            "alg": "SHA-512",
  8574            "content": "36a4745a35734fc9abc09fc01290b56403011c75c3710095e93e6a70e16e2f30ef299d64722e7871802c3d497d65e60224363ff6eeb8eff924c4d367b3841516"
  8575          },
  8576          {
  8577            "alg": "SHA3-256",
  8578            "content": "60a7e3e5ea81b046715fb38ee4cdc026a804fc6ff79601fbcb72423084da13b5"
  8579          },
  8580          {
  8581            "alg": "SHA3-384",
  8582            "content": "20bff1305e3b9c59e48978aa503683af8bb409e6be3f620d8db9483e545e405f9df764ca2cc72d991050537d355fadd2"
  8583          },
  8584          {
  8585            "alg": "SHA3-512",
  8586            "content": "a89d97d3fab530362748a0b561a195d01fa947e75c72368ae990c985edecc787c0be33b79f1bd0a51069e1f7aa904fc003736903dfc02ce8a5519652379ffafd"
  8587          }
  8588        ],
  8589        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8590        "purl": "pkg:maven/org.keycloak/keycloak-sssd-federation@10.0.2?type=jar",
  8591        "externalReferences": [
  8592          {
  8593            "type": "distribution",
  8594            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  8595          },
  8596          {
  8597            "type": "issue-tracker",
  8598            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  8599          },
  8600          {
  8601            "type": "vcs",
  8602            "url": "https://github.com/keycloak/keycloak/tree/master/"
  8603          },
  8604          {
  8605            "type": "website",
  8606            "url": "http://www.jboss.org"
  8607          },
  8608          {
  8609            "type": "mailing-list",
  8610            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  8611          }
  8612        ]
  8613      },
  8614      {
  8615        "type": "library",
  8616        "bom-ref": "pkg:maven/org.keycloak/keycloak-authz-policy-common@10.0.2?type=jar",
  8617        "publisher": "JBoss by Red Hat",
  8618        "group": "org.keycloak",
  8619        "name": "keycloak-authz-policy-common",
  8620        "version": "10.0.2",
  8621        "description": "KeyCloak AuthZ: Common Policy Providers",
  8622        "hashes": [
  8623          {
  8624            "alg": "MD5",
  8625            "content": "1adffd0247cff4e1cc0fe1012864b45e"
  8626          },
  8627          {
  8628            "alg": "SHA-1",
  8629            "content": "f18397bf01a899903b63f402b2f230ae1fe154c6"
  8630          },
  8631          {
  8632            "alg": "SHA-256",
  8633            "content": "b93fc6f6d8192851c0577d8973bcbc9bbe93411e1e26fd5a1b7ab07176f8a6a8"
  8634          },
  8635          {
  8636            "alg": "SHA-384",
  8637            "content": "b6f40cd95e13552d4dad201d3c13597a9c04b9291985c832efeeb10924f8efabb38309b74e8c6d6ca9919bb5728dff54"
  8638          },
  8639          {
  8640            "alg": "SHA-512",
  8641            "content": "f79b96b7c65c9dca097c20aee8e4be8eb169f10b2522f760a49b8d7bc9bde027a35c5d9b8332791e9f32fa5cfde3019a6c3ed7dc88a54be67c16f6881385a902"
  8642          },
  8643          {
  8644            "alg": "SHA3-256",
  8645            "content": "5fac98c2ec098fc4f4c0b05f83c54ba4aabc8b7bff1dae32e7e74fe6be136d57"
  8646          },
  8647          {
  8648            "alg": "SHA3-384",
  8649            "content": "1dc4a6cfff274632ff7d5b96bad8fc25c3461004ddfad3812dfcae5759116ca0e71eda4ec797b3848a308a54853d5105"
  8650          },
  8651          {
  8652            "alg": "SHA3-512",
  8653            "content": "9f209c19496248b0cdfc4aeee1f2af9c27847f1736b61e3fa31a6d0e5b35ea4d610eec9a332b4d162007b937f946c91f61064359d314b19d3b858d2bbff2b84e"
  8654          }
  8655        ],
  8656        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8657        "purl": "pkg:maven/org.keycloak/keycloak-authz-policy-common@10.0.2?type=jar",
  8658        "externalReferences": [
  8659          {
  8660            "type": "distribution",
  8661            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
  8662          },
  8663          {
  8664            "type": "issue-tracker",
  8665            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
  8666          },
  8667          {
  8668            "type": "vcs",
  8669            "url": "https://github.com/keycloak/keycloak/tree/master/"
  8670          },
  8671          {
  8672            "type": "website",
  8673            "url": "http://www.jboss.org"
  8674          },
  8675          {
  8676            "type": "mailing-list",
  8677            "url": "http://lists.jboss.org/pipermail/jboss-user/"
  8678          }
  8679        ]
  8680      },
  8681      {
  8682        "type": "library",
  8683        "bom-ref": "pkg:maven/log4j/log4j@1.2.17?type=jar",
  8684        "publisher": "Apache Software Foundation",
  8685        "group": "log4j",
  8686        "name": "log4j",
  8687        "version": "1.2.17",
  8688        "description": "Apache Log4j 1.2",
  8689        "hashes": [
  8690          {
  8691            "alg": "MD5",
  8692            "content": "04a41f0a068986f0f73485cf507c0f40"
  8693          },
  8694          {
  8695            "alg": "SHA-1",
  8696            "content": "5af35056b4d257e4b64b9e8069c0746e8b08629f"
  8697          },
  8698          {
  8699            "alg": "SHA-256",
  8700            "content": "1d31696445697720527091754369082a6651bd49781b6005deb94e56753406f9"
  8701          },
  8702          {
  8703            "alg": "SHA-384",
  8704            "content": "80b79d5872dec949dff23d221636b5faf312f08fbea2b5e2a8db84a5f5955e13864aff4a288935cb53d4da3d61defbe1"
  8705          },
  8706          {
  8707            "alg": "SHA-512",
  8708            "content": "3f12937a69ba60d0f5e86265168d6a0d069ce20d95b99a3ace463987655e7c63053f4d7e36e32f2b53f86992b888ca477bf81253ad04c721896b397f94ee57fc"
  8709          },
  8710          {
  8711            "alg": "SHA3-256",
  8712            "content": "f7f31abcf8b57cf6fd18380b5d1a13f999e3d3d1d89bd25a4a3885fc832f4a29"
  8713          },
  8714          {
  8715            "alg": "SHA3-384",
  8716            "content": "0be025582340080ea191c4e2559395fe9957c8d0aeea040239dea8504ce035bd24150162898d18c863092697ef52501b"
  8717          },
  8718          {
  8719            "alg": "SHA3-512",
  8720            "content": "0e4a21cb87a6b8626aa8f580b307039d2b060a6abc53d35feac9ecb8ffc2e80b627a12a869b5b5bf30a6e9348cd4c5c3edca937859141614f3c1b14bd8d4ef93"
  8721          }
  8722        ],
  8723        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8724        "purl": "pkg:maven/log4j/log4j@1.2.17?type=jar",
  8725        "externalReferences": [
  8726          {
  8727            "type": "website",
  8728            "url": "http://www.apache.org"
  8729          },
  8730          {
  8731            "type": "build-system",
  8732            "url": "http://vmgump.apache.org/gump/public/logging-log4j-12/logging-log4j-12/index.html"
  8733          },
  8734          {
  8735            "type": "issue-tracker",
  8736            "url": "https://issues.apache.org/bugzilla/describecomponents.cgi?product=Log4j"
  8737          },
  8738          {
  8739            "type": "mailing-list",
  8740            "url": "http://mail-archives.apache.org/mod_mbox/logging-log4j-user/"
  8741          },
  8742          {
  8743            "type": "vcs",
  8744            "url": "http://svn.apache.org/viewvc/logging/log4j/tags/v1_2_17_rc3"
  8745          }
  8746        ]
  8747      },
  8748      {
  8749        "type": "library",
  8750        "bom-ref": "pkg:maven/org.slf4j/slf4j-log4j12@1.7.22?type=jar",
  8751        "publisher": "QOS.ch",
  8752        "group": "org.slf4j",
  8753        "name": "slf4j-log4j12",
  8754        "version": "1.7.22",
  8755        "description": "SLF4J LOG4J-12 Binding",
  8756        "hashes": [
  8757          {
  8758            "alg": "MD5",
  8759            "content": "ab4a07a94cd4f628f8a8e92191777bd0"
  8760          },
  8761          {
  8762            "alg": "SHA-1",
  8763            "content": "3bb94b26c2ad2f8755302aa9bf96f03b23a76639"
  8764          },
  8765          {
  8766            "alg": "SHA-256",
  8767            "content": "aa6f7ce777b98e268c538fb9a0b3507df106b911604c24fc1b5336fc38d316fd"
  8768          },
  8769          {
  8770            "alg": "SHA-384",
  8771            "content": "a6d3f52229998dd476102a8ef02891f412549a4235dafe863a4bbc0fcce4ec76f973dfc2bc7243fcff71a62aeadf664c"
  8772          },
  8773          {
  8774            "alg": "SHA-512",
  8775            "content": "ed2b7a9de2848535a09ee9e94bac8bc337cc18847fa5b37fa16928aeef7135f718b756a3768bc4f17f9552a156d3995f8e6891abedd806b95255aa517fa3ecda"
  8776          },
  8777          {
  8778            "alg": "SHA3-256",
  8779            "content": "b3f5c3199b04025b5e509711f7f50e9152ba908efc0613d26f911df749427f8f"
  8780          },
  8781          {
  8782            "alg": "SHA3-384",
  8783            "content": "2e862a00c869d7220e7ba14b61bbd30a9ebd9cb62fd610464ebc9c09e0552a56c11375cd5df3576ee73ea4d647e55274"
  8784          },
  8785          {
  8786            "alg": "SHA3-512",
  8787            "content": "48b68b2ad64d06a0748adacfe73618a7c401a8bdea9e6850020d16d09fae26200b425ab42ecc5d7bb2271e4a97939bacfc03cce3b1b9eee2565a07f03ec66697"
  8788          }
  8789        ],
  8790        "licenses": [{"license": {
  8791          "id": "MIT",
  8792          "url": "https://opensource.org/licenses/MIT"
  8793        }}],
  8794        "purl": "pkg:maven/org.slf4j/slf4j-log4j12@1.7.22?type=jar",
  8795        "externalReferences": [
  8796          {
  8797            "type": "website",
  8798            "url": "http://www.qos.ch"
  8799          },
  8800          {
  8801            "type": "distribution",
  8802            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
  8803          },
  8804          {
  8805            "type": "vcs",
  8806            "url": "https://github.com/qos-ch/slf4j"
  8807          }
  8808        ]
  8809      },
  8810      {
  8811        "type": "library",
  8812        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core-annotations@2.0.0-M24?type=jar",
  8813        "publisher": "The Apache Software Foundation",
  8814        "group": "org.apache.directory.server",
  8815        "name": "apacheds-core-annotations",
  8816        "version": "2.0.0-M24",
  8817        "description": "Annotations used to define a DirectoryService",
  8818        "hashes": [
  8819          {
  8820            "alg": "MD5",
  8821            "content": "b38bd4b4dfda718327bce582e2669e62"
  8822          },
  8823          {
  8824            "alg": "SHA-1",
  8825            "content": "ef20340c41d361f58d1605244c20ed42141f4ee5"
  8826          },
  8827          {
  8828            "alg": "SHA-256",
  8829            "content": "d42fb132267cbe020df072741520201bcd5f36911fb5436f66c513b224711509"
  8830          },
  8831          {
  8832            "alg": "SHA-384",
  8833            "content": "7816c28beb7e886cc15b75e12d3ccdc81e11f0a35aee39245f927aefb51922b87d737a97859c1adf0584ad7dab08c040"
  8834          },
  8835          {
  8836            "alg": "SHA-512",
  8837            "content": "4bf6450e40f5d64594c133deefd605c00e9fa19dfb75ad309f34fe66f71721338c1b576d82577c4bfa58c098bc8122bae7f0d37d511390dab17771871c864cc2"
  8838          },
  8839          {
  8840            "alg": "SHA3-256",
  8841            "content": "2f8d9556e7d9aa7318cdd619557f278799543b97e926d9d691e5309fd821f39e"
  8842          },
  8843          {
  8844            "alg": "SHA3-384",
  8845            "content": "cd9e06d1fbfb91018e3492a37013fb14600e544b45ace3658b7a5eb65d913e0cde8bcbded801e722a9540a027223bb35"
  8846          },
  8847          {
  8848            "alg": "SHA3-512",
  8849            "content": "7f7073670a465aa3748a3ac658a598aba9c268bb8d41d0e337bdb6683b8891cebd88f353abbb0e1dc4a83134e981636e6b396e7c53bda46cd2f8fb9097563030"
  8850          }
  8851        ],
  8852        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8853        "purl": "pkg:maven/org.apache.directory.server/apacheds-core-annotations@2.0.0-M24?type=jar",
  8854        "externalReferences": [
  8855          {
  8856            "type": "issue-tracker",
  8857            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  8858          },
  8859          {
  8860            "type": "vcs",
  8861            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  8862          },
  8863          {
  8864            "type": "build-system",
  8865            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  8866          },
  8867          {
  8868            "type": "mailing-list",
  8869            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  8870          },
  8871          {
  8872            "type": "website",
  8873            "url": "https://www.apache.org/"
  8874          },
  8875          {
  8876            "type": "distribution",
  8877            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  8878          }
  8879        ]
  8880      },
  8881      {
  8882        "type": "library",
  8883        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core@2.0.0-M24?type=jar",
  8884        "publisher": "The Apache Software Foundation",
  8885        "group": "org.apache.directory.server",
  8886        "name": "apacheds-core",
  8887        "version": "2.0.0-M24",
  8888        "description": "Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled.",
  8889        "hashes": [
  8890          {
  8891            "alg": "MD5",
  8892            "content": "8dd1de2cb0ccd29f3c7734a5f83f5b37"
  8893          },
  8894          {
  8895            "alg": "SHA-1",
  8896            "content": "0d97ae246f4deb6a508fcef6560f15a9da2eab9b"
  8897          },
  8898          {
  8899            "alg": "SHA-256",
  8900            "content": "2e59a058eb6c358c137732348f3751b8b4db3820e2862df1facec5d869192a1f"
  8901          },
  8902          {
  8903            "alg": "SHA-384",
  8904            "content": "20240ce08bad95431eddf087c8057b026d8b0468921a5ac98283ec1028424cc20ec8d6404f81b00df1f7d05aa9a3a618"
  8905          },
  8906          {
  8907            "alg": "SHA-512",
  8908            "content": "cb3fa249744609ac32e5f7b73f3695828a8e122d837c0e0cd150e7604a1b3b74a12a9e0afa4c76691222d808a353f40ff1279b4f7630e3fefb53aada04df7f96"
  8909          },
  8910          {
  8911            "alg": "SHA3-256",
  8912            "content": "ea8c497f4f8fa171064ea01b12b52ec5dd13a2a9cd8949e3924d2c04d2d28326"
  8913          },
  8914          {
  8915            "alg": "SHA3-384",
  8916            "content": "f4e7b3f9629ddbb4caa1d1df3402028cccac75cb3a532194f30864ecaea7a4018a9bea90eec295851ea4becaf9ab11b0"
  8917          },
  8918          {
  8919            "alg": "SHA3-512",
  8920            "content": "f412c5f42b6d8964c4bc3fc45fea601fcb3324211d28f730fcda75bd914a536670888d88de12594428c812ff1e73f5c807f7e669b4a551fa3449b4d1ca3d0807"
  8921          }
  8922        ],
  8923        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8924        "purl": "pkg:maven/org.apache.directory.server/apacheds-core@2.0.0-M24?type=jar",
  8925        "externalReferences": [
  8926          {
  8927            "type": "issue-tracker",
  8928            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  8929          },
  8930          {
  8931            "type": "vcs",
  8932            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  8933          },
  8934          {
  8935            "type": "build-system",
  8936            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  8937          },
  8938          {
  8939            "type": "mailing-list",
  8940            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  8941          },
  8942          {
  8943            "type": "website",
  8944            "url": "https://www.apache.org/"
  8945          },
  8946          {
  8947            "type": "distribution",
  8948            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  8949          }
  8950        ]
  8951      },
  8952      {
  8953        "type": "library",
  8954        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-admin@2.0.0-M24?type=jar",
  8955        "publisher": "The Apache Software Foundation",
  8956        "group": "org.apache.directory.server",
  8957        "name": "apacheds-interceptors-admin",
  8958        "version": "2.0.0-M24",
  8959        "description": "AdministrativePoint interceptor",
  8960        "hashes": [
  8961          {
  8962            "alg": "MD5",
  8963            "content": "7b86e925c38e277a59afc1bbdeef9b12"
  8964          },
  8965          {
  8966            "alg": "SHA-1",
  8967            "content": "dd27b73ff0618f23b58ea2208687417bfe5aada9"
  8968          },
  8969          {
  8970            "alg": "SHA-256",
  8971            "content": "1ad2d99c89ca9bc52cdf1316cac302856ad4a4ea05c2efde4026c8851d1a7938"
  8972          },
  8973          {
  8974            "alg": "SHA-384",
  8975            "content": "3b2b18ed90d9e23113cabd15869f954fca60b6c1fab3a43fd5c55752e649e2b9098ff6f24a5c20985105624d6c677c3f"
  8976          },
  8977          {
  8978            "alg": "SHA-512",
  8979            "content": "8486d4c32ba6df22712182ca0fcdfb5c214075235e8cc87e6f5f8358e26be61ce0939431f0f0c83130890adc7b46e9487a4587840117da24e453f5f9f3cb805d"
  8980          },
  8981          {
  8982            "alg": "SHA3-256",
  8983            "content": "790f6dcbc8d2173f126c22c11d562ea9a1340de2a6c04ccaf813e1f18203f510"
  8984          },
  8985          {
  8986            "alg": "SHA3-384",
  8987            "content": "50397729a3f894870a3c89b4819688bbec1b1cde6529c1a901f3690d979b1aa3c42a2743102d3a81f4de0b3a8df733b8"
  8988          },
  8989          {
  8990            "alg": "SHA3-512",
  8991            "content": "c7b9139c753bd99279e8a66a384ca174c9e2268f5b4700103323b003f290d77708e9a95577b6c0fa5fe90e840a665e667ad70c53381aa10a928e1a2206750f61"
  8992          }
  8993        ],
  8994        "licenses": [{"license": {"id": "Apache-2.0"}}],
  8995        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-admin@2.0.0-M24?type=jar",
  8996        "externalReferences": [
  8997          {
  8998            "type": "issue-tracker",
  8999            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9000          },
  9001          {
  9002            "type": "vcs",
  9003            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9004          },
  9005          {
  9006            "type": "build-system",
  9007            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9008          },
  9009          {
  9010            "type": "mailing-list",
  9011            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9012          },
  9013          {
  9014            "type": "website",
  9015            "url": "https://www.apache.org/"
  9016          },
  9017          {
  9018            "type": "distribution",
  9019            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9020          }
  9021        ]
  9022      },
  9023      {
  9024        "type": "library",
  9025        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authn@2.0.0-M24?type=jar",
  9026        "publisher": "The Apache Software Foundation",
  9027        "group": "org.apache.directory.server",
  9028        "name": "apacheds-interceptors-authn",
  9029        "version": "2.0.0-M24",
  9030        "description": "Authentication interceptor",
  9031        "hashes": [
  9032          {
  9033            "alg": "MD5",
  9034            "content": "24b1fc708e9fcafa28e0ae30d8a4be4c"
  9035          },
  9036          {
  9037            "alg": "SHA-1",
  9038            "content": "85fd27a911b089ff758f21c33d86781f75b3ee89"
  9039          },
  9040          {
  9041            "alg": "SHA-256",
  9042            "content": "ef7638074cdd284699823858c636052684a6f89f37b0caeef059469c25c42272"
  9043          },
  9044          {
  9045            "alg": "SHA-384",
  9046            "content": "2314a807982a104950d92bd7c43580b11d0dbdaaf16f05dbc29600685bf19e50fdade5b76d11fcbf0aecd08623404bb8"
  9047          },
  9048          {
  9049            "alg": "SHA-512",
  9050            "content": "fa137d3291bd88176d2f365c3d27535f7a19ad2c96400b5846c4e3ca79af5f0db13c440f20e539f0f6961f62c0f6539d44300fe0d6b2569aeecd4ef342957748"
  9051          },
  9052          {
  9053            "alg": "SHA3-256",
  9054            "content": "0de8e636ebb1556d87b1a8ee9a726777017d86104b6f38d4b95937e5c1cba768"
  9055          },
  9056          {
  9057            "alg": "SHA3-384",
  9058            "content": "83d7f932377f37fb872f08358b43b9a6793eaff1b251a29af3aab19235ec9b57169f1918bd1913da19882debb4283736"
  9059          },
  9060          {
  9061            "alg": "SHA3-512",
  9062            "content": "b0d630271a806b45db1a14b6b71a692aa40b25c621e1920339dd3e4529aebe7cf3b81ddfd7af49d6a9bca5f9fc0486d26bf72b0e57c16fdf1a6c25411b0afd99"
  9063          }
  9064        ],
  9065        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9066        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authn@2.0.0-M24?type=jar",
  9067        "externalReferences": [
  9068          {
  9069            "type": "issue-tracker",
  9070            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9071          },
  9072          {
  9073            "type": "vcs",
  9074            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9075          },
  9076          {
  9077            "type": "build-system",
  9078            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9079          },
  9080          {
  9081            "type": "mailing-list",
  9082            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9083          },
  9084          {
  9085            "type": "website",
  9086            "url": "https://www.apache.org/"
  9087          },
  9088          {
  9089            "type": "distribution",
  9090            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9091          }
  9092        ]
  9093      },
  9094      {
  9095        "type": "library",
  9096        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-number@2.0.0-M24?type=jar",
  9097        "publisher": "The Apache Software Foundation",
  9098        "group": "org.apache.directory.server",
  9099        "name": "apacheds-interceptors-number",
  9100        "version": "2.0.0-M24",
  9101        "description": "Numeric attribute value incrementing interceptor",
  9102        "hashes": [
  9103          {
  9104            "alg": "MD5",
  9105            "content": "763a95eecc4bd535699cc2181ead8c72"
  9106          },
  9107          {
  9108            "alg": "SHA-1",
  9109            "content": "5dcb236a887cc507ecc7d8e911e5587fdebd8e52"
  9110          },
  9111          {
  9112            "alg": "SHA-256",
  9113            "content": "9b54fac600341296a97a4ee4333c5a02391a1bc89faf59a7aed7716b647b4e56"
  9114          },
  9115          {
  9116            "alg": "SHA-384",
  9117            "content": "97a399495b8db320c46bc434cd9dcf3e2265eb7bd126a3784683d3f4b68a361b751e75de7ad48ed76e48985a64fa58ba"
  9118          },
  9119          {
  9120            "alg": "SHA-512",
  9121            "content": "129d4bf4e585b1717ebd38e23d82b4c2f03bb5a88bf46c70a886a3514e57a1e025f1b7f9462965ba425e8d1fe8a96c29c6d30aab9414846e05f91d0ec5cdadf0"
  9122          },
  9123          {
  9124            "alg": "SHA3-256",
  9125            "content": "ab66c348ad065e3a9ca7c56a10c3b7427925f67c4a8dabb37904ea679390feb1"
  9126          },
  9127          {
  9128            "alg": "SHA3-384",
  9129            "content": "316fe4ad7bca9475be3f695ba16429d5fda071dd5da52a7b864ef8c085def23ee4ba105960a3e370a1f01fd19d0964a0"
  9130          },
  9131          {
  9132            "alg": "SHA3-512",
  9133            "content": "ad470a32a3364d761d7589f8bfa407d14832ddfa4ea736b007d57b3d5abd10b6540ac28b5ebff84011b6dfa70d393c7521af51e0204a5d4319d5eee93839c205"
  9134          }
  9135        ],
  9136        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9137        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-number@2.0.0-M24?type=jar",
  9138        "externalReferences": [
  9139          {
  9140            "type": "issue-tracker",
  9141            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9142          },
  9143          {
  9144            "type": "vcs",
  9145            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9146          },
  9147          {
  9148            "type": "build-system",
  9149            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9150          },
  9151          {
  9152            "type": "mailing-list",
  9153            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9154          },
  9155          {
  9156            "type": "website",
  9157            "url": "https://www.apache.org/"
  9158          },
  9159          {
  9160            "type": "distribution",
  9161            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9162          }
  9163        ]
  9164      },
  9165      {
  9166        "type": "library",
  9167        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authz@2.0.0-M24?type=jar",
  9168        "publisher": "The Apache Software Foundation",
  9169        "group": "org.apache.directory.server",
  9170        "name": "apacheds-interceptors-authz",
  9171        "version": "2.0.0-M24",
  9172        "description": "Authorization interceptor",
  9173        "hashes": [
  9174          {
  9175            "alg": "MD5",
  9176            "content": "19d9de7ad39a81f07d54e3a3c9a9a4f5"
  9177          },
  9178          {
  9179            "alg": "SHA-1",
  9180            "content": "a6d61cf4d2ca43684fdaef95bfa61e9dafb9f484"
  9181          },
  9182          {
  9183            "alg": "SHA-256",
  9184            "content": "b4c655a9b4da1b97553149e7173ac2f34a58a91924a19fa01f5c748ad8cebc2a"
  9185          },
  9186          {
  9187            "alg": "SHA-384",
  9188            "content": "f3fcc835510e3cc1ca3cbdbc7462394a1c01e82755dd5d069a5f16c4ddede01efb4787410c12e7b42b5b080854e280aa"
  9189          },
  9190          {
  9191            "alg": "SHA-512",
  9192            "content": "c6501dcf8a9337344ac90499d240f2cd6c2af6b16ba619a597b55d58a3d603dfb6b598a3f37efca529dd4b7cb434a534cc9e0755356a296cacdde88a3df4010c"
  9193          },
  9194          {
  9195            "alg": "SHA3-256",
  9196            "content": "bc2e1ef60be75dd208d3b10e064aeb8e48cd91e598ba3e126def8144538090f9"
  9197          },
  9198          {
  9199            "alg": "SHA3-384",
  9200            "content": "c7eded387dd0cd833abf9d08250d2248f3cac2b9b4a7f13db5f9014c5ee670df6ffd52799bf3f63eaabaab4db9a4007d"
  9201          },
  9202          {
  9203            "alg": "SHA3-512",
  9204            "content": "fc31f97e5240aa81de50fec91345ff45291d4bee5ef7c11d80405c3647bfd6805e8e4dc7d0b6f4e84137f48f7392397318ea2883f8fdbc798953c6d8c7e736f6"
  9205          }
  9206        ],
  9207        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9208        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authz@2.0.0-M24?type=jar",
  9209        "externalReferences": [
  9210          {
  9211            "type": "issue-tracker",
  9212            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9213          },
  9214          {
  9215            "type": "vcs",
  9216            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9217          },
  9218          {
  9219            "type": "build-system",
  9220            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9221          },
  9222          {
  9223            "type": "mailing-list",
  9224            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9225          },
  9226          {
  9227            "type": "website",
  9228            "url": "https://www.apache.org/"
  9229          },
  9230          {
  9231            "type": "distribution",
  9232            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9233          }
  9234        ]
  9235      },
  9236      {
  9237        "type": "library",
  9238        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-changelog@2.0.0-M24?type=jar",
  9239        "publisher": "The Apache Software Foundation",
  9240        "group": "org.apache.directory.server",
  9241        "name": "apacheds-interceptors-changelog",
  9242        "version": "2.0.0-M24",
  9243        "description": "ChangeLog interceptor",
  9244        "hashes": [
  9245          {
  9246            "alg": "MD5",
  9247            "content": "26dbb3ad8112f4775fbf464b6384b309"
  9248          },
  9249          {
  9250            "alg": "SHA-1",
  9251            "content": "865b5b43a0a10b1ca98b0474650f38b98078c71c"
  9252          },
  9253          {
  9254            "alg": "SHA-256",
  9255            "content": "84a864bc8d414ab22dcf01c0fce1440be92de52db561194cfce3f16623d87d36"
  9256          },
  9257          {
  9258            "alg": "SHA-384",
  9259            "content": "e2596b7a4e4491b58abd48e92d6ede582a74b674b6cf84c2cc743f277236c41ae850e7f2f1c083e38cc04771f680c086"
  9260          },
  9261          {
  9262            "alg": "SHA-512",
  9263            "content": "38985bfd5a65522eef2c933306a7ed55155cdfce8e76a366b98f3ffada104333fa2504a1225148d944524e0839d11314d5ed8d25f9d03350b979bb70d7d73f45"
  9264          },
  9265          {
  9266            "alg": "SHA3-256",
  9267            "content": "7c9d11ba8ccd4027982255d93bc2e446dc6e56725975cafd097c698f842ba64c"
  9268          },
  9269          {
  9270            "alg": "SHA3-384",
  9271            "content": "7cf45f5b7e50b67cd16f68dfe4b2a4e478e590f15d84108e2f6f1a586beefdb6bb51bd6991ff4f999cf5bcdc9d3e4f75"
  9272          },
  9273          {
  9274            "alg": "SHA3-512",
  9275            "content": "e45f7f8fdacc40edbee410c60e800da5afdba2be62eb87cfc6f430e36d605370dad401d844fe0f6da9928604aeafdf3b3559914deef6674720d5ec5cb8d45164"
  9276          }
  9277        ],
  9278        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9279        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-changelog@2.0.0-M24?type=jar",
  9280        "externalReferences": [
  9281          {
  9282            "type": "issue-tracker",
  9283            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9284          },
  9285          {
  9286            "type": "vcs",
  9287            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9288          },
  9289          {
  9290            "type": "build-system",
  9291            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9292          },
  9293          {
  9294            "type": "mailing-list",
  9295            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9296          },
  9297          {
  9298            "type": "website",
  9299            "url": "https://www.apache.org/"
  9300          },
  9301          {
  9302            "type": "distribution",
  9303            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9304          }
  9305        ]
  9306      },
  9307      {
  9308        "type": "library",
  9309        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-collective@2.0.0-M24?type=jar",
  9310        "publisher": "The Apache Software Foundation",
  9311        "group": "org.apache.directory.server",
  9312        "name": "apacheds-interceptors-collective",
  9313        "version": "2.0.0-M24",
  9314        "description": "Collective Attribute interceptor",
  9315        "hashes": [
  9316          {
  9317            "alg": "MD5",
  9318            "content": "4de1ff75f93ca2d2af76d5dc74c090e3"
  9319          },
  9320          {
  9321            "alg": "SHA-1",
  9322            "content": "3ef79f9ec3d8ba785de37ba427f2e892722a89d2"
  9323          },
  9324          {
  9325            "alg": "SHA-256",
  9326            "content": "4fd8b8f97131e8f05709c0f2dbb232c3575033d286a046782b870d0de4f36b40"
  9327          },
  9328          {
  9329            "alg": "SHA-384",
  9330            "content": "cdcb6b3015ad191ca60d8d1e5eb4f5791c26d0265e0216b6be0d29fd11aa7da19bdba00f65650389470642ce5da3d6b2"
  9331          },
  9332          {
  9333            "alg": "SHA-512",
  9334            "content": "a7f0cab36e41454b0b1f6a0db5cfc11453677b8fc5891e414a6b32856671caa74d782dc200e910dc21a27f620c8f9e2c3f63a1b5bfc0eafe8d70ddd718138644"
  9335          },
  9336          {
  9337            "alg": "SHA3-256",
  9338            "content": "9564ec4234f449e8d6f35c3143235240fef847ee11594e78d8572d5e8b041971"
  9339          },
  9340          {
  9341            "alg": "SHA3-384",
  9342            "content": "a5357ceb97ed678de2a89d760ac4fafda16700e32ec28080d8dc8f6ce36fac443bacc549b808248bfeb962cbd34306ce"
  9343          },
  9344          {
  9345            "alg": "SHA3-512",
  9346            "content": "0f577ada4a7736e986afa35b163e6deba053e1bee3ed9c184da013f07afe7ee8c000ea12780adbca3918043ce87cb83092968741d5563aeec4e9d7e59f610673"
  9347          }
  9348        ],
  9349        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9350        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-collective@2.0.0-M24?type=jar",
  9351        "externalReferences": [
  9352          {
  9353            "type": "issue-tracker",
  9354            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9355          },
  9356          {
  9357            "type": "vcs",
  9358            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9359          },
  9360          {
  9361            "type": "build-system",
  9362            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9363          },
  9364          {
  9365            "type": "mailing-list",
  9366            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9367          },
  9368          {
  9369            "type": "website",
  9370            "url": "https://www.apache.org/"
  9371          },
  9372          {
  9373            "type": "distribution",
  9374            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9375          }
  9376        ]
  9377      },
  9378      {
  9379        "type": "library",
  9380        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-event@2.0.0-M24?type=jar",
  9381        "publisher": "The Apache Software Foundation",
  9382        "group": "org.apache.directory.server",
  9383        "name": "apacheds-interceptors-event",
  9384        "version": "2.0.0-M24",
  9385        "description": "Event interceptor",
  9386        "hashes": [
  9387          {
  9388            "alg": "MD5",
  9389            "content": "d633fea0b5cab71b12ae3ed072cbb702"
  9390          },
  9391          {
  9392            "alg": "SHA-1",
  9393            "content": "466b6872384c16a6d2fce102783f5aa22dc654a3"
  9394          },
  9395          {
  9396            "alg": "SHA-256",
  9397            "content": "e7edc0af264032d9753c2d136ba749860c052b777e9ee2664bd33a796662ab8b"
  9398          },
  9399          {
  9400            "alg": "SHA-384",
  9401            "content": "580fedc59f85d7d54f56356aa3ac455eda6db9233d27d48a483920b62267171636f181a85cc469ce62bcd74a1bcca51d"
  9402          },
  9403          {
  9404            "alg": "SHA-512",
  9405            "content": "6b1fdd1d57783b9cac4a57a3ea772ad36585124f954def63d0254618ea432b92af34368174aa7867131b94b72f396abe8520bd6a46fea0b91b8a58efa70c6345"
  9406          },
  9407          {
  9408            "alg": "SHA3-256",
  9409            "content": "d4b978badcaf5d8a4689570fd0e46eaf665eaf9922b5d732c98d3482d49a4477"
  9410          },
  9411          {
  9412            "alg": "SHA3-384",
  9413            "content": "9392b3020db12e31a8f087fc59bf9dc89836c5a7946d04337fc026a4d2c9499c6fb118fea2b3e3bf88126c5f1847d4b5"
  9414          },
  9415          {
  9416            "alg": "SHA3-512",
  9417            "content": "3ac3134c2fb3760594797066d53aeeb2d97a91e0ad0827e134c182098fd543874f706783fd88cf92051396d27fa2a7dc04bcfdd311f335fede1af5c30924c357"
  9418          }
  9419        ],
  9420        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9421        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-event@2.0.0-M24?type=jar",
  9422        "externalReferences": [
  9423          {
  9424            "type": "issue-tracker",
  9425            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9426          },
  9427          {
  9428            "type": "vcs",
  9429            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9430          },
  9431          {
  9432            "type": "build-system",
  9433            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9434          },
  9435          {
  9436            "type": "mailing-list",
  9437            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9438          },
  9439          {
  9440            "type": "website",
  9441            "url": "https://www.apache.org/"
  9442          },
  9443          {
  9444            "type": "distribution",
  9445            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9446          }
  9447        ]
  9448      },
  9449      {
  9450        "type": "library",
  9451        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-exception@2.0.0-M24?type=jar",
  9452        "publisher": "The Apache Software Foundation",
  9453        "group": "org.apache.directory.server",
  9454        "name": "apacheds-interceptors-exception",
  9455        "version": "2.0.0-M24",
  9456        "description": "Exception interceptor",
  9457        "hashes": [
  9458          {
  9459            "alg": "MD5",
  9460            "content": "652732b55466814e4befc0a54977aba1"
  9461          },
  9462          {
  9463            "alg": "SHA-1",
  9464            "content": "c8a9bc5c4ab55ea01643c7d9b37eebb6bc63db26"
  9465          },
  9466          {
  9467            "alg": "SHA-256",
  9468            "content": "2cffff2d4fbd96398bdbc55706755733776798761a197b59baa50d0a7f98eefd"
  9469          },
  9470          {
  9471            "alg": "SHA-384",
  9472            "content": "9ed879fac68b5c1620b4f2ff61bd97b2061167917220cce1a078a23b8c7001ed5f964a9daced061e0151e9f3c0574dbf"
  9473          },
  9474          {
  9475            "alg": "SHA-512",
  9476            "content": "3139c30366c1d1fc2740c8c90c937a2c41c8be413d6304a81498f922982c335d000825f8899e109177c059fba5eb179569935c02a7d8c06cf022c17ac07a4e3c"
  9477          },
  9478          {
  9479            "alg": "SHA3-256",
  9480            "content": "7b42ee782cad845e404a8a263d0f880b276d7e8089ec5cf70da2b3c9fee6250d"
  9481          },
  9482          {
  9483            "alg": "SHA3-384",
  9484            "content": "36696715ffe52da938e40f1eea91e035fc83ca06a3208749c2514693b94ff5c9c20aa4d072d279c86e847c79d8394d4e"
  9485          },
  9486          {
  9487            "alg": "SHA3-512",
  9488            "content": "de61e95ecd33577b1c1ec96f64364cbea9b2998ff239aebd4c3ca86f8bca773cfd8e72ceb7a97a55089b700de7b6a5bb5ee3cea2b586b662cd2738060f9cfbdf"
  9489          }
  9490        ],
  9491        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9492        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-exception@2.0.0-M24?type=jar",
  9493        "externalReferences": [
  9494          {
  9495            "type": "issue-tracker",
  9496            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9497          },
  9498          {
  9499            "type": "vcs",
  9500            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9501          },
  9502          {
  9503            "type": "build-system",
  9504            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9505          },
  9506          {
  9507            "type": "mailing-list",
  9508            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9509          },
  9510          {
  9511            "type": "website",
  9512            "url": "https://www.apache.org/"
  9513          },
  9514          {
  9515            "type": "distribution",
  9516            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9517          }
  9518        ]
  9519      },
  9520      {
  9521        "type": "library",
  9522        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-journal@2.0.0-M24?type=jar",
  9523        "publisher": "The Apache Software Foundation",
  9524        "group": "org.apache.directory.server",
  9525        "name": "apacheds-interceptors-journal",
  9526        "version": "2.0.0-M24",
  9527        "description": "Journal interceptor",
  9528        "hashes": [
  9529          {
  9530            "alg": "MD5",
  9531            "content": "0b5a737776f46608156cabfddd451cbd"
  9532          },
  9533          {
  9534            "alg": "SHA-1",
  9535            "content": "84c4bc18414925433915d1b23431beb37eb21405"
  9536          },
  9537          {
  9538            "alg": "SHA-256",
  9539            "content": "9c23751c41a6d115799a9a9be3a916dc2c2a812052d11458e726986a0914f17a"
  9540          },
  9541          {
  9542            "alg": "SHA-384",
  9543            "content": "deb240f12073f8d7b69fd3828305caca1e9d921b03fb0a5a48e73c18e43bf8129e57ab52f04711cc00420b238a79eac9"
  9544          },
  9545          {
  9546            "alg": "SHA-512",
  9547            "content": "d39fb7d41baef02f596b3b9483a826ced36294079fa0ad07f3dfda7c7bfdcb1b37d5d677b8304c90d0172ba8370177ab56e6818112fa9686cd2fd925f632bbbe"
  9548          },
  9549          {
  9550            "alg": "SHA3-256",
  9551            "content": "22901778e56a2c075bed9f183781ce39355eefe7eb53d051639904e87682d3f8"
  9552          },
  9553          {
  9554            "alg": "SHA3-384",
  9555            "content": "741e93d2ff4274915e6c6c9a5057f8c417e420087c1782019190c5de76957ebd22827368678bd9bca13b933f54546499"
  9556          },
  9557          {
  9558            "alg": "SHA3-512",
  9559            "content": "03b70e2e0264e9c4a59d6dd43657af1a4037514d1b68d7049dced621435b81b66393a480e3667795656e790d708c0ed479d295c816bebe21b91f18afc008baaf"
  9560          }
  9561        ],
  9562        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9563        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-journal@2.0.0-M24?type=jar",
  9564        "externalReferences": [
  9565          {
  9566            "type": "issue-tracker",
  9567            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9568          },
  9569          {
  9570            "type": "vcs",
  9571            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9572          },
  9573          {
  9574            "type": "build-system",
  9575            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9576          },
  9577          {
  9578            "type": "mailing-list",
  9579            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9580          },
  9581          {
  9582            "type": "website",
  9583            "url": "https://www.apache.org/"
  9584          },
  9585          {
  9586            "type": "distribution",
  9587            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9588          }
  9589        ]
  9590      },
  9591      {
  9592        "type": "library",
  9593        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-normalization@2.0.0-M24?type=jar",
  9594        "publisher": "The Apache Software Foundation",
  9595        "group": "org.apache.directory.server",
  9596        "name": "apacheds-interceptors-normalization",
  9597        "version": "2.0.0-M24",
  9598        "description": "Normalization interceptor",
  9599        "hashes": [
  9600          {
  9601            "alg": "MD5",
  9602            "content": "0db052b90a6ac321176e9c15212ba5ee"
  9603          },
  9604          {
  9605            "alg": "SHA-1",
  9606            "content": "20fb5b4cbc5f0a7da7accb573ba274ab825929bf"
  9607          },
  9608          {
  9609            "alg": "SHA-256",
  9610            "content": "076e329cee790d205b5ad4ca0526c77a21e9d9bb255d99e68f01b0f834c05bf0"
  9611          },
  9612          {
  9613            "alg": "SHA-384",
  9614            "content": "230d5f7c78649e03ab4c7aeff275566a7e1ec30b2b45fd6bb19ea6325e592d84bc2c4928a4797c342477ce9d796ea6c1"
  9615          },
  9616          {
  9617            "alg": "SHA-512",
  9618            "content": "8324ba4efe7c652a987fc1d0178bb0aa797a553a416536aac755008476aa6ceed14d85b68eb7b2b2d080395e911093475f06e72fba490e38b6946f1a06e0683d"
  9619          },
  9620          {
  9621            "alg": "SHA3-256",
  9622            "content": "a1867c7349c029422276d51cf9dadb3cb17c2ac0e005d7b1cf1748b04e5c0ec1"
  9623          },
  9624          {
  9625            "alg": "SHA3-384",
  9626            "content": "b400f0877f8911f41cd099a07f7046d46f960269eb6f56772db338b7f04c5d02c61d1d6104d7528e92b0be00eb552c2f"
  9627          },
  9628          {
  9629            "alg": "SHA3-512",
  9630            "content": "3b397afb2d153486008222f6d3d926afd23968cf0a5ff8aaf8bbcf31b8f121b7731ec8bd4cb0fe2f5a094f00a67d845f7f4aa8723e1db898d5f1ab5ab197a998"
  9631          }
  9632        ],
  9633        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9634        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-normalization@2.0.0-M24?type=jar",
  9635        "externalReferences": [
  9636          {
  9637            "type": "issue-tracker",
  9638            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9639          },
  9640          {
  9641            "type": "vcs",
  9642            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9643          },
  9644          {
  9645            "type": "build-system",
  9646            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9647          },
  9648          {
  9649            "type": "mailing-list",
  9650            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9651          },
  9652          {
  9653            "type": "website",
  9654            "url": "https://www.apache.org/"
  9655          },
  9656          {
  9657            "type": "distribution",
  9658            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9659          }
  9660        ]
  9661      },
  9662      {
  9663        "type": "library",
  9664        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-operational@2.0.0-M24?type=jar",
  9665        "publisher": "The Apache Software Foundation",
  9666        "group": "org.apache.directory.server",
  9667        "name": "apacheds-interceptors-operational",
  9668        "version": "2.0.0-M24",
  9669        "description": "Operational Attribute interceptor",
  9670        "hashes": [
  9671          {
  9672            "alg": "MD5",
  9673            "content": "fafe462f0d332e42522a4b952325ca67"
  9674          },
  9675          {
  9676            "alg": "SHA-1",
  9677            "content": "32189483f8c2332d19405d64f4b0fc6ad1e5dea0"
  9678          },
  9679          {
  9680            "alg": "SHA-256",
  9681            "content": "947df292eb358d9ebcddd089ca51dd2d4e12d81b480c31bd59baefbd60cad052"
  9682          },
  9683          {
  9684            "alg": "SHA-384",
  9685            "content": "fca76d8cf8720ab625b27e8488b4c91b355e2d5aaf59062d711724944d87b5d69037598513e62ead87dbafacf501ad40"
  9686          },
  9687          {
  9688            "alg": "SHA-512",
  9689            "content": "1e5b2efda38791dbaec67fba12b30d6761f56c94f65bd66200d323ca3639b163317fa820906c2e4dc176098cd737e6b00ef691a445f7a62200805cc1b79d37fe"
  9690          },
  9691          {
  9692            "alg": "SHA3-256",
  9693            "content": "1be77f80daad8e8020b92e2daad7fb8d2925651ce1ea1978dc8e602a6e7f0027"
  9694          },
  9695          {
  9696            "alg": "SHA3-384",
  9697            "content": "3b331fc7af131cfbec6b5a77fdb7272395d0006c3e427bcbb83b0f0a2b97aafab6c4fe6a5553cf634eb2df43f687b459"
  9698          },
  9699          {
  9700            "alg": "SHA3-512",
  9701            "content": "97444e5baed9f5d5300cd3f2913a9f631ec2f48cff3c90925da098425ee615a81c591ea19a25a06843737e5737a9dbe03aed0122f92e89e5f592f4cbcabd49b6"
  9702          }
  9703        ],
  9704        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9705        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-operational@2.0.0-M24?type=jar",
  9706        "externalReferences": [
  9707          {
  9708            "type": "issue-tracker",
  9709            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9710          },
  9711          {
  9712            "type": "vcs",
  9713            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9714          },
  9715          {
  9716            "type": "build-system",
  9717            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9718          },
  9719          {
  9720            "type": "mailing-list",
  9721            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9722          },
  9723          {
  9724            "type": "website",
  9725            "url": "https://www.apache.org/"
  9726          },
  9727          {
  9728            "type": "distribution",
  9729            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9730          }
  9731        ]
  9732      },
  9733      {
  9734        "type": "library",
  9735        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-referral@2.0.0-M24?type=jar",
  9736        "publisher": "The Apache Software Foundation",
  9737        "group": "org.apache.directory.server",
  9738        "name": "apacheds-interceptors-referral",
  9739        "version": "2.0.0-M24",
  9740        "description": "Referral interceptor",
  9741        "hashes": [
  9742          {
  9743            "alg": "MD5",
  9744            "content": "98a3dfb5d6cf40b1eb583960992b4a30"
  9745          },
  9746          {
  9747            "alg": "SHA-1",
  9748            "content": "58d734c56b238085a2c0d4a7af3dcc1f2c8f430d"
  9749          },
  9750          {
  9751            "alg": "SHA-256",
  9752            "content": "4c759228261d3b6688c4cf39437b0a7d63a9009ff8d8a4fc5bc9b2c276e0dea0"
  9753          },
  9754          {
  9755            "alg": "SHA-384",
  9756            "content": "73fa8a6d5ec44bb283cb724f4f8451d6c732b9e17864ee569dccfc38139a60ded2d0f06e01418ee68be93e4e2893aa95"
  9757          },
  9758          {
  9759            "alg": "SHA-512",
  9760            "content": "2282cf5c24fb09eb195a140841a1b0782ba2dc38a927d12b7bed95193bb8abfdb4572b2434d207b4cc5a327e464d23b43e3e0278f8ce6842f464c563743678ff"
  9761          },
  9762          {
  9763            "alg": "SHA3-256",
  9764            "content": "bbb49153091fc1d3eb5c5da6eb78e035d6d2160558630cb020545876b52bc270"
  9765          },
  9766          {
  9767            "alg": "SHA3-384",
  9768            "content": "2bbbb2bc88148c21eff6ba63f00405e420e4c840ba8139ea722d3e5ee100dd518925e28b9a53fac9901174b0db8d30d7"
  9769          },
  9770          {
  9771            "alg": "SHA3-512",
  9772            "content": "2d4f169d62f885011bc923fae1b6b266f44fc94a2693cdd0c25cee994e743b72300c2884b43c1e5191af05ad1fd4cde2dc59ebaaf0e39a2cb9a94806b7b3b1a0"
  9773          }
  9774        ],
  9775        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9776        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-referral@2.0.0-M24?type=jar",
  9777        "externalReferences": [
  9778          {
  9779            "type": "issue-tracker",
  9780            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9781          },
  9782          {
  9783            "type": "vcs",
  9784            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9785          },
  9786          {
  9787            "type": "build-system",
  9788            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9789          },
  9790          {
  9791            "type": "mailing-list",
  9792            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9793          },
  9794          {
  9795            "type": "website",
  9796            "url": "https://www.apache.org/"
  9797          },
  9798          {
  9799            "type": "distribution",
  9800            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9801          }
  9802        ]
  9803      },
  9804      {
  9805        "type": "library",
  9806        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-schema@2.0.0-M24?type=jar",
  9807        "publisher": "The Apache Software Foundation",
  9808        "group": "org.apache.directory.server",
  9809        "name": "apacheds-interceptors-schema",
  9810        "version": "2.0.0-M24",
  9811        "description": "Schema interceptor",
  9812        "hashes": [
  9813          {
  9814            "alg": "MD5",
  9815            "content": "308965f34181eaffcb81aa153b212fda"
  9816          },
  9817          {
  9818            "alg": "SHA-1",
  9819            "content": "48a910ceb3aba82c16193e7147f21fcf9220474f"
  9820          },
  9821          {
  9822            "alg": "SHA-256",
  9823            "content": "646b481851055c323874551ecca125de1d731347f71deee4cd5de28cf5194281"
  9824          },
  9825          {
  9826            "alg": "SHA-384",
  9827            "content": "22674897361bc39332e70f1c630ba07cf8a633d46484785df853ee2f6f61ad3e363d825a77ff22a98219550e8b452633"
  9828          },
  9829          {
  9830            "alg": "SHA-512",
  9831            "content": "ff3702d35fe40f319c431ad278d45f2fe773a91818c1929ef969063d160c9f135ab5421f8999a2fc7e5b6195152e40969bac663c5030d0bfbe279729071235fe"
  9832          },
  9833          {
  9834            "alg": "SHA3-256",
  9835            "content": "c88e2ec2de8e8379f904fb48481afedb4a282f6a2d5825d9d84f76b3baf08390"
  9836          },
  9837          {
  9838            "alg": "SHA3-384",
  9839            "content": "ba118ca98cb2529daadbb9aa8afd292168dd94ace58a7d9ceb7ab6436ebce25c6bf0755c1ac51f1442aae21b325c9673"
  9840          },
  9841          {
  9842            "alg": "SHA3-512",
  9843            "content": "f3fb89a47440dc6c48e50c697008bada73ac9ae87c751e47360b105ba47ed051498327e9c08d2a0105fb35ec0fb9ef86b52b340935c4c881e9e334b8fbc0fe9d"
  9844          }
  9845        ],
  9846        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9847        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-schema@2.0.0-M24?type=jar",
  9848        "externalReferences": [
  9849          {
  9850            "type": "issue-tracker",
  9851            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9852          },
  9853          {
  9854            "type": "vcs",
  9855            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9856          },
  9857          {
  9858            "type": "build-system",
  9859            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9860          },
  9861          {
  9862            "type": "mailing-list",
  9863            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9864          },
  9865          {
  9866            "type": "website",
  9867            "url": "https://www.apache.org/"
  9868          },
  9869          {
  9870            "type": "distribution",
  9871            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9872          }
  9873        ]
  9874      },
  9875      {
  9876        "type": "library",
  9877        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-subtree@2.0.0-M24?type=jar",
  9878        "publisher": "The Apache Software Foundation",
  9879        "group": "org.apache.directory.server",
  9880        "name": "apacheds-interceptors-subtree",
  9881        "version": "2.0.0-M24",
  9882        "description": "Subtree interceptor",
  9883        "hashes": [
  9884          {
  9885            "alg": "MD5",
  9886            "content": "2924fa95d024c3faed010fe49c819f39"
  9887          },
  9888          {
  9889            "alg": "SHA-1",
  9890            "content": "3bdaa90c048b0fa1a4f632c1c838e11dc0d56fbd"
  9891          },
  9892          {
  9893            "alg": "SHA-256",
  9894            "content": "7c720593690e5ca5cdaebe7f3ecb727bca89afde53578bc5faadfa2089fc1c46"
  9895          },
  9896          {
  9897            "alg": "SHA-384",
  9898            "content": "ade71a65f25351755b2880c60040b9a1e51dafd55f1f19fa02f9b888935aa85b5bd1fce479c7e0bd2847b9c4836d8ad4"
  9899          },
  9900          {
  9901            "alg": "SHA-512",
  9902            "content": "9bd54ebbca180178c04d968c6d33f6d5225a950a713d733f30b28acbf7b7251332b2ff734b098457cab966cd4fa96162f9e9cf99ce3858de5ac82faef1592e01"
  9903          },
  9904          {
  9905            "alg": "SHA3-256",
  9906            "content": "28175f771332abd7c2d338b883327d2dc38a5b07dfa86ef0ec40caef8fb25060"
  9907          },
  9908          {
  9909            "alg": "SHA3-384",
  9910            "content": "4ea30279778d8d849d47f5d0d9bfe0766c44f40fb32ff4f6c8e084b73e92737b39b8eb9913df580c3c666cb6d722e972"
  9911          },
  9912          {
  9913            "alg": "SHA3-512",
  9914            "content": "ecaa07b6c2bdc8d3076e5272b6e9ebd035c12ca48a495804a93dfc709e78bc9987792c9f002e911b90d99f602a55597f190398f57bcdb5e6b5aff484681f457e"
  9915          }
  9916        ],
  9917        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9918        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-subtree@2.0.0-M24?type=jar",
  9919        "externalReferences": [
  9920          {
  9921            "type": "issue-tracker",
  9922            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9923          },
  9924          {
  9925            "type": "vcs",
  9926            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9927          },
  9928          {
  9929            "type": "build-system",
  9930            "url": "https://builds.apache.org/view/A-D/view/Directory/"
  9931          },
  9932          {
  9933            "type": "mailing-list",
  9934            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
  9935          },
  9936          {
  9937            "type": "website",
  9938            "url": "https://www.apache.org/"
  9939          },
  9940          {
  9941            "type": "distribution",
  9942            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
  9943          }
  9944        ]
  9945      },
  9946      {
  9947        "type": "library",
  9948        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-trigger@2.0.0-M24?type=jar",
  9949        "publisher": "The Apache Software Foundation",
  9950        "group": "org.apache.directory.server",
  9951        "name": "apacheds-interceptors-trigger",
  9952        "version": "2.0.0-M24",
  9953        "description": "Triggers interceptor",
  9954        "hashes": [
  9955          {
  9956            "alg": "MD5",
  9957            "content": "d8bcf044ef43c5138c1d30863eb60c98"
  9958          },
  9959          {
  9960            "alg": "SHA-1",
  9961            "content": "bca4f7c37184faacc9b72d50f9bcba33438a847e"
  9962          },
  9963          {
  9964            "alg": "SHA-256",
  9965            "content": "789f5e302525217f6b2440e71b6bb0e3f17d8add722dfdb5903cf9071721cc53"
  9966          },
  9967          {
  9968            "alg": "SHA-384",
  9969            "content": "a38e8d03d31216698d3349cd4ae355b9a4a2e637d14b3aeb0106e9124a87b168b4d74218f1ecb6aff029d0a357f771d2"
  9970          },
  9971          {
  9972            "alg": "SHA-512",
  9973            "content": "75dc035d7e7406ef8a9e1b557d30a2db16cb137df4201cd1a871e386a372a1252cdf034a036c701e9308fe783e6b29cdd693806c2367abf95ae26e4b97ee81d4"
  9974          },
  9975          {
  9976            "alg": "SHA3-256",
  9977            "content": "1ede32afd41c81b02034cc15ea803597cc395a98ea431609a16756c58e6a25d3"
  9978          },
  9979          {
  9980            "alg": "SHA3-384",
  9981            "content": "80054e69206d4c5711f55e8c3f8f2d05dd0681df395fe79d4c15bbceadd2278ef10d3fa7e9c0b0e89256b2e527596f8c"
  9982          },
  9983          {
  9984            "alg": "SHA3-512",
  9985            "content": "c5a8568bf676322b7acc3e9e5f20e8069fc0170115df642178262bd4fd1a48cd86164706594a260bb930766aea19970ed59206451007bee734f0ff58b385bf12"
  9986          }
  9987        ],
  9988        "licenses": [{"license": {"id": "Apache-2.0"}}],
  9989        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptors-trigger@2.0.0-M24?type=jar",
  9990        "externalReferences": [
  9991          {
  9992            "type": "issue-tracker",
  9993            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
  9994          },
  9995          {
  9996            "type": "vcs",
  9997            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
  9998          },
  9999          {
 10000            "type": "build-system",
 10001            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10002          },
 10003          {
 10004            "type": "mailing-list",
 10005            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10006          },
 10007          {
 10008            "type": "website",
 10009            "url": "https://www.apache.org/"
 10010          },
 10011          {
 10012            "type": "distribution",
 10013            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10014          }
 10015        ]
 10016      },
 10017      {
 10018        "type": "library",
 10019        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-trigger@1.0.0?type=jar",
 10020        "publisher": "The Apache Software Foundation",
 10021        "group": "org.apache.directory.api",
 10022        "name": "api-ldap-extras-trigger",
 10023        "version": "1.0.0",
 10024        "description": "Extra LDAP API Trigger API",
 10025        "hashes": [
 10026          {
 10027            "alg": "MD5",
 10028            "content": "04ab569b05f673f45441ab47553e298f"
 10029          },
 10030          {
 10031            "alg": "SHA-1",
 10032            "content": "f275be9ea09755d6af187889335d4e4bc395517b"
 10033          },
 10034          {
 10035            "alg": "SHA-256",
 10036            "content": "749cbf988cda76000dbaf1d3dc55cdd7bdb0c8ff7c37643f51f391b1206848be"
 10037          },
 10038          {
 10039            "alg": "SHA-384",
 10040            "content": "553e5b150458abba40de6b3878180eb23a5e8c8e266c9de5bea603b749014c2f2ca14373a16af33fbb81fa4f16ca0e88"
 10041          },
 10042          {
 10043            "alg": "SHA-512",
 10044            "content": "98f016b94bfd655244728a9eac9a1b9fec1f3afe7732e4c6cee200aa2515bc0e8fb2d0298839c3437d2404b39d4830a8d9fb965cf3ed2add265c135b5ab70cf3"
 10045          },
 10046          {
 10047            "alg": "SHA3-256",
 10048            "content": "4d305ce08fc73dde8748f80c9336ed7fd5b5be890c6a8e19e530baf3574bc8ff"
 10049          },
 10050          {
 10051            "alg": "SHA3-384",
 10052            "content": "a787e55cee08a4c9958102e42028a7449328d425bf6e132defcfc25e19e8cab2729f62555f8e5714ce52dcc73e32256d"
 10053          },
 10054          {
 10055            "alg": "SHA3-512",
 10056            "content": "dcc1eec972b4b2083ce683a37cf97df9ec473d6d0b72bf82b12b6734531f24df7578ac76f37e32791614d33019104be09cf75c3a7e3036c2980660d75bb0de67"
 10057          }
 10058        ],
 10059        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10060        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-trigger@1.0.0?type=jar",
 10061        "externalReferences": [
 10062          {
 10063            "type": "issue-tracker",
 10064            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10065          },
 10066          {
 10067            "type": "vcs",
 10068            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 10069          },
 10070          {
 10071            "type": "build-system",
 10072            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10073          },
 10074          {
 10075            "type": "mailing-list",
 10076            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10077          },
 10078          {
 10079            "type": "website",
 10080            "url": "https://www.apache.org/"
 10081          },
 10082          {
 10083            "type": "distribution",
 10084            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10085          }
 10086        ]
 10087      },
 10088      {
 10089        "type": "library",
 10090        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-util@1.0.0?type=jar",
 10091        "publisher": "The Apache Software Foundation",
 10092        "group": "org.apache.directory.api",
 10093        "name": "api-ldap-extras-util",
 10094        "version": "1.0.0",
 10095        "description": "LDAP API Extra utility packages used by clients and servers",
 10096        "hashes": [
 10097          {
 10098            "alg": "MD5",
 10099            "content": "4847ccc1e06cf86a68c9cfa69fcfa48a"
 10100          },
 10101          {
 10102            "alg": "SHA-1",
 10103            "content": "4821c25cbf30f4b50f14ff03948cf8b97bce7433"
 10104          },
 10105          {
 10106            "alg": "SHA-256",
 10107            "content": "573790c1c814b41c218fc6dfdbf8f8badbf5bec8ae7776715ddcddffb9ef76ff"
 10108          },
 10109          {
 10110            "alg": "SHA-384",
 10111            "content": "89cb3825deba6b390d46e4fde25e56af4e805deb231caba4c7a1b623d98eb64760e7c4974bbe3804efca889704bcf615"
 10112          },
 10113          {
 10114            "alg": "SHA-512",
 10115            "content": "dfffcee3910018d41f2ed30f0471ad745cd2f35f6b04a779543f899824ae231aead8d67bb51cfc8858d89328e7ed92dde1559c231e4d4803ee25f4a4ec1707d6"
 10116          },
 10117          {
 10118            "alg": "SHA3-256",
 10119            "content": "58251913f6ca020af07d6d4ac13d2313aac4323b5308b08d187840314c630159"
 10120          },
 10121          {
 10122            "alg": "SHA3-384",
 10123            "content": "3f8d11df8974edc9483dbd70c85fbdae06635b2286792ebe37b287fbb48fefe5dd22c4cf8b51497627948bde168c85a0"
 10124          },
 10125          {
 10126            "alg": "SHA3-512",
 10127            "content": "b64394fea7de7fc9fdf64ff2286a8f96d7aa634275b251501247146b80fe75a20a36cde69316cbad40e38ea35964be60d9f8f1288bb3fc935c40b1415ed548f8"
 10128          }
 10129        ],
 10130        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10131        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-util@1.0.0?type=jar",
 10132        "externalReferences": [
 10133          {
 10134            "type": "issue-tracker",
 10135            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10136          },
 10137          {
 10138            "type": "vcs",
 10139            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 10140          },
 10141          {
 10142            "type": "build-system",
 10143            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10144          },
 10145          {
 10146            "type": "mailing-list",
 10147            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10148          },
 10149          {
 10150            "type": "website",
 10151            "url": "https://www.apache.org/"
 10152          },
 10153          {
 10154            "type": "distribution",
 10155            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10156          }
 10157        ]
 10158      },
 10159      {
 10160        "type": "library",
 10161        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core-api@2.0.0-M24?type=jar",
 10162        "publisher": "The Apache Software Foundation",
 10163        "group": "org.apache.directory.server",
 10164        "name": "apacheds-core-api",
 10165        "version": "2.0.0-M24",
 10166        "description": "Contains interfaces and helper classes that are part of the ApacheDS Core API.",
 10167        "hashes": [
 10168          {
 10169            "alg": "MD5",
 10170            "content": "e8eaec5d2fc3103526ac487a585cc2a6"
 10171          },
 10172          {
 10173            "alg": "SHA-1",
 10174            "content": "5ac7d54b455bbd681d7061e9e919e6504ed77c99"
 10175          },
 10176          {
 10177            "alg": "SHA-256",
 10178            "content": "e2956efac34fb99a6b8d887c4ee54a41e12b6434d8c22c90eb361b83f8bc7935"
 10179          },
 10180          {
 10181            "alg": "SHA-384",
 10182            "content": "4df408c914fdb1e94a89f2673bd2cbfb2cba3a2b25d544f24a73b1810ce80772e4a6bc46649db05e92447c8ed3c5f215"
 10183          },
 10184          {
 10185            "alg": "SHA-512",
 10186            "content": "30d78241c8a7f71716f3393b2c01c0567a669bdd82abac0c7e3ce2bd5f470352893959cf217b4fd3844f2f3e371469a942ceb9c14b019110b8402ed8169f1cf2"
 10187          },
 10188          {
 10189            "alg": "SHA3-256",
 10190            "content": "d89f21f1f5835ccb4ba95f79deaf32369e5cf04d4ec271ad33fa2e6c2bed55f5"
 10191          },
 10192          {
 10193            "alg": "SHA3-384",
 10194            "content": "9f7577a3dfbacd52655620522bc9f12ea10082c0c161edc3b0ccb2348a924140ee4c2efc2eaac946199e1917b3f01ffa"
 10195          },
 10196          {
 10197            "alg": "SHA3-512",
 10198            "content": "4fc29f63bcd8d26f724232a6931f7b7fb6dfa2c2dacd10d4ec7f6868d229cb128bb704a54212ea0bb9049fb0d3fc0531f12e8231adfd5a7cc45d56344eb27f80"
 10199          }
 10200        ],
 10201        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10202        "purl": "pkg:maven/org.apache.directory.server/apacheds-core-api@2.0.0-M24?type=jar",
 10203        "externalReferences": [
 10204          {
 10205            "type": "issue-tracker",
 10206            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 10207          },
 10208          {
 10209            "type": "vcs",
 10210            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 10211          },
 10212          {
 10213            "type": "build-system",
 10214            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10215          },
 10216          {
 10217            "type": "mailing-list",
 10218            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10219          },
 10220          {
 10221            "type": "website",
 10222            "url": "https://www.apache.org/"
 10223          },
 10224          {
 10225            "type": "distribution",
 10226            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10227          }
 10228        ]
 10229      },
 10230      {
 10231        "type": "library",
 10232        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core-constants@2.0.0-M24?type=jar",
 10233        "publisher": "The Apache Software Foundation",
 10234        "group": "org.apache.directory.server",
 10235        "name": "apacheds-core-constants",
 10236        "version": "2.0.0-M24",
 10237        "description": "Contains classes that store interfaces with various constants in ApacheDS.",
 10238        "hashes": [
 10239          {
 10240            "alg": "MD5",
 10241            "content": "ef70f3443df8e5018a61d6f4b8bef5a3"
 10242          },
 10243          {
 10244            "alg": "SHA-1",
 10245            "content": "1f0d4dad1102c7be4b8a6d877d928625b7f2e4e9"
 10246          },
 10247          {
 10248            "alg": "SHA-256",
 10249            "content": "54d718dd077f89b5f396b30c7db7e3b716ebec58a3489bc59c887036110b4dc2"
 10250          },
 10251          {
 10252            "alg": "SHA-384",
 10253            "content": "a5fe3df7fd597f377727a787043efcfe9c875931fc65bbce3786ca6fa68fdadf362ceb3d21bf162e9d2235ea3609f442"
 10254          },
 10255          {
 10256            "alg": "SHA-512",
 10257            "content": "4f775af8507b06bdab56d3cc63df3526ea5d4c4bcf78d0f6c887548a3c594e64c848023e3cad4d99280332def6cb41bcd2230e2c9252dfe0fd6a061dc8056cb7"
 10258          },
 10259          {
 10260            "alg": "SHA3-256",
 10261            "content": "2660ec832313643cdb62b072ecd210d7a590b96b556823dd56f2d23cfa25f9eb"
 10262          },
 10263          {
 10264            "alg": "SHA3-384",
 10265            "content": "fd3d9283b7f93abca21d990dacabd660d40cc645952713c2b72ad52b20f022ce8ffed5cb4d922826516a984839dcb954"
 10266          },
 10267          {
 10268            "alg": "SHA3-512",
 10269            "content": "cdea31829588b5f27ea02fc688a124c05d52f658b99d2b024fdb66f88bd1ce2697789e887dcd1a6416b23dbb06e956db7754ee2af011e021c88967ca042e0033"
 10270          }
 10271        ],
 10272        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10273        "purl": "pkg:maven/org.apache.directory.server/apacheds-core-constants@2.0.0-M24?type=jar",
 10274        "externalReferences": [
 10275          {
 10276            "type": "issue-tracker",
 10277            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 10278          },
 10279          {
 10280            "type": "vcs",
 10281            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 10282          },
 10283          {
 10284            "type": "build-system",
 10285            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10286          },
 10287          {
 10288            "type": "mailing-list",
 10289            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10290          },
 10291          {
 10292            "type": "website",
 10293            "url": "https://www.apache.org/"
 10294          },
 10295          {
 10296            "type": "distribution",
 10297            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10298          }
 10299        ]
 10300      },
 10301      {
 10302        "type": "library",
 10303        "bom-ref": "pkg:maven/org.apache.directory.api/api-i18n@1.0.0?type=jar",
 10304        "publisher": "The Apache Software Foundation",
 10305        "group": "org.apache.directory.api",
 10306        "name": "api-i18n",
 10307        "version": "1.0.0",
 10308        "description": "Internationalization of errors and other messages",
 10309        "hashes": [
 10310          {
 10311            "alg": "MD5",
 10312            "content": "d8d9dd24fa923bf8c8a064c3ee79fda5"
 10313          },
 10314          {
 10315            "alg": "SHA-1",
 10316            "content": "90fcad491605e7d59968f38a240b2406c4646e45"
 10317          },
 10318          {
 10319            "alg": "SHA-256",
 10320            "content": "bb4c44c1ce8d77a86dffde2d432c38e1cec85dcb5ba2f1a81f879bd52df4671a"
 10321          },
 10322          {
 10323            "alg": "SHA-384",
 10324            "content": "5cae4503e7a06b9f50ca8cac1a0d534c6ef4a298f2ecb0d818ffe99c60e25656965820a31c508540a44c82b2bb0d064c"
 10325          },
 10326          {
 10327            "alg": "SHA-512",
 10328            "content": "1bb97fa70e7dcefdc503b52704e8d9ecc051c6446838fd7f53e0f1036c59756cf144ca3015d5ae611d267890ff116723fd828395019a43233f0615781687dda8"
 10329          },
 10330          {
 10331            "alg": "SHA3-256",
 10332            "content": "934b1723589abb15bad5367ab0e9f3c8fd95f7b17ccfe38461b5a1d30dda9f76"
 10333          },
 10334          {
 10335            "alg": "SHA3-384",
 10336            "content": "05a827e92cde4ebdb09ecf554883e2b9bb70e5f2588d241689cad65bcdbca02021a1c1ac83465768409ef03e4914b8bd"
 10337          },
 10338          {
 10339            "alg": "SHA3-512",
 10340            "content": "a2a53d6c656852cff06b6fbc28b0432626d349c7f5864cb6ed1c438da6d05a5119d2e6b59a2e683967f598c378612c663bf03cf74cb491dd02bb6850e697c039"
 10341          }
 10342        ],
 10343        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10344        "purl": "pkg:maven/org.apache.directory.api/api-i18n@1.0.0?type=jar",
 10345        "externalReferences": [
 10346          {
 10347            "type": "issue-tracker",
 10348            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10349          },
 10350          {
 10351            "type": "vcs",
 10352            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 10353          },
 10354          {
 10355            "type": "build-system",
 10356            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10357          },
 10358          {
 10359            "type": "mailing-list",
 10360            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10361          },
 10362          {
 10363            "type": "website",
 10364            "url": "https://www.apache.org/"
 10365          },
 10366          {
 10367            "type": "distribution",
 10368            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10369          }
 10370        ]
 10371      },
 10372      {
 10373        "type": "library",
 10374        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-client-api@1.0.0?type=jar",
 10375        "publisher": "The Apache Software Foundation",
 10376        "group": "org.apache.directory.api",
 10377        "name": "api-ldap-client-api",
 10378        "version": "1.0.0",
 10379        "description": "LDAP Client API",
 10380        "hashes": [
 10381          {
 10382            "alg": "MD5",
 10383            "content": "e46e7466e5241b6a07d0e1ae40a28d6e"
 10384          },
 10385          {
 10386            "alg": "SHA-1",
 10387            "content": "488f1b1efbb07c2a38854f4ee6b0cda4d2f446cb"
 10388          },
 10389          {
 10390            "alg": "SHA-256",
 10391            "content": "a000c679fc77f006ef1325047d3144273e597519117b1e0056f21e8c62641a53"
 10392          },
 10393          {
 10394            "alg": "SHA-384",
 10395            "content": "26879a6f492cc00cd08dfe7d2af26138e1814d07baf9c266dddb1944caa578151646f50e7af46db80c48769dea0ba405"
 10396          },
 10397          {
 10398            "alg": "SHA-512",
 10399            "content": "d5c0bf143e3630c15d355ff68796a48e6cd456e7836f862976759838a1baf4c4ea40bfe8b5658eca0a66f1fdacde3c2e4fe7b7539f2a31aad3b9327b8cb4d778"
 10400          },
 10401          {
 10402            "alg": "SHA3-256",
 10403            "content": "7bf2ecc396da6dd665815a1df7e468f55c381344ff09ef1bc9c35c1b92f1c9f2"
 10404          },
 10405          {
 10406            "alg": "SHA3-384",
 10407            "content": "7d39916461f4c337e6d68e1c6df0b0d2a5577e076b494c06932585bc361027c65cfaa17e57fa648e35e8e1785e829e86"
 10408          },
 10409          {
 10410            "alg": "SHA3-512",
 10411            "content": "1520a5f5fa6f95a932477335dcbe85f45ec60e7fe2d35aacd3a8472594bd4c05e6ab7d849a985c5b1d1a70235be4aa706e543d4d58f1e06bff3d865ab6fd7879"
 10412          }
 10413        ],
 10414        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10415        "purl": "pkg:maven/org.apache.directory.api/api-ldap-client-api@1.0.0?type=jar",
 10416        "externalReferences": [
 10417          {
 10418            "type": "issue-tracker",
 10419            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10420          },
 10421          {
 10422            "type": "vcs",
 10423            "url": "http://svn.apache.org/viewvc/directory/clients/ldap/tags/1.0.0/ldap/trunk/ldap-client-api"
 10424          },
 10425          {
 10426            "type": "build-system",
 10427            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10428          },
 10429          {
 10430            "type": "mailing-list",
 10431            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10432          },
 10433          {
 10434            "type": "website",
 10435            "url": "https://www.apache.org/"
 10436          },
 10437          {
 10438            "type": "distribution",
 10439            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10440          }
 10441        ]
 10442      },
 10443      {
 10444        "type": "library",
 10445        "bom-ref": "pkg:maven/commons-pool/commons-pool@1.6?type=jar",
 10446        "publisher": "The Apache Software Foundation",
 10447        "group": "commons-pool",
 10448        "name": "commons-pool",
 10449        "version": "1.6",
 10450        "description": "Commons Object Pooling Library",
 10451        "hashes": [
 10452          {
 10453            "alg": "MD5",
 10454            "content": "5ca02245c829422176d23fa530e919cc"
 10455          },
 10456          {
 10457            "alg": "SHA-1",
 10458            "content": "4572d589699f09d866a226a14b7f4323c6d8f040"
 10459          },
 10460          {
 10461            "alg": "SHA-256",
 10462            "content": "46c42b4a38dc6b2db53a9ee5c92c63db103665d56694e2cfce2c95d51a6860cc"
 10463          },
 10464          {
 10465            "alg": "SHA-384",
 10466            "content": "9dd327008604be77bad6fcf249f2806c9b6b6b9858ff35ceff74d6954ea5f66c162c92ba7a24f5da3ad9694b445a644a"
 10467          },
 10468          {
 10469            "alg": "SHA-512",
 10470            "content": "3bf5bcdbd7342e794f95747421c510778d8656d7ca901eb9b0fd15b9edb5b470e799c76abce9fe5958355d0d6067565ab71897d02462232176a0145a7d546e69"
 10471          },
 10472          {
 10473            "alg": "SHA3-256",
 10474            "content": "5c20f6777fbb2221e461f2855a99d7761635a0eaaf0fd992f9aeb8042a185c95"
 10475          },
 10476          {
 10477            "alg": "SHA3-384",
 10478            "content": "c3295ce0994916658580fc046aa12e48559f43cde61a95aeb3ffe87d71b8b797ac9a2537825cc338ced5c09e37fe5285"
 10479          },
 10480          {
 10481            "alg": "SHA3-512",
 10482            "content": "a5294db60c04c0603d982af2c2b46f0052c5ff73f8a4298a01c378050f3476199e5c678b754604a76d68eb537ba4d4f30edddb16a8447b76b5b947922a00f5f2"
 10483          }
 10484        ],
 10485        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10486        "purl": "pkg:maven/commons-pool/commons-pool@1.6?type=jar",
 10487        "externalReferences": [
 10488          {
 10489            "type": "issue-tracker",
 10490            "url": "http://issues.apache.org/jira/browse/POOL"
 10491          },
 10492          {
 10493            "type": "vcs",
 10494            "url": "http://svn.apache.org/viewvc/commons/proper/pool/trunk"
 10495          },
 10496          {
 10497            "type": "build-system",
 10498            "url": "http://vmbuild.apache.org/continuum/"
 10499          },
 10500          {
 10501            "type": "mailing-list",
 10502            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 10503          },
 10504          {
 10505            "type": "website",
 10506            "url": "http://www.apache.org/"
 10507          },
 10508          {
 10509            "type": "distribution",
 10510            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10511          }
 10512        ]
 10513      },
 10514      {
 10515        "type": "library",
 10516        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-aci@1.0.0?type=jar",
 10517        "publisher": "The Apache Software Foundation",
 10518        "group": "org.apache.directory.api",
 10519        "name": "api-ldap-extras-aci",
 10520        "version": "1.0.0",
 10521        "description": "Extra LDAP API for Access Control Items",
 10522        "hashes": [
 10523          {
 10524            "alg": "MD5",
 10525            "content": "92c3f91f5eb7a44ffdd5f3dcbd58b3ad"
 10526          },
 10527          {
 10528            "alg": "SHA-1",
 10529            "content": "4fa63ab0703b8349d0bf68c013e7cb1cbe9276e0"
 10530          },
 10531          {
 10532            "alg": "SHA-256",
 10533            "content": "93687993416d7440825f6c66cf3b68d68419bd53badb5ba495fcc6df4db8d1e5"
 10534          },
 10535          {
 10536            "alg": "SHA-384",
 10537            "content": "b6fc9806e9f713c0a27e6ec5cc868fd2f3d72cf6062ae2e41887588c5517847ed6e9281fc8d1ab18977dbf265c6e842f"
 10538          },
 10539          {
 10540            "alg": "SHA-512",
 10541            "content": "0f64e5dfb90f6844175f86d14a2e518016e04e8a8afbfa67284c0f37f5e56b0a15d77ade0700daabfbef88c3496cc92bcedc7f06cb58768df0afa55db4f733c6"
 10542          },
 10543          {
 10544            "alg": "SHA3-256",
 10545            "content": "52b8620087d172f0d93ce3381718c9d6b05defc5690e3245235885d4af2dc1ef"
 10546          },
 10547          {
 10548            "alg": "SHA3-384",
 10549            "content": "01ec7638889171b5d9ff777d26cc9b1c6dad75a3cf08b47ea8be15ee1f6cb2e2e18bbcb6320186559856b7a15729aee5"
 10550          },
 10551          {
 10552            "alg": "SHA3-512",
 10553            "content": "03ba3283940ebdb115a6ee8cdd390b4c9fa288b9d377398998064c1bec49ca2cd2e792e11b40109dbe98d45f3c5ca23e83fefb680259ce0ac960eb3f427ede27"
 10554          }
 10555        ],
 10556        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10557        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-aci@1.0.0?type=jar",
 10558        "externalReferences": [
 10559          {
 10560            "type": "issue-tracker",
 10561            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10562          },
 10563          {
 10564            "type": "vcs",
 10565            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 10566          },
 10567          {
 10568            "type": "build-system",
 10569            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10570          },
 10571          {
 10572            "type": "mailing-list",
 10573            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10574          },
 10575          {
 10576            "type": "website",
 10577            "url": "https://www.apache.org/"
 10578          },
 10579          {
 10580            "type": "distribution",
 10581            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10582          }
 10583        ]
 10584      },
 10585      {
 10586        "type": "library",
 10587        "bom-ref": "pkg:maven/net.sf.ehcache/ehcache@2.10.4?type=jar",
 10588        "publisher": "Terracotta, Inc.",
 10589        "group": "net.sf.ehcache",
 10590        "name": "ehcache",
 10591        "version": "2.10.4",
 10592        "description": "Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.",
 10593        "hashes": [
 10594          {
 10595            "alg": "MD5",
 10596            "content": "854fea32d82611d26acb33af755abfb3"
 10597          },
 10598          {
 10599            "alg": "SHA-1",
 10600            "content": "9022b1eedfafa11039597b1c1918c1abe414df93"
 10601          },
 10602          {
 10603            "alg": "SHA-256",
 10604            "content": "32efe00173a887743c614aa625588247fa40edaa56ed8a36ca7d0231cad82468"
 10605          },
 10606          {
 10607            "alg": "SHA-384",
 10608            "content": "11e90975fbaf42a5ff27746614f8040a9e7ee745e250798237a08be6fae57597f9c313275db775461347157df5c68d3c"
 10609          },
 10610          {
 10611            "alg": "SHA-512",
 10612            "content": "c94cfb6434f79e5ca7675b9ef363f638892ac6cce0d7823c8d70e78513f1be6acd662002d246a7be0b64cbae45225a35dead0e0395963aa92d801faa4d302792"
 10613          },
 10614          {
 10615            "alg": "SHA3-256",
 10616            "content": "94cb20fd7351d83a128e2462787ec03b44230423107345dd2d4a32c8ec6f82dd"
 10617          },
 10618          {
 10619            "alg": "SHA3-384",
 10620            "content": "958668d4fe37b586d0bc1035774a786dd61d9294650a9996d5d4a32248fda50ee5d158bed0c7046e338e39647115c2bf"
 10621          },
 10622          {
 10623            "alg": "SHA3-512",
 10624            "content": "19dfc5bbe9de559d5adde227754c173260fc28a11b8294e96341d8ac611c1fd14a3470372646cb0d86c8bee18804eb9bd3b1ffd4d42bb63af399d5d2afd3e1aa"
 10625          }
 10626        ],
 10627        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10628        "purl": "pkg:maven/net.sf.ehcache/ehcache@2.10.4?type=jar",
 10629        "externalReferences": [
 10630          {
 10631            "type": "issue-tracker",
 10632            "url": "https://jira.terracotta.org/jira/browse/EHC"
 10633          },
 10634          {
 10635            "type": "website",
 10636            "url": "http://www.terracotta.org"
 10637          },
 10638          {
 10639            "type": "mailing-list",
 10640            "url": "https://groups.google.com/forum/#!forum/ehcache-users"
 10641          },
 10642          {
 10643            "type": "vcs",
 10644            "url": "http://svn.terracotta.org/svn/ehcache/tags/ehcache-parent-2.18"
 10645          }
 10646        ]
 10647      },
 10648      {
 10649        "type": "library",
 10650        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core-shared@2.0.0-M24?type=jar",
 10651        "publisher": "The Apache Software Foundation",
 10652        "group": "org.apache.directory.server",
 10653        "name": "apacheds-core-shared",
 10654        "version": "2.0.0-M24",
 10655        "description": "Contains helper classes that are part of the ApacheDS Core.",
 10656        "hashes": [
 10657          {
 10658            "alg": "MD5",
 10659            "content": "1e7e1ddb3a835bd275c36073a798e39d"
 10660          },
 10661          {
 10662            "alg": "SHA-1",
 10663            "content": "37845ef7d046c05e62910e13d093167804360e9a"
 10664          },
 10665          {
 10666            "alg": "SHA-256",
 10667            "content": "18a1b9dcfd8718a1c740546580b5f8ab30017478a3adeaabcb9a79f72d9030f0"
 10668          },
 10669          {
 10670            "alg": "SHA-384",
 10671            "content": "7b60c6005807b436a14dbc1c5a4019da38a7dfd3ebae80f74913fe63453ebaee5d200223b551a76fe35dcab9ceb4eaeb"
 10672          },
 10673          {
 10674            "alg": "SHA-512",
 10675            "content": "b49ef659e7f0e3e308f709643d5fac533200f5e38b1590b288606b8a131add2c14f986f8b64d314b8abc474e697d10ec7a5c132d9fdf8bb20bd670111bd367cf"
 10676          },
 10677          {
 10678            "alg": "SHA3-256",
 10679            "content": "502d81e7f74807d19f791199a51d22adf4f5f2fea1c9a9b76cb63d87c7df24da"
 10680          },
 10681          {
 10682            "alg": "SHA3-384",
 10683            "content": "73ea75470970413fd35926b7e1334eb4abe12b454f382528c125e696f36860d52e974522f0487ef93773f7f4beec54db"
 10684          },
 10685          {
 10686            "alg": "SHA3-512",
 10687            "content": "77e378a42e1057ab4fd9290001faa3ad9046605da5a160287cf468d7ea8ddf966b1f28d4dba2e5171d8f0e507029a53b09ed477e6e8893ad982d8e49c7b5995c"
 10688          }
 10689        ],
 10690        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10691        "purl": "pkg:maven/org.apache.directory.server/apacheds-core-shared@2.0.0-M24?type=jar",
 10692        "externalReferences": [
 10693          {
 10694            "type": "issue-tracker",
 10695            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 10696          },
 10697          {
 10698            "type": "vcs",
 10699            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 10700          },
 10701          {
 10702            "type": "build-system",
 10703            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10704          },
 10705          {
 10706            "type": "mailing-list",
 10707            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10708          },
 10709          {
 10710            "type": "website",
 10711            "url": "https://www.apache.org/"
 10712          },
 10713          {
 10714            "type": "distribution",
 10715            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10716          }
 10717        ]
 10718      },
 10719      {
 10720        "type": "library",
 10721        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec-api@1.0.0?type=jar",
 10722        "publisher": "The Apache Software Foundation",
 10723        "group": "org.apache.directory.api",
 10724        "name": "api-ldap-extras-codec-api",
 10725        "version": "1.0.0",
 10726        "description": "Extra LDAP controls and extended operation interfaces and POJOs for the Codec extensions used by clients and servers.",
 10727        "hashes": [
 10728          {
 10729            "alg": "MD5",
 10730            "content": "5b8bb8856f7d0e52691b50d6fe528618"
 10731          },
 10732          {
 10733            "alg": "SHA-1",
 10734            "content": "bfa27c6cb594d5d0bc709230b49d5ccaa9134bd1"
 10735          },
 10736          {
 10737            "alg": "SHA-256",
 10738            "content": "63ce1be9c67ee751dfc6c9fce181944a2a6aa19d3875f6b0fb94f6991fd0f644"
 10739          },
 10740          {
 10741            "alg": "SHA-384",
 10742            "content": "c219c8587120f4b748aa509eba8f65faf2e86beb17e71f5b5c117bb54974f5ef516c7681b9a79034b7dc101b464c0cf7"
 10743          },
 10744          {
 10745            "alg": "SHA-512",
 10746            "content": "561413e9ad5ec8d33f7c99f0b9b24e8ec0b1e509544c3f314d1c568bdf4dbddbb73988b7dd70e7c7433bfea91a6d911370759a69459876814298396fb8ec0747"
 10747          },
 10748          {
 10749            "alg": "SHA3-256",
 10750            "content": "35d1ab04ce680af2a3a0a50c6b1d10d3f06b8eaf7edf9d2d27aa2a41d938ac53"
 10751          },
 10752          {
 10753            "alg": "SHA3-384",
 10754            "content": "adbbe5c1959529104eec806d88cdfe6e2d83a4d37dc8975b4838ba7cf18d89c89822aa505e41f36b0aba06ba4c962386"
 10755          },
 10756          {
 10757            "alg": "SHA3-512",
 10758            "content": "cd083cc8f3a7d40ba1b12b4dacb40862bdf93ce67b4e7fce78cd5364788fc94acbf2e45762de7033f1a7bcae3f52b0beefcdaabc87af6b9ce722994784a8ec8e"
 10759          }
 10760        ],
 10761        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10762        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec-api@1.0.0?type=jar",
 10763        "externalReferences": [
 10764          {
 10765            "type": "issue-tracker",
 10766            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 10767          },
 10768          {
 10769            "type": "vcs",
 10770            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 10771          },
 10772          {
 10773            "type": "build-system",
 10774            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10775          },
 10776          {
 10777            "type": "mailing-list",
 10778            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10779          },
 10780          {
 10781            "type": "website",
 10782            "url": "https://www.apache.org/"
 10783          },
 10784          {
 10785            "type": "distribution",
 10786            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10787          }
 10788        ]
 10789      },
 10790      {
 10791        "type": "library",
 10792        "bom-ref": "pkg:maven/org.apache.directory.jdbm/apacheds-jdbm1@2.0.0-M3?type=jar",
 10793        "publisher": "The Apache Software Foundation",
 10794        "group": "org.apache.directory.jdbm",
 10795        "name": "apacheds-jdbm1",
 10796        "version": "2.0.0-M3",
 10797        "description": "Original JDBM Implementation",
 10798        "hashes": [
 10799          {
 10800            "alg": "MD5",
 10801            "content": "b0ee60da6c090a28aa30915e9deebcd2"
 10802          },
 10803          {
 10804            "alg": "SHA-1",
 10805            "content": "d26d8a464641b50b46f109b19f01b0cd1d841533"
 10806          },
 10807          {
 10808            "alg": "SHA-256",
 10809            "content": "9eeab7949fb6a1589164aee185bdbf89156fa20c3fd5d155b424069485d0ff78"
 10810          },
 10811          {
 10812            "alg": "SHA-384",
 10813            "content": "6a2944dd550f4161a3874e29ae5d9d29c428d657f59c08513a4e86d96f75872d5a49c6a9305c395cee0c3dff950d2f04"
 10814          },
 10815          {
 10816            "alg": "SHA-512",
 10817            "content": "226e57b8f4fe92465c6ea31eedd1fc94c6833b404ff8bfff415ad0e0ca6232a4930409ff73b39315eed1d369e547f12084d3d2514cf389bf289ea99dd8a10951"
 10818          },
 10819          {
 10820            "alg": "SHA3-256",
 10821            "content": "fc2c3720671f9a0c9ca1d5f91b3558d5e63c5d9e45558e29fc46c356c6fa6c45"
 10822          },
 10823          {
 10824            "alg": "SHA3-384",
 10825            "content": "b7a05e3b5eb532cb23067742b422bbfcc3370e80dabae49632861dd5d109db55b60661802475955598760c3a1a4579f1"
 10826          },
 10827          {
 10828            "alg": "SHA3-512",
 10829            "content": "f42f90b8f301e026b8ed0f9e3df22e23b9811dcd73fe97bd59eb892acb87cbb6078e2451c7cee670a1d4dfb9b7450df322a23a1edb27c65a75df62a9a90f8d2b"
 10830          }
 10831        ],
 10832        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10833        "purl": "pkg:maven/org.apache.directory.jdbm/apacheds-jdbm1@2.0.0-M3?type=jar",
 10834        "externalReferences": [
 10835          {
 10836            "type": "issue-tracker",
 10837            "url": "http://issues.apache.org/jira/browse/DIRJDBM"
 10838          },
 10839          {
 10840            "type": "vcs",
 10841            "url": "http://svn.apache.org/viewvc/directory/jdbm/tags/2.0.0-M3"
 10842          },
 10843          {
 10844            "type": "build-system",
 10845            "url": "https://hudson.apache.org/hudson/view/A-F/view/Directory"
 10846          },
 10847          {
 10848            "type": "mailing-list",
 10849            "url": "http://mail-archives.apache.org/mod_mbox/directory-dev"
 10850          },
 10851          {
 10852            "type": "website",
 10853            "url": "http://www.apache.org/"
 10854          },
 10855          {
 10856            "type": "distribution",
 10857            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10858          }
 10859        ]
 10860      },
 10861      {
 10862        "type": "library",
 10863        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-ldif-partition@2.0.0-M24?type=jar",
 10864        "publisher": "The Apache Software Foundation",
 10865        "group": "org.apache.directory.server",
 10866        "name": "apacheds-ldif-partition",
 10867        "version": "2.0.0-M24",
 10868        "description": "A partition that backs it's entries and indices in AvlTrees within memory.",
 10869        "hashes": [
 10870          {
 10871            "alg": "MD5",
 10872            "content": "66a958483a8762f4c693801e12403a0c"
 10873          },
 10874          {
 10875            "alg": "SHA-1",
 10876            "content": "09ce916675ac1a5075b408e752c83b7324ad31e2"
 10877          },
 10878          {
 10879            "alg": "SHA-256",
 10880            "content": "ee60bec65d21bf29ca9183deb727bdbcacddad07e52e7b23a40bb2a1e7f7581d"
 10881          },
 10882          {
 10883            "alg": "SHA-384",
 10884            "content": "caac241d3e2fcba05d9765c212c1541341a0ed7eff8cb1efc434361258fb93fb550a4bb76273c465dcc15ebd2eca480e"
 10885          },
 10886          {
 10887            "alg": "SHA-512",
 10888            "content": "76ce6dd96642133300757a9fbda15d1c680dd2265363e05535389ac19773242e35de1cae42196c53483d3cf5f7b228216c816c411177e3cd2834d6be77f73e54"
 10889          },
 10890          {
 10891            "alg": "SHA3-256",
 10892            "content": "af9e6512ad5f928375b4cde2fc82bb691a8690c6102fd3120ff38985c22b45b7"
 10893          },
 10894          {
 10895            "alg": "SHA3-384",
 10896            "content": "1f70c018fa08f353bfc3ce8a0dde90363500dd248b29ef9189b815992e1c490b360d923cf053f7e7557b4a7d68cefd4d"
 10897          },
 10898          {
 10899            "alg": "SHA3-512",
 10900            "content": "a329066d45f949060b3987b27956bf531802a53a9c7125526792661547d10b00dd27f8e6209181dd03b736b42ea185b8e90cb4c5d79c2cf8b30648b73186f1a9"
 10901          }
 10902        ],
 10903        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10904        "purl": "pkg:maven/org.apache.directory.server/apacheds-ldif-partition@2.0.0-M24?type=jar",
 10905        "externalReferences": [
 10906          {
 10907            "type": "issue-tracker",
 10908            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 10909          },
 10910          {
 10911            "type": "vcs",
 10912            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 10913          },
 10914          {
 10915            "type": "build-system",
 10916            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10917          },
 10918          {
 10919            "type": "mailing-list",
 10920            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10921          },
 10922          {
 10923            "type": "website",
 10924            "url": "https://www.apache.org/"
 10925          },
 10926          {
 10927            "type": "distribution",
 10928            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 10929          }
 10930        ]
 10931      },
 10932      {
 10933        "type": "library",
 10934        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-i18n@2.0.0-M24?type=jar",
 10935        "publisher": "The Apache Software Foundation",
 10936        "group": "org.apache.directory.server",
 10937        "name": "apacheds-i18n",
 10938        "version": "2.0.0-M24",
 10939        "description": "Internationalization of errors and other messages",
 10940        "hashes": [
 10941          {
 10942            "alg": "MD5",
 10943            "content": "6ab4054791ea0dd243a623878e4e69d9"
 10944          },
 10945          {
 10946            "alg": "SHA-1",
 10947            "content": "d351eefa0e1a4dbc1f23bd513417888cc73dc9cc"
 10948          },
 10949          {
 10950            "alg": "SHA-256",
 10951            "content": "e783fc6a4a82df4b748918d40be6da48904b259f8759ecce33d20de530fca504"
 10952          },
 10953          {
 10954            "alg": "SHA-384",
 10955            "content": "01a50b4906aa151ff7b8fd8781df3c9c35b450b2b03f79283dfb870330038b5a92a884dafbd9b8a0df9a3b39ee9f3428"
 10956          },
 10957          {
 10958            "alg": "SHA-512",
 10959            "content": "27f80533da0999082151350dab099acbdd616ba589ae91049aaa758067715c7e1fb5c3c2c39622b3df1e9ccc79138a84ecd3f9bdefb87762471a31af1844b468"
 10960          },
 10961          {
 10962            "alg": "SHA3-256",
 10963            "content": "9ae6f9a393e64ca48a2fa16a772cb7542e06c421b95754ae1f9d771a728fae1f"
 10964          },
 10965          {
 10966            "alg": "SHA3-384",
 10967            "content": "5f3667674697dbf9e7d455416e988edd25f7671d2704f7335b32d2c52192337e1bc517f062f20c49518f1abe29bd7747"
 10968          },
 10969          {
 10970            "alg": "SHA3-512",
 10971            "content": "cf1c6dfc62254f00e8c5b7b847e230f61a2356d095f2e629dee8e9ad3fd5b61d07c2f3084698037522e35c21259d7cd1bf676d15556cee5ec0f281ecef6117da"
 10972          }
 10973        ],
 10974        "licenses": [{"license": {"id": "Apache-2.0"}}],
 10975        "purl": "pkg:maven/org.apache.directory.server/apacheds-i18n@2.0.0-M24?type=jar",
 10976        "externalReferences": [
 10977          {
 10978            "type": "issue-tracker",
 10979            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 10980          },
 10981          {
 10982            "type": "vcs",
 10983            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 10984          },
 10985          {
 10986            "type": "build-system",
 10987            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 10988          },
 10989          {
 10990            "type": "mailing-list",
 10991            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 10992          },
 10993          {
 10994            "type": "website",
 10995            "url": "https://www.apache.org/"
 10996          },
 10997          {
 10998            "type": "distribution",
 10999            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11000          }
 11001        ]
 11002      },
 11003      {
 11004        "type": "library",
 11005        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-jdbm-partition@2.0.0-M24?type=jar",
 11006        "publisher": "The Apache Software Foundation",
 11007        "group": "org.apache.directory.server",
 11008        "name": "apacheds-jdbm-partition",
 11009        "version": "2.0.0-M24",
 11010        "description": "JDBM BTree backed partition implementation.",
 11011        "hashes": [
 11012          {
 11013            "alg": "MD5",
 11014            "content": "c24c86318c1b22e6cf6c7a4b27c100e8"
 11015          },
 11016          {
 11017            "alg": "SHA-1",
 11018            "content": "4295a2cb41aedaa64d8421462890ec7ecec82951"
 11019          },
 11020          {
 11021            "alg": "SHA-256",
 11022            "content": "ca1dab91931402e9b69235e4a669858c94fa4e1c7f48965b55d6095d50d8d41b"
 11023          },
 11024          {
 11025            "alg": "SHA-384",
 11026            "content": "8f6c4c474090dce47d7904aa3c94259b73d747ea6120af78679a1e17b357437e160eb067c2464c613105c786ba204cef"
 11027          },
 11028          {
 11029            "alg": "SHA-512",
 11030            "content": "93380906e98833cd665049a9eb413f76f932fe3be08f145c501a8ef4bb584f30dbc2d27ecb4f87023f30cc0f1ecc232a52067059110c6955c04bd593ed5545f2"
 11031          },
 11032          {
 11033            "alg": "SHA3-256",
 11034            "content": "5c3849b44f1499b0c9daf1d919fbc7428f0f73754f0533a7cd8d71f882d5188f"
 11035          },
 11036          {
 11037            "alg": "SHA3-384",
 11038            "content": "feec0e6ec8708521f433deafe576a537e03d93ef0f959b97ad411704e231b22aa67fa931bb91deec415c4177124b37e4"
 11039          },
 11040          {
 11041            "alg": "SHA3-512",
 11042            "content": "9eeca5904e3ef95e04b5fb645e1de75a4714b40a4576e4fe2ee0f9d22d01ba54520046fc2445bd8ccb04181989e03f2c3fcc5c74667851c64048b9fe6065385c"
 11043          }
 11044        ],
 11045        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11046        "purl": "pkg:maven/org.apache.directory.server/apacheds-jdbm-partition@2.0.0-M24?type=jar",
 11047        "externalReferences": [
 11048          {
 11049            "type": "issue-tracker",
 11050            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11051          },
 11052          {
 11053            "type": "vcs",
 11054            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11055          },
 11056          {
 11057            "type": "build-system",
 11058            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11059          },
 11060          {
 11061            "type": "mailing-list",
 11062            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11063          },
 11064          {
 11065            "type": "website",
 11066            "url": "https://www.apache.org/"
 11067          },
 11068          {
 11069            "type": "distribution",
 11070            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11071          }
 11072        ]
 11073      },
 11074      {
 11075        "type": "library",
 11076        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-core-avl@2.0.0-M24?type=jar",
 11077        "publisher": "The Apache Software Foundation",
 11078        "group": "org.apache.directory.server",
 11079        "name": "apacheds-core-avl",
 11080        "version": "2.0.0-M24",
 11081        "description": "A linked in memory AVL tree implementation with Cursor",
 11082        "hashes": [
 11083          {
 11084            "alg": "MD5",
 11085            "content": "14a4a77a519c62275df5bc403aa1f75f"
 11086          },
 11087          {
 11088            "alg": "SHA-1",
 11089            "content": "0ca720fd75004a3925f143db1a250a2a147e4f16"
 11090          },
 11091          {
 11092            "alg": "SHA-256",
 11093            "content": "bdebcca01a7f06051cdda95f0a44c9debc50b698f379d94c93dedb6f394c6bdf"
 11094          },
 11095          {
 11096            "alg": "SHA-384",
 11097            "content": "3c4a1eba9fad221c497ba5434e78d110e5bcdab2174add48f7eca94371063cb9a2640564a2d0432ed3a40fb34ea4e189"
 11098          },
 11099          {
 11100            "alg": "SHA-512",
 11101            "content": "8ce145fdaeee3a39efbd41a79a4ff0b272bdc3619b691b8215855e781d85f7e5000209e1c70993eb2e8f483589a0c21e5496b06d147bfadaaa7c298fe0da2e2a"
 11102          },
 11103          {
 11104            "alg": "SHA3-256",
 11105            "content": "5aba33e7442c6f12ab1d4e36ca08b4b35d0070f8905879002d198c915b86e465"
 11106          },
 11107          {
 11108            "alg": "SHA3-384",
 11109            "content": "67654bbc439a79e38ae21158393664093d9708ae61edc9af17ffc00f42ca393e7782e821728e31def1a31b02bbe148f8"
 11110          },
 11111          {
 11112            "alg": "SHA3-512",
 11113            "content": "d0da5bbdf1793b5b7c6d3970c28fa3748646ba425fd1a94486c41c75d1ea6cb9d78a9af63de9c3272fcc3dbcc600b5110a3d67882093975e4be9a361ad516e90"
 11114          }
 11115        ],
 11116        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11117        "purl": "pkg:maven/org.apache.directory.server/apacheds-core-avl@2.0.0-M24?type=jar",
 11118        "externalReferences": [
 11119          {
 11120            "type": "issue-tracker",
 11121            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11122          },
 11123          {
 11124            "type": "vcs",
 11125            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11126          },
 11127          {
 11128            "type": "build-system",
 11129            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11130          },
 11131          {
 11132            "type": "mailing-list",
 11133            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11134          },
 11135          {
 11136            "type": "website",
 11137            "url": "https://www.apache.org/"
 11138          },
 11139          {
 11140            "type": "distribution",
 11141            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11142          }
 11143        ]
 11144      },
 11145      {
 11146        "type": "library",
 11147        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-xdbm-partition@2.0.0-M24?type=jar",
 11148        "publisher": "The Apache Software Foundation",
 11149        "group": "org.apache.directory.server",
 11150        "name": "apacheds-xdbm-partition",
 11151        "version": "2.0.0-M24",
 11152        "description": "Partition with search engine implementation generalized for XDBM entry store scheme",
 11153        "hashes": [
 11154          {
 11155            "alg": "MD5",
 11156            "content": "1c639f241e1c426792221104ab7eb029"
 11157          },
 11158          {
 11159            "alg": "SHA-1",
 11160            "content": "13bc01649c0a47a2bdc4edae7b21638888ad13bb"
 11161          },
 11162          {
 11163            "alg": "SHA-256",
 11164            "content": "faa7f60c9ffb3fec75ff5e17d80ae7e79dc4e3d38a83a91c54504da5a8b295dd"
 11165          },
 11166          {
 11167            "alg": "SHA-384",
 11168            "content": "9f1714a939c7ffafbd6730ed10b488140e94f9932a9fe62f9662dba1aa46069ea814e37b106b10289974ae7858eb0ead"
 11169          },
 11170          {
 11171            "alg": "SHA-512",
 11172            "content": "838ec5abb69eeb0e22d51d81fa05927a2ce2f221f28394da3c27ebb76d36f29608af426e5609749fef73a56f976174ec238c473769cf500df7152274029b9757"
 11173          },
 11174          {
 11175            "alg": "SHA3-256",
 11176            "content": "244c36cf84ef5d2a817cf450b348e5afd87bf5cf3ac7b3dc1be5c5e4f2d30547"
 11177          },
 11178          {
 11179            "alg": "SHA3-384",
 11180            "content": "796c9e70124b8e0ae976a568d86d4c5b0c06aa863f886c032a5633701dba03c62a3255b778c8bded974996711eff9558"
 11181          },
 11182          {
 11183            "alg": "SHA3-512",
 11184            "content": "9ff8d7ba259a8945333659b3eb78dbbbc96c247a6161c2eb1e297a87cc427ca52b91a2f189b8501b497df7d2e53f85cd2fc979c50c8fa9a4b29b4dd9102f708a"
 11185          }
 11186        ],
 11187        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11188        "purl": "pkg:maven/org.apache.directory.server/apacheds-xdbm-partition@2.0.0-M24?type=jar",
 11189        "externalReferences": [
 11190          {
 11191            "type": "issue-tracker",
 11192            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11193          },
 11194          {
 11195            "type": "vcs",
 11196            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11197          },
 11198          {
 11199            "type": "build-system",
 11200            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11201          },
 11202          {
 11203            "type": "mailing-list",
 11204            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11205          },
 11206          {
 11207            "type": "website",
 11208            "url": "https://www.apache.org/"
 11209          },
 11210          {
 11211            "type": "distribution",
 11212            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11213          }
 11214        ]
 11215      },
 11216      {
 11217        "type": "library",
 11218        "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar",
 11219        "publisher": "The Apache Software Foundation",
 11220        "group": "commons-collections",
 11221        "name": "commons-collections",
 11222        "version": "3.2.2",
 11223        "description": "Types that extend and augment the Java Collections Framework.",
 11224        "hashes": [
 11225          {
 11226            "alg": "MD5",
 11227            "content": "f54a8510f834a1a57166970bfc982e94"
 11228          },
 11229          {
 11230            "alg": "SHA-1",
 11231            "content": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5"
 11232          },
 11233          {
 11234            "alg": "SHA-256",
 11235            "content": "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8"
 11236          },
 11237          {
 11238            "alg": "SHA-384",
 11239            "content": "dd4e99b3314bd3c1a1ee26296615d9e44dadf7a1f8a7bbba44fb95121803d331e36d4cca4260e7609af78a47ba3e4073"
 11240          },
 11241          {
 11242            "alg": "SHA-512",
 11243            "content": "51c72f9aca7726f3c387095e66be85a6df97c74b00a25434b89188c1b8eab6e2b55accf7b9bd412430d22bd09324dec076e300b3d1fa39fccad471f0f2a3da16"
 11244          },
 11245          {
 11246            "alg": "SHA3-256",
 11247            "content": "fd3d6134b5f07077b82ccf93d148dacf7c4ce5c971209510edd0e77e3e38c19e"
 11248          },
 11249          {
 11250            "alg": "SHA3-384",
 11251            "content": "8ce03528e4a6e95c44283b56eca87e6a6d3bf1363411a55b538f4f9110cf7470581ea5c73925e877ddab08dba0603f40"
 11252          },
 11253          {
 11254            "alg": "SHA3-512",
 11255            "content": "c2a523916fb7c7d55a05d5e3d9e9b33000733f4b20a71be174e4e093e3f06ea78ad831edd1505527da7388105f8647efb7d5666ba852c90b4e2d5bb74256efbc"
 11256          }
 11257        ],
 11258        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11259        "purl": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar",
 11260        "externalReferences": [
 11261          {
 11262            "type": "issue-tracker",
 11263            "url": "http://issues.apache.org/jira/browse/COLLECTIONS"
 11264          },
 11265          {
 11266            "type": "vcs",
 11267            "url": "http://svn.apache.org/viewvc/commons/proper/collections/trunk"
 11268          },
 11269          {
 11270            "type": "build-system",
 11271            "url": "https://continuum-ci.apache.org/"
 11272          },
 11273          {
 11274            "type": "mailing-list",
 11275            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 11276          },
 11277          {
 11278            "type": "website",
 11279            "url": "http://www.apache.org/"
 11280          },
 11281          {
 11282            "type": "distribution",
 11283            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11284          }
 11285        ]
 11286      },
 11287      {
 11288        "type": "library",
 11289        "bom-ref": "pkg:maven/org.apache.directory.mavibot/mavibot@1.0.0-M8?type=jar",
 11290        "publisher": "Apache Mavibot Project Parent",
 11291        "group": "org.apache.directory.mavibot",
 11292        "name": "mavibot",
 11293        "version": "1.0.0-M8",
 11294        "description": "A MVCC BTree Implementation",
 11295        "hashes": [
 11296          {
 11297            "alg": "MD5",
 11298            "content": "c39dda12c730f5309fe2cec0f0c726a5"
 11299          },
 11300          {
 11301            "alg": "SHA-1",
 11302            "content": "511d8c0027a44eff79199ad5ef9bd16c00768e10"
 11303          },
 11304          {
 11305            "alg": "SHA-256",
 11306            "content": "76b991aa38dd491974b4fc2f5aef226d83e8ef85e0fab8fe71b067a97a8c753f"
 11307          },
 11308          {
 11309            "alg": "SHA-384",
 11310            "content": "f8f45b4e84b43e27203ff7302c951fded261f2e1c641cc7d2e230d3c4922edefe5c526b1c2daca41db4de25d48758eb9"
 11311          },
 11312          {
 11313            "alg": "SHA-512",
 11314            "content": "9a5869591a6a4565b9aafff5692a19ec6f90e7982f7b27e57f156f35005b6ec3e5b1dae2b2c83ce0da8218cc4d09f2b51c4f3d943e3e46715a0d87e224359ac0"
 11315          },
 11316          {
 11317            "alg": "SHA3-256",
 11318            "content": "4b04baaa2e2b3e713637318da949f55772ef5b47fa1ea09f6f7a668b7da4a655"
 11319          },
 11320          {
 11321            "alg": "SHA3-384",
 11322            "content": "8e18f3fc660348f8eeea1db1b4c3dc32f12d4870e271c1bc69343a2cf630b45b53fcc14bc991d1c3ae56fbc40adef26c"
 11323          },
 11324          {
 11325            "alg": "SHA3-512",
 11326            "content": "4e553aa43d6d884cd1317e0026316544d54252302c478fac6275e5411dc37333188ff947842bf79e6fc08af7c59f0e08f1ca23940c071bf0ba7b22f0cc088ec8"
 11327          }
 11328        ],
 11329        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11330        "purl": "pkg:maven/org.apache.directory.mavibot/mavibot@1.0.0-M8?type=jar",
 11331        "externalReferences": [
 11332          {
 11333            "type": "website",
 11334            "url": "http://directory.apache.org/mavibot/"
 11335          },
 11336          {
 11337            "type": "issue-tracker",
 11338            "url": "http://issues.apache.org/jira/browse/MAVIBOT"
 11339          },
 11340          {
 11341            "type": "vcs",
 11342            "url": "http://svn.apache.org/viewvc/directory/mavibot/tags/1.0.0-M8"
 11343          },
 11344          {
 11345            "type": "build-system",
 11346            "url": "https://hudson.apache.org/hudson/view/A-F/view/Directory"
 11347          },
 11348          {
 11349            "type": "mailing-list",
 11350            "url": "http://mail-archives.apache.org/mod_mbox/directory-dev"
 11351          },
 11352          {
 11353            "type": "distribution",
 11354            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11355          }
 11356        ]
 11357      },
 11358      {
 11359        "type": "library",
 11360        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-mavibot-partition@2.0.0-M24?type=jar",
 11361        "publisher": "The Apache Software Foundation",
 11362        "group": "org.apache.directory.server",
 11363        "name": "apacheds-mavibot-partition",
 11364        "version": "2.0.0-M24",
 11365        "description": "ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.",
 11366        "hashes": [
 11367          {
 11368            "alg": "MD5",
 11369            "content": "fcd97a5ecfd522d452a7b16b68058e78"
 11370          },
 11371          {
 11372            "alg": "SHA-1",
 11373            "content": "e63f7a9c8ecc956b4fd3e7458ed9e97a70ab953e"
 11374          },
 11375          {
 11376            "alg": "SHA-256",
 11377            "content": "735b8f13ca0160e5eec77d9f3500765abb44d3718ed7966059f06aaf6538df44"
 11378          },
 11379          {
 11380            "alg": "SHA-384",
 11381            "content": "58992e34ab0c42da633f41e928a083a636a373105c8a6bf1b837f3a160190a1a2fe056254e0148093d4d7a73e5ca34b8"
 11382          },
 11383          {
 11384            "alg": "SHA-512",
 11385            "content": "a892cabd4a650999780b2ca3ecc9a7f63e2ab1a5a6ec67a48b8e73975ce676659fa5a1d02dd29de86c91a00daeabcf0d6ee96e09a350c7a933571748cfdfac30"
 11386          },
 11387          {
 11388            "alg": "SHA3-256",
 11389            "content": "2f2f9ff3239d329906b61b883a6288b94f9d25237603235690b38e676947f59e"
 11390          },
 11391          {
 11392            "alg": "SHA3-384",
 11393            "content": "b8002fdb444bed238df4bee5c6bf59b44224383f1380cb1d10de9a3584e5238e4b5fe14b0163168966c7c9a3a5d6b3ac"
 11394          },
 11395          {
 11396            "alg": "SHA3-512",
 11397            "content": "84121ad653769f60dce9104ecf32a95830be3a1b781b2a4901592da6d0c4869559e948bd760ec0fbba1464b75d36d847f9bfd8cee06b4870a61427edf65687b5"
 11398          }
 11399        ],
 11400        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11401        "purl": "pkg:maven/org.apache.directory.server/apacheds-mavibot-partition@2.0.0-M24?type=jar",
 11402        "externalReferences": [
 11403          {
 11404            "type": "issue-tracker",
 11405            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11406          },
 11407          {
 11408            "type": "vcs",
 11409            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11410          },
 11411          {
 11412            "type": "build-system",
 11413            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11414          },
 11415          {
 11416            "type": "mailing-list",
 11417            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11418          },
 11419          {
 11420            "type": "website",
 11421            "url": "https://www.apache.org/"
 11422          },
 11423          {
 11424            "type": "distribution",
 11425            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11426          }
 11427        ]
 11428      },
 11429      {
 11430        "type": "library",
 11431        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-model@1.0.0?type=jar",
 11432        "publisher": "The Apache Software Foundation",
 11433        "group": "org.apache.directory.api",
 11434        "name": "api-ldap-model",
 11435        "version": "1.0.0",
 11436        "description": "Common LDAP Model used by clients and servers",
 11437        "hashes": [
 11438          {
 11439            "alg": "MD5",
 11440            "content": "2a94fd38b09bbcad40f2493a21601bd1"
 11441          },
 11442          {
 11443            "alg": "SHA-1",
 11444            "content": "f165ffb59e93d9190b601400776ac102764137c1"
 11445          },
 11446          {
 11447            "alg": "SHA-256",
 11448            "content": "94513e436374beea52633ab954605010b3660997c85aae4fd752f94000739ed0"
 11449          },
 11450          {
 11451            "alg": "SHA-384",
 11452            "content": "bb68d5eef5bc41179d0c8e4a087ccd662a241814a021402fee9d004cd2ff9bf2c4382054c0066b52e150a4438ecd983c"
 11453          },
 11454          {
 11455            "alg": "SHA-512",
 11456            "content": "91e8cb6bfb4e6ecb15530c631bc92a806be4ffc5b489e43d80baaa94b678a3d45be031e0f1f5c5a27cfbbd2f7261c223d6d6e48c2cfdc949a5853a4ee9fb79db"
 11457          },
 11458          {
 11459            "alg": "SHA3-256",
 11460            "content": "951555978040ecb6078503a28da78c555e546859ab2209081a9af06c57d8d652"
 11461          },
 11462          {
 11463            "alg": "SHA3-384",
 11464            "content": "1b6053275f159daf03ed6a55df751bac9128dd932a58190911a9b908c25d197f258a40ea0d273ea7e3e7a75e76d0a513"
 11465          },
 11466          {
 11467            "alg": "SHA3-512",
 11468            "content": "c754fa0e3de41d94e07138167480814146571dcfb43c2adae2a710d80ca556714c110f17762b8e76abc90ee442ca367e2b729eb357f7e92820298f2350952676"
 11469          }
 11470        ],
 11471        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11472        "purl": "pkg:maven/org.apache.directory.api/api-ldap-model@1.0.0?type=jar",
 11473        "externalReferences": [
 11474          {
 11475            "type": "issue-tracker",
 11476            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 11477          },
 11478          {
 11479            "type": "vcs",
 11480            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 11481          },
 11482          {
 11483            "type": "build-system",
 11484            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11485          },
 11486          {
 11487            "type": "mailing-list",
 11488            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11489          },
 11490          {
 11491            "type": "website",
 11492            "url": "https://www.apache.org/"
 11493          },
 11494          {
 11495            "type": "distribution",
 11496            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11497          }
 11498        ]
 11499      },
 11500      {
 11501        "type": "library",
 11502        "bom-ref": "pkg:maven/org.apache.directory.api/api-asn1-ber@1.0.0?type=jar",
 11503        "publisher": "The Apache Software Foundation",
 11504        "group": "org.apache.directory.api",
 11505        "name": "api-asn1-ber",
 11506        "version": "1.0.0",
 11507        "description": "A BER Codec Implementation for ASN.1",
 11508        "hashes": [
 11509          {
 11510            "alg": "MD5",
 11511            "content": "6b39c930244b8c1acbec74aa56169738"
 11512          },
 11513          {
 11514            "alg": "SHA-1",
 11515            "content": "a6fdbae1547130ade1996b2c97e2849846e90b63"
 11516          },
 11517          {
 11518            "alg": "SHA-256",
 11519            "content": "116db6a0db35d1dfdde9ab554f86976a9c191493fd5f1c13ba97751071e84170"
 11520          },
 11521          {
 11522            "alg": "SHA-384",
 11523            "content": "a3f666c73291170e42843df9ff4e374ec6c087808f6372cf5ad648acefdae4259d4c6903f788c1453d55a6c4254db5b1"
 11524          },
 11525          {
 11526            "alg": "SHA-512",
 11527            "content": "b4c6dcdf0540621803765f0d6c5faf3e96c70aa5818cd37bb01f2a9c94f118d032ff4e47ed09d894671db4863adc146a9ccb6d3d0426936f6a57d73dcef90d63"
 11528          },
 11529          {
 11530            "alg": "SHA3-256",
 11531            "content": "9e366574ad2999fc123cffe57112f8fad3c05429964d4e434b9961ad2985e33f"
 11532          },
 11533          {
 11534            "alg": "SHA3-384",
 11535            "content": "07287e4ddbae6789d461692ee4f80682abdb736332f132e77a2d286a98aabe6115fa87dbbd6e42db555db66e77612a0b"
 11536          },
 11537          {
 11538            "alg": "SHA3-512",
 11539            "content": "639b25707c8a503e914b7d0056ae1c9be288f0c004d5a10b0e87c9021d115bc80c5da1dc83aa13d265012f2473fa04d756332c833b20d15da0d35566af9edf04"
 11540          }
 11541        ],
 11542        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11543        "purl": "pkg:maven/org.apache.directory.api/api-asn1-ber@1.0.0?type=jar",
 11544        "externalReferences": [
 11545          {
 11546            "type": "issue-tracker",
 11547            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 11548          },
 11549          {
 11550            "type": "vcs",
 11551            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 11552          },
 11553          {
 11554            "type": "build-system",
 11555            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11556          },
 11557          {
 11558            "type": "mailing-list",
 11559            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11560          },
 11561          {
 11562            "type": "website",
 11563            "url": "https://www.apache.org/"
 11564          },
 11565          {
 11566            "type": "distribution",
 11567            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11568          }
 11569        ]
 11570      },
 11571      {
 11572        "type": "library",
 11573        "bom-ref": "pkg:maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr@2.7.7_5?type=jar",
 11574        "publisher": "The Apache Software Foundation",
 11575        "group": "org.apache.servicemix.bundles",
 11576        "name": "org.apache.servicemix.bundles.antlr",
 11577        "version": "2.7.7_5",
 11578        "description": "This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.",
 11579        "hashes": [
 11580          {
 11581            "alg": "MD5",
 11582            "content": "1c9a8149a9c14e42c9ad221954ba8bd7"
 11583          },
 11584          {
 11585            "alg": "SHA-1",
 11586            "content": "98912946d4e6746792c631d31a742f7d4d9c75a3"
 11587          },
 11588          {
 11589            "alg": "SHA-256",
 11590            "content": "3902794d36d9b81da1b7e697f21ed04ccae276cc116eecc640a4cd0fff2691f2"
 11591          },
 11592          {
 11593            "alg": "SHA-384",
 11594            "content": "6234a33b0eba4b5684d1ba17edeb760f7ebd03012dda7c203e3b5007d9ddbee0b28fe634ca850756efea2d44f83067a7"
 11595          },
 11596          {
 11597            "alg": "SHA-512",
 11598            "content": "1a36cb89be03bb2ba60dddfb12e08099315b7e7c302b8e60e0a7527cbb772aa69c30f396117d85fc762994167d2101b69622d69a6abe6d8f1a90093f19acd64c"
 11599          },
 11600          {
 11601            "alg": "SHA3-256",
 11602            "content": "4cb8fa662d248d371a1ac6a402c8c30994bef7fd780f77c99e145b47128b9f6b"
 11603          },
 11604          {
 11605            "alg": "SHA3-384",
 11606            "content": "30c57880b4bf1d9276ffd3f9ffe4482ab7660929c223772a43ad36a535ebb09eaa5fd79fdbce02f1ae095ef634b5969c"
 11607          },
 11608          {
 11609            "alg": "SHA3-512",
 11610            "content": "818f642ed9ac9134209483793ddb78027d2182b467fdfa9f6eeb6c32ae68c75c8320fc83c12faaabe63c1545485678d627b0ba2a0300156cc2df7f2c0c873828"
 11611          }
 11612        ],
 11613        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11614        "purl": "pkg:maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr@2.7.7_5?type=jar",
 11615        "externalReferences": [
 11616          {
 11617            "type": "vcs",
 11618            "url": "http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.antlr-2.7.7_5"
 11619          },
 11620          {
 11621            "type": "issue-tracker",
 11622            "url": "http://issues.apache.org/activemq/browse/SM"
 11623          },
 11624          {
 11625            "type": "mailing-list",
 11626            "url": "http://servicemix.apache.org/discussion-forums.html#nabble-f12051"
 11627          },
 11628          {
 11629            "type": "website",
 11630            "url": "http://www.apache.org/"
 11631          },
 11632          {
 11633            "type": "distribution",
 11634            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11635          }
 11636        ]
 11637      },
 11638      {
 11639        "type": "library",
 11640        "bom-ref": "pkg:maven/commons-codec/commons-codec@1.10?type=jar",
 11641        "publisher": "The Apache Software Foundation",
 11642        "group": "commons-codec",
 11643        "name": "commons-codec",
 11644        "version": "1.10",
 11645        "description": "The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
 11646        "hashes": [
 11647          {
 11648            "alg": "MD5",
 11649            "content": "353cf6a2bdba09595ccfa073b78c7fcb"
 11650          },
 11651          {
 11652            "alg": "SHA-1",
 11653            "content": "4b95f4897fa13f2cd904aee711aeafc0c5295cd8"
 11654          },
 11655          {
 11656            "alg": "SHA-256",
 11657            "content": "4241dfa94e711d435f29a4604a3e2de5c4aa3c165e23bd066be6fc1fc4309569"
 11658          },
 11659          {
 11660            "alg": "SHA-384",
 11661            "content": "8412e1f64746422f1875a811c71c51b6e45512a6255ff47e3b2b437bf6fb12eeea3910e3c1a0bb3caad672d3ae15852d"
 11662          },
 11663          {
 11664            "alg": "SHA-512",
 11665            "content": "8edecc0faf38e8620460909d8191837f34e2bb2ce853677c486c5e79bb79e88d043c3aed69c11f1365c4884827052ee4e1c18ca56e38d1a5bc0ce15c57daeee3"
 11666          },
 11667          {
 11668            "alg": "SHA3-256",
 11669            "content": "5491c5ce96af7ee3af286d6095baf71cffbc80e110b3a6c5951b3a108d717343"
 11670          },
 11671          {
 11672            "alg": "SHA3-384",
 11673            "content": "7a02456a52fb37324fdc2d31f6ef958b898de479fedf32244facf7104b3dc1834761cc1f90c5dad74be76fcd980d09c5"
 11674          },
 11675          {
 11676            "alg": "SHA3-512",
 11677            "content": "473ad932b9f0851c7548e47304ce30567fb528ece28df818b61f42ea04f6198ef60f6f73c7b22cff612d61d3a6efaf0c7a0dec3922fea2bf4493d32f0a6dff41"
 11678          }
 11679        ],
 11680        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11681        "purl": "pkg:maven/commons-codec/commons-codec@1.10?type=jar",
 11682        "externalReferences": [
 11683          {
 11684            "type": "issue-tracker",
 11685            "url": "http://issues.apache.org/jira/browse/CODEC"
 11686          },
 11687          {
 11688            "type": "vcs",
 11689            "url": "http://svn.apache.org/viewvc/commons/proper/codec/trunk"
 11690          },
 11691          {
 11692            "type": "build-system",
 11693            "url": "https://continuum-ci.apache.org/"
 11694          },
 11695          {
 11696            "type": "mailing-list",
 11697            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 11698          },
 11699          {
 11700            "type": "website",
 11701            "url": "http://www.apache.org/"
 11702          },
 11703          {
 11704            "type": "distribution",
 11705            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11706          }
 11707        ]
 11708      },
 11709      {
 11710        "type": "library",
 11711        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-schema-data@1.0.0?type=jar",
 11712        "publisher": "The Apache Software Foundation",
 11713        "group": "org.apache.directory.api",
 11714        "name": "api-ldap-schema-data",
 11715        "version": "1.0.0",
 11716        "description": "Jar bundled LDIF files containing schema data using the Apache Directory specific meta schema for describing schema information using LDAP. This jar can be used by clients as well as by ApacheDS' schema partition.",
 11717        "hashes": [
 11718          {
 11719            "alg": "MD5",
 11720            "content": "640d0fac4ff910881ef3fa79d6b54c4a"
 11721          },
 11722          {
 11723            "alg": "SHA-1",
 11724            "content": "eca194f6baca671c466a4eb3ebc669856d997baa"
 11725          },
 11726          {
 11727            "alg": "SHA-256",
 11728            "content": "b8fd496fa51581cb1b6365e92fd6a77832e6945605c61b4c31751a8786ef6577"
 11729          },
 11730          {
 11731            "alg": "SHA-384",
 11732            "content": "4f05c7e8dfaebb0bbf1368f85b16f7fa6e714152ee97c5bd6cccaf52e4d12419c1e1694c0842a4c816df28a0ded21954"
 11733          },
 11734          {
 11735            "alg": "SHA-512",
 11736            "content": "a1b8a2aaa100c7b2238de66d1e11bd7db63da53250fad9d3c923a57f362bae738a92a96b1dbf528911a63d2c0fe212f7db53df51b9d62de5ae682c9894e74a70"
 11737          },
 11738          {
 11739            "alg": "SHA3-256",
 11740            "content": "d57a428d0453221e747f2a66645b5020eebee1a94c478afece8ce152688ee4e3"
 11741          },
 11742          {
 11743            "alg": "SHA3-384",
 11744            "content": "7493dfc42b6d29d39ef51e88a5f9c8da090722131cb722af7cc80111ef04998cb755fb48a3338546eb5bb5bc1741fc1e"
 11745          },
 11746          {
 11747            "alg": "SHA3-512",
 11748            "content": "8d56b6e3c8d02a6eaf659d38f373508b049699ed95c4ff1e8491cf32135eb70e4fe49d3270cdf4c8be8f2fd9f109e337c559d39d39f6b5479cf28f1dee4727fa"
 11749          }
 11750        ],
 11751        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11752        "purl": "pkg:maven/org.apache.directory.api/api-ldap-schema-data@1.0.0?type=jar",
 11753        "externalReferences": [
 11754          {
 11755            "type": "issue-tracker",
 11756            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 11757          },
 11758          {
 11759            "type": "vcs",
 11760            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 11761          },
 11762          {
 11763            "type": "build-system",
 11764            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11765          },
 11766          {
 11767            "type": "mailing-list",
 11768            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11769          },
 11770          {
 11771            "type": "website",
 11772            "url": "https://www.apache.org/"
 11773          },
 11774          {
 11775            "type": "distribution",
 11776            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11777          }
 11778        ]
 11779      },
 11780      {
 11781        "type": "library",
 11782        "bom-ref": "pkg:maven/org.apache.directory.api/api-util@1.0.0?type=jar",
 11783        "publisher": "The Apache Software Foundation",
 11784        "group": "org.apache.directory.api",
 11785        "name": "api-util",
 11786        "version": "1.0.0",
 11787        "description": "Utilities shared across this top level project",
 11788        "hashes": [
 11789          {
 11790            "alg": "MD5",
 11791            "content": "a4ac60096680298cf24c2e237cfb2a9f"
 11792          },
 11793          {
 11794            "alg": "SHA-1",
 11795            "content": "1506f71c676067657c80349d7debe9db15a21f20"
 11796          },
 11797          {
 11798            "alg": "SHA-256",
 11799            "content": "43b8524b47c0b2e9d95645d3e7537d893cc83edf79b9a5486457fbe254697225"
 11800          },
 11801          {
 11802            "alg": "SHA-384",
 11803            "content": "2a26f3dcbe25c1907b9f99ecce5500d3c7f9e2f8c10b1c4489a7e97c7b3c4c37b78191a365908adca504875da242b7e7"
 11804          },
 11805          {
 11806            "alg": "SHA-512",
 11807            "content": "97509ce8b10d43a65365c2cb56a64bf1a947564daef0c0734adcf925ee0ee4893accc51767465800815ba6145bf74509312bd259a65076c0a6c7d920cc403b12"
 11808          },
 11809          {
 11810            "alg": "SHA3-256",
 11811            "content": "21fb5717dbccb4f5549899b4a376abe70d841d1935d2af346b1a08c00f7a9bb5"
 11812          },
 11813          {
 11814            "alg": "SHA3-384",
 11815            "content": "6ee989373838e004b332903fed620ec48e29933032aef92cff5dd4509e2760e5f9b3557419497bd98915eb83159bfd4d"
 11816          },
 11817          {
 11818            "alg": "SHA3-512",
 11819            "content": "ed25f79c35724d2b8b8f5f9ec3afb9841f743514642cafd9f1c00b47440f0441c3c05a2c05204e9291201ceb1527f5393a044dda292132f081082aa3f9f164e9"
 11820          }
 11821        ],
 11822        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11823        "purl": "pkg:maven/org.apache.directory.api/api-util@1.0.0?type=jar",
 11824        "externalReferences": [
 11825          {
 11826            "type": "issue-tracker",
 11827            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 11828          },
 11829          {
 11830            "type": "vcs",
 11831            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 11832          },
 11833          {
 11834            "type": "build-system",
 11835            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11836          },
 11837          {
 11838            "type": "mailing-list",
 11839            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11840          },
 11841          {
 11842            "type": "website",
 11843            "url": "https://www.apache.org/"
 11844          },
 11845          {
 11846            "type": "distribution",
 11847            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11848          }
 11849        ]
 11850      },
 11851      {
 11852        "type": "library",
 11853        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-interceptor-kerberos@2.0.0-M24?type=jar",
 11854        "publisher": "The Apache Software Foundation",
 11855        "group": "org.apache.directory.server",
 11856        "name": "apacheds-interceptor-kerberos",
 11857        "version": "2.0.0-M24",
 11858        "description": "Interceptors used by the ApacheDS kerberos service.",
 11859        "hashes": [
 11860          {
 11861            "alg": "MD5",
 11862            "content": "bcaafefa4259e9e87be1061278d3c700"
 11863          },
 11864          {
 11865            "alg": "SHA-1",
 11866            "content": "0cd523cf5e8051e114fa7351183985c8e2453c35"
 11867          },
 11868          {
 11869            "alg": "SHA-256",
 11870            "content": "ef571230d3f4dab5ecc69917e968b52532b7f96bd1781f26f3450bc9fdb0e4c9"
 11871          },
 11872          {
 11873            "alg": "SHA-384",
 11874            "content": "83ffa946a1959ebceb109e64f0704f9a7bd99cd95c51cbf1cd963cd663c35f868cf19e4fe0d705088593102010104f6c"
 11875          },
 11876          {
 11877            "alg": "SHA-512",
 11878            "content": "2211c36e8ac5a7fbdcf26e65bfeb8021f0c509863852947e4d3ad74a2bac6aafa12463618be68bac2f8b426bf4ddf2a64c80490522f749ade206a4ec14dc2691"
 11879          },
 11880          {
 11881            "alg": "SHA3-256",
 11882            "content": "d3f6c8ec255705a3ac43095503a2f9aa345e0e204c735aa375b70ae072000d79"
 11883          },
 11884          {
 11885            "alg": "SHA3-384",
 11886            "content": "2e7203c9db93c666c90ed4c73c2a3ad56f387f3a073ac31d6d2a57f4a6beaaec0048bc0256d3f17d1e757bfad3b3ebe7"
 11887          },
 11888          {
 11889            "alg": "SHA3-512",
 11890            "content": "8d0d9f7f520a5e6ad380d10619072a86d7a676482490f1368b29142c64ea5df6db324cadc782a697415d9a2885107a28982ea7cf7bdd6242d14abbf030f8be44"
 11891          }
 11892        ],
 11893        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11894        "purl": "pkg:maven/org.apache.directory.server/apacheds-interceptor-kerberos@2.0.0-M24?type=jar",
 11895        "externalReferences": [
 11896          {
 11897            "type": "issue-tracker",
 11898            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11899          },
 11900          {
 11901            "type": "vcs",
 11902            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11903          },
 11904          {
 11905            "type": "build-system",
 11906            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11907          },
 11908          {
 11909            "type": "mailing-list",
 11910            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11911          },
 11912          {
 11913            "type": "website",
 11914            "url": "https://www.apache.org/"
 11915          },
 11916          {
 11917            "type": "distribution",
 11918            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11919          }
 11920        ]
 11921      },
 11922      {
 11923        "type": "library",
 11924        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-kerberos-codec@2.0.0-M24?type=jar",
 11925        "publisher": "The Apache Software Foundation",
 11926        "group": "org.apache.directory.server",
 11927        "name": "apacheds-kerberos-codec",
 11928        "version": "2.0.0-M24",
 11929        "description": "The Kerberos protocol encoder/decoder module",
 11930        "hashes": [
 11931          {
 11932            "alg": "MD5",
 11933            "content": "da5cc7e955ccef2db56918d9d73e524e"
 11934          },
 11935          {
 11936            "alg": "SHA-1",
 11937            "content": "9219f9bb1e779ba0f56b8060dce161dbf78d45e2"
 11938          },
 11939          {
 11940            "alg": "SHA-256",
 11941            "content": "97979554d5dbc05c87d9c65884a6883ac903834664bea941b51785214c1bee92"
 11942          },
 11943          {
 11944            "alg": "SHA-384",
 11945            "content": "de5802d1a92a9f4b53e3133cd331636abe711e44d4fad443e33248f958f01de226768d326905aa488ae274e2ad1049d6"
 11946          },
 11947          {
 11948            "alg": "SHA-512",
 11949            "content": "b14473a74140e0aa29655d42777af0b136f9cd8f786596c1586d87f7e30a8b9b94ebda0d2a29015135d479125c4b5ed2d3d145bb528b34d3107c054a80a32978"
 11950          },
 11951          {
 11952            "alg": "SHA3-256",
 11953            "content": "ea907b8c3934e80de79f387524e5a96d6dd2644ea6ee78cd8620c76456ddb3a7"
 11954          },
 11955          {
 11956            "alg": "SHA3-384",
 11957            "content": "29ded22b8e1f5b02a85d7909dd219187645c16ece94fc3a7d37d6550276171db8e2d3cee68a70344bff9442f490a025f"
 11958          },
 11959          {
 11960            "alg": "SHA3-512",
 11961            "content": "39ef4cdc8c34413199f5285932afa7f1c875ec5d1b5046dff419ebc78060fda0f478f6db7595f4f753d8cf685937a885447ef93244b1c556fcda19240aa53cf5"
 11962          }
 11963        ],
 11964        "licenses": [{"license": {"id": "Apache-2.0"}}],
 11965        "purl": "pkg:maven/org.apache.directory.server/apacheds-kerberos-codec@2.0.0-M24?type=jar",
 11966        "externalReferences": [
 11967          {
 11968            "type": "issue-tracker",
 11969            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 11970          },
 11971          {
 11972            "type": "vcs",
 11973            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 11974          },
 11975          {
 11976            "type": "build-system",
 11977            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 11978          },
 11979          {
 11980            "type": "mailing-list",
 11981            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 11982          },
 11983          {
 11984            "type": "website",
 11985            "url": "https://www.apache.org/"
 11986          },
 11987          {
 11988            "type": "distribution",
 11989            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 11990          }
 11991        ]
 11992      },
 11993      {
 11994        "type": "library",
 11995        "bom-ref": "pkg:maven/org.apache.directory.api/api-asn1-api@1.0.0?type=jar",
 11996        "publisher": "The Apache Software Foundation",
 11997        "group": "org.apache.directory.api",
 11998        "name": "api-asn1-api",
 11999        "version": "1.0.0",
 12000        "description": "ASN.1 API",
 12001        "hashes": [
 12002          {
 12003            "alg": "MD5",
 12004            "content": "5df64c857a4d991378a93652abe734d4"
 12005          },
 12006          {
 12007            "alg": "SHA-1",
 12008            "content": "2a9e3da36be2ef389e7aaa8268caf40cbd6b72e5"
 12009          },
 12010          {
 12011            "alg": "SHA-256",
 12012            "content": "9fae4169fec8e14a4661b9c84451cd6e909009aa84addfb8ac75599a876b9f55"
 12013          },
 12014          {
 12015            "alg": "SHA-384",
 12016            "content": "31d96bf91d64d295ccc771e2f27fc6d0eb94affb33fe5beaf1c79b428ecf9f491759b14113e7f000c310322e0e3d96d8"
 12017          },
 12018          {
 12019            "alg": "SHA-512",
 12020            "content": "34ed478865a9f6fd8123e43a2ba469879f4d50fd92b1c4cd361c108b27bfdb09af91e0b3ad92e7111457f91476d4d598d0389e58cf488d997a4db52acc700027"
 12021          },
 12022          {
 12023            "alg": "SHA3-256",
 12024            "content": "6a95ff75e59ebddd528d9d3b0e4dcc0b8368527b49e357efddfcbca26f5ee16a"
 12025          },
 12026          {
 12027            "alg": "SHA3-384",
 12028            "content": "d8ad032c54006af3fa776eba9300345f12a5a758f5c68943fa4ff250a19c7be75fd7549d71366e52099948106f2b7bdc"
 12029          },
 12030          {
 12031            "alg": "SHA3-512",
 12032            "content": "785fd6092594583ad4b99c0a71aacc4d2b729f33f808fb2919d7a82e7044a10fb79623b4044c48867ab3ca4e697be4a49d504fe61bcf26d230666392e9e3bb86"
 12033          }
 12034        ],
 12035        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12036        "purl": "pkg:maven/org.apache.directory.api/api-asn1-api@1.0.0?type=jar",
 12037        "externalReferences": [
 12038          {
 12039            "type": "issue-tracker",
 12040            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12041          },
 12042          {
 12043            "type": "vcs",
 12044            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12045          },
 12046          {
 12047            "type": "build-system",
 12048            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12049          },
 12050          {
 12051            "type": "mailing-list",
 12052            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12053          },
 12054          {
 12055            "type": "website",
 12056            "url": "https://www.apache.org/"
 12057          },
 12058          {
 12059            "type": "distribution",
 12060            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12061          }
 12062        ]
 12063      },
 12064      {
 12065        "type": "library",
 12066        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-server-annotations@2.0.0-M24?type=jar",
 12067        "publisher": "The Apache Software Foundation",
 12068        "group": "org.apache.directory.server",
 12069        "name": "apacheds-server-annotations",
 12070        "version": "2.0.0-M24",
 12071        "description": "Annotations used to define a LdapServer",
 12072        "hashes": [
 12073          {
 12074            "alg": "MD5",
 12075            "content": "47081fbc463b98ff30011581db72a35d"
 12076          },
 12077          {
 12078            "alg": "SHA-1",
 12079            "content": "08b4aad539bd619f6d5ef3cbd43f42412e0d9b3a"
 12080          },
 12081          {
 12082            "alg": "SHA-256",
 12083            "content": "03e6f5e460341a3444670ab4c50c0b234abe773e681c0a4688dabc73da579bb1"
 12084          },
 12085          {
 12086            "alg": "SHA-384",
 12087            "content": "58c364191ecc8947a1404a6891c708c7d9329f8fe6c8de0bf5b654a32fa37ddeb842a7a378b6ea3db5d7a5d9ef2253af"
 12088          },
 12089          {
 12090            "alg": "SHA-512",
 12091            "content": "7d75fbfedd3f8c4365d50586d1f35245154cfc6f12522440b971e9005590517462b566f5f9e544a31bf0a8f33532b04579ee9ea84332c30ac28198658544d151"
 12092          },
 12093          {
 12094            "alg": "SHA3-256",
 12095            "content": "725814afa627d2a3bfe8cd7b7abc32f36e4e13396415d026e52cb30163c5c303"
 12096          },
 12097          {
 12098            "alg": "SHA3-384",
 12099            "content": "86ef65f012627356b79e3b1121db245eea9e725648fb7302067e7714467e021689d87ee9cf4536f2dd6b1128e7978df4"
 12100          },
 12101          {
 12102            "alg": "SHA3-512",
 12103            "content": "0ceaedcbe54ca8b70be394ced4dd0552c641027bf88d4cdd454066ef72d4370251c4c4d95c13d008212e1fb97127d49705a649d62debcb8eae0ac973d1aebb88"
 12104          }
 12105        ],
 12106        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12107        "purl": "pkg:maven/org.apache.directory.server/apacheds-server-annotations@2.0.0-M24?type=jar",
 12108        "externalReferences": [
 12109          {
 12110            "type": "issue-tracker",
 12111            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 12112          },
 12113          {
 12114            "type": "vcs",
 12115            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 12116          },
 12117          {
 12118            "type": "build-system",
 12119            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12120          },
 12121          {
 12122            "type": "mailing-list",
 12123            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12124          },
 12125          {
 12126            "type": "website",
 12127            "url": "https://www.apache.org/"
 12128          },
 12129          {
 12130            "type": "distribution",
 12131            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12132          }
 12133        ]
 12134      },
 12135      {
 12136        "type": "library",
 12137        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-kerberos@2.0.0-M24?type=jar",
 12138        "publisher": "The Apache Software Foundation",
 12139        "group": "org.apache.directory.server",
 12140        "name": "apacheds-protocol-kerberos",
 12141        "version": "2.0.0-M24",
 12142        "description": "The Kerberos Protocol Provider for ApacheDS",
 12143        "hashes": [
 12144          {
 12145            "alg": "MD5",
 12146            "content": "8be71c85e1e40d8baa78d00603e3aa93"
 12147          },
 12148          {
 12149            "alg": "SHA-1",
 12150            "content": "05ab139de4d740b797424ea692738b5f86d32a42"
 12151          },
 12152          {
 12153            "alg": "SHA-256",
 12154            "content": "fbb92bffe6d4260ba1e1d0421b4cdea0096aae9bdd4af34623b14c43582906fb"
 12155          },
 12156          {
 12157            "alg": "SHA-384",
 12158            "content": "28cc98c8ac1d47089895efd1f2911819c0825ec5a59797b094bd34e36035af25f60bdbed1c6b2eab72ceec18ca55d702"
 12159          },
 12160          {
 12161            "alg": "SHA-512",
 12162            "content": "4f81958527cc54a8ed7bf8b61cc26014a56193f0392461e4d6234e9733a046cc21598f263ed5a1bd3d8d37e0178f5848e53e2cce30f545b5a10575a4f58cd0be"
 12163          },
 12164          {
 12165            "alg": "SHA3-256",
 12166            "content": "90780a8e5b03088b1195576414142badb59d28dba46d995b145c3342ddf6dfc4"
 12167          },
 12168          {
 12169            "alg": "SHA3-384",
 12170            "content": "8d428690acc90ef3065854070b1670f8bbb64d58468223c9adb39bc992787730505128849e2a4264822bfe3993638f2b"
 12171          },
 12172          {
 12173            "alg": "SHA3-512",
 12174            "content": "8315efd3b14dab24e01bd39d0ee760caf4d4b5eeeac94ee43f1903481d51e6b8dc94fcefce7930aa16718fce4b703791feaf4466f7c108802ab9d00d6e8c6d63"
 12175          }
 12176        ],
 12177        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12178        "purl": "pkg:maven/org.apache.directory.server/apacheds-protocol-kerberos@2.0.0-M24?type=jar",
 12179        "externalReferences": [
 12180          {
 12181            "type": "issue-tracker",
 12182            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 12183          },
 12184          {
 12185            "type": "vcs",
 12186            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 12187          },
 12188          {
 12189            "type": "build-system",
 12190            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12191          },
 12192          {
 12193            "type": "mailing-list",
 12194            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12195          },
 12196          {
 12197            "type": "website",
 12198            "url": "https://www.apache.org/"
 12199          },
 12200          {
 12201            "type": "distribution",
 12202            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12203          }
 12204        ]
 12205      },
 12206      {
 12207        "type": "library",
 12208        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-ldap@2.0.0-M24?type=jar",
 12209        "publisher": "The Apache Software Foundation",
 12210        "group": "org.apache.directory.server",
 12211        "name": "apacheds-protocol-ldap",
 12212        "version": "2.0.0-M24",
 12213        "description": "The LDAPv3 protocol provider for ApacheDS",
 12214        "hashes": [
 12215          {
 12216            "alg": "MD5",
 12217            "content": "93c220d4be5a5343e9b493b0244553eb"
 12218          },
 12219          {
 12220            "alg": "SHA-1",
 12221            "content": "43d5437c1928d66518e989bba6c8287f25a31bcc"
 12222          },
 12223          {
 12224            "alg": "SHA-256",
 12225            "content": "af8442cdaf3419fa6a8e77f6eb8ec692024c5fda7d9ba1ee57bf1ddb5784a6ec"
 12226          },
 12227          {
 12228            "alg": "SHA-384",
 12229            "content": "e34c982cdb11987ce803617ba5c0bf3e26c9adc723ae18101b7e29b921599be73841f032d0f79c19ba77582e14f41638"
 12230          },
 12231          {
 12232            "alg": "SHA-512",
 12233            "content": "0f2217015cfcd0d2c69fd258b05454991eed23420bd2f45bc2e17f970d80061a7f33c5d09b9e12391fcaa195b0f6ce503b850ce97260e11faf73605a639ee6c8"
 12234          },
 12235          {
 12236            "alg": "SHA3-256",
 12237            "content": "452255db782626773e9ea4764fd710d55ab79576e181b93b92015c8002cb5440"
 12238          },
 12239          {
 12240            "alg": "SHA3-384",
 12241            "content": "8f988db21f0a65ee5a76d243ec28883640b7486ca38f18191a234ddc23a40438670b5ea42fda33e45aa112065d63f3f9"
 12242          },
 12243          {
 12244            "alg": "SHA3-512",
 12245            "content": "9191c1226e8512e0fd3dd5e843bd7e8bfe0cfc5350c7651734123159b1b24ce4538cd078617e5fcb253cb7b85d2b33174cfcf3f8a032f84c1f122a7f243745e7"
 12246          }
 12247        ],
 12248        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12249        "purl": "pkg:maven/org.apache.directory.server/apacheds-protocol-ldap@2.0.0-M24?type=jar",
 12250        "externalReferences": [
 12251          {
 12252            "type": "issue-tracker",
 12253            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 12254          },
 12255          {
 12256            "type": "vcs",
 12257            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 12258          },
 12259          {
 12260            "type": "build-system",
 12261            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12262          },
 12263          {
 12264            "type": "mailing-list",
 12265            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12266          },
 12267          {
 12268            "type": "website",
 12269            "url": "https://www.apache.org/"
 12270          },
 12271          {
 12272            "type": "distribution",
 12273            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12274          }
 12275        ]
 12276      },
 12277      {
 12278        "type": "library",
 12279        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-sp@1.0.0?type=jar",
 12280        "publisher": "The Apache Software Foundation",
 12281        "group": "org.apache.directory.api",
 12282        "name": "api-ldap-extras-sp",
 12283        "version": "1.0.0",
 12284        "description": "Extras LDAP API stored procedure packages used by clients and servers",
 12285        "hashes": [
 12286          {
 12287            "alg": "MD5",
 12288            "content": "3de4b9e4dadf0e080aa66db12145fc4b"
 12289          },
 12290          {
 12291            "alg": "SHA-1",
 12292            "content": "8bce99239bdc3a884e37667262995959925a7afc"
 12293          },
 12294          {
 12295            "alg": "SHA-256",
 12296            "content": "5d22d4a3603370a18f37fcb54f2ddc1601cbe69fc4bdbac869528ab55fbce78d"
 12297          },
 12298          {
 12299            "alg": "SHA-384",
 12300            "content": "a7980ad3a373191a18d3054484ac67e7ca493096cdd7b423c9c12d55e990607aca70695d2be624c86c1722cef5e6d827"
 12301          },
 12302          {
 12303            "alg": "SHA-512",
 12304            "content": "d4e0e995bc0e7adf652a4f7c92ee8171876e07d691e6b0fca84616078b130c1cd2bcee771a02b89c3248b9f79cb1da786f30369e973ecd5bd23b67bc7c512a53"
 12305          },
 12306          {
 12307            "alg": "SHA3-256",
 12308            "content": "b13d4326e7e91543560d3bf99591d9d75648af8437790b8252ed3dae75ae0892"
 12309          },
 12310          {
 12311            "alg": "SHA3-384",
 12312            "content": "b5a9bfa45b805e78ded620e813d32666e27ffbc8fd689c7bf7b32802943093fbee1db3518e09ab2300ccfa9dbd40f9db"
 12313          },
 12314          {
 12315            "alg": "SHA3-512",
 12316            "content": "c260d2cf3508b2d71753f75962d63d3629c0117573f5c53324ada1002cc297eb72c7a849895b4acca69ec981be518c2e768904c33fed004829ab42cbc999cf3f"
 12317          }
 12318        ],
 12319        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12320        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-sp@1.0.0?type=jar",
 12321        "externalReferences": [
 12322          {
 12323            "type": "issue-tracker",
 12324            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12325          },
 12326          {
 12327            "type": "vcs",
 12328            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12329          },
 12330          {
 12331            "type": "build-system",
 12332            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12333          },
 12334          {
 12335            "type": "mailing-list",
 12336            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12337          },
 12338          {
 12339            "type": "website",
 12340            "url": "https://www.apache.org/"
 12341          },
 12342          {
 12343            "type": "distribution",
 12344            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12345          }
 12346        ]
 12347      },
 12348      {
 12349        "type": "library",
 12350        "bom-ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-shared@2.0.0-M24?type=jar",
 12351        "publisher": "The Apache Software Foundation",
 12352        "group": "org.apache.directory.server",
 12353        "name": "apacheds-protocol-shared",
 12354        "version": "2.0.0-M24",
 12355        "description": "Shared library that is used by all protocol providers in ApacheDS",
 12356        "hashes": [
 12357          {
 12358            "alg": "MD5",
 12359            "content": "ddd35fb4ad3de872eb4fe6cecb551b52"
 12360          },
 12361          {
 12362            "alg": "SHA-1",
 12363            "content": "d7e2cb9df05fb0833442a8228275c47eddf0f415"
 12364          },
 12365          {
 12366            "alg": "SHA-256",
 12367            "content": "f7df93695130880f5aa068a2573da268f98c232702d4c265692a5bb4220b33dd"
 12368          },
 12369          {
 12370            "alg": "SHA-384",
 12371            "content": "5cfe67d36a6e2d80bb8fdb81651f40af2899a679c7aca2341a363bbc99bc4588a6a40a85052a19ecb65f1d1f46a1a58e"
 12372          },
 12373          {
 12374            "alg": "SHA-512",
 12375            "content": "6171b3fe38c72c0f92b2f94cac56cb078ebaf5cc99ea925f93d03424e083455d431ce9b9a14bd558c19763ae03948a9b3732ea7d12c7d3cee0968cf3940386d3"
 12376          },
 12377          {
 12378            "alg": "SHA3-256",
 12379            "content": "f28494c32034f40b08cd0f2938829674c2b1de5cb4451688e7bca5482f53f325"
 12380          },
 12381          {
 12382            "alg": "SHA3-384",
 12383            "content": "50c5c96975c4592f6b6be21c7d3f4cc21547cb181bf33192a1682e6cba31a3ec706f17fca9701d8a746c34b4bc843ea2"
 12384          },
 12385          {
 12386            "alg": "SHA3-512",
 12387            "content": "0c8a70cc5f5bc768dfca52274d9173fd5a129ac2c9ab34116db34556d54631b5dc590919bbf930edc596e6496631e492d569573f6800d623bc670af4581f54e8"
 12388          }
 12389        ],
 12390        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12391        "purl": "pkg:maven/org.apache.directory.server/apacheds-protocol-shared@2.0.0-M24?type=jar",
 12392        "externalReferences": [
 12393          {
 12394            "type": "issue-tracker",
 12395            "url": "http://issues.apache.org/jira/browse/DIRSERVER"
 12396          },
 12397          {
 12398            "type": "vcs",
 12399            "url": "http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M24"
 12400          },
 12401          {
 12402            "type": "build-system",
 12403            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12404          },
 12405          {
 12406            "type": "mailing-list",
 12407            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12408          },
 12409          {
 12410            "type": "website",
 12411            "url": "https://www.apache.org/"
 12412          },
 12413          {
 12414            "type": "distribution",
 12415            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12416          }
 12417        ]
 12418      },
 12419      {
 12420        "type": "library",
 12421        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-codec-core@1.0.0?type=jar",
 12422        "publisher": "The Apache Software Foundation",
 12423        "group": "org.apache.directory.api",
 12424        "name": "api-ldap-codec-core",
 12425        "version": "1.0.0",
 12426        "description": "LDAP Codec used by clients and servers",
 12427        "hashes": [
 12428          {
 12429            "alg": "MD5",
 12430            "content": "de773d8e8a678873ed7839b2c53c4da8"
 12431          },
 12432          {
 12433            "alg": "SHA-1",
 12434            "content": "77c168f83293bad4fdfea5ae97e6edb107ed7bec"
 12435          },
 12436          {
 12437            "alg": "SHA-256",
 12438            "content": "912483d525a977692ca3cc2bc8bdc7cb60d6f3c265fafa32ebb2f666a85e6ffa"
 12439          },
 12440          {
 12441            "alg": "SHA-384",
 12442            "content": "555e72f7a343e8d56a58087d6a8c359e818b7a04d450f731d379600e54e70c446b044c68ca33b09dabb49704397b1bab"
 12443          },
 12444          {
 12445            "alg": "SHA-512",
 12446            "content": "c6f0bb75e03696235dffe177549bccfb9f0384f918ae1c5b0fe3f363f5d7e6d986f69d6c71105d44af8de585d4188fa59939a4a0ae3187fc9b768a75df804c9e"
 12447          },
 12448          {
 12449            "alg": "SHA3-256",
 12450            "content": "ec494019e6900b7b60f67071a028acb13efc62917083b5c6faaf2902cf82428b"
 12451          },
 12452          {
 12453            "alg": "SHA3-384",
 12454            "content": "8832e6f0d61a7da09b7c5daf4e8fb81718db1cd18dd5bf358b968937e8f3e53c0e43efd3da3929b4c37500258cf8a5db"
 12455          },
 12456          {
 12457            "alg": "SHA3-512",
 12458            "content": "52cf13162119cb70ee3f70c95918176b09790c8a313a7c8aafd905bd7a301f0d7354b02f89b31ccf340bf9156974eb7ceccc92742c6fc3ad747caf809e669cc1"
 12459          }
 12460        ],
 12461        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12462        "purl": "pkg:maven/org.apache.directory.api/api-ldap-codec-core@1.0.0?type=jar",
 12463        "externalReferences": [
 12464          {
 12465            "type": "issue-tracker",
 12466            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12467          },
 12468          {
 12469            "type": "vcs",
 12470            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12471          },
 12472          {
 12473            "type": "build-system",
 12474            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12475          },
 12476          {
 12477            "type": "mailing-list",
 12478            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12479          },
 12480          {
 12481            "type": "website",
 12482            "url": "https://www.apache.org/"
 12483          },
 12484          {
 12485            "type": "distribution",
 12486            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12487          }
 12488        ]
 12489      },
 12490      {
 12491        "type": "library",
 12492        "bom-ref": "pkg:maven/org.apache.mina/mina-core@2.0.16?type=jar",
 12493        "publisher": "Apache MINA Project",
 12494        "group": "org.apache.mina",
 12495        "name": "mina-core",
 12496        "version": "2.0.16",
 12497        "description": "Apache MINA is a network application framework which helps users develop high performance and highly scalable network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.",
 12498        "hashes": [
 12499          {
 12500            "alg": "MD5",
 12501            "content": "fd86528fa9d9ba8fb8c37e3ac28fa45f"
 12502          },
 12503          {
 12504            "alg": "SHA-1",
 12505            "content": "f720f17643eaa7b0fec07c1d7f6272972c02bba4"
 12506          },
 12507          {
 12508            "alg": "SHA-256",
 12509            "content": "5d864fb422b9f7f6f8038e713daeb0782d6af7263fb5a339a8b5d61b5d3b692d"
 12510          },
 12511          {
 12512            "alg": "SHA-384",
 12513            "content": "d8f3202757911bce293b4f3c58e66ef803c54da40323d5e3161b843b33a76978dd41258d682bafb09ad0f427f8d54393"
 12514          },
 12515          {
 12516            "alg": "SHA-512",
 12517            "content": "aff3ec5ff5f9cdb2bb0b5c137a9ffab7a54fdc5cd7745b14f3063122c2f6d47e702e3932bf5b0ef688cd88b573d99030e48fba0fcdff4c141ddc2679d108e9a8"
 12518          },
 12519          {
 12520            "alg": "SHA3-256",
 12521            "content": "66914a1eea18a5719b08ac7cbcf34f615ae1878c25dd2dbbb82b033db0da898f"
 12522          },
 12523          {
 12524            "alg": "SHA3-384",
 12525            "content": "ae55252bb4eef2a6b0877ce32086e64d63fd0abdfb9e046eb70316b7be9bb36cee0e00a14d3142a246fab529e886aa69"
 12526          },
 12527          {
 12528            "alg": "SHA3-512",
 12529            "content": "bde99a3d463ddeaa5fdc2ad7517c0c95e92cf0e9cb73fc1b34b308149d178aea2fc0768776f472598072b3da9d5ac0c385ea49cd6d5473f59ac4b949c7a15e25"
 12530          }
 12531        ],
 12532        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12533        "purl": "pkg:maven/org.apache.mina/mina-core@2.0.16?type=jar",
 12534        "externalReferences": [
 12535          {
 12536            "type": "website",
 12537            "url": "http://mina.apache.org/"
 12538          },
 12539          {
 12540            "type": "issue-tracker",
 12541            "url": "http://issues.apache.org/jira/browse/DIRMINA"
 12542          },
 12543          {
 12544            "type": "vcs",
 12545            "url": "https://github.com/apache/mina/tree/2.0"
 12546          },
 12547          {
 12548            "type": "distribution",
 12549            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12550          },
 12551          {
 12552            "type": "mailing-list",
 12553            "url": "http://mail-archives.apache.org/mod_mbox/www-announce/"
 12554          }
 12555        ]
 12556      },
 12557      {
 12558        "type": "library",
 12559        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-codec-standalone@1.0.0?type=jar",
 12560        "publisher": "The Apache Software Foundation",
 12561        "group": "org.apache.directory.api",
 12562        "name": "api-ldap-codec-standalone",
 12563        "version": "1.0.0",
 12564        "description": "This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.",
 12565        "hashes": [
 12566          {
 12567            "alg": "MD5",
 12568            "content": "0504c83357dfe975dbfe0659c34d7178"
 12569          },
 12570          {
 12571            "alg": "SHA-1",
 12572            "content": "15ae054275dac69080599db8c1d69f742d9fa772"
 12573          },
 12574          {
 12575            "alg": "SHA-256",
 12576            "content": "29577b00aa94e59b1bfaa7a6b365e912c94b8035f163ed7d2f879707080fbe02"
 12577          },
 12578          {
 12579            "alg": "SHA-384",
 12580            "content": "83f4b2fee11ba34d40c483311d7f1a76f905ba104c31deabafd69143e095b3744966edf95ca66bd305a571febbc6b199"
 12581          },
 12582          {
 12583            "alg": "SHA-512",
 12584            "content": "e3370abed6cbca4f95ba562c1ea69efe31594924a6701061aa4ad9bffca1741e13f92005cb37271df3a90f0fb96e1a267fffa202faec4461417d1c091086f646"
 12585          },
 12586          {
 12587            "alg": "SHA3-256",
 12588            "content": "c6a946c108b8eeb14bcad30be6b5f66807505586c5567173f706d13b687db9d6"
 12589          },
 12590          {
 12591            "alg": "SHA3-384",
 12592            "content": "9f28e03f3a8c4aa2a2eef676fa16fa0ec33351839a6880fa19fe3b052e459822b5c6a9deebf36f0eaa20ab40ec4ea6e9"
 12593          },
 12594          {
 12595            "alg": "SHA3-512",
 12596            "content": "4abc56ca5e7a782da1e92a4d79950887cd92598dbcc4c1dbd3eff2601b2fda2c837dff52045ef989464849e55af8f7097d82bd43c3f3131c5313bb6d7a1c1151"
 12597          }
 12598        ],
 12599        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12600        "purl": "pkg:maven/org.apache.directory.api/api-ldap-codec-standalone@1.0.0?type=jar",
 12601        "externalReferences": [
 12602          {
 12603            "type": "issue-tracker",
 12604            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12605          },
 12606          {
 12607            "type": "vcs",
 12608            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12609          },
 12610          {
 12611            "type": "build-system",
 12612            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12613          },
 12614          {
 12615            "type": "mailing-list",
 12616            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12617          },
 12618          {
 12619            "type": "website",
 12620            "url": "https://www.apache.org/"
 12621          },
 12622          {
 12623            "type": "distribution",
 12624            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12625          }
 12626        ]
 12627      },
 12628      {
 12629        "type": "library",
 12630        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-net-mina@1.0.0?type=jar",
 12631        "publisher": "The Apache Software Foundation",
 12632        "group": "org.apache.directory.api",
 12633        "name": "api-ldap-net-mina",
 12634        "version": "1.0.0",
 12635        "description": "LDAP ProtocolCodecFactory implementation based on MINA",
 12636        "hashes": [
 12637          {
 12638            "alg": "MD5",
 12639            "content": "fa7a2320e65417e580ee7451cdb34b76"
 12640          },
 12641          {
 12642            "alg": "SHA-1",
 12643            "content": "e14540c5629c265999c7b446f3e6eebc5357e0c4"
 12644          },
 12645          {
 12646            "alg": "SHA-256",
 12647            "content": "65ca32a65efd8801625b7bc9c6ec7312e61153127884ce381aa5eccd9a8a15dd"
 12648          },
 12649          {
 12650            "alg": "SHA-384",
 12651            "content": "b48b9ef35fcb8afcf2e4d5cfd785ba2497c3affc3de544c0a5a33b1c258f9e35f9ebd8fdba1a25eb46627c38049ffb0a"
 12652          },
 12653          {
 12654            "alg": "SHA-512",
 12655            "content": "665cd3fa8ad4d4f62691be081d2780b610434fd96bd731c6198a55a0b79d55941a5e3caf5b4370d944622866daa93216a015460641b413c9c4977af09cbc6d40"
 12656          },
 12657          {
 12658            "alg": "SHA3-256",
 12659            "content": "b3e75669149576e138e63205dfe2aa06da6281e7d45c9a566b459b25a525167b"
 12660          },
 12661          {
 12662            "alg": "SHA3-384",
 12663            "content": "229b6f805ec3d92de49ad263dd37d7db5bdeb8dd367c63a80beb7c28e08f0339e2245aa046a811f7bc0fce388d8db60a"
 12664          },
 12665          {
 12666            "alg": "SHA3-512",
 12667            "content": "bee868741224df0803261961cce6d0ec0ec351d2e7305828f76093aa2824d65a97243de6514a59a6398c8c203ba31b0d1e003dda32930ab15d387bd5cd2e59a9"
 12668          }
 12669        ],
 12670        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12671        "purl": "pkg:maven/org.apache.directory.api/api-ldap-net-mina@1.0.0?type=jar",
 12672        "externalReferences": [
 12673          {
 12674            "type": "issue-tracker",
 12675            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12676          },
 12677          {
 12678            "type": "vcs",
 12679            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12680          },
 12681          {
 12682            "type": "build-system",
 12683            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12684          },
 12685          {
 12686            "type": "mailing-list",
 12687            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12688          },
 12689          {
 12690            "type": "website",
 12691            "url": "https://www.apache.org/"
 12692          },
 12693          {
 12694            "type": "distribution",
 12695            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12696          }
 12697        ]
 12698      },
 12699      {
 12700        "type": "library",
 12701        "bom-ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec@1.0.0?type=jar",
 12702        "publisher": "The Apache Software Foundation",
 12703        "group": "org.apache.directory.api",
 12704        "name": "api-ldap-extras-codec",
 12705        "version": "1.0.0",
 12706        "description": "Extra LDAP controls and extended operation extentions for the Codec used by clients and servers. These controls and extended operations are not standard issue. Some are very ApacheDS specific. Some may be from obscure RFC draft specifications. Both ApacheDS and Studio will use these controls as well as clients if the codec loads these extensions.",
 12707        "hashes": [
 12708          {
 12709            "alg": "MD5",
 12710            "content": "29472607d60435bd818c731654a7aec3"
 12711          },
 12712          {
 12713            "alg": "SHA-1",
 12714            "content": "064ba27fb732c5f3ce823e27979c751b1608fce2"
 12715          },
 12716          {
 12717            "alg": "SHA-256",
 12718            "content": "34e9f3a9ace6c33db8ebefddc1b085675708a111a7e191e748e88492ee9fb46b"
 12719          },
 12720          {
 12721            "alg": "SHA-384",
 12722            "content": "a8f3f284394de03d0037115e06c608bb58ddf00542f421da5a194bf575e7abc7b8a8b31aaf3f0dc52578adcbc2347754"
 12723          },
 12724          {
 12725            "alg": "SHA-512",
 12726            "content": "6132fd1fee92f7c182f770bb831d2e1d2fd89d3c4c30f2ca82d28f87a900cf5882b4a253bb954b314f8cd5f9d04d5f1b64eecfb46e8cbd6a8a04e8258a83ca7a"
 12727          },
 12728          {
 12729            "alg": "SHA3-256",
 12730            "content": "5acfe45e6315c4c2c2895d658de4b2eb0e952dd5221b98325a724baae6ba5d42"
 12731          },
 12732          {
 12733            "alg": "SHA3-384",
 12734            "content": "5e18b08bda98eff3074a79cbcc4e33d843b5f565eee1f9d183b7adfed3eebdeb749a6b04bb4c9a50e8b80b24e44581f3"
 12735          },
 12736          {
 12737            "alg": "SHA3-512",
 12738            "content": "1992bbc2a8067348eabe1cfe8d9d4c4f0768c367f0315a77b7f86a702523b2976c6de2bb42a4f439a04b3e1a5179b6cc3f9601d8336f457286ee3cf997a92b95"
 12739          }
 12740        ],
 12741        "licenses": [{"license": {"id": "Apache-2.0"}}],
 12742        "purl": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec@1.0.0?type=jar",
 12743        "externalReferences": [
 12744          {
 12745            "type": "issue-tracker",
 12746            "url": "http://issues.apache.org/jira/browse/DIRAPI"
 12747          },
 12748          {
 12749            "type": "vcs",
 12750            "url": "http://svn.apache.org/viewvc/directory/shared/tags/1.0.0"
 12751          },
 12752          {
 12753            "type": "build-system",
 12754            "url": "https://builds.apache.org/view/A-D/view/Directory/"
 12755          },
 12756          {
 12757            "type": "mailing-list",
 12758            "url": "http://mail-archives.apache.org/mod_mbox/directory-alliance"
 12759          },
 12760          {
 12761            "type": "website",
 12762            "url": "https://www.apache.org/"
 12763          },
 12764          {
 12765            "type": "distribution",
 12766            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 12767          }
 12768        ]
 12769      },
 12770      {
 12771        "type": "library",
 12772        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-domain-management@11.1.1.Final?type=jar",
 12773        "publisher": "JBoss by Red Hat",
 12774        "group": "org.wildfly.core",
 12775        "name": "wildfly-domain-management",
 12776        "version": "11.1.1.Final",
 12777        "description": "WildFly: Core Parent Aggregator",
 12778        "hashes": [
 12779          {
 12780            "alg": "MD5",
 12781            "content": "615f3b4e30d96705545dd0ca0f83192e"
 12782          },
 12783          {
 12784            "alg": "SHA-1",
 12785            "content": "65bde1979995465e0caf595b0cdf91e0050a5fbe"
 12786          },
 12787          {
 12788            "alg": "SHA-256",
 12789            "content": "c80f925e87783ff9cf429214c4fffd6e3ee3b6b679faefdac2e5b2af22e6dd72"
 12790          },
 12791          {
 12792            "alg": "SHA-384",
 12793            "content": "c3d30db4cafe64226bbc24e72efb9881ef77a9fd2c032e8862ef65f1c2681b84c6e04027cc950dfe8e545b842b567cec"
 12794          },
 12795          {
 12796            "alg": "SHA-512",
 12797            "content": "0d51663e52bb3922696fa4e080c30ce1ce95622718403d10dd906a4d904fc97c3c23a1f2b929f06e28895685787df0478f1fe14c2e75d7ff2919e2dcdb10ed59"
 12798          },
 12799          {
 12800            "alg": "SHA3-256",
 12801            "content": "e5817c0a5afb45cffe3675cf6e2690382b5a7fe1e64cf2e6bec53aab68608085"
 12802          },
 12803          {
 12804            "alg": "SHA3-384",
 12805            "content": "ebc2bffbe5f0bcaf7f39795a55bc84d55f753e34c3344800c0f80c680582889d93ce4236cc8fae3255442e6b58d17e91"
 12806          },
 12807          {
 12808            "alg": "SHA3-512",
 12809            "content": "92284105a6091b80109d70e140309f7f3a9b49b6cd1c02dc103ee4e692588f80f16c7ee2556a824c23422ebd512612aa065ff5c50af92f396bcd170b1a38b502"
 12810          }
 12811        ],
 12812        "licenses": [
 12813          {"license": {
 12814            "id": "LGPL-2.1-or-later",
 12815            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 12816          }},
 12817          {"license": {
 12818            "id": "Apache-2.0",
 12819            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 12820          }}
 12821        ],
 12822        "purl": "pkg:maven/org.wildfly.core/wildfly-domain-management@11.1.1.Final?type=jar",
 12823        "externalReferences": [
 12824          {
 12825            "type": "website",
 12826            "url": "http://www.jboss.org"
 12827          },
 12828          {
 12829            "type": "issue-tracker",
 12830            "url": "https://issues.jboss.org/"
 12831          },
 12832          {
 12833            "type": "mailing-list",
 12834            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 12835          },
 12836          {
 12837            "type": "vcs",
 12838            "url": "http://github.com/jboss/jboss-parent-pom"
 12839          }
 12840        ]
 12841      },
 12842      {
 12843        "type": "library",
 12844        "bom-ref": "pkg:maven/org.jboss.msc/jboss-msc@1.4.11.Final?type=jar",
 12845        "publisher": "JBoss by Red Hat",
 12846        "group": "org.jboss.msc",
 12847        "name": "jboss-msc",
 12848        "version": "1.4.11.Final",
 12849        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 12850        "hashes": [
 12851          {
 12852            "alg": "MD5",
 12853            "content": "f13a032d04fc629a4d79dcb6e6fc0dd8"
 12854          },
 12855          {
 12856            "alg": "SHA-1",
 12857            "content": "91b77c2b8377f5eb0f4be4b6b05b324e065c45f2"
 12858          },
 12859          {
 12860            "alg": "SHA-256",
 12861            "content": "82815bfed9d437f93aa446ea73427827e5323ce224dff90b606bc7e14eb944c1"
 12862          },
 12863          {
 12864            "alg": "SHA-384",
 12865            "content": "33628fc79078f8354d454bbc833bb9e4af1109618c5a6580bc1a31e03322826c39a7de5505e16543478135414c77aef2"
 12866          },
 12867          {
 12868            "alg": "SHA-512",
 12869            "content": "e3438b44e15c608d3cd7636f23ced99d33f91f5b3837c30112811737aeac79f3f2ea9d52b6706422a9169abf5f8e5dd2d1847f80ed68d69f2db74c5927e8fdbd"
 12870          },
 12871          {
 12872            "alg": "SHA3-256",
 12873            "content": "3b202cf526ff5f01e21e842272a42e6482d38343e9a1913413f9fc2ea51ea8dd"
 12874          },
 12875          {
 12876            "alg": "SHA3-384",
 12877            "content": "0041a04a1e05018f352e25c29d3056fa54f3410eaa9674e692043f25aa1c1a3a5953babf28511aff1c50ef0514cb9135"
 12878          },
 12879          {
 12880            "alg": "SHA3-512",
 12881            "content": "363cc3dc5578e7bed636e6ab60f19f23133d644e99e56e36049c504c79556498565dcd6b67860099602e4d30b9bef88f9f90c34bf2687258c6845a0d71236b20"
 12882          }
 12883        ],
 12884        "licenses": [{"license": {
 12885          "id": "LGPL-2.1",
 12886          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 12887        }}],
 12888        "purl": "pkg:maven/org.jboss.msc/jboss-msc@1.4.11.Final?type=jar",
 12889        "externalReferences": [
 12890          {
 12891            "type": "website",
 12892            "url": "http://www.jboss.org"
 12893          },
 12894          {
 12895            "type": "issue-tracker",
 12896            "url": "https://issues.jboss.org/"
 12897          },
 12898          {
 12899            "type": "mailing-list",
 12900            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 12901          },
 12902          {
 12903            "type": "vcs",
 12904            "url": "http://github.com/jboss/jboss-parent-pom"
 12905          }
 12906        ]
 12907      },
 12908      {
 12909        "type": "library",
 12910        "bom-ref": "pkg:maven/org.jboss.threads/jboss-threads@2.3.2.Final?type=jar",
 12911        "publisher": "JBoss by Red Hat",
 12912        "group": "org.jboss.threads",
 12913        "name": "jboss-threads",
 12914        "version": "2.3.2.Final",
 12915        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 12916        "hashes": [
 12917          {
 12918            "alg": "MD5",
 12919            "content": "fde56cbf672e640a0b70c3c1869006ec"
 12920          },
 12921          {
 12922            "alg": "SHA-1",
 12923            "content": "72123d97ace01dd48e7d096ed1908b0d70c2a7d5"
 12924          },
 12925          {
 12926            "alg": "SHA-256",
 12927            "content": "94bcb8221092315875c2d715e12b0a549aa03024bf3954ea2dd313fabe68d97c"
 12928          },
 12929          {
 12930            "alg": "SHA-384",
 12931            "content": "effb5867dd487a0bc717a0d515c07009ef1ac9939e6126e5c4f82b0de80bf9632b5ed04d257c63ca61faaeca401071f8"
 12932          },
 12933          {
 12934            "alg": "SHA-512",
 12935            "content": "0cab83da3bedc83ca912ad88297941a88aa7c1db168b1436fe18af88833e9d67c66a0c8d1273cae43bf7aa887795bb65738a1cb986645358037ec998c4d7678c"
 12936          },
 12937          {
 12938            "alg": "SHA3-256",
 12939            "content": "b3f03057f394d69e7841f131a8137fba2404876ccfefdb909907470af049c0d4"
 12940          },
 12941          {
 12942            "alg": "SHA3-384",
 12943            "content": "f335169e4dc161d2e74d8c2486bfefd66b1851c72e45eee317ab0f2938cb05381e352693d8d112007450cfe153000d63"
 12944          },
 12945          {
 12946            "alg": "SHA3-512",
 12947            "content": "f30e10db5fdffd15218a1cc64af7c4a406d61834e0992a84edce34b14657c481545229300f3061e954aef003fbbcd268b77bc5d0ac55705f8329c2d0600ebc0c"
 12948          }
 12949        ],
 12950        "licenses": [{"license": {
 12951          "id": "Apache-2.0",
 12952          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 12953        }}],
 12954        "purl": "pkg:maven/org.jboss.threads/jboss-threads@2.3.2.Final?type=jar",
 12955        "externalReferences": [
 12956          {
 12957            "type": "issue-tracker",
 12958            "url": "https://issues.jboss.org/browse/JBTHR"
 12959          },
 12960          {
 12961            "type": "website",
 12962            "url": "http://www.jboss.org"
 12963          },
 12964          {
 12965            "type": "mailing-list",
 12966            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 12967          },
 12968          {
 12969            "type": "vcs",
 12970            "url": "http://github.com/jboss/jboss-parent-pom"
 12971          }
 12972        ]
 12973      },
 12974      {
 12975        "type": "library",
 12976        "bom-ref": "pkg:maven/org.picketbox/picketbox@5.0.3.Final?type=jar",
 12977        "publisher": "JBoss, a division of Red Hat, Inc.",
 12978        "group": "org.picketbox",
 12979        "name": "picketbox",
 12980        "version": "5.0.3.Final",
 12981        "description": "PicketBox is a security framework for Java Applications",
 12982        "hashes": [
 12983          {
 12984            "alg": "MD5",
 12985            "content": "405194ae441207e39f3b67381da01eb2"
 12986          },
 12987          {
 12988            "alg": "SHA-1",
 12989            "content": "98058b733f75928441c8ed808a7c3845ffa1f019"
 12990          },
 12991          {
 12992            "alg": "SHA-256",
 12993            "content": "bb5df0cedaed9b8e8eadabf271cc751bf02cd59b44f7c897010b1137374f122a"
 12994          },
 12995          {
 12996            "alg": "SHA-384",
 12997            "content": "0a439e039a18b2c6f8fb3541b291bd59233f6b442607353aee55b48c7fb31c1aea24725490314058b1ec5cf03ea422b4"
 12998          },
 12999          {
 13000            "alg": "SHA-512",
 13001            "content": "09c511a2a9de89b3c83c59efae94c9f837383d7b5dac492984d5da2469b85ece52e07cb1cd0648178fccc97ae9fb50463ee986e6948491dfe2d71bb66802e4c4"
 13002          },
 13003          {
 13004            "alg": "SHA3-256",
 13005            "content": "8d38d0ec245770c83d207ca84fba45db006355da174c74d2bce158bdd3561423"
 13006          },
 13007          {
 13008            "alg": "SHA3-384",
 13009            "content": "6be84ffdaf83c6acd6b8a42a404276bf9e90a8a67b7a52eea09ea6c593f33483364f0eac9576ea2c36b882b3493bbff7"
 13010          },
 13011          {
 13012            "alg": "SHA3-512",
 13013            "content": "96fa4af7ff049a0c1d44b81eac60e129c67b98de846f094461cf730801cded818b057c8ae4909bcd957ead9d43418e8d65c708ec81d7bf13b46014c5b840ef81"
 13014          }
 13015        ],
 13016        "licenses": [{"license": {
 13017          "name": "lgpl",
 13018          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
 13019        }}],
 13020        "purl": "pkg:maven/org.picketbox/picketbox@5.0.3.Final?type=jar",
 13021        "externalReferences": [
 13022          {
 13023            "type": "website",
 13024            "url": "http://www.jboss.org"
 13025          },
 13026          {
 13027            "type": "issue-tracker",
 13028            "url": "http://jira.jboss.org/"
 13029          },
 13030          {
 13031            "type": "vcs",
 13032            "url": "http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-parent-5"
 13033          }
 13034        ]
 13035      },
 13036      {
 13037        "type": "library",
 13038        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-controller@11.1.1.Final?type=jar",
 13039        "publisher": "JBoss by Red Hat",
 13040        "group": "org.wildfly.core",
 13041        "name": "wildfly-controller",
 13042        "version": "11.1.1.Final",
 13043        "description": "WildFly: Core Parent Aggregator",
 13044        "hashes": [
 13045          {
 13046            "alg": "MD5",
 13047            "content": "62d9bdbf94c3237ec9e66f7a063f38c8"
 13048          },
 13049          {
 13050            "alg": "SHA-1",
 13051            "content": "01ba9b2b381675c0605a5b62cb5f77ce840e2ec7"
 13052          },
 13053          {
 13054            "alg": "SHA-256",
 13055            "content": "b7deb370c5da7aee0febd304c5a7f82d1fa17f89f0b98721324804f497951a36"
 13056          },
 13057          {
 13058            "alg": "SHA-384",
 13059            "content": "33695ebd43a784e4b8362ca3ab66fb97fbbb70145803f462ae661aad09d5e64a8b8b594553d7e939be4a576569479cd1"
 13060          },
 13061          {
 13062            "alg": "SHA-512",
 13063            "content": "4595bbaa67a322c6342355fa0c67bb4c381115614a7babbb7663e8326f2e80d2e399c7b7bc1f5af1516dd89207adaf5358b5345bdc9ab21f3c9a1b89c7985f24"
 13064          },
 13065          {
 13066            "alg": "SHA3-256",
 13067            "content": "5a39cfeeb0457af396bb8fb2a6020c183f3c27727c4bf9c06530b016593e4950"
 13068          },
 13069          {
 13070            "alg": "SHA3-384",
 13071            "content": "c6dc96b192e1f2e3110760444faa4e6cc98f44de7109e87b4bf8ba96dde0f0497c8ddb651a20b50ac92ad59657353547"
 13072          },
 13073          {
 13074            "alg": "SHA3-512",
 13075            "content": "9e1eb71dccc686d2c348f2032a8801106b84b4cc5da28f439c1b0150f6209275347e1ffd754bf4aefdfc6e42e91a0fd0d237409db0c3af22497f2cd06bcf6c3e"
 13076          }
 13077        ],
 13078        "licenses": [
 13079          {"license": {
 13080            "id": "LGPL-2.1-or-later",
 13081            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 13082          }},
 13083          {"license": {
 13084            "id": "Apache-2.0",
 13085            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13086          }}
 13087        ],
 13088        "purl": "pkg:maven/org.wildfly.core/wildfly-controller@11.1.1.Final?type=jar",
 13089        "externalReferences": [
 13090          {
 13091            "type": "website",
 13092            "url": "http://www.jboss.org"
 13093          },
 13094          {
 13095            "type": "issue-tracker",
 13096            "url": "https://issues.jboss.org/"
 13097          },
 13098          {
 13099            "type": "mailing-list",
 13100            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13101          },
 13102          {
 13103            "type": "vcs",
 13104            "url": "http://github.com/jboss/jboss-parent-pom"
 13105          }
 13106        ]
 13107      },
 13108      {
 13109        "type": "library",
 13110        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-controller-client@11.1.1.Final?type=jar",
 13111        "publisher": "JBoss by Red Hat",
 13112        "group": "org.wildfly.core",
 13113        "name": "wildfly-controller-client",
 13114        "version": "11.1.1.Final",
 13115        "description": "WildFly: Core Parent Aggregator",
 13116        "hashes": [
 13117          {
 13118            "alg": "MD5",
 13119            "content": "9f1b826f2168a9eb6e7271900a726421"
 13120          },
 13121          {
 13122            "alg": "SHA-1",
 13123            "content": "6c539fd411b3044d291fa934202cae1079d71f58"
 13124          },
 13125          {
 13126            "alg": "SHA-256",
 13127            "content": "b3805d79e780bc9586bce4d4df04c5592e62a11b088f57a522a8896bed318d05"
 13128          },
 13129          {
 13130            "alg": "SHA-384",
 13131            "content": "021d5bce616c3faf5ce848884e79ac354b18f6e0108f3f394213b5d8e61339d204c29d9a23edbf408465e53200510094"
 13132          },
 13133          {
 13134            "alg": "SHA-512",
 13135            "content": "baf33281caddef1dda53d69356eada61faffa4ff5176f7493462aeeae8eaf174c2aeff55fe117c272115bba2d2e4355fc8ee8447ebbc581ad38cf8874bd891e8"
 13136          },
 13137          {
 13138            "alg": "SHA3-256",
 13139            "content": "61a4f49c77d646451e80acbcb696863a1583b888753d275576355c45282ce404"
 13140          },
 13141          {
 13142            "alg": "SHA3-384",
 13143            "content": "19a95daf6bac6e4374db60342371612fde91d375a1c374aff2380c3d5c97bd223e7a4b4af228ea25f6bb8d12e8edd3e4"
 13144          },
 13145          {
 13146            "alg": "SHA3-512",
 13147            "content": "751c112fb7331a0dced2bee6101ec16d779481329115abe530973145a07178938ad94f3b074cc5c61733bf273037d8f133dd9002527be5fb66b66225d5107c85"
 13148          }
 13149        ],
 13150        "licenses": [
 13151          {"license": {
 13152            "id": "LGPL-2.1-or-later",
 13153            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 13154          }},
 13155          {"license": {
 13156            "id": "Apache-2.0",
 13157            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13158          }}
 13159        ],
 13160        "purl": "pkg:maven/org.wildfly.core/wildfly-controller-client@11.1.1.Final?type=jar",
 13161        "externalReferences": [
 13162          {
 13163            "type": "website",
 13164            "url": "http://www.jboss.org"
 13165          },
 13166          {
 13167            "type": "issue-tracker",
 13168            "url": "https://issues.jboss.org/"
 13169          },
 13170          {
 13171            "type": "mailing-list",
 13172            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13173          },
 13174          {
 13175            "type": "vcs",
 13176            "url": "http://github.com/jboss/jboss-parent-pom"
 13177          }
 13178        ]
 13179      },
 13180      {
 13181        "type": "library",
 13182        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-protocol@11.1.1.Final?type=jar",
 13183        "publisher": "JBoss by Red Hat",
 13184        "group": "org.wildfly.core",
 13185        "name": "wildfly-protocol",
 13186        "version": "11.1.1.Final",
 13187        "description": "WildFly: Core Parent Aggregator",
 13188        "hashes": [
 13189          {
 13190            "alg": "MD5",
 13191            "content": "efbd47151b7ede33c34ac289e7b0e08d"
 13192          },
 13193          {
 13194            "alg": "SHA-1",
 13195            "content": "fce57ad7385a39ca0f5fb423dbf82a489cb73cac"
 13196          },
 13197          {
 13198            "alg": "SHA-256",
 13199            "content": "a26674936520a6b1f4232c7affdb04989c7e8b26f9309a3ec56d7ac25fdca670"
 13200          },
 13201          {
 13202            "alg": "SHA-384",
 13203            "content": "8a9b476f896ea1bfdd2e2a47571cd13b46ac3bffac455abb36565b0a7a1973eb311fca489f3dc39b7d6f992b5a79030f"
 13204          },
 13205          {
 13206            "alg": "SHA-512",
 13207            "content": "72b04720f9ec5010f3a73356318afe8bc27eee01c257f1e197e75a581b50be575fbf5dc2658f717fa54bc5b8340e850f3e0c4e86efc59ea9b84cd2505e29a77d"
 13208          },
 13209          {
 13210            "alg": "SHA3-256",
 13211            "content": "fbed22bfc2757fbf721d976d7d3f30cccf58970604b8f72b304abf87ebddfdc4"
 13212          },
 13213          {
 13214            "alg": "SHA3-384",
 13215            "content": "33b5c80a02e5f100f7b0e5856241e4b208b8013df57ad8544455214373d9ee338f386ba2c9e17581941bd0f4e74c307c"
 13216          },
 13217          {
 13218            "alg": "SHA3-512",
 13219            "content": "afcaa41afd08065a203d2e443e777211dfee7d374afc0c9e80daffab2f00f46a566d06ff48c6be75948d0d94e94f9dad39a62800eb4e7b72df732db7766b2f9e"
 13220          }
 13221        ],
 13222        "licenses": [
 13223          {"license": {
 13224            "id": "LGPL-2.1-or-later",
 13225            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 13226          }},
 13227          {"license": {
 13228            "id": "Apache-2.0",
 13229            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13230          }}
 13231        ],
 13232        "purl": "pkg:maven/org.wildfly.core/wildfly-protocol@11.1.1.Final?type=jar",
 13233        "externalReferences": [
 13234          {
 13235            "type": "website",
 13236            "url": "http://www.jboss.org"
 13237          },
 13238          {
 13239            "type": "issue-tracker",
 13240            "url": "https://issues.jboss.org/"
 13241          },
 13242          {
 13243            "type": "mailing-list",
 13244            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13245          },
 13246          {
 13247            "type": "vcs",
 13248            "url": "http://github.com/jboss/jboss-parent-pom"
 13249          }
 13250        ]
 13251      },
 13252      {
 13253        "type": "library",
 13254        "bom-ref": "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.17.Final?type=jar",
 13255        "publisher": "JBoss, a division of Red Hat, Inc.",
 13256        "group": "org.jboss.remoting",
 13257        "name": "jboss-remoting",
 13258        "version": "5.0.17.Final",
 13259        "description": "JBoss Remoting",
 13260        "hashes": [
 13261          {
 13262            "alg": "MD5",
 13263            "content": "467753c6f8fce8bbba7359b28dac9f17"
 13264          },
 13265          {
 13266            "alg": "SHA-1",
 13267            "content": "bfcb40e19d75a75d96472e627b1d0d01f4d09372"
 13268          },
 13269          {
 13270            "alg": "SHA-256",
 13271            "content": "fc4951dd05da7448630d53dd4ab9d9504dc52d1b715b57853d89b072a91c4d97"
 13272          },
 13273          {
 13274            "alg": "SHA-384",
 13275            "content": "8ce98fbb60ed36bcfe4456fde91e4f3ff8c5f74acba6ab914dcfaf2a3a3b7eb67305aedd98c238d7f2fec49024b90e3c"
 13276          },
 13277          {
 13278            "alg": "SHA-512",
 13279            "content": "e3aba9c9b133b6c29357a27676623c7416f698e5098f9124d32abd89dfd96c5cca7e89385dbb5dd400ea395928c335c4070d9532c2e6e3c9b276605d7c0b9261"
 13280          },
 13281          {
 13282            "alg": "SHA3-256",
 13283            "content": "f33c57b678640d58c583ffad5b7e40442934bbb259dcf574c6eefd55a5960c17"
 13284          },
 13285          {
 13286            "alg": "SHA3-384",
 13287            "content": "a41952588f520c87fe258ad55e354bfdc8d374c4bee0ad84e1746510529a7fa005f3e98e5eebd65c1ccf2ec8b5c00da6"
 13288          },
 13289          {
 13290            "alg": "SHA3-512",
 13291            "content": "ab247f951b669ff05a3d65c967ae315443f0992e767b5e72bd377ea893c94762608ff6a11d82c86d9f8ec3bafffc800de9196f82e3ec52dc8721e408df026b97"
 13292          }
 13293        ],
 13294        "licenses": [{"license": {
 13295          "id": "Apache-2.0",
 13296          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13297        }}],
 13298        "purl": "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.17.Final?type=jar",
 13299        "externalReferences": [
 13300          {
 13301            "type": "website",
 13302            "url": "http://www.jboss.org/"
 13303          },
 13304          {
 13305            "type": "issue-tracker",
 13306            "url": "https://issues.jboss.org/"
 13307          },
 13308          {
 13309            "type": "mailing-list",
 13310            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13311          },
 13312          {
 13313            "type": "vcs",
 13314            "url": "http://github.com/jboss/jboss-parent-pom"
 13315          }
 13316        ]
 13317      },
 13318      {
 13319        "type": "library",
 13320        "bom-ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.CR2?type=jar",
 13321        "publisher": "JBoss by Red Hat",
 13322        "group": "org.wildfly.client",
 13323        "name": "wildfly-client-config",
 13324        "version": "1.0.0.CR2",
 13325        "description": "Library for supporting WildFly common client configuration",
 13326        "hashes": [
 13327          {
 13328            "alg": "MD5",
 13329            "content": "01ec869dea3fcb1ee950965a0b1283ef"
 13330          },
 13331          {
 13332            "alg": "SHA-1",
 13333            "content": "a4cc7adb02fbbc8d450e09d58316fea3d610ec8c"
 13334          },
 13335          {
 13336            "alg": "SHA-256",
 13337            "content": "fc4682f3a291a4415cbb3c106841df3985d1da0cc14cb85d1944e945f5e9a7da"
 13338          },
 13339          {
 13340            "alg": "SHA-384",
 13341            "content": "2c1a2ba2f958a5dd2f8c1569c5844e50dc0f55197865a90d4a62e0e2739b07959eb5131f68944c934f54c6b90778afba"
 13342          },
 13343          {
 13344            "alg": "SHA-512",
 13345            "content": "e22d58eee14c0d2c58de460234a6303473d7027fffef488a8a289c3fa1ed1e1b9fe4d6ada73909e23c962df4f2bc92e5e94efd88c0100b4dba2941e61d93cbb1"
 13346          },
 13347          {
 13348            "alg": "SHA3-256",
 13349            "content": "48d4206bf9e0e953f33d49cfa7c977c2e057ed2eb4d146967e2cf00a533aadfe"
 13350          },
 13351          {
 13352            "alg": "SHA3-384",
 13353            "content": "57c9c497c748b9590d493c7865dafb71e807d4252ccc2b2c6a8a61c804454dc81b6609893621d112e23b80d445931d32"
 13354          },
 13355          {
 13356            "alg": "SHA3-512",
 13357            "content": "e1e4c329f167828f8b8ad96c23ee935d4a537612c7714342071f6d817249cd4c5ab9f0305aee5a8e001313c9b6299cbe929785914d13ebbd274f251b548df08b"
 13358          }
 13359        ],
 13360        "licenses": [{"license": {
 13361          "name": "Public Domain",
 13362          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 13363        }}],
 13364        "purl": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.CR2?type=jar",
 13365        "externalReferences": [
 13366          {
 13367            "type": "website",
 13368            "url": "http://www.jboss.org"
 13369          },
 13370          {
 13371            "type": "issue-tracker",
 13372            "url": "https://issues.jboss.org/"
 13373          },
 13374          {
 13375            "type": "mailing-list",
 13376            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13377          },
 13378          {
 13379            "type": "vcs",
 13380            "url": "http://github.com/jboss/jboss-parent-pom"
 13381          }
 13382        ]
 13383      },
 13384      {
 13385        "type": "library",
 13386        "bom-ref": "pkg:maven/org.jboss.xnio/xnio-api@3.7.7.Final?type=jar",
 13387        "publisher": "JBoss by Red Hat",
 13388        "group": "org.jboss.xnio",
 13389        "name": "xnio-api",
 13390        "version": "3.7.7.Final",
 13391        "description": "The API JAR of the XNIO project",
 13392        "hashes": [
 13393          {
 13394            "alg": "MD5",
 13395            "content": "16a282d95e7bc392327547c10e9c99c1"
 13396          },
 13397          {
 13398            "alg": "SHA-1",
 13399            "content": "763d9a21ffdcbd58ea79bf03abb83e9150a645c9"
 13400          },
 13401          {
 13402            "alg": "SHA-256",
 13403            "content": "92ff63e5931ff7f2811c1d5717aa28aee9a21ddc3113bca556251a3b4362097c"
 13404          },
 13405          {
 13406            "alg": "SHA-384",
 13407            "content": "1e56cb80af3a212a09b28372e64e701a131128863617fffb785e2428ca22e0e6f61de90dc6e20f9deba1fda97ecaddc0"
 13408          },
 13409          {
 13410            "alg": "SHA-512",
 13411            "content": "e6919828db1ab29829a36cf8f8255e5e2cc4ee42a097130ca3d7fc6c52b0f044eab056ed2da9f8fb51bf3f4e07e23e7881b205f936d55d75776b20461aa479bd"
 13412          },
 13413          {
 13414            "alg": "SHA3-256",
 13415            "content": "0e54699203a0aaf86e8ffa30915b9a9474e28bece86691c4500101ecd37a2e32"
 13416          },
 13417          {
 13418            "alg": "SHA3-384",
 13419            "content": "88dff35b5d832a7a9102acf16ad781872a11f027401d077aa9f258d69e6dd1441df8af7c1c2f3a2ada73fac02c0a26e6"
 13420          },
 13421          {
 13422            "alg": "SHA3-512",
 13423            "content": "d73d8014aa1e87105984ae90d6aab4d477a3e0e4e9f342a6a4b9cabf1284d688a4c17740ad90dbea0f774e5f6eca1318c4ab0d6afb5a15036d7d0ae4a982fcc3"
 13424          }
 13425        ],
 13426        "licenses": [{"license": {
 13427          "id": "Apache-2.0",
 13428          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13429        }}],
 13430        "purl": "pkg:maven/org.jboss.xnio/xnio-api@3.7.7.Final?type=jar",
 13431        "externalReferences": [
 13432          {
 13433            "type": "website",
 13434            "url": "http://www.jboss.org"
 13435          },
 13436          {
 13437            "type": "issue-tracker",
 13438            "url": "https://issues.jboss.org/"
 13439          },
 13440          {
 13441            "type": "mailing-list",
 13442            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13443          },
 13444          {
 13445            "type": "vcs",
 13446            "url": "http://github.com/jboss/jboss-parent-pom"
 13447          }
 13448        ]
 13449      },
 13450      {
 13451        "type": "library",
 13452        "bom-ref": "pkg:maven/org.jboss.xnio/xnio-nio@3.7.7.Final?type=jar",
 13453        "publisher": "JBoss by Red Hat",
 13454        "group": "org.jboss.xnio",
 13455        "name": "xnio-nio",
 13456        "version": "3.7.7.Final",
 13457        "description": "The NIO implementation of the XNIO project",
 13458        "hashes": [
 13459          {
 13460            "alg": "MD5",
 13461            "content": "7f601ed2bc4d2cdb399a3834b1b7fb7c"
 13462          },
 13463          {
 13464            "alg": "SHA-1",
 13465            "content": "0636107897e30625733211977d4b9fb66e5b53b5"
 13466          },
 13467          {
 13468            "alg": "SHA-256",
 13469            "content": "8921038ad61c670740652de2bde93b2c6490f6330a7f102414617cd907fdc875"
 13470          },
 13471          {
 13472            "alg": "SHA-384",
 13473            "content": "310f87929542d3b0315d56da846942ae4479d12d72de490d5995f8e544719b92b8c8c289484897fa2026c46f5c8e4f62"
 13474          },
 13475          {
 13476            "alg": "SHA-512",
 13477            "content": "27f43263f9752e864974706a0e23fe75b3ebdfae80cc50a0a28bc8ea29b81e109c08edff9ebd35315e429ec4b3b95b9ecb1789f38eb79aa448e07e5cbdb95ab4"
 13478          },
 13479          {
 13480            "alg": "SHA3-256",
 13481            "content": "ec61ca899a84701a306c05ad0ff0cc5e6c6dc80ba5bfcc7509ed6acb12e0ffc9"
 13482          },
 13483          {
 13484            "alg": "SHA3-384",
 13485            "content": "a0588ba80a49337c320e1baed4981006e305e86c80e8c063f39d512e41ff16980bcc3d6b23d0cf806c121dccf6223cc4"
 13486          },
 13487          {
 13488            "alg": "SHA3-512",
 13489            "content": "602b29bf573593af8695d5172017d6634f68669ee6c453cf934ecc24c8c557bda126cd42749f2f96f04a6fdd85d3b6791c9139a559fe118c901c2647f960d46e"
 13490          }
 13491        ],
 13492        "licenses": [{"license": {
 13493          "id": "Apache-2.0",
 13494          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13495        }}],
 13496        "purl": "pkg:maven/org.jboss.xnio/xnio-nio@3.7.7.Final?type=jar",
 13497        "externalReferences": [
 13498          {
 13499            "type": "website",
 13500            "url": "http://www.jboss.org"
 13501          },
 13502          {
 13503            "type": "issue-tracker",
 13504            "url": "https://issues.jboss.org/"
 13505          },
 13506          {
 13507            "type": "mailing-list",
 13508            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13509          },
 13510          {
 13511            "type": "vcs",
 13512            "url": "http://github.com/jboss/jboss-parent-pom"
 13513          }
 13514        ]
 13515      },
 13516      {
 13517        "type": "library",
 13518        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron@1.11.4.Final?type=jar",
 13519        "publisher": "JBoss by Red Hat",
 13520        "group": "org.wildfly.security",
 13521        "name": "wildfly-elytron",
 13522        "version": "1.11.4.Final",
 13523        "description": "WildFly Security SPIs",
 13524        "hashes": [
 13525          {
 13526            "alg": "MD5",
 13527            "content": "f59f8de4cdd52c6853b2a9caa28057c7"
 13528          },
 13529          {
 13530            "alg": "SHA-1",
 13531            "content": "a66cb14f4d4471ad4bafa4c2ec49c443ce835ec1"
 13532          },
 13533          {
 13534            "alg": "SHA-256",
 13535            "content": "23745efd57016636f29dea056b512501a6e849c9fdb488842b84974857cd21a4"
 13536          },
 13537          {
 13538            "alg": "SHA-384",
 13539            "content": "f83fc735a7c47f7b5a7c94577b9087cab7bdab3d22f28357f8fd71c8d3c2ce2c87154a1824d6f3a8f17953cc1747126c"
 13540          },
 13541          {
 13542            "alg": "SHA-512",
 13543            "content": "466ee0afd48bcb2a536e59ffc1ea190a5b18971d8aef957f9ed56876562644ccff520aefb8c08602c520429e9b3be139cac7b815933f8e602d2355f53f95b46e"
 13544          },
 13545          {
 13546            "alg": "SHA3-256",
 13547            "content": "ad55bbc90a4fc97f0d5bb69c4fa0d1b533c07073e8700097628f9d85a696ad67"
 13548          },
 13549          {
 13550            "alg": "SHA3-384",
 13551            "content": "f75b40d797c29c5f5a28b93b9794a3d40f5b8b85645a19b107f0504fc0d159c0df1364354f3e46a2c88e2c9cfebf0078"
 13552          },
 13553          {
 13554            "alg": "SHA3-512",
 13555            "content": "02b524ff3422f8cadbf8571d3f40a9be6fcb13ef06e5d4721c2181fd4bfa013f1e521298c73011ceb9364c0734fdbffe402549203ef8ba3347288b60624925a7"
 13556          }
 13557        ],
 13558        "licenses": [{"license": {
 13559          "id": "Apache-2.0",
 13560          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13561        }}],
 13562        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron@1.11.4.Final?type=jar",
 13563        "externalReferences": [
 13564          {
 13565            "type": "issue-tracker",
 13566            "url": "https://issues.jboss.org/browse/ELY"
 13567          },
 13568          {
 13569            "type": "vcs",
 13570            "url": "https://github.com/wildfly-security/wildfly-elytron"
 13571          },
 13572          {
 13573            "type": "website",
 13574            "url": "http://www.jboss.org"
 13575          },
 13576          {
 13577            "type": "mailing-list",
 13578            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13579          }
 13580        ]
 13581      },
 13582      {
 13583        "type": "library",
 13584        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-version@11.1.1.Final?type=jar",
 13585        "publisher": "JBoss by Red Hat",
 13586        "group": "org.wildfly.core",
 13587        "name": "wildfly-version",
 13588        "version": "11.1.1.Final",
 13589        "description": "WildFly: Core Parent Aggregator",
 13590        "hashes": [
 13591          {
 13592            "alg": "MD5",
 13593            "content": "1ce228419c4fbe66d604c0d9b5c99612"
 13594          },
 13595          {
 13596            "alg": "SHA-1",
 13597            "content": "f827073f475d2d099c2236dad09da766c0b7438b"
 13598          },
 13599          {
 13600            "alg": "SHA-256",
 13601            "content": "91bd07818b52dd5817d4e83fd54b73a3779b0141738bccacdcdd0d4feaf6dcc4"
 13602          },
 13603          {
 13604            "alg": "SHA-384",
 13605            "content": "b2c983f3069ccac3e33a6b8ba5cf599028c037898028023204546d0596da0dc7a6d5e9dde1c0ae668206d0df557686ee"
 13606          },
 13607          {
 13608            "alg": "SHA-512",
 13609            "content": "717f722fd53db42d5a26c50f53172ea2d8b4069847760b9a8b3cce92467678655c82d6d32564bc2760c71294bab86905b0eb2f0d3718cee952348afa04b45427"
 13610          },
 13611          {
 13612            "alg": "SHA3-256",
 13613            "content": "671563e1155bc1377e99742ee3a167b4edcb7432dab690725c5c0199134ff734"
 13614          },
 13615          {
 13616            "alg": "SHA3-384",
 13617            "content": "357824a0508eb833246b355c3b3904caffe8bc936be8410b0c5d9da7c3aa65bc125bcdc05eb741bb915937a19e17eaf8"
 13618          },
 13619          {
 13620            "alg": "SHA3-512",
 13621            "content": "b930a56363223bec19677b484912eeed65713fa61aca910c4d97e22fc3237af032c5102968d16742a4a0ca92db06a4102a1274a10cf8990006d3851ac9bcc304"
 13622          }
 13623        ],
 13624        "licenses": [
 13625          {"license": {
 13626            "id": "LGPL-2.1-or-later",
 13627            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 13628          }},
 13629          {"license": {
 13630            "id": "Apache-2.0",
 13631            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13632          }}
 13633        ],
 13634        "purl": "pkg:maven/org.wildfly.core/wildfly-version@11.1.1.Final?type=jar",
 13635        "externalReferences": [
 13636          {
 13637            "type": "website",
 13638            "url": "http://www.jboss.org"
 13639          },
 13640          {
 13641            "type": "issue-tracker",
 13642            "url": "https://issues.jboss.org/"
 13643          },
 13644          {
 13645            "type": "mailing-list",
 13646            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13647          },
 13648          {
 13649            "type": "vcs",
 13650            "url": "http://github.com/jboss/jboss-parent-pom"
 13651          }
 13652        ]
 13653      },
 13654      {
 13655        "type": "library",
 13656        "bom-ref": "pkg:maven/org.jboss.modules/jboss-modules@1.10.0.Final?type=jar",
 13657        "publisher": "JBoss by Red Hat",
 13658        "group": "org.jboss.modules",
 13659        "name": "jboss-modules",
 13660        "version": "1.10.0.Final",
 13661        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
 13662        "hashes": [
 13663          {
 13664            "alg": "MD5",
 13665            "content": "4ec0c14ee3c804bba0b0266a6d7c9f2f"
 13666          },
 13667          {
 13668            "alg": "SHA-1",
 13669            "content": "e77949a97be9262431eb65963fe08e3cb4fb949f"
 13670          },
 13671          {
 13672            "alg": "SHA-256",
 13673            "content": "7421a2659c22f638ddc959e8a903b979ec9bf1c4dfdfa9b276ac02ae118e0128"
 13674          },
 13675          {
 13676            "alg": "SHA-384",
 13677            "content": "10f41beb36de0c806ea8159c60fafba070154b28fe5f98434c68be8a190a325906401022090dfb460354969a6dbf83dd"
 13678          },
 13679          {
 13680            "alg": "SHA-512",
 13681            "content": "778242ec20cb0cd1a99f1706a1030cbd9ee7fab74651b2485ea375ec0b4effc68f7523a191809d42861ef5d6f5d840fc7ac07d12c284c4e1318855917778b32a"
 13682          },
 13683          {
 13684            "alg": "SHA3-256",
 13685            "content": "9fd8fab48f0c215c090634e941f389008d34b73b3f42bfff87ef3234121dac5c"
 13686          },
 13687          {
 13688            "alg": "SHA3-384",
 13689            "content": "f7a8e295ca20ab9e1ec973b71ae9cc3d3f214a586811219a2efac0bd300e39fdc6cc78c9eddb2502076cf951527e85bb"
 13690          },
 13691          {
 13692            "alg": "SHA3-512",
 13693            "content": "d6e7bd479c0d6cc34049467c682eee4226e069f6059861c22940369533bc61a82eaf83342f148851d0c11b93ec4a406b4991452587325644c22530e35f4649ee"
 13694          }
 13695        ],
 13696        "licenses": [
 13697          {"license": {
 13698            "id": "Apache-2.0",
 13699            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13700          }},
 13701          {"license": {
 13702            "name": "Indiana University Extreme! Lab Software License 1.1.1",
 13703            "url": "http://www.bearcave.com/software/java/xml/xmlpull_license.html"
 13704          }}
 13705        ],
 13706        "purl": "pkg:maven/org.jboss.modules/jboss-modules@1.10.0.Final?type=jar",
 13707        "externalReferences": [
 13708          {
 13709            "type": "website",
 13710            "url": "http://www.jboss.org"
 13711          },
 13712          {
 13713            "type": "issue-tracker",
 13714            "url": "https://issues.jboss.org/"
 13715          },
 13716          {
 13717            "type": "mailing-list",
 13718            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13719          },
 13720          {
 13721            "type": "vcs",
 13722            "url": "http://github.com/jboss/jboss-parent-pom"
 13723          }
 13724        ]
 13725      },
 13726      {
 13727        "type": "library",
 13728        "bom-ref": "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.14.Final?type=jar",
 13729        "publisher": "JBoss by Red Hat",
 13730        "group": "org.jboss.logmanager",
 13731        "name": "jboss-logmanager",
 13732        "version": "2.1.14.Final",
 13733        "description": "An implementation of java.util.logging.LogManager",
 13734        "hashes": [
 13735          {
 13736            "alg": "MD5",
 13737            "content": "7a5812eb83692dffce8e33dede83d305"
 13738          },
 13739          {
 13740            "alg": "SHA-1",
 13741            "content": "cea7402e163f5434a7edf215f1fd482e39536c95"
 13742          },
 13743          {
 13744            "alg": "SHA-256",
 13745            "content": "5e47b4edc8b220d517a84322f7d25320d9c4be369307298fe133db5eddd67d80"
 13746          },
 13747          {
 13748            "alg": "SHA-384",
 13749            "content": "6ad6b4df2c67b2eb4828f623a68013b3b90e8ba018b2bdeaecf29773ce48d1c9285716982a35b9432c4353ba3da028e9"
 13750          },
 13751          {
 13752            "alg": "SHA-512",
 13753            "content": "b43892265ff0e0b2233aaf1c8d58c7c55ad5ef655033cab7b11ae854b368e98957d423b5146bf58a38e826851253cf9013088b9894936f93caba196893bd6444"
 13754          },
 13755          {
 13756            "alg": "SHA3-256",
 13757            "content": "81670a9a6a331963a6302db6517f6e23cda35c88c943a994d699db7891ac7ba4"
 13758          },
 13759          {
 13760            "alg": "SHA3-384",
 13761            "content": "61a0085c22a5dd14e5ee05405e0a2d6bb79b0c50ca65255798de9c47288537ef896b05b79d4cbb4f26ccea316b0d280f"
 13762          },
 13763          {
 13764            "alg": "SHA3-512",
 13765            "content": "24fc6df7f7019767f74256f37ba3cc591454b747b281d0cb04f8a49ac334b16bb23d055dfad3f9ae3302a51dd01378fc1b4e33804ac5eaed7a385f085413a997"
 13766          }
 13767        ],
 13768        "licenses": [{"license": {
 13769          "id": "Apache-2.0",
 13770          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13771        }}],
 13772        "purl": "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.14.Final?type=jar",
 13773        "externalReferences": [
 13774          {
 13775            "type": "website",
 13776            "url": "http://www.jboss.org"
 13777          },
 13778          {
 13779            "type": "issue-tracker",
 13780            "url": "https://issues.jboss.org/"
 13781          },
 13782          {
 13783            "type": "mailing-list",
 13784            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13785          },
 13786          {
 13787            "type": "vcs",
 13788            "url": "http://github.com/jboss/jboss-parent-pom"
 13789          }
 13790        ]
 13791      },
 13792      {
 13793        "type": "library",
 13794        "bom-ref": "pkg:maven/org.jboss/staxmapper@1.3.0.Final?type=jar",
 13795        "publisher": "JBoss by Red Hat",
 13796        "group": "org.jboss",
 13797        "name": "staxmapper",
 13798        "version": "1.3.0.Final",
 13799        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 13800        "hashes": [
 13801          {
 13802            "alg": "MD5",
 13803            "content": "50a1b373e630786c967c917d00d4733e"
 13804          },
 13805          {
 13806            "alg": "SHA-1",
 13807            "content": "61c6f36255b014db28dac8e399b6c9e40c93b1d6"
 13808          },
 13809          {
 13810            "alg": "SHA-256",
 13811            "content": "2376327e0d63f8c815589e830d7e384dd8903928dbaee8ecdfc873ebef6ff335"
 13812          },
 13813          {
 13814            "alg": "SHA-384",
 13815            "content": "a55901276cf0e6dfac46e9716e25c8dc961c852819f9f96bf191cf5922e7dff497a598cecd2919236e915dbf5f4f7f80"
 13816          },
 13817          {
 13818            "alg": "SHA-512",
 13819            "content": "3727c48122b087ac71a6491e919c640a23e6f582fea05046bbc4963c294079b6c869f6b927104f740d7f46934dfe0276bc6abdd6f6e07934f2afa64aca9ecd65"
 13820          },
 13821          {
 13822            "alg": "SHA3-256",
 13823            "content": "d67191c670819a6d597d65c65a7bf13549ed018277b8745b17a6a66f82688573"
 13824          },
 13825          {
 13826            "alg": "SHA3-384",
 13827            "content": "53bc807f8e5471594e8c28251da95c30e65b70f9a43bc4cf8981d1f94f3ff50951a5c9695f9c047533dc9ce45ed32092"
 13828          },
 13829          {
 13830            "alg": "SHA3-512",
 13831            "content": "ed47a0678f825424a7b374bd0e44b921f5f3f800a1618659a26dc31f3d01f41124e41f994ca5dfc09ba785b8f00f2f68610a2f6137ed265890252e0753997fbb"
 13832          }
 13833        ],
 13834        "licenses": [{"license": {
 13835          "name": "Public Domain",
 13836          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 13837        }}],
 13838        "purl": "pkg:maven/org.jboss/staxmapper@1.3.0.Final?type=jar",
 13839        "externalReferences": [
 13840          {
 13841            "type": "website",
 13842            "url": "http://www.jboss.org"
 13843          },
 13844          {
 13845            "type": "issue-tracker",
 13846            "url": "https://issues.jboss.org/"
 13847          },
 13848          {
 13849            "type": "mailing-list",
 13850            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13851          },
 13852          {
 13853            "type": "vcs",
 13854            "url": "http://github.com/jboss/jboss-parent-pom"
 13855          }
 13856        ]
 13857      },
 13858      {
 13859        "type": "library",
 13860        "bom-ref": "pkg:maven/org.wildfly.common/wildfly-common@1.5.2.Final?type=jar",
 13861        "publisher": "JBoss by Red Hat",
 13862        "group": "org.wildfly.common",
 13863        "name": "wildfly-common",
 13864        "version": "1.5.2.Final",
 13865        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
 13866        "hashes": [
 13867          {
 13868            "alg": "MD5",
 13869            "content": "68ed76ccc9736fc6656ac964fa5f0bdb"
 13870          },
 13871          {
 13872            "alg": "SHA-1",
 13873            "content": "8eba40cfe86bcfcc223551e75201e6e7574c7c36"
 13874          },
 13875          {
 13876            "alg": "SHA-256",
 13877            "content": "ab5c980c499ff18358fd5bdd0f8dd45c15243eca32515ed5fdad2fdc529d339f"
 13878          },
 13879          {
 13880            "alg": "SHA-384",
 13881            "content": "7c34b6fc4fc893e872d888ba8660d161b253ef5cbaee30ff7097e06ab5023ba494ca53084f86b9de6edb3d57ffd39fda"
 13882          },
 13883          {
 13884            "alg": "SHA-512",
 13885            "content": "f99f23af23a1cc45035b87ab422affdb911769ee63dc5a1c9b3e7a39ebefee07542d2388118282b20113c196e28abce8f87cafc8b0213cdc692381edce035c46"
 13886          },
 13887          {
 13888            "alg": "SHA3-256",
 13889            "content": "fd82a5efafb48a2ee6f5d6b248c6e8eaad27e910b4ca920dd445fa7bc7badfae"
 13890          },
 13891          {
 13892            "alg": "SHA3-384",
 13893            "content": "4b826c483e8f949bc3a0768ed4cc2c23dd1cbb6d80522dc337f808ec276535fcb0cfe002c13252a75c937212df5f9e98"
 13894          },
 13895          {
 13896            "alg": "SHA3-512",
 13897            "content": "66fcfc489e9abc5db0689966e20194e0371438b4e2fcfeb43c6774915d2612187e671d913d1435d497c7f3aa8f721fa0ffd56be7a589129cd0973b5e2ea967d7"
 13898          }
 13899        ],
 13900        "licenses": [{"license": {
 13901          "id": "Apache-2.0",
 13902          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13903        }}],
 13904        "purl": "pkg:maven/org.wildfly.common/wildfly-common@1.5.2.Final?type=jar",
 13905        "externalReferences": [
 13906          {
 13907            "type": "website",
 13908            "url": "http://www.jboss.org"
 13909          },
 13910          {
 13911            "type": "issue-tracker",
 13912            "url": "https://issues.jboss.org/"
 13913          },
 13914          {
 13915            "type": "mailing-list",
 13916            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 13917          },
 13918          {
 13919            "type": "vcs",
 13920            "url": "http://github.com/jboss/jboss-parent-pom"
 13921          }
 13922        ]
 13923      },
 13924      {
 13925        "type": "library",
 13926        "bom-ref": "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6?type=jar",
 13927        "group": "org.projectodd.vdx",
 13928        "name": "vdx-wildfly",
 13929        "version": "1.1.6",
 13930        "description": "VDX WildFly support",
 13931        "hashes": [
 13932          {
 13933            "alg": "MD5",
 13934            "content": "50874b3628f0c6ba64271ea3e7c154f7"
 13935          },
 13936          {
 13937            "alg": "SHA-1",
 13938            "content": "2dac020b2e9b17f2d2ecba8d1b96f102624c07ab"
 13939          },
 13940          {
 13941            "alg": "SHA-256",
 13942            "content": "9a1691be89ef00d889f181e955dd9632c9edcaf82274bf525c1a1a5f057108bd"
 13943          },
 13944          {
 13945            "alg": "SHA-384",
 13946            "content": "52f058ace3210f9ae0187afacd6284385f0212177cbeaa9f7be0186a1cacd819a85e6118858bac933cadffca65c1e213"
 13947          },
 13948          {
 13949            "alg": "SHA-512",
 13950            "content": "16fe09a7597d08944a86825ac187896afa579aed258dafb07b0b322bc097348484187d43938ffb2e8315dd95a5a8aa05dcedb8d107618b121f7eb37a7d48c92a"
 13951          },
 13952          {
 13953            "alg": "SHA3-256",
 13954            "content": "7e84f487d54040e65582e1ff68dfc5f5a8916c37a3b8f9b13013f23c54efd8db"
 13955          },
 13956          {
 13957            "alg": "SHA3-384",
 13958            "content": "b905203a15dbfd1fc3227475835352a0d4d83eb9c7e4448618db3d6f1273be80e93a6d9cfc287bf8015eecacb54e5d42"
 13959          },
 13960          {
 13961            "alg": "SHA3-512",
 13962            "content": "47170e0f30f28c113cdcbe151f45520135e9529e38a9cfba2d248fe6fff3310ad113111b238f046f652dd55f56d69125fef3d5c1861f4c58a0c4962742af2126"
 13963          }
 13964        ],
 13965        "licenses": [{"license": {
 13966          "id": "Apache-2.0",
 13967          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 13968        }}],
 13969        "purl": "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6?type=jar",
 13970        "externalReferences": [
 13971          {
 13972            "type": "distribution",
 13973            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 13974          },
 13975          {
 13976            "type": "vcs",
 13977            "url": "http://github.com/projectodd/vdx"
 13978          }
 13979        ]
 13980      },
 13981      {
 13982        "type": "library",
 13983        "bom-ref": "pkg:maven/org.projectodd.vdx/vdx-core@1.1.6?type=jar",
 13984        "group": "org.projectodd.vdx",
 13985        "name": "vdx-core",
 13986        "version": "1.1.6",
 13987        "description": "VDX Core utils",
 13988        "hashes": [
 13989          {
 13990            "alg": "MD5",
 13991            "content": "c70bf1942e0effa588f97875d166b6e2"
 13992          },
 13993          {
 13994            "alg": "SHA-1",
 13995            "content": "f685489cc2abe5882eb139840589be2ab6e322b8"
 13996          },
 13997          {
 13998            "alg": "SHA-256",
 13999            "content": "f3d39ec8d90afabc2687cdf116ad5ba22efe8e0a7103fd560a137ad897905155"
 14000          },
 14001          {
 14002            "alg": "SHA-384",
 14003            "content": "1bd1b49fb82f566af5b54f789a240be36e5c0eb4c216a5feb1bd3c94f13ed82eaf5189172adc8406d414b223969718b2"
 14004          },
 14005          {
 14006            "alg": "SHA-512",
 14007            "content": "756cff54791ee43423d5e6c30d9ffd566cc1f53a12341b792763d90a85cf7f25c57db46837730759ad0e4f2da21ed1b6e02977e7d8c7cfd284835b9ac1b04d5c"
 14008          },
 14009          {
 14010            "alg": "SHA3-256",
 14011            "content": "a2e3d63ce1e3edf4edffba2bda5a26bdb07c4b5eea3e574dc0556f31547f75d7"
 14012          },
 14013          {
 14014            "alg": "SHA3-384",
 14015            "content": "e2f0f035e4cf851b96b1ce775e2dbadbee500ee868e7ee255f0a37bfdcc376b57025e057bbb55b4ec8c6cc88b88bd9ba"
 14016          },
 14017          {
 14018            "alg": "SHA3-512",
 14019            "content": "79d2e58f9ea18984b3d9a4f1ea59a3b7060a28e394b18748e3594084da3f4b36f18d20f80c74ffeb66bf47dcee813ab89a8a11fe65d2c0ed389a86b974909983"
 14020          }
 14021        ],
 14022        "licenses": [{"license": {
 14023          "id": "Apache-2.0",
 14024          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14025        }}],
 14026        "purl": "pkg:maven/org.projectodd.vdx/vdx-core@1.1.6?type=jar",
 14027        "externalReferences": [
 14028          {
 14029            "type": "distribution",
 14030            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 14031          },
 14032          {
 14033            "type": "vcs",
 14034            "url": "http://github.com/projectodd/vdx"
 14035          }
 14036        ]
 14037      },
 14038      {
 14039        "type": "library",
 14040        "bom-ref": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.0.2.201807311906-r?type=jar",
 14041        "publisher": "Eclipse JGit Project",
 14042        "group": "org.eclipse.jgit",
 14043        "name": "org.eclipse.jgit",
 14044        "version": "5.0.2.201807311906-r",
 14045        "description": "Repository access and algorithms",
 14046        "hashes": [
 14047          {
 14048            "alg": "MD5",
 14049            "content": "1cf0cb6b89aa6cc22f200269eb3d13c9"
 14050          },
 14051          {
 14052            "alg": "SHA-1",
 14053            "content": "a81d7c8d153a8a744b6be1d9c6d698270beec1c0"
 14054          },
 14055          {
 14056            "alg": "SHA-256",
 14057            "content": "7665fa449e1a267f51f251f4e9db4fb8e2e349f6ef36bd8d2f5fb4c44d5bfd8b"
 14058          },
 14059          {
 14060            "alg": "SHA-384",
 14061            "content": "1c7cd9707ac447271828aef7ce225c4f5759c09379a52e4c7152ba71c2d26cacf41246430dbbaba523eb85dfec3e25a8"
 14062          },
 14063          {
 14064            "alg": "SHA-512",
 14065            "content": "d979e1af487c8dc79e4d0cf1bfd3c9258a1a48edbf50232026c65d0e450dcbfbb5ab610743e6efd9232c889b4c0a23998ace5d85e082349a6703e878cd34dc1c"
 14066          },
 14067          {
 14068            "alg": "SHA3-256",
 14069            "content": "673ff67d7f42c53d815dffdc0f01599004301a7410bc3bf305258da3072f5de0"
 14070          },
 14071          {
 14072            "alg": "SHA3-384",
 14073            "content": "f5ac5d7f19ea33d6af002b0976ce2083088b404f5cbc7414007b8395ce66fbdc3a543d655e4c1256bbbf0f39e7433064"
 14074          },
 14075          {
 14076            "alg": "SHA3-512",
 14077            "content": "1ee0fc44983288976886bdc5c232a33b81f2d7f8f82d8c3a457dd86be3b419ae1243626cd1206ef4d5a87da6dbe174abc2ce48668470ae944fa12e8cc410f000"
 14078          }
 14079        ],
 14080        "licenses": [{"license": {"id": "BSD-3-Clause"}}],
 14081        "purl": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.0.2.201807311906-r?type=jar",
 14082        "externalReferences": [
 14083          {
 14084            "type": "website",
 14085            "url": "http://www.eclipse.org/jgit"
 14086          },
 14087          {
 14088            "type": "build-system",
 14089            "url": "https://hudson.eclipse.org/jgit/"
 14090          },
 14091          {
 14092            "type": "distribution",
 14093            "url": "https://repo.eclipse.org/content/repositories/jgit-releases/"
 14094          },
 14095          {
 14096            "type": "issue-tracker",
 14097            "url": "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology"
 14098          },
 14099          {
 14100            "type": "mailing-list",
 14101            "url": "http://dev.eclipse.org/mhonarc/lists/jgit-dev"
 14102          },
 14103          {
 14104            "type": "vcs",
 14105            "url": "http://git.eclipse.org/c/jgit/jgit.git/"
 14106          }
 14107        ]
 14108      },
 14109      {
 14110        "type": "library",
 14111        "bom-ref": "pkg:maven/com.jcraft/jsch@0.1.54?type=jar",
 14112        "publisher": "JCraft,Inc.",
 14113        "group": "com.jcraft",
 14114        "name": "jsch",
 14115        "version": "0.1.54",
 14116        "description": "JSch is a pure Java implementation of SSH2",
 14117        "hashes": [
 14118          {
 14119            "alg": "MD5",
 14120            "content": "56a6c6fc5819e21c665355b39b9097d8"
 14121          },
 14122          {
 14123            "alg": "SHA-1",
 14124            "content": "da3584329a263616e277e15462b387addd1b208d"
 14125          },
 14126          {
 14127            "alg": "SHA-256",
 14128            "content": "92eb273a3316762478fdd4fe03a0ce1842c56f496c9c12fe1235db80450e1fdb"
 14129          },
 14130          {
 14131            "alg": "SHA-384",
 14132            "content": "f18a28efc1b7869c57f679ada330a889f748f782dbe2dfc403aa55ef65de76fdfb779541dc7b59ace118cc8dbfc49e9f"
 14133          },
 14134          {
 14135            "alg": "SHA-512",
 14136            "content": "97ec6de64f4870ee3c84f883bd3664562bfd600ca9f3364966e7dbee7e4e8520647c03f9f81d6808e330052ca1333e37f497d6252cd26fe721a90f573cbe2036"
 14137          },
 14138          {
 14139            "alg": "SHA3-256",
 14140            "content": "87625beb207f951fa4dfa826a7276ab886fa45a2971319a0da8701984a36ccec"
 14141          },
 14142          {
 14143            "alg": "SHA3-384",
 14144            "content": "5a55e9af0daa852cba4e8bad1028baadcc3c7963e63f523a829e9e783934d5fa335f0bbcf4cc0a582bd8c9ce63810cfb"
 14145          },
 14146          {
 14147            "alg": "SHA3-512",
 14148            "content": "1f9a0621a9f004714dce44790b67f48f7d6e02550e12789ed65ebe961d4bf8de148d6955dcf76972fc2605cced7cdc33e7b9b71d9f3a8db0b4f8dd075992b91d"
 14149          }
 14150        ],
 14151        "licenses": [{"license": {"id": "BSD-3-Clause"}}],
 14152        "purl": "pkg:maven/com.jcraft/jsch@0.1.54?type=jar",
 14153        "externalReferences": [
 14154          {
 14155            "type": "website",
 14156            "url": "http://www.jcraft.com/"
 14157          },
 14158          {
 14159            "type": "vcs",
 14160            "url": "http://git.jcraft.com/jsch.git"
 14161          },
 14162          {
 14163            "type": "distribution",
 14164            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 14165          }
 14166        ]
 14167      },
 14168      {
 14169        "type": "library",
 14170        "bom-ref": "pkg:maven/com.jcraft/jzlib@1.1.1?type=jar",
 14171        "publisher": "JCraft,Inc.",
 14172        "group": "com.jcraft",
 14173        "name": "jzlib",
 14174        "version": "1.1.1",
 14175        "description": "JZlib is a re-implementation of zlib in pure Java",
 14176        "hashes": [
 14177          {
 14178            "alg": "MD5",
 14179            "content": "553b605c56ec6f508ab46ed026e21622"
 14180          },
 14181          {
 14182            "alg": "SHA-1",
 14183            "content": "a1551373315ffc2f96130a0e5704f74e151777ba"
 14184          },
 14185          {
 14186            "alg": "SHA-256",
 14187            "content": "5cb1e9f9cf0be011487545694ff0a178237c6bfcbb21c97865cdc52c60b9347a"
 14188          },
 14189          {
 14190            "alg": "SHA-384",
 14191            "content": "1ba64c0b6f58c5c7eb1b72f2fd773cb1e3fc68d8342ef05b5a4c059d5acca7a901cd8f8e0f11eebfa2d8903ec0e4d739"
 14192          },
 14193          {
 14194            "alg": "SHA-512",
 14195            "content": "223af0806a19fd25e2496c980b9824b7612528013eab9e7e21161acfe81a6f808d3d65148bdaa794c9ab73c518f6b49aa7a69107c9bc0d66d6f8e78c39964f8f"
 14196          },
 14197          {
 14198            "alg": "SHA3-256",
 14199            "content": "2a156f13e0e371d1990f2a740c05133dd31b259c8b4a2592198ade970288940c"
 14200          },
 14201          {
 14202            "alg": "SHA3-384",
 14203            "content": "9553412a7f5fdf143afbef4df2997f572d2937d9e6484308527d3239c8a2708382266fb146ba342067f54dc14d630fc4"
 14204          },
 14205          {
 14206            "alg": "SHA3-512",
 14207            "content": "a02ad837904a671ce4029d80d34644a736da9e1063e1df347fc2685cb3904c23adcd18d3dd3ce84b1ad0369eeffce3a405c684fefc3beae06aec2674ec2c3534"
 14208          }
 14209        ],
 14210        "licenses": [{"license": {"id": "BSD-3-Clause"}}],
 14211        "purl": "pkg:maven/com.jcraft/jzlib@1.1.1?type=jar",
 14212        "externalReferences": [
 14213          {
 14214            "type": "website",
 14215            "url": "http://www.jcraft.com/"
 14216          },
 14217          {
 14218            "type": "distribution",
 14219            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 14220          },
 14221          {
 14222            "type": "vcs",
 14223            "url": "http://svn.sonatype.org/spice/tags/oss-parent-6"
 14224          }
 14225        ]
 14226      },
 14227      {
 14228        "type": "library",
 14229        "bom-ref": "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.6?type=jar",
 14230        "group": "com.googlecode.javaewah",
 14231        "name": "JavaEWAH",
 14232        "version": "1.1.6",
 14233        "description": "The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.",
 14234        "hashes": [
 14235          {
 14236            "alg": "MD5",
 14237            "content": "ad90237fa8e47defd9fdac73e68608fd"
 14238          },
 14239          {
 14240            "alg": "SHA-1",
 14241            "content": "94ad16d728b374d65bd897625f3fbb3da223a2b6"
 14242          },
 14243          {
 14244            "alg": "SHA-256",
 14245            "content": "f78d44a1e3877f1ce748b4a85df5171e5e8e9a5c3c6f63bb9003db6f84cce952"
 14246          },
 14247          {
 14248            "alg": "SHA-384",
 14249            "content": "29bb6137d8fe88d77da372eb92e8ea746594ce407765317d5b3ed30fc28fb88bc0c103d7d61285e536a6412c94223441"
 14250          },
 14251          {
 14252            "alg": "SHA-512",
 14253            "content": "fea689d1e29761ce90c860ee3650c4167ae9e5ecaa316247bdafac5833bce48d2b3e04e633b426e3ab7ef3a5c9c7fd150ffa0c21afdcae9c945cb2bb85f8a82f"
 14254          },
 14255          {
 14256            "alg": "SHA3-256",
 14257            "content": "479933fb6e93f4c00b3ca0ffdc1a3e42b94694b4cbcc9a4b57b0d210221c344f"
 14258          },
 14259          {
 14260            "alg": "SHA3-384",
 14261            "content": "09dcd5b653672743c56c88af38837884890ceb35b231baa3e5db908833a69b7ce5f110206f2e64d12212320e29796973"
 14262          },
 14263          {
 14264            "alg": "SHA3-512",
 14265            "content": "56170a27378da13f8b591f80251f21e1c3c2d0bf9cc1bed1d3c024f2b8978f1a439761dd73e51bd281087adec75a1ad5195aae943f044d71bcec380b86450d8e"
 14266          }
 14267        ],
 14268        "licenses": [{"license": {"id": "Apache-2.0"}}],
 14269        "purl": "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.6?type=jar",
 14270        "externalReferences": [
 14271          {
 14272            "type": "issue-tracker",
 14273            "url": "https://github.com/lemire/javaewah/issues"
 14274          },
 14275          {
 14276            "type": "distribution",
 14277            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 14278          },
 14279          {
 14280            "type": "vcs",
 14281            "url": "http://svn.sonatype.org/spice/tags/oss-parent-5"
 14282          }
 14283        ]
 14284      },
 14285      {
 14286        "type": "library",
 14287        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-core-security@11.1.1.Final?type=jar",
 14288        "publisher": "JBoss by Red Hat",
 14289        "group": "org.wildfly.core",
 14290        "name": "wildfly-core-security",
 14291        "version": "11.1.1.Final",
 14292        "description": "WildFly: Core Parent Aggregator",
 14293        "hashes": [
 14294          {
 14295            "alg": "MD5",
 14296            "content": "0da6699af89b4d7fd67a62af5cffba8a"
 14297          },
 14298          {
 14299            "alg": "SHA-1",
 14300            "content": "e28efee1eaac08b402e58547ccc58e013bcf9209"
 14301          },
 14302          {
 14303            "alg": "SHA-256",
 14304            "content": "a3126552ac7c0d7da06944f97696406292c92aa3690ec89965c802018b26c359"
 14305          },
 14306          {
 14307            "alg": "SHA-384",
 14308            "content": "a994113c610404b8392d05957643f24459e164607f6922b241af1163d99803802a22ff48b56d22f1c76b47eeb2e16436"
 14309          },
 14310          {
 14311            "alg": "SHA-512",
 14312            "content": "2406f39ccab29d85de837568dc78d4e78451ce3930f816340c09a36859aa072aef2c1dd176454fa29d83d97c8ca3a9b8ece095fbae909ca89bf8fc82ad1da10c"
 14313          },
 14314          {
 14315            "alg": "SHA3-256",
 14316            "content": "1b536f5d60f6a2af2348b0a949ec8bab02e84cd0c220a3f8e7ae795dbf8d727e"
 14317          },
 14318          {
 14319            "alg": "SHA3-384",
 14320            "content": "ff8f9a6db43eddc4a163323f2264011963c4ba2128ae460afaff7f107c60492b2a4c6bc474466f2e5de81a95da2472b5"
 14321          },
 14322          {
 14323            "alg": "SHA3-512",
 14324            "content": "1f7830978e426624f26996ef60c6a0cb8aa75507dd9a14c88942173f817a696df2cc8c3c76af14a7a0923473ec8aef89924673b09c3837324e408d00bf8c3c8c"
 14325          }
 14326        ],
 14327        "licenses": [
 14328          {"license": {
 14329            "id": "LGPL-2.1-or-later",
 14330            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 14331          }},
 14332          {"license": {
 14333            "id": "Apache-2.0",
 14334            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14335          }}
 14336        ],
 14337        "purl": "pkg:maven/org.wildfly.core/wildfly-core-security@11.1.1.Final?type=jar",
 14338        "externalReferences": [
 14339          {
 14340            "type": "website",
 14341            "url": "http://www.jboss.org"
 14342          },
 14343          {
 14344            "type": "issue-tracker",
 14345            "url": "https://issues.jboss.org/"
 14346          },
 14347          {
 14348            "type": "mailing-list",
 14349            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14350          },
 14351          {
 14352            "type": "vcs",
 14353            "url": "http://github.com/jboss/jboss-parent-pom"
 14354          }
 14355        ]
 14356      },
 14357      {
 14358        "type": "library",
 14359        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-core-security-api@11.1.1.Final?type=jar",
 14360        "publisher": "JBoss by Red Hat",
 14361        "group": "org.wildfly.core",
 14362        "name": "wildfly-core-security-api",
 14363        "version": "11.1.1.Final",
 14364        "description": "WildFly: Core Parent Aggregator",
 14365        "hashes": [
 14366          {
 14367            "alg": "MD5",
 14368            "content": "a84edd53ad98276138623b8ee586a8ee"
 14369          },
 14370          {
 14371            "alg": "SHA-1",
 14372            "content": "2bd5cd505e6c1f8283c8365a307a0f801fbee191"
 14373          },
 14374          {
 14375            "alg": "SHA-256",
 14376            "content": "cac9d4d0015a1cd7c19d172b2d9b443a0cc6bb1bc6ae384fd7c9fac723fa8c4e"
 14377          },
 14378          {
 14379            "alg": "SHA-384",
 14380            "content": "fc254542d40b5acb4371f4c7c3d6286abc6106d1006e973df052a66d8a64d2fdaddcb2ab06e08695ab0ac900d4e60b9c"
 14381          },
 14382          {
 14383            "alg": "SHA-512",
 14384            "content": "13009c116f50e54080917b0468fcbfea3145e3730ccf07adf848f7b903de69b60a4d13db75eb1390dfd362099b0ba5b6aa2081775616c9b7d7e4bd42ace81ea0"
 14385          },
 14386          {
 14387            "alg": "SHA3-256",
 14388            "content": "f5207030778efd0eb4d36c009429fb589a2613d34db280d4aa11499e326687e2"
 14389          },
 14390          {
 14391            "alg": "SHA3-384",
 14392            "content": "3529321e1365d7960fbd6524e3b1e4ea611a73d2c6fc6a6a2a1c7da10ec90ce0a63ade216e80e1a86959f95f572a3f29"
 14393          },
 14394          {
 14395            "alg": "SHA3-512",
 14396            "content": "ebb9a7c766476968335030abbd73c7f618f0361b270dc4e383759050e1ab02f5060d8d7df8ff308e4140a26d548c43fae1215c4110548b40ab8ec11042b20722"
 14397          }
 14398        ],
 14399        "licenses": [
 14400          {"license": {
 14401            "id": "LGPL-2.1-or-later",
 14402            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 14403          }},
 14404          {"license": {
 14405            "id": "Apache-2.0",
 14406            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14407          }}
 14408        ],
 14409        "purl": "pkg:maven/org.wildfly.core/wildfly-core-security-api@11.1.1.Final?type=jar",
 14410        "externalReferences": [
 14411          {
 14412            "type": "website",
 14413            "url": "http://www.jboss.org"
 14414          },
 14415          {
 14416            "type": "issue-tracker",
 14417            "url": "https://issues.jboss.org/"
 14418          },
 14419          {
 14420            "type": "mailing-list",
 14421            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14422          },
 14423          {
 14424            "type": "vcs",
 14425            "url": "http://github.com/jboss/jboss-parent-pom"
 14426          }
 14427        ]
 14428      },
 14429      {
 14430        "type": "library",
 14431        "bom-ref": "pkg:maven/org.aesh/aesh@2.4?type=jar",
 14432        "publisher": "JBoss by Red Hat",
 14433        "group": "org.aesh",
 14434        "name": "aesh",
 14435        "version": "2.4",
 14436        "description": "Æsh (Another Extendable SHell)",
 14437        "hashes": [
 14438          {
 14439            "alg": "MD5",
 14440            "content": "6e2b1bfce9c79a50a3cdc7ae77937130"
 14441          },
 14442          {
 14443            "alg": "SHA-1",
 14444            "content": "40d95d2a707a25fa41aa390cf719292f19f625e4"
 14445          },
 14446          {
 14447            "alg": "SHA-256",
 14448            "content": "121660837106be587d72f4eb264b0a7cc6255c49c771b8ff36485ab5edf59f19"
 14449          },
 14450          {
 14451            "alg": "SHA-384",
 14452            "content": "1d58b78105e0f88e37a7d6a3aa9eb1e44cde1105f8e0b929760e242eb1ff67a9b8e2c79c66cbea2d768366b54bb7baa3"
 14453          },
 14454          {
 14455            "alg": "SHA-512",
 14456            "content": "fb054f3f2d93b345d8f5b7c603fdb2bd2ca9ef1dc21e29271096e6d136d2fc31ebff38efc68536d34c520e994bbbc1f1d7588c9d7da068cbcb338a943fc1485a"
 14457          },
 14458          {
 14459            "alg": "SHA3-256",
 14460            "content": "4cf3cefb72861f26bae28fd9c67dd871fbc2ad739f5e92a163fd668a21e5039a"
 14461          },
 14462          {
 14463            "alg": "SHA3-384",
 14464            "content": "0fbf2026514d645f34a1cc7954418eea56968afc1c19823a639c2edbd5af15d94ad544fff0a9621bf7439e156f25e352"
 14465          },
 14466          {
 14467            "alg": "SHA3-512",
 14468            "content": "4567a4d62a1773a5816e6a719153c0ecff16c2dd2a4bcfbc31cd8fb0494d7902e1569aa0f0d7db4e0ec56bb10305f555c17569111930040fe65b7ea5a0f0f216"
 14469          }
 14470        ],
 14471        "licenses": [{"license": {"id": "Apache-2.0"}}],
 14472        "purl": "pkg:maven/org.aesh/aesh@2.4?type=jar",
 14473        "externalReferences": [
 14474          {
 14475            "type": "vcs",
 14476            "url": "http://aeshell.github.io/"
 14477          },
 14478          {
 14479            "type": "website",
 14480            "url": "http://www.jboss.org"
 14481          },
 14482          {
 14483            "type": "issue-tracker",
 14484            "url": "https://issues.jboss.org/"
 14485          },
 14486          {
 14487            "type": "mailing-list",
 14488            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14489          }
 14490        ]
 14491      },
 14492      {
 14493        "type": "library",
 14494        "bom-ref": "pkg:maven/org.aesh/readline@2.0?type=jar",
 14495        "publisher": "JBoss by Red Hat",
 14496        "group": "org.aesh",
 14497        "name": "readline",
 14498        "version": "2.0",
 14499        "description": "Æsh (Another Extendable SHell) Readline API",
 14500        "hashes": [
 14501          {
 14502            "alg": "MD5",
 14503            "content": "fcecff84f8b28d9bda623eeb47c4cd5b"
 14504          },
 14505          {
 14506            "alg": "SHA-1",
 14507            "content": "59e618529d57985bff896d8771097605cc436e8c"
 14508          },
 14509          {
 14510            "alg": "SHA-256",
 14511            "content": "3a16be25d2f5e059ff7f750a9a67aa51471e034b746ca289566990dfd1db1064"
 14512          },
 14513          {
 14514            "alg": "SHA-384",
 14515            "content": "f7ed9c932174d332da72d4bdf5cc62c7f8066aeaef70cffb1a779ea50c388b19389312c4190e9efb906229d343ff9f75"
 14516          },
 14517          {
 14518            "alg": "SHA-512",
 14519            "content": "57c4144b210e2ab9ea2c7f397e82a8b1dbf33274e3bbad2303ee5181db51f50720a92c1f1556b4db668e475f4bba8571a4d6b39de3d281e7a9707024f598a67a"
 14520          },
 14521          {
 14522            "alg": "SHA3-256",
 14523            "content": "24354db8c741fc927ea8de0a62e247f39be686705ad67ee50285914abb657dab"
 14524          },
 14525          {
 14526            "alg": "SHA3-384",
 14527            "content": "a9fdf66a8df4127d5e9500786a7d289619b4b8f9f07611ede98c3e74a10e0cebe59d3ba27c17eaec6b8d4729a5f3ff71"
 14528          },
 14529          {
 14530            "alg": "SHA3-512",
 14531            "content": "2b6e56d238460a08c9a739dd25b6770fb5018ea09d3e20b089f5129f4d62891d049136c02267d493656f37f0116c4061edde1132629c332af84f11a3c3ee12da"
 14532          }
 14533        ],
 14534        "licenses": [{"license": {"id": "Apache-2.0"}}],
 14535        "purl": "pkg:maven/org.aesh/readline@2.0?type=jar",
 14536        "externalReferences": [
 14537          {
 14538            "type": "vcs",
 14539            "url": "https://github.com/aeshell/aesh-readline/tree/master"
 14540          },
 14541          {
 14542            "type": "website",
 14543            "url": "http://www.jboss.org"
 14544          },
 14545          {
 14546            "type": "issue-tracker",
 14547            "url": "https://issues.jboss.org/"
 14548          },
 14549          {
 14550            "type": "mailing-list",
 14551            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14552          }
 14553        ]
 14554      },
 14555      {
 14556        "type": "library",
 14557        "bom-ref": "pkg:maven/org.fusesource.jansi/jansi@1.18?type=jar",
 14558        "publisher": "FuseSource, Corp.",
 14559        "group": "org.fusesource.jansi",
 14560        "name": "jansi",
 14561        "version": "1.18",
 14562        "description": "Jansi is a java library for generating and interpreting ANSI escape sequences.",
 14563        "hashes": [
 14564          {
 14565            "alg": "MD5",
 14566            "content": "6ee32de8880da9f02552474f60ab6fbd"
 14567          },
 14568          {
 14569            "alg": "SHA-1",
 14570            "content": "d9205bbcd4b5f9cd1effe752d18f73bd942d783f"
 14571          },
 14572          {
 14573            "alg": "SHA-256",
 14574            "content": "109e64fc65767c7a1a3bd654709d76f107b0a3b39db32cbf11139e13a6f5229b"
 14575          },
 14576          {
 14577            "alg": "SHA-384",
 14578            "content": "b91acbd71b527b81d554dd6be4fab45fc7b360152abc43a3b1da0840acb92cf041b2ab41b738a0eb34b1b81f2f2e07f8"
 14579          },
 14580          {
 14581            "alg": "SHA-512",
 14582            "content": "e381a86bf2dd335115a83bbd3719e173411d34e8db65767743be1b4cbd9fb6fa0f8acf411e86aaa11b3f1ee2cff9dc03a4f83f54fe1f40e5ff130dffaa83513d"
 14583          },
 14584          {
 14585            "alg": "SHA3-256",
 14586            "content": "1ba00aca1832259ecc2826aa2a5194c40b1cf36d96ef626710a747d433887bdf"
 14587          },
 14588          {
 14589            "alg": "SHA3-384",
 14590            "content": "190f5e1a46930b89fc1edef6b578815d68b0349f0839387b0c281cce939ebe24aa473f2a1c6450d68c75ccd51109f060"
 14591          },
 14592          {
 14593            "alg": "SHA3-512",
 14594            "content": "0709bbd062e280c2d5a86a76d9610a0d894fd9363ecd620f2ad59dcdfef0a218ae6d85d59ceeb01617064803d857ebcb582109fcb3a1004d8d2c3aa08d07bde7"
 14595          }
 14596        ],
 14597        "licenses": [{"license": {"id": "Apache-2.0"}}],
 14598        "purl": "pkg:maven/org.fusesource.jansi/jansi@1.18?type=jar",
 14599        "externalReferences": [
 14600          {
 14601            "type": "distribution",
 14602            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 14603          },
 14604          {
 14605            "type": "issue-tracker",
 14606            "url": "https://github.com/fusesource/${forge-project-id}/issues"
 14607          },
 14608          {
 14609            "type": "mailing-list",
 14610            "url": "http://groups.google.com/group/${forge-project-id}"
 14611          },
 14612          {
 14613            "type": "vcs",
 14614            "url": "https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}"
 14615          },
 14616          {
 14617            "type": "website",
 14618            "url": "http://fusesource.com/"
 14619          }
 14620        ]
 14621      },
 14622      {
 14623        "type": "library",
 14624        "bom-ref": "pkg:maven/org.jboss.threads/jboss-threads@2.3.3.Final?type=jar",
 14625        "publisher": "JBoss by Red Hat",
 14626        "group": "org.jboss.threads",
 14627        "name": "jboss-threads",
 14628        "version": "2.3.3.Final",
 14629        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 14630        "hashes": [
 14631          {
 14632            "alg": "MD5",
 14633            "content": "f5efdb4b758f2b25217a60a65d125fa9"
 14634          },
 14635          {
 14636            "alg": "SHA-1",
 14637            "content": "416a9b62ae304c0c448879970ca69953a4aaaad0"
 14638          },
 14639          {
 14640            "alg": "SHA-256",
 14641            "content": "9893a2528a94c40b637230cbf83fb764cb29be4e5f3406ef5444c911511b703a"
 14642          },
 14643          {
 14644            "alg": "SHA-384",
 14645            "content": "a54258e9875b89fd74c47458c1811b505cfd7b5c4f9d6abd0760860f08d514fa3ce4c9abaf864db9c133cf88b0e84243"
 14646          },
 14647          {
 14648            "alg": "SHA-512",
 14649            "content": "d9a2132438e7a188f80730764ae2f7314935345a53a30e2d1e88ef90ba6219f9d819ee0febabaf765dd24308c6aa7d84c83e8a683d78b7ba64c1f8cdf1f6aa80"
 14650          },
 14651          {
 14652            "alg": "SHA3-256",
 14653            "content": "8b3c11c093ed1aeac3a65c329f57fea978ba9606bea0fcf2468c74cd680ecf6f"
 14654          },
 14655          {
 14656            "alg": "SHA3-384",
 14657            "content": "14dad5d83b805411929b391d3bece348d483b3ed0672c8837b52844d1aea9574c5950bc691e0184aac67ab4a6304499d"
 14658          },
 14659          {
 14660            "alg": "SHA3-512",
 14661            "content": "2951708d10d05e6d2d59b18b127b8a1782c83bfbdc1e456e8ac9141daa69f40b4efb1c3b4c69b614d54d443f8a3c38e0c9fa02f8daeca0925fc975f98b42ac09"
 14662          }
 14663        ],
 14664        "licenses": [{"license": {
 14665          "id": "Apache-2.0",
 14666          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14667        }}],
 14668        "purl": "pkg:maven/org.jboss.threads/jboss-threads@2.3.3.Final?type=jar",
 14669        "externalReferences": [
 14670          {
 14671            "type": "issue-tracker",
 14672            "url": "https://issues.jboss.org/browse/JBTHR"
 14673          },
 14674          {
 14675            "type": "website",
 14676            "url": "http://www.jboss.org"
 14677          },
 14678          {
 14679            "type": "mailing-list",
 14680            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14681          },
 14682          {
 14683            "type": "vcs",
 14684            "url": "http://github.com/jboss/jboss-parent-pom"
 14685          }
 14686        ]
 14687      },
 14688      {
 14689        "type": "library",
 14690        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-server@11.1.1.Final?type=jar",
 14691        "publisher": "JBoss by Red Hat",
 14692        "group": "org.wildfly.core",
 14693        "name": "wildfly-server",
 14694        "version": "11.1.1.Final",
 14695        "description": "WildFly: Core Parent Aggregator",
 14696        "hashes": [
 14697          {
 14698            "alg": "MD5",
 14699            "content": "b4a76f6b698154cf377d64381a0f8bd1"
 14700          },
 14701          {
 14702            "alg": "SHA-1",
 14703            "content": "1722b8b723bd86946a5971811310cf7821d29216"
 14704          },
 14705          {
 14706            "alg": "SHA-256",
 14707            "content": "45ec90b469b08300b9ef2b91b84d157edbb2c359bb8d8103d3d0585e663d2b7a"
 14708          },
 14709          {
 14710            "alg": "SHA-384",
 14711            "content": "a9500e6fdaa04db08bd18fbfaaad54f7ad7b3e2ee8c174ecfa12b3ce8a5794f2b74eeb940f5b879ef5972c2f18bf3bee"
 14712          },
 14713          {
 14714            "alg": "SHA-512",
 14715            "content": "822f6aa15ae06867e227b77753c244b24f78d42a46c61ac4dceb42fd0f7784491514c43934db5b639baf96edf2cebdd1bfbab1075bcaec359bc6cae9668e1f41"
 14716          },
 14717          {
 14718            "alg": "SHA3-256",
 14719            "content": "3ab665852cb9ed243ac071a825c98cc9b957cd27cca43e3ad84531f3bab58e37"
 14720          },
 14721          {
 14722            "alg": "SHA3-384",
 14723            "content": "bd03c2d9df9bcd9eca8468ddc64a0c8ccabb63b1db19bf02dc9df18befc3381eae082c15b0440d166465e59a1688134f"
 14724          },
 14725          {
 14726            "alg": "SHA3-512",
 14727            "content": "e9a0157f574ec3948190cb763592eb9d7ea5616c2fd0cab45b2046089d147b20c080178214b06e5b4cb6930140d26248b45a6c6b230efe963b3b0f7cb7c459b5"
 14728          }
 14729        ],
 14730        "licenses": [
 14731          {"license": {
 14732            "id": "LGPL-2.1-or-later",
 14733            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 14734          }},
 14735          {"license": {
 14736            "id": "Apache-2.0",
 14737            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14738          }}
 14739        ],
 14740        "purl": "pkg:maven/org.wildfly.core/wildfly-server@11.1.1.Final?type=jar",
 14741        "externalReferences": [
 14742          {
 14743            "type": "website",
 14744            "url": "http://www.jboss.org"
 14745          },
 14746          {
 14747            "type": "issue-tracker",
 14748            "url": "https://issues.jboss.org/"
 14749          },
 14750          {
 14751            "type": "mailing-list",
 14752            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14753          },
 14754          {
 14755            "type": "vcs",
 14756            "url": "http://github.com/jboss/jboss-parent-pom"
 14757          }
 14758        ]
 14759      },
 14760      {
 14761        "type": "library",
 14762        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-core-management-client@11.1.1.Final?type=jar",
 14763        "publisher": "JBoss by Red Hat",
 14764        "group": "org.wildfly.core",
 14765        "name": "wildfly-core-management-client",
 14766        "version": "11.1.1.Final",
 14767        "description": "WildFly: Core Parent Aggregator",
 14768        "hashes": [
 14769          {
 14770            "alg": "MD5",
 14771            "content": "e8509bb5a37fdb99e823d0a9304a6a41"
 14772          },
 14773          {
 14774            "alg": "SHA-1",
 14775            "content": "fe9cc242112f974e7b03f176bf1df35f2338fb84"
 14776          },
 14777          {
 14778            "alg": "SHA-256",
 14779            "content": "ffe6bec6d0a9b6181a4774df81700e69aa806f8a2e51bafeb57505fbe54bc772"
 14780          },
 14781          {
 14782            "alg": "SHA-384",
 14783            "content": "b8664e45dd21e61d65844d12368ad793f87c6b8443f827a48f50af06bea3f29b794dbb3efe95fbcea6a04b5c0cb246b1"
 14784          },
 14785          {
 14786            "alg": "SHA-512",
 14787            "content": "e5d89c8e076603a0b79aca295f10b2097535be0e79f85b3579348d0a6ab09013abbade17e403f456eff0678f31cbaf2d0251e37697b042ba650453dee28782be"
 14788          },
 14789          {
 14790            "alg": "SHA3-256",
 14791            "content": "0f076121c92e9c3008da9c0e3d0b104c09783a91c9bc8db0fa31cb498a281dd2"
 14792          },
 14793          {
 14794            "alg": "SHA3-384",
 14795            "content": "711ae5ab2052fb95770d3eb2447df61816a446cf83ddb18bf485dd55b7e6daccd6e74a722475b8a15ad8e5681466f885"
 14796          },
 14797          {
 14798            "alg": "SHA3-512",
 14799            "content": "eeea068ff5b3ef778ad6e38f7ba2c1a57577eda0049375a1b736e777ebd484807f5832d72f9b225039a9aa7e74812d24256bdfe1ef972511400d8eb718c8d0a2"
 14800          }
 14801        ],
 14802        "licenses": [
 14803          {"license": {
 14804            "id": "LGPL-2.1-or-later",
 14805            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 14806          }},
 14807          {"license": {
 14808            "id": "Apache-2.0",
 14809            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14810          }}
 14811        ],
 14812        "purl": "pkg:maven/org.wildfly.core/wildfly-core-management-client@11.1.1.Final?type=jar",
 14813        "externalReferences": [
 14814          {
 14815            "type": "website",
 14816            "url": "http://www.jboss.org"
 14817          },
 14818          {
 14819            "type": "issue-tracker",
 14820            "url": "https://issues.jboss.org/"
 14821          },
 14822          {
 14823            "type": "mailing-list",
 14824            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14825          },
 14826          {
 14827            "type": "vcs",
 14828            "url": "http://github.com/jboss/jboss-parent-pom"
 14829          }
 14830        ]
 14831      },
 14832      {
 14833        "type": "library",
 14834        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-domain-http-interface@11.1.1.Final?type=jar",
 14835        "publisher": "JBoss by Red Hat",
 14836        "group": "org.wildfly.core",
 14837        "name": "wildfly-domain-http-interface",
 14838        "version": "11.1.1.Final",
 14839        "description": "WildFly: Core Parent Aggregator",
 14840        "hashes": [
 14841          {
 14842            "alg": "MD5",
 14843            "content": "7bbe25a2e6937751c0262865ca993f35"
 14844          },
 14845          {
 14846            "alg": "SHA-1",
 14847            "content": "98e98322b8b5d11ab07afaa179b1d31f8321d012"
 14848          },
 14849          {
 14850            "alg": "SHA-256",
 14851            "content": "684f8032cdef6438adc597d8ed932df6ff8af67d8ef43f36a8253e381b8e81d3"
 14852          },
 14853          {
 14854            "alg": "SHA-384",
 14855            "content": "31a5e544045eb91deeee7508471ef8c2cfac30ce30bd35d10894c663b5ae84f9493ffc6bce87647bb76e3eef2594ec30"
 14856          },
 14857          {
 14858            "alg": "SHA-512",
 14859            "content": "869f53c31629674dd302a7689a26e462a4814c610baf49e95515d0628e91ba931b2b2cb38a323e67f941ea886016b40a4b338b223d026eb3d3719fcf7888f968"
 14860          },
 14861          {
 14862            "alg": "SHA3-256",
 14863            "content": "b1992e8b1ff9fe8008bbc2bcb07bc6acba7cce844c09900452754250efe55e3e"
 14864          },
 14865          {
 14866            "alg": "SHA3-384",
 14867            "content": "bb9151415eff2cb62853753691b98e3bd21ff36c34afc7889b23413be9f16c6f33c0c4560dcf1e869e656ffaf2827de0"
 14868          },
 14869          {
 14870            "alg": "SHA3-512",
 14871            "content": "1d078bd888121d641fa0f11d7375fa65cbe151ba7511da67006b5ad79cd260136ddc57ece15c3463a83fa62fb9d992d6da2307d99c09a557ba4bc909c16a4212"
 14872          }
 14873        ],
 14874        "licenses": [
 14875          {"license": {
 14876            "id": "LGPL-2.1-or-later",
 14877            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 14878          }},
 14879          {"license": {
 14880            "id": "Apache-2.0",
 14881            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14882          }}
 14883        ],
 14884        "purl": "pkg:maven/org.wildfly.core/wildfly-domain-http-interface@11.1.1.Final?type=jar",
 14885        "externalReferences": [
 14886          {
 14887            "type": "website",
 14888            "url": "http://www.jboss.org"
 14889          },
 14890          {
 14891            "type": "issue-tracker",
 14892            "url": "https://issues.jboss.org/"
 14893          },
 14894          {
 14895            "type": "mailing-list",
 14896            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14897          },
 14898          {
 14899            "type": "vcs",
 14900            "url": "http://github.com/jboss/jboss-parent-pom"
 14901          }
 14902        ]
 14903      },
 14904      {
 14905        "type": "library",
 14906        "bom-ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.7.1.Final?type=jar",
 14907        "publisher": "JBoss by Red Hat",
 14908        "group": "org.wildfly.security.elytron-web",
 14909        "name": "undertow-server",
 14910        "version": "1.7.1.Final",
 14911        "description": "Integration project for integrating Elytron based HTTP authentication with Undertow.",
 14912        "hashes": [
 14913          {
 14914            "alg": "MD5",
 14915            "content": "ea62b79bc4331fff7b243dff07db2ff1"
 14916          },
 14917          {
 14918            "alg": "SHA-1",
 14919            "content": "09109dbf3bf64f53ede74fdcbc14676a76f1eccd"
 14920          },
 14921          {
 14922            "alg": "SHA-256",
 14923            "content": "6e138807b95441f23919e0f09c86e72471b51488e3fee883da64e8238fea37aa"
 14924          },
 14925          {
 14926            "alg": "SHA-384",
 14927            "content": "c85f807e6c4ca13f60ef4e1dab76feb829bcc756af5d89b6fd0b38ecba0c0f6ba9e22d2b473e6f8de6b1478dedcf9361"
 14928          },
 14929          {
 14930            "alg": "SHA-512",
 14931            "content": "c00bd7de61fbabaef039ac5004bda611f71d81ee44eb900c9e0da1f2f8d8ea5d8674952f90da9cd507771aa2f21f3e9bc692cded595a0a366ce8bbc2d40bbb33"
 14932          },
 14933          {
 14934            "alg": "SHA3-256",
 14935            "content": "f95aeb90aa69ba4a958db8e1c23d5cac29acab12b177bca4c49978c844e14dac"
 14936          },
 14937          {
 14938            "alg": "SHA3-384",
 14939            "content": "3c5d2a8a8e9277232bc0cdd5a71266199701f8b470b24e9afe8522c6fdd23f3058dee81fe3a75b20c320fa1e273d505b"
 14940          },
 14941          {
 14942            "alg": "SHA3-512",
 14943            "content": "3e223c541b707bcd80192060d40f788fe34a9399971a13df2d7f9ded9ab26c7a98070691de749f0c74ed15af6ce6f22a3f5c567c1985a7d5b4255b54ccd1445e"
 14944          }
 14945        ],
 14946        "licenses": [{"license": {
 14947          "id": "Apache-2.0",
 14948          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 14949        }}],
 14950        "purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.7.1.Final?type=jar",
 14951        "externalReferences": [
 14952          {
 14953            "type": "website",
 14954            "url": "http://www.jboss.org"
 14955          },
 14956          {
 14957            "type": "issue-tracker",
 14958            "url": "https://issues.jboss.org/"
 14959          },
 14960          {
 14961            "type": "mailing-list",
 14962            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 14963          },
 14964          {
 14965            "type": "vcs",
 14966            "url": "http://github.com/jboss/jboss-parent-pom"
 14967          }
 14968        ]
 14969      },
 14970      {
 14971        "type": "library",
 14972        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-deployment-repository@11.1.1.Final?type=jar",
 14973        "publisher": "JBoss by Red Hat",
 14974        "group": "org.wildfly.core",
 14975        "name": "wildfly-deployment-repository",
 14976        "version": "11.1.1.Final",
 14977        "description": "WildFly: Core Parent Aggregator",
 14978        "hashes": [
 14979          {
 14980            "alg": "MD5",
 14981            "content": "0bc8e65be8ac2c9381cbb97c67a1b4c7"
 14982          },
 14983          {
 14984            "alg": "SHA-1",
 14985            "content": "16e32b57b92264d6d1a573276fe06b7204995d83"
 14986          },
 14987          {
 14988            "alg": "SHA-256",
 14989            "content": "357e6d92721d14170ad66c9aaaf2d211caeffa9810d9d6afa7a73dba97641d9c"
 14990          },
 14991          {
 14992            "alg": "SHA-384",
 14993            "content": "f4ddff0c8282fcb9fa14bbc7a9819978a503d312b4eea2a1b63e91698698387007bae47d9fdc12fa3a4e218ee2c027f9"
 14994          },
 14995          {
 14996            "alg": "SHA-512",
 14997            "content": "abc9d94cb1d3df0b850fad910c2560ba394ac967036de67a96ab517e9a45dd6da0c06f0df2525216fdd05370da954833d2b78145ea883881d24f26720df1b773"
 14998          },
 14999          {
 15000            "alg": "SHA3-256",
 15001            "content": "6cc2437367c7c05800ba71bdf9f7ae8823d1e2e6f9ab37099cbcd265cc025255"
 15002          },
 15003          {
 15004            "alg": "SHA3-384",
 15005            "content": "eb7f12cae8242d823c9f7bd549a24e957caf77f64243b8191d43a848072caf984a280aaae98fef74a53639b654e9da90"
 15006          },
 15007          {
 15008            "alg": "SHA3-512",
 15009            "content": "d06d373df489b972908074120b6e110cc8fba01e8dd7231c8942302d6cdd1afc52772bc01d1d51b8445ac8d475de535261814f8ade73d07af3fa18f946c4f3f8"
 15010          }
 15011        ],
 15012        "licenses": [
 15013          {"license": {
 15014            "id": "LGPL-2.1-or-later",
 15015            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15016          }},
 15017          {"license": {
 15018            "id": "Apache-2.0",
 15019            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15020          }}
 15021        ],
 15022        "purl": "pkg:maven/org.wildfly.core/wildfly-deployment-repository@11.1.1.Final?type=jar",
 15023        "externalReferences": [
 15024          {
 15025            "type": "website",
 15026            "url": "http://www.jboss.org"
 15027          },
 15028          {
 15029            "type": "issue-tracker",
 15030            "url": "https://issues.jboss.org/"
 15031          },
 15032          {
 15033            "type": "mailing-list",
 15034            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15035          },
 15036          {
 15037            "type": "vcs",
 15038            "url": "http://github.com/jboss/jboss-parent-pom"
 15039          }
 15040        ]
 15041      },
 15042      {
 15043        "type": "library",
 15044        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-platform-mbean@11.1.1.Final?type=jar",
 15045        "publisher": "JBoss by Red Hat",
 15046        "group": "org.wildfly.core",
 15047        "name": "wildfly-platform-mbean",
 15048        "version": "11.1.1.Final",
 15049        "description": "WildFly: Core Parent Aggregator",
 15050        "hashes": [
 15051          {
 15052            "alg": "MD5",
 15053            "content": "988745f7bf1ea0959fb236eb6574d63c"
 15054          },
 15055          {
 15056            "alg": "SHA-1",
 15057            "content": "d0e86c7917cf0f3678c33cf570f8becdc5dfe81f"
 15058          },
 15059          {
 15060            "alg": "SHA-256",
 15061            "content": "bd17f6e35db4b8e34e567d08165036541be0b6e59c61fecdd6ef3812df09720b"
 15062          },
 15063          {
 15064            "alg": "SHA-384",
 15065            "content": "116b8ba5d36492e2325b756240d79cae9804c98373843b9b5089ec9c3b1d8a0152641e804998b7a29665b8e3c76d09d9"
 15066          },
 15067          {
 15068            "alg": "SHA-512",
 15069            "content": "6b3517b0ae8a9474cddaf76b150b6dd98cd3d6745c4c5473fd48224c9130cb8bc327aefca58e4d81886ea8df010ad989b10e19148a3ea8f2e11781321eb9d461"
 15070          },
 15071          {
 15072            "alg": "SHA3-256",
 15073            "content": "6e5a99f299c82b7b22554c6d57a0f229ea9105ba049a6e364ca69c93d9b294f9"
 15074          },
 15075          {
 15076            "alg": "SHA3-384",
 15077            "content": "d173b1e492213b20141a55185078275e27e609c80086d6347fc637136d5ac2956d6ac184b447b6db41cb3fd19a041f17"
 15078          },
 15079          {
 15080            "alg": "SHA3-512",
 15081            "content": "4370f000a276f7a5a95c979f5917960ba7ebc3be0478f207fc4e415cef4d805e8ec52016a24cb22fc5c0ef7d05bf524f3a4b1fc7290e796ca994e740694ee7f9"
 15082          }
 15083        ],
 15084        "licenses": [
 15085          {"license": {
 15086            "id": "LGPL-2.1-or-later",
 15087            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15088          }},
 15089          {"license": {
 15090            "id": "Apache-2.0",
 15091            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15092          }}
 15093        ],
 15094        "purl": "pkg:maven/org.wildfly.core/wildfly-platform-mbean@11.1.1.Final?type=jar",
 15095        "externalReferences": [
 15096          {
 15097            "type": "website",
 15098            "url": "http://www.jboss.org"
 15099          },
 15100          {
 15101            "type": "issue-tracker",
 15102            "url": "https://issues.jboss.org/"
 15103          },
 15104          {
 15105            "type": "mailing-list",
 15106            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15107          },
 15108          {
 15109            "type": "vcs",
 15110            "url": "http://github.com/jboss/jboss-parent-pom"
 15111          }
 15112        ]
 15113      },
 15114      {
 15115        "type": "library",
 15116        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-process-controller@11.1.1.Final?type=jar",
 15117        "publisher": "JBoss by Red Hat",
 15118        "group": "org.wildfly.core",
 15119        "name": "wildfly-process-controller",
 15120        "version": "11.1.1.Final",
 15121        "description": "WildFly: Core Parent Aggregator",
 15122        "hashes": [
 15123          {
 15124            "alg": "MD5",
 15125            "content": "ea587c6d70a09ade117b9e14f801102a"
 15126          },
 15127          {
 15128            "alg": "SHA-1",
 15129            "content": "deeb42ddb15bafbe4768cf5b781ec88be482b775"
 15130          },
 15131          {
 15132            "alg": "SHA-256",
 15133            "content": "076f7dbda0d6f4f0a096a4c3ff8413202014855e607c5dee7a7a039754cd3264"
 15134          },
 15135          {
 15136            "alg": "SHA-384",
 15137            "content": "80f1b15bd60bba695b7f47462f36dfb7b4726db6d9d03f780ef435d6487395398c8d61eebefdd8fee4340afcbbe43641"
 15138          },
 15139          {
 15140            "alg": "SHA-512",
 15141            "content": "03ff031cb2794f6c145a7e8978c9ad109e39d535a25f2caae3d198d6c51f2d89dc82c0efd0074d877ab5f331464c50f96c90e19b78744c3c97d00b7f4ad375dd"
 15142          },
 15143          {
 15144            "alg": "SHA3-256",
 15145            "content": "d77a5cea1f48de8942db9e6664d3b41e7887261554f8222c0eb52500e6057fca"
 15146          },
 15147          {
 15148            "alg": "SHA3-384",
 15149            "content": "d17bde4cf367b546a6a880a2944b8726c192d1983c633cef558e1dfcc5ca61499549fa4091198e2b2ff02215a1cd7eb1"
 15150          },
 15151          {
 15152            "alg": "SHA3-512",
 15153            "content": "781312529c0da923923a8366cd8e0d24144a1a84e1ddd485e22c5c4526567fb93c79fa140bc699f5140fb2a4302b9b51b1b7d6f6dd8f5ab9f5cd4c44ea93ad32"
 15154          }
 15155        ],
 15156        "licenses": [
 15157          {"license": {
 15158            "id": "LGPL-2.1-or-later",
 15159            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15160          }},
 15161          {"license": {
 15162            "id": "Apache-2.0",
 15163            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15164          }}
 15165        ],
 15166        "purl": "pkg:maven/org.wildfly.core/wildfly-process-controller@11.1.1.Final?type=jar",
 15167        "externalReferences": [
 15168          {
 15169            "type": "website",
 15170            "url": "http://www.jboss.org"
 15171          },
 15172          {
 15173            "type": "issue-tracker",
 15174            "url": "https://issues.jboss.org/"
 15175          },
 15176          {
 15177            "type": "mailing-list",
 15178            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15179          },
 15180          {
 15181            "type": "vcs",
 15182            "url": "http://github.com/jboss/jboss-parent-pom"
 15183          }
 15184        ]
 15185      },
 15186      {
 15187        "type": "library",
 15188        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-remoting@11.1.1.Final?type=jar",
 15189        "publisher": "JBoss by Red Hat",
 15190        "group": "org.wildfly.core",
 15191        "name": "wildfly-remoting",
 15192        "version": "11.1.1.Final",
 15193        "description": "WildFly: Core Parent Aggregator",
 15194        "hashes": [
 15195          {
 15196            "alg": "MD5",
 15197            "content": "e17a5566ef78d272c6616a049b7d9099"
 15198          },
 15199          {
 15200            "alg": "SHA-1",
 15201            "content": "cdc6337715a6c1de299ab56c12e7c13044068a4a"
 15202          },
 15203          {
 15204            "alg": "SHA-256",
 15205            "content": "8c0140a6037e0dc7e07050d7deb6884b4458c2e206f11737a8425c9e05df7651"
 15206          },
 15207          {
 15208            "alg": "SHA-384",
 15209            "content": "e94499f9cbbaf83230c7e76070bb46798e89ca0e765e75f2cf312bea7c1a3822acba9415052f0660122c7b282e9086c7"
 15210          },
 15211          {
 15212            "alg": "SHA-512",
 15213            "content": "4263440122cc9f7e610e9aa21c703746462bda6ce78b0e4af5219a2eb59c80bb736b5b999c87ffc408d4c5d36e77d25460a0287502af4bf573c8d5568eb8f6f5"
 15214          },
 15215          {
 15216            "alg": "SHA3-256",
 15217            "content": "78d5becc3a10a9be4a9868b3f2635ae4f57498cebf275488dd186fc5e5e4a989"
 15218          },
 15219          {
 15220            "alg": "SHA3-384",
 15221            "content": "545b9c83f17dd179f5493f5fa0f2262e88006f5eed2aea2da7d067c3199274fdcc3ee37fd2b3ca31fa9f77d8b2bd83e7"
 15222          },
 15223          {
 15224            "alg": "SHA3-512",
 15225            "content": "d7968897296d1267e3cee401102f96d47bf1829df4911710ca6867297386ef53944a9d9f08c0b4987c5a369a5612c882a8b53b1d3ac18e502ab882cbc8c96b38"
 15226          }
 15227        ],
 15228        "licenses": [
 15229          {"license": {
 15230            "id": "LGPL-2.1-or-later",
 15231            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15232          }},
 15233          {"license": {
 15234            "id": "Apache-2.0",
 15235            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15236          }}
 15237        ],
 15238        "purl": "pkg:maven/org.wildfly.core/wildfly-remoting@11.1.1.Final?type=jar",
 15239        "externalReferences": [
 15240          {
 15241            "type": "website",
 15242            "url": "http://www.jboss.org"
 15243          },
 15244          {
 15245            "type": "issue-tracker",
 15246            "url": "https://issues.jboss.org/"
 15247          },
 15248          {
 15249            "type": "mailing-list",
 15250            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15251          },
 15252          {
 15253            "type": "vcs",
 15254            "url": "http://github.com/jboss/jboss-parent-pom"
 15255          }
 15256        ]
 15257      },
 15258      {
 15259        "type": "library",
 15260        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-io@11.1.1.Final?type=jar",
 15261        "publisher": "JBoss by Red Hat",
 15262        "group": "org.wildfly.core",
 15263        "name": "wildfly-io",
 15264        "version": "11.1.1.Final",
 15265        "description": "WildFly: Core Parent Aggregator",
 15266        "hashes": [
 15267          {
 15268            "alg": "MD5",
 15269            "content": "df84932de7268c0454d7fc33409bc268"
 15270          },
 15271          {
 15272            "alg": "SHA-1",
 15273            "content": "eedcdfc04b6ffde44437ce28f37b6ff0ff2545ce"
 15274          },
 15275          {
 15276            "alg": "SHA-256",
 15277            "content": "d811fcb8edd2591383c321a5d178ddc983f4ce5621e3d2ac952750787df007af"
 15278          },
 15279          {
 15280            "alg": "SHA-384",
 15281            "content": "c097bc281b98456450e71ccfb6e94dfc5950d58743198998797b662a616f16bc2a6f4a03cf0d6927f1e38d1c13dfd974"
 15282          },
 15283          {
 15284            "alg": "SHA-512",
 15285            "content": "a6fead16ce6a174994110955c905e2de34a0ee1bd7f6a47899cec38f1f213c4039959a76baa24fa37300e47739dd7ebfad60a35169bf0e5953bafe4d2bd853b2"
 15286          },
 15287          {
 15288            "alg": "SHA3-256",
 15289            "content": "f931f396c2d1395fddc33fd8f328f6e14d1d7cb82e017505133cb01c61bf064c"
 15290          },
 15291          {
 15292            "alg": "SHA3-384",
 15293            "content": "fbe0b0b8a78dff160930c86f9b71de86d0fda3c59d2f52fa02ed08be13629727098f851d57a84dcd4e869dfa4cb7fa4f"
 15294          },
 15295          {
 15296            "alg": "SHA3-512",
 15297            "content": "6fe450f5c0f7c9e702ebff8b8fcfc1b09c73eee016492916500c2587de1a9359f85b42fefe27119c61885038b93c0bb012a472c7d4bf7242a1faf8122fd92513"
 15298          }
 15299        ],
 15300        "licenses": [
 15301          {"license": {
 15302            "id": "LGPL-2.1-or-later",
 15303            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15304          }},
 15305          {"license": {
 15306            "id": "Apache-2.0",
 15307            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15308          }}
 15309        ],
 15310        "purl": "pkg:maven/org.wildfly.core/wildfly-io@11.1.1.Final?type=jar",
 15311        "externalReferences": [
 15312          {
 15313            "type": "website",
 15314            "url": "http://www.jboss.org"
 15315          },
 15316          {
 15317            "type": "issue-tracker",
 15318            "url": "https://issues.jboss.org/"
 15319          },
 15320          {
 15321            "type": "mailing-list",
 15322            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15323          },
 15324          {
 15325            "type": "vcs",
 15326            "url": "http://github.com/jboss/jboss-parent-pom"
 15327          }
 15328        ]
 15329      },
 15330      {
 15331        "type": "library",
 15332        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-network@11.1.1.Final?type=jar",
 15333        "publisher": "JBoss by Red Hat",
 15334        "group": "org.wildfly.core",
 15335        "name": "wildfly-network",
 15336        "version": "11.1.1.Final",
 15337        "description": "WildFly: Core Parent Aggregator",
 15338        "hashes": [
 15339          {
 15340            "alg": "MD5",
 15341            "content": "7f0221177fe33220a9ce6d7e5829e19e"
 15342          },
 15343          {
 15344            "alg": "SHA-1",
 15345            "content": "a9b07b87539fde4805d0130dfd9b7f13c0d597db"
 15346          },
 15347          {
 15348            "alg": "SHA-256",
 15349            "content": "ce7166e04893afcd58f5c0cd0883b93f0c65255e8e5eceb663b620b628f2fc81"
 15350          },
 15351          {
 15352            "alg": "SHA-384",
 15353            "content": "2328c6d572d12982f3b56596a60e24fadc0c50398f423fe51826d0680440bc2a52f426e6cc2564d6f0f6e377704d1345"
 15354          },
 15355          {
 15356            "alg": "SHA-512",
 15357            "content": "f6491c9c04ec8aaa67fd22e0e8087aafce9d5d43a79a9034ed5637dac93e3017dd10fd38fcf7a59603dc6903ed9374725c05ed9c61e7fe073bbedd30bc0f72aa"
 15358          },
 15359          {
 15360            "alg": "SHA3-256",
 15361            "content": "96a8479e2da41c2f55ea01f78a47f5b02d08bca438a5cf5f443883a9d2c8d5d8"
 15362          },
 15363          {
 15364            "alg": "SHA3-384",
 15365            "content": "966bfb174c0c73b658511fe47cd418041ab712a31fed3a0b6cac765ff3ae3d5fd3f69365b4843c85a262553feaeac742"
 15366          },
 15367          {
 15368            "alg": "SHA3-512",
 15369            "content": "2e6e4f4ad70f8e403d038eeb26988c1b9769db009c6801b03ef1bdb44b924fff6ca48603fbe4b84d66fc08dae668877b5f1ea9355cebedde3f77cc37f13cef69"
 15370          }
 15371        ],
 15372        "licenses": [
 15373          {"license": {
 15374            "id": "LGPL-2.1-or-later",
 15375            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15376          }},
 15377          {"license": {
 15378            "id": "Apache-2.0",
 15379            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15380          }}
 15381        ],
 15382        "purl": "pkg:maven/org.wildfly.core/wildfly-network@11.1.1.Final?type=jar",
 15383        "externalReferences": [
 15384          {
 15385            "type": "website",
 15386            "url": "http://www.jboss.org"
 15387          },
 15388          {
 15389            "type": "issue-tracker",
 15390            "url": "https://issues.jboss.org/"
 15391          },
 15392          {
 15393            "type": "mailing-list",
 15394            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15395          },
 15396          {
 15397            "type": "vcs",
 15398            "url": "http://github.com/jboss/jboss-parent-pom"
 15399          }
 15400        ]
 15401      },
 15402      {
 15403        "type": "library",
 15404        "bom-ref": "pkg:maven/org.jboss/jandex@2.1.2.Final?type=jar",
 15405        "publisher": "JBoss by Red Hat",
 15406        "group": "org.jboss",
 15407        "name": "jandex",
 15408        "version": "2.1.2.Final",
 15409        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 15410        "hashes": [
 15411          {
 15412            "alg": "MD5",
 15413            "content": "fc10f2880c1a3d477f395a36976df2f8"
 15414          },
 15415          {
 15416            "alg": "SHA-1",
 15417            "content": "22866a099fc17dfd47c87c19e84530e003b5e47d"
 15418          },
 15419          {
 15420            "alg": "SHA-256",
 15421            "content": "d7a90668526b56e5530e71c0d9d0426043cdc10c543d1c75f660eaff0af857b7"
 15422          },
 15423          {
 15424            "alg": "SHA-384",
 15425            "content": "e7aed78893f39805d5b5edf0dbb20dc911c892f44617bfde8ced3d025965f679d0d35ebe3387615160e094039d5cb901"
 15426          },
 15427          {
 15428            "alg": "SHA-512",
 15429            "content": "78ce92724bafbec25267f71eb2e56ae9d2deb5bbbc70a7c911bfd0503c7b310b833d41dd19b51f465578030f22c151152a986c93962a8b7e8f6c7ed188e7169a"
 15430          },
 15431          {
 15432            "alg": "SHA3-256",
 15433            "content": "3eddfbef1f454fa82cc3d84076389cd479ba37d2b91065e08daa9c412bfff1dd"
 15434          },
 15435          {
 15436            "alg": "SHA3-384",
 15437            "content": "21fe58f8dc8c4322b7782c12a57e1548cc4b3f4f26001e97f766faf97315065bdb35320e34002aa445b88c8adefe3414"
 15438          },
 15439          {
 15440            "alg": "SHA3-512",
 15441            "content": "b967669f7f36eb1c416b527937995b52ab08c5493527c5a2438b5eef1fef05a1d7c701b2230acb73c11518206ca492aa389376478b2e5cedf952b095c490d4a7"
 15442          }
 15443        ],
 15444        "licenses": [{"license": {"id": "Apache-2.0"}}],
 15445        "purl": "pkg:maven/org.jboss/jandex@2.1.2.Final?type=jar",
 15446        "externalReferences": [
 15447          {
 15448            "type": "website",
 15449            "url": "http://www.jboss.org"
 15450          },
 15451          {
 15452            "type": "issue-tracker",
 15453            "url": "https://issues.jboss.org/"
 15454          },
 15455          {
 15456            "type": "mailing-list",
 15457            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15458          },
 15459          {
 15460            "type": "vcs",
 15461            "url": "http://github.com/jboss/jboss-parent-pom"
 15462          }
 15463        ]
 15464      },
 15465      {
 15466        "type": "library",
 15467        "bom-ref": "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.4.Final?type=jar",
 15468        "publisher": "JBoss by Red Hat",
 15469        "group": "org.jboss.classfilewriter",
 15470        "name": "jboss-classfilewriter",
 15471        "version": "1.2.4.Final",
 15472        "description": "A bytecode writer that creates .class files at runtime",
 15473        "hashes": [
 15474          {
 15475            "alg": "MD5",
 15476            "content": "9188207953b8e51f54f037fcaa180e21"
 15477          },
 15478          {
 15479            "alg": "SHA-1",
 15480            "content": "73fd455f51c61fb80b0a58fff8dd2f54c96967d3"
 15481          },
 15482          {
 15483            "alg": "SHA-256",
 15484            "content": "335995d4cbf28d956b0a61a888052480ac53dd66e95303b5e6ce6a231aefdc70"
 15485          },
 15486          {
 15487            "alg": "SHA-384",
 15488            "content": "a5048f9b13778418ecb854eea0dd7f246d49e943f1826d89f8f13a2f0231dab0213d1914434d1464f37949a3b89e65d0"
 15489          },
 15490          {
 15491            "alg": "SHA-512",
 15492            "content": "5779042c4bfa228aabf54f079592d37c5c85fb56f85bc9d34a3f8755437d7e80f5a009e23d3d0aafede7377a1a0ef34e0953655b936be4ac37280758fa05ac82"
 15493          },
 15494          {
 15495            "alg": "SHA3-256",
 15496            "content": "afc735b489ae21e03ea5c508003ca8ac816b46aaebb8fcdd6f5e19209ff98df9"
 15497          },
 15498          {
 15499            "alg": "SHA3-384",
 15500            "content": "980a3d8f23124f029da34796a0fa244f12d8e75474e87d9630126e7ae01146768be1b64fe99366b76be194a6a3e865be"
 15501          },
 15502          {
 15503            "alg": "SHA3-512",
 15504            "content": "75ab67dc7ca42a155653730ef11a13af74c51198922f2502bc9cbd4679f934a7c8ac2b4b207e749910e34b287f540f0f6ca0c65c0ae69c95837b32abb44722f0"
 15505          }
 15506        ],
 15507        "licenses": [{"license": {"id": "Apache-2.0"}}],
 15508        "purl": "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.4.Final?type=jar",
 15509        "externalReferences": [
 15510          {
 15511            "type": "website",
 15512            "url": "http://www.jboss.org"
 15513          },
 15514          {
 15515            "type": "issue-tracker",
 15516            "url": "https://issues.jboss.org/"
 15517          },
 15518          {
 15519            "type": "mailing-list",
 15520            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15521          },
 15522          {
 15523            "type": "vcs",
 15524            "url": "http://github.com/jboss/jboss-parent-pom"
 15525          }
 15526        ]
 15527      },
 15528      {
 15529        "type": "library",
 15530        "bom-ref": "pkg:maven/org.jboss.invocation/jboss-invocation@1.5.2.Final?type=jar",
 15531        "publisher": "JBoss by Red Hat",
 15532        "group": "org.jboss.invocation",
 15533        "name": "jboss-invocation",
 15534        "version": "1.5.2.Final",
 15535        "description": "Invocation Application Programming Interface",
 15536        "hashes": [
 15537          {
 15538            "alg": "MD5",
 15539            "content": "7d64e9e8540dedb6f09d460ceebb5bed"
 15540          },
 15541          {
 15542            "alg": "SHA-1",
 15543            "content": "56a3b9fcc7f60e7a82751d00959811d99a001f8d"
 15544          },
 15545          {
 15546            "alg": "SHA-256",
 15547            "content": "4f73a17d6d232e40a5287fa7fb077e799aa0619dbd8b1635f7a7d0a21547d303"
 15548          },
 15549          {
 15550            "alg": "SHA-384",
 15551            "content": "441fa22829ed74cec2284662ee5090bbd97c1a2f23ab35fe408528a0df84680f3aaa55932814e156435ff15e655980f4"
 15552          },
 15553          {
 15554            "alg": "SHA-512",
 15555            "content": "c7d842836ddc91c6f823a99c9a98a0d2bdfd173a71c868e842d92b16497a6c55e1d849d1a9dbf64ad2f15d81c922b6acc139b06b5b08162bb07087b69519fd5a"
 15556          },
 15557          {
 15558            "alg": "SHA3-256",
 15559            "content": "be7c413bf81beb1f74fb5b8c6f0a0c87ec2ed08a2ebc23aabd88d51038f9a8ae"
 15560          },
 15561          {
 15562            "alg": "SHA3-384",
 15563            "content": "7d0f9d3d1bd9b77b674f6713aca559a3a81a10f20567969f3abcc33ba93388c60f522cd52968af1baa913e79d9108107"
 15564          },
 15565          {
 15566            "alg": "SHA3-512",
 15567            "content": "36f839b5e282e80de8ab35ec39818d17d0af2b8130b543a7071a9b479fbfab4c16a0cc8fc4ca6bac99055220ab7dabe31ab1b6427b6b62d66cb45b7989c2bec5"
 15568          }
 15569        ],
 15570        "licenses": [{"license": {
 15571          "id": "Apache-2.0",
 15572          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15573        }}],
 15574        "purl": "pkg:maven/org.jboss.invocation/jboss-invocation@1.5.2.Final?type=jar",
 15575        "externalReferences": [
 15576          {
 15577            "type": "website",
 15578            "url": "http://www.jboss.org"
 15579          },
 15580          {
 15581            "type": "issue-tracker",
 15582            "url": "https://issues.jboss.org/"
 15583          },
 15584          {
 15585            "type": "mailing-list",
 15586            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15587          },
 15588          {
 15589            "type": "vcs",
 15590            "url": "http://github.com/jboss/jboss-parent-pom"
 15591          }
 15592        ]
 15593      },
 15594      {
 15595        "type": "library",
 15596        "bom-ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.9.Final?type=jar",
 15597        "publisher": "JBoss by Red Hat",
 15598        "group": "org.jboss.marshalling",
 15599        "name": "jboss-marshalling",
 15600        "version": "2.0.9.Final",
 15601        "description": "JBoss Marshalling API",
 15602        "hashes": [
 15603          {
 15604            "alg": "MD5",
 15605            "content": "dd21ebc584249d898a0cb9085569ddf7"
 15606          },
 15607          {
 15608            "alg": "SHA-1",
 15609            "content": "54e8ae4d8ab3cdf08c46b01331bffe6ec4d3e880"
 15610          },
 15611          {
 15612            "alg": "SHA-256",
 15613            "content": "3589d3074fc0c5ec0637450e7c5d0dc8b30c9f03c90a9f892f0260bdedf63977"
 15614          },
 15615          {
 15616            "alg": "SHA-384",
 15617            "content": "1fa580adccab87814d8f788bcfb9c97eff0782e5d6c9ebe80dac1f9a9b5347aa41c7ff664da321cfa6ce1bb8822bc9f7"
 15618          },
 15619          {
 15620            "alg": "SHA-512",
 15621            "content": "75e5c1962bfb1a3233671ee1a01d26fcef89453516af86a84914303ea62f04c68777a10d5babb733204ed747861e1675dfa4745c135becc693211e2970c0ee7a"
 15622          },
 15623          {
 15624            "alg": "SHA3-256",
 15625            "content": "d39d8f93bc0c4317e38b0f264ef5f6d22594f4a4d171b0252b7ffb3314096378"
 15626          },
 15627          {
 15628            "alg": "SHA3-384",
 15629            "content": "28785e262c1cf893c18bebcc7a2da24be6ba484650985c843939c0aea179a733b487425268dd6101de105686a970a526"
 15630          },
 15631          {
 15632            "alg": "SHA3-512",
 15633            "content": "e26221a88ada4f557e22e2293c9044756ef4619c20789fd6f5705b81d3d2b0ad2e09a1e37d45c1eb1da33b46ff8361e6a22cecb0819e3da855890787d5251fc7"
 15634          }
 15635        ],
 15636        "licenses": [{"license": {
 15637          "id": "Apache-2.0",
 15638          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15639        }}],
 15640        "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.9.Final?type=jar",
 15641        "externalReferences": [
 15642          {
 15643            "type": "website",
 15644            "url": "http://www.jboss.org"
 15645          },
 15646          {
 15647            "type": "issue-tracker",
 15648            "url": "https://issues.jboss.org/"
 15649          },
 15650          {
 15651            "type": "mailing-list",
 15652            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15653          },
 15654          {
 15655            "type": "vcs",
 15656            "url": "http://github.com/jboss/jboss-parent-pom"
 15657          }
 15658        ]
 15659      },
 15660      {
 15661        "type": "library",
 15662        "bom-ref": "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final?type=jar",
 15663        "publisher": "JBoss by Red Hat",
 15664        "group": "org.jboss.stdio",
 15665        "name": "jboss-stdio",
 15666        "version": "1.1.0.Final",
 15667        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
 15668        "hashes": [
 15669          {
 15670            "alg": "MD5",
 15671            "content": "22673fa57130ba5402fa2df84fa92bcd"
 15672          },
 15673          {
 15674            "alg": "SHA-1",
 15675            "content": "6d491f645353bdd0164515d86c8ac6fac0ac0b3e"
 15676          },
 15677          {
 15678            "alg": "SHA-256",
 15679            "content": "fe1530528ebfcccad90435db9ec8116d52c64271cf8e0aa5085138ab23be3711"
 15680          },
 15681          {
 15682            "alg": "SHA-384",
 15683            "content": "8141db5d577bce5cfe20dd8bff337fbb93049536cd07451eb8114dc49b8e2c281b44138245a94fbcd91fda73f889f1a6"
 15684          },
 15685          {
 15686            "alg": "SHA-512",
 15687            "content": "8b5ddfa3d39f18f6761e4f1d65a05610971a2f8ce6e63efab318879ca22c2fc351a860ded067ac03db21614cf0eb9273bef55f533b834ab9f5bdc2ce5fbaa9f2"
 15688          },
 15689          {
 15690            "alg": "SHA3-256",
 15691            "content": "c7509f8ac47b89675dd31fd8df4be4d43ca5ac2c4608d06a90faa7336ace0a7e"
 15692          },
 15693          {
 15694            "alg": "SHA3-384",
 15695            "content": "296bbb1725fd85567b8056bbd2b4173ca0b1753567e698416d1118be579c60a2240d658b7471e3c5054b90c94152f099"
 15696          },
 15697          {
 15698            "alg": "SHA3-512",
 15699            "content": "24726d4739bd0056dff4e30514853f3fbdc6d535fa6d33a6c1009ccc504ee377f304f287bd8dd0032e72851fc4cef3a2d165cee2a4ea6c47cc55e8d6a2d1e824"
 15700          }
 15701        ],
 15702        "licenses": [{"license": {
 15703          "id": "LGPL-2.1",
 15704          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15705        }}],
 15706        "purl": "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final?type=jar",
 15707        "externalReferences": [
 15708          {
 15709            "type": "website",
 15710            "url": "http://www.jboss.org"
 15711          },
 15712          {
 15713            "type": "issue-tracker",
 15714            "url": "https://issues.jboss.org/"
 15715          },
 15716          {
 15717            "type": "mailing-list",
 15718            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15719          },
 15720          {
 15721            "type": "vcs",
 15722            "url": "http://github.com/jboss/jboss-parent-pom"
 15723          }
 15724        ]
 15725      },
 15726      {
 15727        "type": "library",
 15728        "bom-ref": "pkg:maven/org.jboss/jboss-vfs@3.2.15.Final?type=jar",
 15729        "publisher": "JBoss, A division of Red Hat, Inc",
 15730        "group": "org.jboss",
 15731        "name": "jboss-vfs",
 15732        "version": "3.2.15.Final",
 15733        "description": "A VFS library",
 15734        "hashes": [
 15735          {
 15736            "alg": "MD5",
 15737            "content": "aaa369c89ead3385f895ea3200a4322c"
 15738          },
 15739          {
 15740            "alg": "SHA-1",
 15741            "content": "9b16eb15a13b42d6cd55281938de1b946c735d6f"
 15742          },
 15743          {
 15744            "alg": "SHA-256",
 15745            "content": "f5b52d23f29205d6f7baecd7878cca2bf799c41c62e90732762197805e51948c"
 15746          },
 15747          {
 15748            "alg": "SHA-384",
 15749            "content": "2d650982aa0a19fed75855a5ec44e4d0059354b4287702c70dc3c431fcc562e4d442c4b4b6b55c75f7e685b1f6b2ac9a"
 15750          },
 15751          {
 15752            "alg": "SHA-512",
 15753            "content": "447f22be7bbd5fcccb1b1f7f6246aa09709bfaa6a3d7563cc568bce59d74635de4dd83044ea495e5af3afd05925f41d17f8786753f73f9dffc600ed992df5088"
 15754          },
 15755          {
 15756            "alg": "SHA3-256",
 15757            "content": "20e8ebe17b3599e871b164f73b49c3e6c47b74631759ab88fbb7cf051add265e"
 15758          },
 15759          {
 15760            "alg": "SHA3-384",
 15761            "content": "0f8e21995c7e22862284f4b4d03d2b868c4e787db06e0e1683870c9ffa05a707df954444b38f4988fb9f4377109ba321"
 15762          },
 15763          {
 15764            "alg": "SHA3-512",
 15765            "content": "d61b120710ccc64edf97b892bc23a5a2b993a2ee07e965c41bd0e0903ac7633ce5c4dbacd505a1876259e9de105901a458a3dd34e07797c304ee95cf25b0fce6"
 15766          }
 15767        ],
 15768        "licenses": [{"license": {
 15769          "name": "asl",
 15770          "url": "http://repository.jboss.org/licenses/apache-2.0.txt"
 15771        }}],
 15772        "purl": "pkg:maven/org.jboss/jboss-vfs@3.2.15.Final?type=jar",
 15773        "externalReferences": [
 15774          {
 15775            "type": "website",
 15776            "url": "http://www.jboss.org"
 15777          },
 15778          {
 15779            "type": "issue-tracker",
 15780            "url": "https://issues.jboss.org/browse/JBVFS"
 15781          },
 15782          {
 15783            "type": "vcs",
 15784            "url": "https://github.com/jbossas/jboss-vfs"
 15785          },
 15786          {
 15787            "type": "mailing-list",
 15788            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15789          }
 15790        ]
 15791      },
 15792      {
 15793        "type": "library",
 15794        "bom-ref": "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 15795        "publisher": "JBoss by Red Hat",
 15796        "group": "io.undertow",
 15797        "name": "undertow-core",
 15798        "version": "2.1.0.Final",
 15799        "description": "Undertow",
 15800        "hashes": [
 15801          {
 15802            "alg": "MD5",
 15803            "content": "2566aa972bbebc5df93f8a254707efef"
 15804          },
 15805          {
 15806            "alg": "SHA-1",
 15807            "content": "f79fe677367f301ad7d14bcbd7df052ce03d8044"
 15808          },
 15809          {
 15810            "alg": "SHA-256",
 15811            "content": "2d914993e47da227abdfb06ad6a50496dec8a070b70a7ae691b3afc1bbc3d913"
 15812          },
 15813          {
 15814            "alg": "SHA-384",
 15815            "content": "7fad2b3ac7d00c19b049f11a529baf1cb4737696912287325faffad76b2c47d91d5fd91badf994b0a22ffbeea9905245"
 15816          },
 15817          {
 15818            "alg": "SHA-512",
 15819            "content": "3563dd3e77e4e88d6ed01639461b0437c5b5fdeceed7a7d0380a36fe646ff8ead6360188b487443562044f2f9733de99528b87792dc703d640a42262a291e022"
 15820          },
 15821          {
 15822            "alg": "SHA3-256",
 15823            "content": "6bea76110c58caae1e0541c1d6a0f78778f302d7335c1ea2fa8fcb7ca48384f4"
 15824          },
 15825          {
 15826            "alg": "SHA3-384",
 15827            "content": "2e68e435e3f890eaddba5489375255c660bdc422471883efd30b7e36f796b167f0cab2f8592039c26fe596c5e9393286"
 15828          },
 15829          {
 15830            "alg": "SHA3-512",
 15831            "content": "3d3697aaa26b14fac84382cc5c3bcac39edbb1dee4ed74a09e896fdf9441cfa5754dddd096334f980c7e74dccf2b38815bc54bb8209e21792509271f1eb7c126"
 15832          }
 15833        ],
 15834        "licenses": [{"license": {"id": "Apache-2.0"}}],
 15835        "purl": "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 15836        "externalReferences": [
 15837          {
 15838            "type": "vcs",
 15839            "url": "https://github.com/undertow-io/undertow"
 15840          },
 15841          {
 15842            "type": "website",
 15843            "url": "http://www.jboss.org"
 15844          },
 15845          {
 15846            "type": "issue-tracker",
 15847            "url": "https://issues.jboss.org/"
 15848          },
 15849          {
 15850            "type": "mailing-list",
 15851            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15852          }
 15853        ]
 15854      },
 15855      {
 15856        "type": "library",
 15857        "bom-ref": "pkg:maven/org.jboss.xnio/xnio-nio@3.8.0.Final?type=jar",
 15858        "publisher": "JBoss by Red Hat",
 15859        "group": "org.jboss.xnio",
 15860        "name": "xnio-nio",
 15861        "version": "3.8.0.Final",
 15862        "description": "The NIO implementation of the XNIO project",
 15863        "hashes": [
 15864          {
 15865            "alg": "MD5",
 15866            "content": "e1007def77248737999a8dc4b3f77dc5"
 15867          },
 15868          {
 15869            "alg": "SHA-1",
 15870            "content": "90c57dcf7f8c846b4da331d0e6e048c39842c92a"
 15871          },
 15872          {
 15873            "alg": "SHA-256",
 15874            "content": "4e1a547ee83d62963fb1e9439c9fc10f353f26961f20f986e0982362cab2cdfe"
 15875          },
 15876          {
 15877            "alg": "SHA-384",
 15878            "content": "e6af5fda2f1a027fcf86df88083984e33b1ebb3cecbbfa7f5faaa1f70da2966102c41f24049a00dbdba822d820708cff"
 15879          },
 15880          {
 15881            "alg": "SHA-512",
 15882            "content": "7f2c53222caf40793b1c956aa08ff3316a86577e6a79274050bcdf700b68546397b286e3d693c1b3036fe9175f54f76816cbf6a100ae67f9e6c20b4ca028e56d"
 15883          },
 15884          {
 15885            "alg": "SHA3-256",
 15886            "content": "20feb865e7ba70d0a2de15a48b18e81b3958ceac1eb2242c08ed3726d368f23e"
 15887          },
 15888          {
 15889            "alg": "SHA3-384",
 15890            "content": "1ed672037e1abe4fa67be98c7f9075c3d496e13131e6e6ce3ac1b7065313b831bfe5f9f6df447f71ea40dc31c6faf11c"
 15891          },
 15892          {
 15893            "alg": "SHA3-512",
 15894            "content": "96de6fba334e195de742dffe468ab4f4a53b239b64ba61e1aab63ff0b0906ed8d71acda7296d3b6bdd14464b1be989d4855a28db9ba2968618da4225a172c89a"
 15895          }
 15896        ],
 15897        "licenses": [{"license": {
 15898          "id": "Apache-2.0",
 15899          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 15900        }}],
 15901        "purl": "pkg:maven/org.jboss.xnio/xnio-nio@3.8.0.Final?type=jar",
 15902        "externalReferences": [
 15903          {
 15904            "type": "website",
 15905            "url": "http://www.jboss.org"
 15906          },
 15907          {
 15908            "type": "issue-tracker",
 15909            "url": "https://issues.jboss.org/"
 15910          },
 15911          {
 15912            "type": "mailing-list",
 15913            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15914          },
 15915          {
 15916            "type": "vcs",
 15917            "url": "http://github.com/jboss/jboss-parent-pom"
 15918          }
 15919        ]
 15920      },
 15921      {
 15922        "type": "library",
 15923        "bom-ref": "pkg:maven/org.wildfly/wildfly-web-common@19.1.0.Final?type=jar",
 15924        "publisher": "JBoss by Red Hat",
 15925        "group": "org.wildfly",
 15926        "name": "wildfly-web-common",
 15927        "version": "19.1.0.Final",
 15928        "description": "WildFly: Parent Aggregator",
 15929        "hashes": [
 15930          {
 15931            "alg": "MD5",
 15932            "content": "656cecfbcf92077c12bec09126fab69b"
 15933          },
 15934          {
 15935            "alg": "SHA-1",
 15936            "content": "c1e2bbdf02ce6adbba6b484c7353097601ddbb15"
 15937          },
 15938          {
 15939            "alg": "SHA-256",
 15940            "content": "faa1385810cc1e4a5a60aeaa91cd7969211ff8891f7c0e2acb8c94f81f4d3e93"
 15941          },
 15942          {
 15943            "alg": "SHA-384",
 15944            "content": "585326218fdde4abd4071ecd8ecd9dde1b7f37b76a60908fa2a44716cf2205557524b929128b031bb24a71c42acf3e76"
 15945          },
 15946          {
 15947            "alg": "SHA-512",
 15948            "content": "a21396f9b206e527573c83cb50d80503acbce79f8f8deaebc7c05c3d113b0e59072de1f5c0c0e16336f86d7e4cfb43805bc0e1f69640b5ca2e5db45d7c6e99f6"
 15949          },
 15950          {
 15951            "alg": "SHA3-256",
 15952            "content": "987ed40e861b250ae3b22befba5754657c1be88c8e7b3b252f49eda9653a4c27"
 15953          },
 15954          {
 15955            "alg": "SHA3-384",
 15956            "content": "b53d8b147f33adfde08f97baa56f7fd6aa785b6b4bd782668d1254bba3f2fa6ada6d660625c7050532f2945d69930895"
 15957          },
 15958          {
 15959            "alg": "SHA3-512",
 15960            "content": "40266f8ca93eaa31014388c3bd1f91788204b90b9334fc6d610923e3684f04ab0f52b7e5ddb3bd5129c47da44476418cb28c57b65e72f6b544efdc8b07e5ff61"
 15961          }
 15962        ],
 15963        "licenses": [{"license": {
 15964          "id": "LGPL-2.1-or-later",
 15965          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 15966        }}],
 15967        "purl": "pkg:maven/org.wildfly/wildfly-web-common@19.1.0.Final?type=jar",
 15968        "externalReferences": [
 15969          {
 15970            "type": "website",
 15971            "url": "http://www.jboss.org"
 15972          },
 15973          {
 15974            "type": "issue-tracker",
 15975            "url": "https://issues.jboss.org/"
 15976          },
 15977          {
 15978            "type": "mailing-list",
 15979            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 15980          },
 15981          {
 15982            "type": "vcs",
 15983            "url": "http://github.com/jboss/jboss-parent-pom"
 15984          }
 15985        ]
 15986      },
 15987      {
 15988        "type": "library",
 15989        "bom-ref": "pkg:maven/org.wildfly/wildfly-ee@19.1.0.Final?type=jar",
 15990        "publisher": "JBoss by Red Hat",
 15991        "group": "org.wildfly",
 15992        "name": "wildfly-ee",
 15993        "version": "19.1.0.Final",
 15994        "description": "WildFly: Parent Aggregator",
 15995        "hashes": [
 15996          {
 15997            "alg": "MD5",
 15998            "content": "37788c9b3d193cdf4604db1347407475"
 15999          },
 16000          {
 16001            "alg": "SHA-1",
 16002            "content": "4a34ab24aabc44bf5d49d6a7f4a122cdf962025e"
 16003          },
 16004          {
 16005            "alg": "SHA-256",
 16006            "content": "885e249c568b2d95cdeb8f2f253019004c620c7d20d9b2613118c1fd5379096b"
 16007          },
 16008          {
 16009            "alg": "SHA-384",
 16010            "content": "bf0c31a00caba76ab6c69dfe0267b9f9d55bfb3588f2923e1880f53dec8cab56ed2268b272052ead9fd924e5b15bad9d"
 16011          },
 16012          {
 16013            "alg": "SHA-512",
 16014            "content": "a494d314a0e4655f59dcbfee308bf539b5a9a3fff4edc6653d85beef5680f6d61b368a329314c5b65d5adf4b25fdd06c0700abf7c2717c4e0da9e684a0411bff"
 16015          },
 16016          {
 16017            "alg": "SHA3-256",
 16018            "content": "4d179be9ed3510b188c72e48ed3b6b249dfa6aeaeb6db8edda3eb5dedd5eb613"
 16019          },
 16020          {
 16021            "alg": "SHA3-384",
 16022            "content": "70461285512de98f749e3f515fdd3d34a1876729df5bf4cf2c7ca9cdfd794f7f0fbad5ed9c7d459c3003115d91c1b351"
 16023          },
 16024          {
 16025            "alg": "SHA3-512",
 16026            "content": "dc18c2ec0a8f15909a6f3377eaa58f517bd23e0e52776e1291c67b55525e8989bb4d7ee39b9b622f893d8b07dff790c6d2058381df051febafc5cf0db7e03c3c"
 16027          }
 16028        ],
 16029        "licenses": [{"license": {
 16030          "id": "LGPL-2.1-or-later",
 16031          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 16032        }}],
 16033        "purl": "pkg:maven/org.wildfly/wildfly-ee@19.1.0.Final?type=jar",
 16034        "externalReferences": [
 16035          {
 16036            "type": "website",
 16037            "url": "http://www.jboss.org"
 16038          },
 16039          {
 16040            "type": "issue-tracker",
 16041            "url": "https://issues.jboss.org/"
 16042          },
 16043          {
 16044            "type": "mailing-list",
 16045            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16046          },
 16047          {
 16048            "type": "vcs",
 16049            "url": "http://github.com/jboss/jboss-parent-pom"
 16050          }
 16051        ]
 16052      },
 16053      {
 16054        "type": "library",
 16055        "bom-ref": "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1?type=jar",
 16056        "publisher": "Oracle Corporation",
 16057        "group": "org.glassfish",
 16058        "name": "jakarta.enterprise.concurrent",
 16059        "version": "1.1.1",
 16060        "description": "Reference Implementation for JSR 236 - Concurrency Utilities for Java EE",
 16061        "hashes": [
 16062          {
 16063            "alg": "MD5",
 16064            "content": "41113f5c5c4f9e730b9ae5a32c46442c"
 16065          },
 16066          {
 16067            "alg": "SHA-1",
 16068            "content": "f50e7c637c72d7307dbf5365aa034319ae25e6d8"
 16069          },
 16070          {
 16071            "alg": "SHA-256",
 16072            "content": "bc74b5ce102bfac927515cac194846eed9051154ed4a173c1b6b626f534da274"
 16073          },
 16074          {
 16075            "alg": "SHA-384",
 16076            "content": "4631f178559d229b6dd8ebf94ac3892890dca0618797fc412225a463769a5e5b8f4291830f3b0135ccefaec801943a0c"
 16077          },
 16078          {
 16079            "alg": "SHA-512",
 16080            "content": "4f9c11b2744d9745243ebeb0c14a6dbb252ced1a59073dd9d8540d9ff724e7714dd80636108b2ba947ddfe882a0f1ed96af510fbe786ba8331825b90b7a8b863"
 16081          },
 16082          {
 16083            "alg": "SHA3-256",
 16084            "content": "6d47021e8d56b869b6e001101a3087e443179f761c6c72c400226c8d379b857a"
 16085          },
 16086          {
 16087            "alg": "SHA3-384",
 16088            "content": "f518f3aadab55118beabbc874e061b81a2f32921aa0362843ed679f16b6afd117e6fc8492f0a759099ad3914419dfb8d"
 16089          },
 16090          {
 16091            "alg": "SHA3-512",
 16092            "content": "a538771eb15dbf536fd6968435d3c760070628beb986e27df544a8cb53b2d46cc95e913b6c74249649a70d6ccb0606cd2b696ddee8c4be714708a940d68eca56"
 16093          }
 16094        ],
 16095        "licenses": [
 16096          {"license": {"id": "EPL-2.0"}},
 16097          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 16098        ],
 16099        "purl": "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1?type=jar",
 16100        "externalReferences": [
 16101          {
 16102            "type": "website",
 16103            "url": "http://www.oracle.com/"
 16104          },
 16105          {
 16106            "type": "issue-tracker",
 16107            "url": "https://github.com/eclipse-ee4j/concurrency-ri/issues"
 16108          },
 16109          {
 16110            "type": "mailing-list",
 16111            "url": "https://dev.eclipse.org/mhonarc/lists/cu-dev/"
 16112          },
 16113          {
 16114            "type": "vcs",
 16115            "url": "https://github.com/eclipse-ee4j/concurrency-ri"
 16116          }
 16117        ]
 16118      },
 16119      {
 16120        "type": "library",
 16121        "bom-ref": "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.0.0.Final?type=jar",
 16122        "publisher": "JBoss by Red Hat",
 16123        "group": "org.jboss.metadata",
 16124        "name": "jboss-metadata-ear",
 16125        "version": "13.0.0.Final",
 16126        "description": "JBoss Application Server: Metadata Aggregator",
 16127        "hashes": [
 16128          {
 16129            "alg": "MD5",
 16130            "content": "dbf335c6b889f17a261fea91f1cb5fde"
 16131          },
 16132          {
 16133            "alg": "SHA-1",
 16134            "content": "2357517dc44466a22b32513c3ba4c57efd5415a9"
 16135          },
 16136          {
 16137            "alg": "SHA-256",
 16138            "content": "09841c1977e06824bebe6d99c8b0a4bbb991d474bc2d0004fa450ab213b96399"
 16139          },
 16140          {
 16141            "alg": "SHA-384",
 16142            "content": "82a6b6358e6a82fd8598448fdfcce58a36ef5d6f7d3d247f1dd7c6645e7e3cfd8224c46a4286313ae86fa5608e366144"
 16143          },
 16144          {
 16145            "alg": "SHA-512",
 16146            "content": "5e7a8bb30c0d6984317392e525941f4c2fd9211f70a02d64eda497ac3a84749f09ed2431b807cb0b91b68d30402c6ec399ac2ac4beb567de2f4ca0d5d3b80b4a"
 16147          },
 16148          {
 16149            "alg": "SHA3-256",
 16150            "content": "c7f74a1f1431a74d51bed578dc0a6314039dc12486fa4b0c717920a130b652fc"
 16151          },
 16152          {
 16153            "alg": "SHA3-384",
 16154            "content": "41e1482268adced47d87a7427d5d7d94207f9ef4b11ad2ed1aa182238b3d763f811ddc77c2124eb2724c82504e9f3c49"
 16155          },
 16156          {
 16157            "alg": "SHA3-512",
 16158            "content": "458911e856cff5137076c2c41f0b4c885b3d05c2a58912fe940abc96baca24ecad5262cb86ccd225d1ccc7f88cc3cfc18452dd5deb3b73fe61d0a1c0fca4a130"
 16159          }
 16160        ],
 16161        "licenses": [{"license": {
 16162          "name": "Public Domain",
 16163          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 16164        }}],
 16165        "purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.0.0.Final?type=jar",
 16166        "externalReferences": [
 16167          {
 16168            "type": "website",
 16169            "url": "http://www.jboss.org"
 16170          },
 16171          {
 16172            "type": "issue-tracker",
 16173            "url": "https://issues.jboss.org/"
 16174          },
 16175          {
 16176            "type": "mailing-list",
 16177            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16178          },
 16179          {
 16180            "type": "vcs",
 16181            "url": "http://github.com/jboss/jboss-parent-pom"
 16182          }
 16183        ]
 16184      },
 16185      {
 16186        "type": "library",
 16187        "bom-ref": "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final?type=jar",
 16188        "publisher": "JBoss by Red Hat",
 16189        "group": "org.jboss.spec.javax.enterprise.concurrent",
 16190        "name": "jboss-concurrency-api_1.0_spec",
 16191        "version": "2.0.0.Final",
 16192        "description": "Jakarta Concurrency",
 16193        "hashes": [
 16194          {
 16195            "alg": "MD5",
 16196            "content": "62dc80bacb83f40cd7d7c5d00214fa99"
 16197          },
 16198          {
 16199            "alg": "SHA-1",
 16200            "content": "d055c5ec74a2403c28a3d8551128f955cc350ba1"
 16201          },
 16202          {
 16203            "alg": "SHA-256",
 16204            "content": "313cfefe3d0adab38ef811fd9e88e648cbd38ae14f575d9f3b2e70fb7fd867d6"
 16205          },
 16206          {
 16207            "alg": "SHA-384",
 16208            "content": "f92851e62cabcb8cb63b8764138b1bd557916a636129c3ec52143e864ec1047239a4aac31c20c6eb5076507e0a1fd283"
 16209          },
 16210          {
 16211            "alg": "SHA-512",
 16212            "content": "79e6e2ac5e9e1e7f718a7c08e7d9d76ac1c57dcaf80e957d88289891bc17f7534a817d228a77d471f7ca6370d0703c4da22d93b879d05a766736ad54ad5421c0"
 16213          },
 16214          {
 16215            "alg": "SHA3-256",
 16216            "content": "a0d2107d69377e97dd8e43018a1b6edc02b96cd306d94f55d4417acda07671d9"
 16217          },
 16218          {
 16219            "alg": "SHA3-384",
 16220            "content": "c8901956ef9d17f27d0f8b80535ff61cb1e48d3499bcbff4e57ef42967db609b1979eb1d89254add9e283af47c578691"
 16221          },
 16222          {
 16223            "alg": "SHA3-512",
 16224            "content": "93303283f8d7a0118ae06207fc9967c9146e12fac1d80c241a3cfbe33e9cfe734332acffae2c991c96075cf1fe2a4feae836a1a09c1233a2649f4868e287262e"
 16225          }
 16226        ],
 16227        "licenses": [
 16228          {"license": {"id": "EPL-2.0"}},
 16229          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 16230        ],
 16231        "purl": "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final?type=jar",
 16232        "externalReferences": [
 16233          {
 16234            "type": "vcs",
 16235            "url": "https://github.com/jboss/jboss-jakarta-concurrency-api"
 16236          },
 16237          {
 16238            "type": "website",
 16239            "url": "http://www.jboss.org"
 16240          },
 16241          {
 16242            "type": "issue-tracker",
 16243            "url": "https://issues.jboss.org/"
 16244          },
 16245          {
 16246            "type": "mailing-list",
 16247            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16248          }
 16249        ]
 16250      },
 16251      {
 16252        "type": "library",
 16253        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-request-controller@11.1.1.Final?type=jar",
 16254        "publisher": "JBoss by Red Hat",
 16255        "group": "org.wildfly.core",
 16256        "name": "wildfly-request-controller",
 16257        "version": "11.1.1.Final",
 16258        "description": "WildFly: Core Parent Aggregator",
 16259        "hashes": [
 16260          {
 16261            "alg": "MD5",
 16262            "content": "d2aa73fcd1479b51be390dd42a07e36a"
 16263          },
 16264          {
 16265            "alg": "SHA-1",
 16266            "content": "efa816f4717672db6d3cc0510bd5ab32022fc136"
 16267          },
 16268          {
 16269            "alg": "SHA-256",
 16270            "content": "4a1f1acfaa2fb398920a771b8c204e0952e47c372c83623596b8e6c63a65bba4"
 16271          },
 16272          {
 16273            "alg": "SHA-384",
 16274            "content": "54c60b2d43980b4d4f3d5c09b76ba0622d1a73256cbeb57c2223d78ed632ff8a275e6d03581002de06e2a520a677d8ee"
 16275          },
 16276          {
 16277            "alg": "SHA-512",
 16278            "content": "f48a0040f7dcb998eb26847be88b99e9eee4a01023f6207d8a6a5e0dad11c249bd9f36ed1ab91f8ef3f2c6940a766ce0c9a27cf7bca68d801a34034c309775b7"
 16279          },
 16280          {
 16281            "alg": "SHA3-256",
 16282            "content": "128681335035c36de79d705156f567c788df9caffe903fb34b9729882c0f62f3"
 16283          },
 16284          {
 16285            "alg": "SHA3-384",
 16286            "content": "812d720baae5a909fcae729d9fa8d4eba157a67b0c0bb809d91c26955365de8c92f97027694bb9ddd6619f7da8a983f4"
 16287          },
 16288          {
 16289            "alg": "SHA3-512",
 16290            "content": "084c47ec7812e22e346e37d73e45dc1432b2e9159c459a8272fa82a25c0c2294d935ff1a1adb60bbd9928bb6c4a753d72bf34bfe5c02a83a652153332a5f1427"
 16291          }
 16292        ],
 16293        "licenses": [
 16294          {"license": {
 16295            "id": "LGPL-2.1-or-later",
 16296            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 16297          }},
 16298          {"license": {
 16299            "id": "Apache-2.0",
 16300            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 16301          }}
 16302        ],
 16303        "purl": "pkg:maven/org.wildfly.core/wildfly-request-controller@11.1.1.Final?type=jar",
 16304        "externalReferences": [
 16305          {
 16306            "type": "website",
 16307            "url": "http://www.jboss.org"
 16308          },
 16309          {
 16310            "type": "issue-tracker",
 16311            "url": "https://issues.jboss.org/"
 16312          },
 16313          {
 16314            "type": "mailing-list",
 16315            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16316          },
 16317          {
 16318            "type": "vcs",
 16319            "url": "http://github.com/jboss/jboss-parent-pom"
 16320          }
 16321        ]
 16322      },
 16323      {
 16324        "type": "library",
 16325        "bom-ref": "pkg:maven/org.wildfly/wildfly-naming@19.1.0.Final?type=jar",
 16326        "publisher": "JBoss by Red Hat",
 16327        "group": "org.wildfly",
 16328        "name": "wildfly-naming",
 16329        "version": "19.1.0.Final",
 16330        "description": "WildFly: Parent Aggregator",
 16331        "hashes": [
 16332          {
 16333            "alg": "MD5",
 16334            "content": "95abe284280bf5bb8f731a4844c9813b"
 16335          },
 16336          {
 16337            "alg": "SHA-1",
 16338            "content": "fb5811ece6dfe134a4511f691e730b0d64c7abb9"
 16339          },
 16340          {
 16341            "alg": "SHA-256",
 16342            "content": "6bf3929b58f69c272534ec99377cadaaf9eb8a37925c6ee1336f9828dc440b54"
 16343          },
 16344          {
 16345            "alg": "SHA-384",
 16346            "content": "5f1a1c0202cb39cf2904d65c90443c5b745315ea0274852ff599f4860f811fb8fa9c010862a54ba9951525e14d6403ec"
 16347          },
 16348          {
 16349            "alg": "SHA-512",
 16350            "content": "d451368c7af00f8a9ed52875c7441784c015275e8307f9da66caac74c9248f330a90276fab8c3b4a6b0988d7ef4d281563b3e3ee74bef60c75bec6eb289e4b25"
 16351          },
 16352          {
 16353            "alg": "SHA3-256",
 16354            "content": "846038a1b31be4cb2b475f5858e4c6869787830d8925d089d97d0bea55b37d9c"
 16355          },
 16356          {
 16357            "alg": "SHA3-384",
 16358            "content": "30c3ef928d9f053689d5f5b1fcdce8dfc1bf46c23b4837d78c7d560fc1e5ad169d4bf568055e8c39bfdac1c81e89304a"
 16359          },
 16360          {
 16361            "alg": "SHA3-512",
 16362            "content": "4b8b2467ec34de343020701952055db481d30e877e6dc83254edb4e33028957cce5341c1d381a398d97051cb26aa6422a8280c58eb93a3bd34822993c9e8a146"
 16363          }
 16364        ],
 16365        "licenses": [{"license": {
 16366          "id": "LGPL-2.1-or-later",
 16367          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 16368        }}],
 16369        "purl": "pkg:maven/org.wildfly/wildfly-naming@19.1.0.Final?type=jar",
 16370        "externalReferences": [
 16371          {
 16372            "type": "website",
 16373            "url": "http://www.jboss.org"
 16374          },
 16375          {
 16376            "type": "issue-tracker",
 16377            "url": "https://issues.jboss.org/"
 16378          },
 16379          {
 16380            "type": "mailing-list",
 16381            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16382          },
 16383          {
 16384            "type": "vcs",
 16385            "url": "http://github.com/jboss/jboss-parent-pom"
 16386          }
 16387        ]
 16388      },
 16389      {
 16390        "type": "library",
 16391        "bom-ref": "pkg:maven/org.wildfly/wildfly-naming-client@1.0.12.Final?type=jar",
 16392        "publisher": "JBoss by Red Hat",
 16393        "group": "org.wildfly",
 16394        "name": "wildfly-naming-client",
 16395        "version": "1.0.12.Final",
 16396        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 16397        "hashes": [
 16398          {
 16399            "alg": "MD5",
 16400            "content": "35a2f14131b2c9a629cf2ac63e466ed3"
 16401          },
 16402          {
 16403            "alg": "SHA-1",
 16404            "content": "1bb9428a5dba587416e5305bd76399792b90c960"
 16405          },
 16406          {
 16407            "alg": "SHA-256",
 16408            "content": "625005dd27d370fda02ac846b2bd64f1db8b9e103ac2294e1c692ef246cf66ee"
 16409          },
 16410          {
 16411            "alg": "SHA-384",
 16412            "content": "0de9a035ecfd0b79b7bbc67a597256276dedbc83886e23a09cb40d71addbffccfcb585ad33179af09f0ed31cda34d47f"
 16413          },
 16414          {
 16415            "alg": "SHA-512",
 16416            "content": "f49da229ad9cd2793f35dbe48dc6b9411f6dbfc0a693e8bc725cace112b9032a3fa2ca21e3d561780614226907beb899cc70f0893fca99e16a6d6eac722e54b6"
 16417          },
 16418          {
 16419            "alg": "SHA3-256",
 16420            "content": "c8f1edf0fba2aa02889feeffa22ffd286c3190ca89ab463d93de29ffa51746e5"
 16421          },
 16422          {
 16423            "alg": "SHA3-384",
 16424            "content": "7389af19dea8631c4c1e16721c5ddae1e999ebb902121c28a0d4db100c095cbbedb5302de0bf52bbff55d729b1d0e6ba"
 16425          },
 16426          {
 16427            "alg": "SHA3-512",
 16428            "content": "185a6551790c37c3c8b33e6f3800c914d4797c1b02cddcf8790cf08cfe5767419a38dd8b163f69b93516d94b86c1247d09fae04857f3c2ab2268a36673734488"
 16429          }
 16430        ],
 16431        "licenses": [{"license": {
 16432          "id": "Apache-2.0",
 16433          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 16434        }}],
 16435        "purl": "pkg:maven/org.wildfly/wildfly-naming-client@1.0.12.Final?type=jar",
 16436        "externalReferences": [
 16437          {
 16438            "type": "website",
 16439            "url": "http://www.jboss.org"
 16440          },
 16441          {
 16442            "type": "issue-tracker",
 16443            "url": "https://issues.jboss.org/"
 16444          },
 16445          {
 16446            "type": "mailing-list",
 16447            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16448          },
 16449          {
 16450            "type": "vcs",
 16451            "url": "http://github.com/jboss/jboss-parent-pom"
 16452          }
 16453        ]
 16454      },
 16455      {
 16456        "type": "library",
 16457        "bom-ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.0.Final?type=jar",
 16458        "publisher": "JBoss by Red Hat",
 16459        "group": "org.jboss.marshalling",
 16460        "name": "jboss-marshalling-river",
 16461        "version": "2.0.0.Final",
 16462        "description": "JBoss Marshalling River Implementation",
 16463        "hashes": [
 16464          {
 16465            "alg": "MD5",
 16466            "content": "0ee7cc51fe1d5d7a736e589bdf1c1ba5"
 16467          },
 16468          {
 16469            "alg": "SHA-1",
 16470            "content": "aa4c7b59a5e996bf888b12a01b32e666a0a6d131"
 16471          },
 16472          {
 16473            "alg": "SHA-256",
 16474            "content": "ddf3f4096ef3082bdfc0363bb6dcae992baaf4a89ac7b028d1c6724ad0ee642d"
 16475          },
 16476          {
 16477            "alg": "SHA-384",
 16478            "content": "938cc1709c6597d142ba242d202f94532085b6c0eb8d1158c9a5860403dddd6cc7295f92c72c83ad8195dc1b4b6707fb"
 16479          },
 16480          {
 16481            "alg": "SHA-512",
 16482            "content": "c116fc163b9307a31123c5ada73c7a0066fe023bc9dcd39e0a13b3fb92567e6dd83d7f13fd261104b64716a60432c07c896dcada7dba43d42580af81e5f9c69e"
 16483          },
 16484          {
 16485            "alg": "SHA3-256",
 16486            "content": "2254194bbc4a397686bde21c3942dec88ad2f2b57ece514a0b2be001871cc258"
 16487          },
 16488          {
 16489            "alg": "SHA3-384",
 16490            "content": "c545be2d99494a9968349cdc39528a494536ed905f19e22d2c536af45de34c00bd7dfd89b53130fad71eeaf9813a9985"
 16491          },
 16492          {
 16493            "alg": "SHA3-512",
 16494            "content": "44bf4cf30e26b72f2cabda7e61846615bddddf62bb5e544e4c33bc0deae5a319d75fe84a48a444f5191a6e6a09e1de39ca83d1c2851e7db15eeb642489549302"
 16495          }
 16496        ],
 16497        "licenses": [{"license": {
 16498          "id": "Apache-2.0",
 16499          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 16500        }}],
 16501        "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.0.Final?type=jar",
 16502        "externalReferences": [
 16503          {
 16504            "type": "website",
 16505            "url": "http://www.jboss.org"
 16506          },
 16507          {
 16508            "type": "issue-tracker",
 16509            "url": "https://issues.jboss.org/"
 16510          },
 16511          {
 16512            "type": "mailing-list",
 16513            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16514          },
 16515          {
 16516            "type": "vcs",
 16517            "url": "http://github.com/jboss/jboss-parent-pom"
 16518          }
 16519        ]
 16520      },
 16521      {
 16522        "type": "library",
 16523        "bom-ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.0.20.Final?type=jar",
 16524        "publisher": "JBoss by Red Hat",
 16525        "group": "org.wildfly.wildfly-http-client",
 16526        "name": "wildfly-http-naming-client",
 16527        "version": "1.0.20.Final",
 16528        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 16529        "hashes": [
 16530          {
 16531            "alg": "MD5",
 16532            "content": "62c7c42ceb905aadc9343a90b6071f2f"
 16533          },
 16534          {
 16535            "alg": "SHA-1",
 16536            "content": "4f6b66f495dc49df950fc2ea8d7c079ff73cb3a9"
 16537          },
 16538          {
 16539            "alg": "SHA-256",
 16540            "content": "e61efefe9fb1a5fd2550aecf13eca81060e8be3b24b7624ade1a787f750e293b"
 16541          },
 16542          {
 16543            "alg": "SHA-384",
 16544            "content": "b5bc516e42f6fa6c8144bc5bbfd4aa938b47d7d647c1fa24241d19ef3c1847e105b080aad4101fecb26804e7ab7287e4"
 16545          },
 16546          {
 16547            "alg": "SHA-512",
 16548            "content": "815e2856dbf2866d782793377f21ddd29fa7a15500ca5f7a9750ea149244b3f600967789ab12769f8149d7f7b54b91e1fff0b20e44479a3b0266a52c01996b21"
 16549          },
 16550          {
 16551            "alg": "SHA3-256",
 16552            "content": "009dc629990477756abb8d2215af0fab5440e0af2bdf54c5ea8972274a86547a"
 16553          },
 16554          {
 16555            "alg": "SHA3-384",
 16556            "content": "c411de1203459a27b1768882b23f74f8b068c684afa31f273d94f69005f9d2fad9b2065226ebd2746fcefe13919238f4"
 16557          },
 16558          {
 16559            "alg": "SHA3-512",
 16560            "content": "0abe0a6fee86208eb7efa3219feea7ebda3b0719fd9c9baa98d75f92dc666e0b3d1f02a2a832f6750f3d0778124d80a5c2d45da7747c9be7e959f8eea3a43fc4"
 16561          }
 16562        ],
 16563        "licenses": [{"license": {
 16564          "id": "Apache-2.0",
 16565          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 16566        }}],
 16567        "purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.0.20.Final?type=jar",
 16568        "externalReferences": [
 16569          {
 16570            "type": "website",
 16571            "url": "http://www.jboss.org"
 16572          },
 16573          {
 16574            "type": "issue-tracker",
 16575            "url": "https://issues.jboss.org/"
 16576          },
 16577          {
 16578            "type": "mailing-list",
 16579            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16580          },
 16581          {
 16582            "type": "vcs",
 16583            "url": "http://github.com/jboss/jboss-parent-pom"
 16584          }
 16585        ]
 16586      },
 16587      {
 16588        "type": "library",
 16589        "bom-ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.0.20.Final?type=jar",
 16590        "publisher": "JBoss by Red Hat",
 16591        "group": "org.wildfly.wildfly-http-client",
 16592        "name": "wildfly-http-client-common",
 16593        "version": "1.0.20.Final",
 16594        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 16595        "hashes": [
 16596          {
 16597            "alg": "MD5",
 16598            "content": "069a463012815500cc7d7c72b8ddc9b8"
 16599          },
 16600          {
 16601            "alg": "SHA-1",
 16602            "content": "f86288d8fe787b28a2204844cf683ed5b03f8843"
 16603          },
 16604          {
 16605            "alg": "SHA-256",
 16606            "content": "350c163457858f96a5ef727901ceba5eccd3fea00428d3a1762570bc5e814c41"
 16607          },
 16608          {
 16609            "alg": "SHA-384",
 16610            "content": "2182acbe5b84b12e562089489cfa1dfc39a9944727a4a6e45250b585a4f47c6c63d57c8ed523848d9e592d60a6f6007b"
 16611          },
 16612          {
 16613            "alg": "SHA-512",
 16614            "content": "3cc8cb54c15602b192ea4b8946ba1bf1cfa5acfab3d52c5142b47f50bfd18c1fe082380cbd8dadf084c7be9fbe7ed2e2ed954c948c960536c6a37e9080716aad"
 16615          },
 16616          {
 16617            "alg": "SHA3-256",
 16618            "content": "f84d745dce71d83f8eb86e83745f379b4f4739158fb2a88f6f827eb2c487da25"
 16619          },
 16620          {
 16621            "alg": "SHA3-384",
 16622            "content": "e9ae746c29bc13c0ca8724aa23e13b40bb70cb5be205f18ef06462405d35f96aaafa6aa17b15d200c33c9db677b1b4b1"
 16623          },
 16624          {
 16625            "alg": "SHA3-512",
 16626            "content": "6396f4ddf650260248c2d76691a00ab73bf00019ff89fe860656adc4ec07e15fc8d80e05f71ba89e6bca629f2fe8d56f9d38a4ebeafd1888ec944a3229afed3e"
 16627          }
 16628        ],
 16629        "licenses": [{"license": {
 16630          "id": "Apache-2.0",
 16631          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 16632        }}],
 16633        "purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.0.20.Final?type=jar",
 16634        "externalReferences": [
 16635          {
 16636            "type": "website",
 16637            "url": "http://www.jboss.org"
 16638          },
 16639          {
 16640            "type": "issue-tracker",
 16641            "url": "https://issues.jboss.org/"
 16642          },
 16643          {
 16644            "type": "mailing-list",
 16645            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16646          },
 16647          {
 16648            "type": "vcs",
 16649            "url": "http://github.com/jboss/jboss-parent-pom"
 16650          }
 16651        ]
 16652      },
 16653      {
 16654        "type": "library",
 16655        "bom-ref": "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@1.0.0.Final?type=jar",
 16656        "publisher": "JBoss by Red Hat",
 16657        "group": "org.jboss.spec.javax.ejb",
 16658        "name": "jboss-ejb-api_3.2_spec",
 16659        "version": "1.0.0.Final",
 16660        "description": "JSR 345: Enterprise JavaBeans(TM) 3.2 API",
 16661        "hashes": [
 16662          {
 16663            "alg": "MD5",
 16664            "content": "f37d535062e663ca13890fa6a78aaf5e"
 16665          },
 16666          {
 16667            "alg": "SHA-1",
 16668            "content": "abcaf7a4049ade1b9804e0273019fa538ac6988e"
 16669          },
 16670          {
 16671            "alg": "SHA-256",
 16672            "content": "9498f9c3416aef5a2805a9fdf1c05eb34dbe417d735c6d2d65035b2ace72daa2"
 16673          },
 16674          {
 16675            "alg": "SHA-384",
 16676            "content": "6e019841dc5fd93b3e3536dd2fafc668e520b18936b95f4bbc2b3ab9d9b511bf8a34da2fc88187bf8cc11e36da378ec8"
 16677          },
 16678          {
 16679            "alg": "SHA-512",
 16680            "content": "505d7335958dad4d66adf087db075bbc6769e73855936017ab9878c5f5076638bc388bc1b6b3d73d38e5152a792e50333ece8eb4be2022169019c917e8af5f05"
 16681          },
 16682          {
 16683            "alg": "SHA3-256",
 16684            "content": "c075a97909a1c56e2747414d4179d9ecf74204a4d77c24bb698da1378b66ffe7"
 16685          },
 16686          {
 16687            "alg": "SHA3-384",
 16688            "content": "92d04c7ab054186bb51a3c02e3bc141cab4f6939b2c626ce33708d58cef669168613370f0a4b0715dca898981ac81898"
 16689          },
 16690          {
 16691            "alg": "SHA3-512",
 16692            "content": "2546241b980865f25c18855ac044c9c4b2e2719943da905a43a8edb6bde6225d495999d59ac86a4207818d00edde15c2b0f800dcc02dd7209062de642b379841"
 16693          }
 16694        ],
 16695        "licenses": [
 16696          {"license": {
 16697            "name": "Common Development and Distribution License",
 16698            "url": "http://repository.jboss.org/licenses/cddl.txt"
 16699          }},
 16700          {"license": {
 16701            "name": "GNU General Public License, Version 2 with the Classpath Exception",
 16702            "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt"
 16703          }}
 16704        ],
 16705        "purl": "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@1.0.0.Final?type=jar",
 16706        "externalReferences": [
 16707          {
 16708            "type": "vcs",
 16709            "url": "https://github.com/jboss/jboss-ejb-api_spec"
 16710          },
 16711          {
 16712            "type": "website",
 16713            "url": "http://www.jboss.org"
 16714          },
 16715          {
 16716            "type": "issue-tracker",
 16717            "url": "https://issues.jboss.org/"
 16718          },
 16719          {
 16720            "type": "mailing-list",
 16721            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16722          }
 16723        ]
 16724      },
 16725      {
 16726        "type": "library",
 16727        "bom-ref": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final?type=jar",
 16728        "publisher": "JBoss by Red Hat",
 16729        "group": "org.jboss.spec.javax.interceptor",
 16730        "name": "jboss-interceptors-api_1.2_spec",
 16731        "version": "2.0.0.Final",
 16732        "description": "Jakarta Interceptors defines a means of interposing on business method invocations and specific events\u2014such as lifecycle events and timeout events\u2014that occur on instances of Jakarta EE components and other managed classes.",
 16733        "hashes": [
 16734          {
 16735            "alg": "MD5",
 16736            "content": "d7497d7ce144df3a32c588f0ccec8866"
 16737          },
 16738          {
 16739            "alg": "SHA-1",
 16740            "content": "f5a087af037782c795a01e9d47be29c415721667"
 16741          },
 16742          {
 16743            "alg": "SHA-256",
 16744            "content": "ec116cb768d1751bc549389223346dbc0c8238c9137894ec800d64534cfca623"
 16745          },
 16746          {
 16747            "alg": "SHA-384",
 16748            "content": "f5900a8072f01cfae6acc1fc70c6ab1a3327f02eea97b0bae7dbfe721acd23210e99af284aaaa89aa1dea41844882f57"
 16749          },
 16750          {
 16751            "alg": "SHA-512",
 16752            "content": "396ebb6f41f282ca0b8d4f309e93586804254613b6f00adebab848e01b6352f417be39ef7938262fe96bab577c9ac77675e9321c3bb68fe03199522867801eeb"
 16753          },
 16754          {
 16755            "alg": "SHA3-256",
 16756            "content": "614536f78316bb1a54150bca9e61697715ce82605a0b9d7a3ef9a763bf5ab605"
 16757          },
 16758          {
 16759            "alg": "SHA3-384",
 16760            "content": "5ba5a139714c681d595a765f142bfbb484780f0f0b80734ab7bd67618357c770d802c00ad36ded7a8598655190654ac4"
 16761          },
 16762          {
 16763            "alg": "SHA3-512",
 16764            "content": "f36e641eaca616aac2a8ed6977c6bbb7e90f2e7687e152d9b48bc33ff793ec170d2ad9f7071eb806806b11b6a1021d12bac51378b4691ac2572c15672ab4df17"
 16765          }
 16766        ],
 16767        "licenses": [
 16768          {"license": {"id": "EPL-2.0"}},
 16769          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 16770        ],
 16771        "purl": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final?type=jar",
 16772        "externalReferences": [
 16773          {
 16774            "type": "issue-tracker",
 16775            "url": "https://issues.jboss.org/projects/JBEE/issues"
 16776          },
 16777          {
 16778            "type": "vcs",
 16779            "url": "https://github.com/jboss/jboss-jakarta-interceptors-api_spec.git"
 16780          },
 16781          {
 16782            "type": "website",
 16783            "url": "http://www.jboss.org"
 16784          },
 16785          {
 16786            "type": "mailing-list",
 16787            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16788          }
 16789        ]
 16790      },
 16791      {
 16792        "type": "library",
 16793        "bom-ref": "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.0.Final?type=jar",
 16794        "publisher": "JBoss by Red Hat",
 16795        "group": "org.jboss.spec.javax.el",
 16796        "name": "jboss-el-api_3.0_spec",
 16797        "version": "2.0.0.Final",
 16798        "description": "Expression Language defines an expression language for Java applications",
 16799        "hashes": [
 16800          {
 16801            "alg": "MD5",
 16802            "content": "6c9e4874c173f2d9408f40a071766163"
 16803          },
 16804          {
 16805            "alg": "SHA-1",
 16806            "content": "86053d5e9d85fd7a26ac72ed06031cccec5f18fe"
 16807          },
 16808          {
 16809            "alg": "SHA-256",
 16810            "content": "c8be07f5acee39515cd9e0f91be801c1037445ff42d25743e509916d3b09b514"
 16811          },
 16812          {
 16813            "alg": "SHA-384",
 16814            "content": "18ab66737c1420fba3594a572ad40c9896231732d42c8ba9b1d626e5b3aeed2fe4c5f8926bc5b7f84d664c286518a837"
 16815          },
 16816          {
 16817            "alg": "SHA-512",
 16818            "content": "dfe19ba6001fc64bef81da3dee56910c458894dc1a89727c771db669418c9b00eb1540799b8703d69d5412d875c71756f9b6df849acec89457f0366bea9308d6"
 16819          },
 16820          {
 16821            "alg": "SHA3-256",
 16822            "content": "c663e255a4c72a2a6bf74c4a7fca8cbd8863cf7f001d99be46d2a981fa609c18"
 16823          },
 16824          {
 16825            "alg": "SHA3-384",
 16826            "content": "5e1345285a414030177f0911caa1dc114c657841f440823d38ac344be4e60ff1cad2cf3377f9ad5e6646ed9c4042ac66"
 16827          },
 16828          {
 16829            "alg": "SHA3-512",
 16830            "content": "ba556f5ceeeaee30fa9fa462be36ee5b6e386928b8594627451ca9952f418f3eb15998b4e9293872bb7ec01078d402f7d3e763d9e8807206e62a5f7888ff13af"
 16831          }
 16832        ],
 16833        "licenses": [
 16834          {"license": {"id": "EPL-2.0"}},
 16835          {"license": {"id": "GPL-2.0-with-classpath-exception"}},
 16836          {"license": {"id": "Apache-2.0"}},
 16837          {"license": {
 16838            "id": "LGPL-2.1-only",
 16839            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 16840          }}
 16841        ],
 16842        "purl": "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.0.Final?type=jar",
 16843        "externalReferences": [
 16844          {
 16845            "type": "vcs",
 16846            "url": "https://github.com/jboss/jboss-jakarta-el-api_spec"
 16847          },
 16848          {
 16849            "type": "website",
 16850            "url": "http://www.jboss.org"
 16851          },
 16852          {
 16853            "type": "issue-tracker",
 16854            "url": "https://issues.jboss.org/"
 16855          },
 16856          {
 16857            "type": "mailing-list",
 16858            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16859          }
 16860        ]
 16861      },
 16862      {
 16863        "type": "library",
 16864        "bom-ref": "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.0.0.Final?type=jar",
 16865        "publisher": "JBoss by Red Hat",
 16866        "group": "org.jboss.metadata",
 16867        "name": "jboss-metadata-common",
 16868        "version": "13.0.0.Final",
 16869        "description": "JBoss Application Server: Metadata Aggregator",
 16870        "hashes": [
 16871          {
 16872            "alg": "MD5",
 16873            "content": "4f3eef3147a793a57e781026d362c4e0"
 16874          },
 16875          {
 16876            "alg": "SHA-1",
 16877            "content": "9dc8546f2984fa68d3f7e828307ba08930646adb"
 16878          },
 16879          {
 16880            "alg": "SHA-256",
 16881            "content": "4872437dce05bea6022de8149a43e8c6ae347c53b33a2e2ce8145a5a6ac6f6e4"
 16882          },
 16883          {
 16884            "alg": "SHA-384",
 16885            "content": "b7adfd3e554cf95a4f311efbdb44f26a2619c4d4c9d48615c8a2808d3c3f665a58a1c058ebb1ecc604f96bc04f5b2450"
 16886          },
 16887          {
 16888            "alg": "SHA-512",
 16889            "content": "c46193ae63a4e8aec6abe659b40637eb67b18189e3b811980131f1d43408de032f87d8cd86682f3a1e5c78bda275a2089058a6151e91fe6bb49b28b440b7e148"
 16890          },
 16891          {
 16892            "alg": "SHA3-256",
 16893            "content": "c61ebc4c5293ba0a8c1a70a2ff64ad4ceee5634abda274b97b51f066a00679f7"
 16894          },
 16895          {
 16896            "alg": "SHA3-384",
 16897            "content": "bf87b1c012892d6ead3d48b7071502cebf653b44e8f1a6efbc77778ebd753ea4445719dba525b706fd9a970d47b4be8e"
 16898          },
 16899          {
 16900            "alg": "SHA3-512",
 16901            "content": "fd6fdcfb0d34b0285dd3f75d0dfdadf4dd2ed810d1a9dc60a562c1ad30759e106b11b12376fbce1e707e4a41fa5700630438b6747c654880bd7f72d251e11470"
 16902          }
 16903        ],
 16904        "licenses": [{"license": {
 16905          "name": "Public Domain",
 16906          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 16907        }}],
 16908        "purl": "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.0.0.Final?type=jar",
 16909        "externalReferences": [
 16910          {
 16911            "type": "website",
 16912            "url": "http://www.jboss.org"
 16913          },
 16914          {
 16915            "type": "issue-tracker",
 16916            "url": "https://issues.jboss.org/"
 16917          },
 16918          {
 16919            "type": "mailing-list",
 16920            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16921          },
 16922          {
 16923            "type": "vcs",
 16924            "url": "http://github.com/jboss/jboss-parent-pom"
 16925          }
 16926        ]
 16927      },
 16928      {
 16929        "type": "library",
 16930        "bom-ref": "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.0.0.Final?type=jar",
 16931        "publisher": "JBoss by Red Hat",
 16932        "group": "org.jboss.metadata",
 16933        "name": "jboss-metadata-web",
 16934        "version": "13.0.0.Final",
 16935        "description": "JBoss Application Server: Metadata Aggregator",
 16936        "hashes": [
 16937          {
 16938            "alg": "MD5",
 16939            "content": "ef882d4c6e20829df2ed90f72fb66cc4"
 16940          },
 16941          {
 16942            "alg": "SHA-1",
 16943            "content": "5948255a1ae37a4a55833d25c9d16e841cc361ab"
 16944          },
 16945          {
 16946            "alg": "SHA-256",
 16947            "content": "e259085e51b09902b070b79755e3a4c08ab381e190677745c328299648289859"
 16948          },
 16949          {
 16950            "alg": "SHA-384",
 16951            "content": "98386f9baad73a874607da8b34fd5773721e94f183a994b6293f023c087e4ce3e4f7632ca70f01adf6601067ede7d176"
 16952          },
 16953          {
 16954            "alg": "SHA-512",
 16955            "content": "7b505f787dbcf51222a539a7475ee63768d5acdcb7406d300405026c2c839a84a2fb3e8a250ad79acdf6b53810628bc656566b8807f3ca77854dbfc31bba0285"
 16956          },
 16957          {
 16958            "alg": "SHA3-256",
 16959            "content": "2fab01b828265eecded8b407905b1fc353a8237c7a76c53c9e47703757654b27"
 16960          },
 16961          {
 16962            "alg": "SHA3-384",
 16963            "content": "fb8af415bd8b9ef6a6c0deb5b8f89d05e269dea769bb727821cbd1af95d3e2f2448237537b47505eef2ca02ea37b50b7"
 16964          },
 16965          {
 16966            "alg": "SHA3-512",
 16967            "content": "3e59920829e719d5ccfc11c2c0cd5009d8e3b4a003b79bb8d899a1ce196cb41f4bcf9fba6ab99f2a40c38dd657eda280249c47b0206b3df7b3124958fdecd069"
 16968          }
 16969        ],
 16970        "licenses": [{"license": {
 16971          "name": "Public Domain",
 16972          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 16973        }}],
 16974        "purl": "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.0.0.Final?type=jar",
 16975        "externalReferences": [
 16976          {
 16977            "type": "website",
 16978            "url": "http://www.jboss.org"
 16979          },
 16980          {
 16981            "type": "issue-tracker",
 16982            "url": "https://issues.jboss.org/"
 16983          },
 16984          {
 16985            "type": "mailing-list",
 16986            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 16987          },
 16988          {
 16989            "type": "vcs",
 16990            "url": "http://github.com/jboss/jboss-parent-pom"
 16991          }
 16992        ]
 16993      },
 16994      {
 16995        "type": "library",
 16996        "bom-ref": "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final?type=jar",
 16997        "publisher": "JBoss by Red Hat",
 16998        "group": "org.jboss.spec.javax.security.auth.message",
 16999        "name": "jboss-jaspi-api_1.1_spec",
 17000        "version": "2.0.1.Final",
 17001        "description": "Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.",
 17002        "hashes": [
 17003          {
 17004            "alg": "MD5",
 17005            "content": "04db6e6c2d9b858aadd44476bc1d1e9a"
 17006          },
 17007          {
 17008            "alg": "SHA-1",
 17009            "content": "8701b6c6e0828ab9da9303e2241c63a22ffdd9ed"
 17010          },
 17011          {
 17012            "alg": "SHA-256",
 17013            "content": "92d568b5a84ed685fc02bb446fb648549b33cf2ddf626be3069a18cd36deaa84"
 17014          },
 17015          {
 17016            "alg": "SHA-384",
 17017            "content": "4d4da06306748ce56e2263868e500a35a3595d6cdd08f0c27186b8c39f13df77dfc0d5c82b694882875318180c7e8b4e"
 17018          },
 17019          {
 17020            "alg": "SHA-512",
 17021            "content": "5915ab9be0560ba826fff195692aea62c7be714c43c4eb34ab537453794e04ba1f933fcbcfad3dea7e6878d6f2795814962e220dd99b74371f199cf08314a51a"
 17022          },
 17023          {
 17024            "alg": "SHA3-256",
 17025            "content": "8d918521fc1cfc1f45e9e10d1f99fcacf7b36f98a2b6d1cf1f38ee0322c23dba"
 17026          },
 17027          {
 17028            "alg": "SHA3-384",
 17029            "content": "328947151d3a9c40652ace2ce33b178da2f77578ab2783f5f7661788c219ccec0d5082e93cdd4d7656a35f44218ba8e6"
 17030          },
 17031          {
 17032            "alg": "SHA3-512",
 17033            "content": "c1792df261a3795901326f731011736d07cb7f940def11a46bd4ddaaa227fafd0596805fed92f634b8b0f7dbeda4928973b533045b0322c05439779eb4bfbdda"
 17034          }
 17035        ],
 17036        "licenses": [
 17037          {"license": {"id": "EPL-2.0"}},
 17038          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 17039        ],
 17040        "purl": "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final?type=jar",
 17041        "externalReferences": [
 17042          {
 17043            "type": "website",
 17044            "url": "https://github.com/jboss/jboss-jakarta-jaspi-api_spec"
 17045          },
 17046          {
 17047            "type": "issue-tracker",
 17048            "url": "https://github.com/eclipse-ee4j/jaspic/issues"
 17049          },
 17050          {
 17051            "type": "vcs",
 17052            "url": "https://github.com/jboss/jboss-jakarta-jaspi-api_spec"
 17053          },
 17054          {
 17055            "type": "mailing-list",
 17056            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17057          }
 17058        ]
 17059      },
 17060      {
 17061        "type": "library",
 17062        "bom-ref": "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.0.Final?type=jar",
 17063        "publisher": "JBoss by Red Hat",
 17064        "group": "org.jboss.spec.javax.servlet.jsp",
 17065        "name": "jboss-jsp-api_2.3_spec",
 17066        "version": "2.0.0.Final",
 17067        "description": "JBoss Jakarta Server Pages API",
 17068        "hashes": [
 17069          {
 17070            "alg": "MD5",
 17071            "content": "092f20ac6c56ddb68edaf6577c0a9521"
 17072          },
 17073          {
 17074            "alg": "SHA-1",
 17075            "content": "a324f37d31b44614222b105e61a7c435cd8a862f"
 17076          },
 17077          {
 17078            "alg": "SHA-256",
 17079            "content": "1fb5685d437b2b5d1b674144a394ca0efc20dcc88b93aec543bb256301803924"
 17080          },
 17081          {
 17082            "alg": "SHA-384",
 17083            "content": "00f02487ad8f3c6e3d6b1f076f278184cb06ef2dacaa42b4ba58df7e534e3301669f5dc991ad0c6cc37a6a1292a4fe95"
 17084          },
 17085          {
 17086            "alg": "SHA-512",
 17087            "content": "2733083d1df2438a70ca7d884e2b2341e5f2615aadaa3378f5e32c4870183277f83805fc57aba6fc8234152505fdfe85eb08e7e9274ec9045e54a64088c301a2"
 17088          },
 17089          {
 17090            "alg": "SHA3-256",
 17091            "content": "83f01507d9cb2eccb54a9bd501989d5991380bff2a9c9694b2cace09321ab3a5"
 17092          },
 17093          {
 17094            "alg": "SHA3-384",
 17095            "content": "87297ae455886cbbb528f128e6b797921778910d285776beb0d3948a84310b3f18e247093e287aaed19f8bfa2045c241"
 17096          },
 17097          {
 17098            "alg": "SHA3-512",
 17099            "content": "fe733bc23d45fa6233e98a9041a687420ba72bfa5079682f84c71266fcd0effaf8812e4391ac352614f2ce3e690f08e7ae8b2800c42489dcd482974de77d2cd9"
 17100          }
 17101        ],
 17102        "licenses": [
 17103          {"license": {"id": "EPL-2.0"}},
 17104          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 17105        ],
 17106        "purl": "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.0.Final?type=jar",
 17107        "externalReferences": [
 17108          {
 17109            "type": "issue-tracker",
 17110            "url": "https://github.com/eclipse-ee4j/jsp-api/issues"
 17111          },
 17112          {
 17113            "type": "mailing-list",
 17114            "url": "https://dev.eclipse.org/mhonarc/lists/jsp-dev"
 17115          },
 17116          {
 17117            "type": "vcs",
 17118            "url": "https://github.com/jboss/jboss-jakarta-jsp-api_spec"
 17119          },
 17120          {
 17121            "type": "website",
 17122            "url": "http://www.jboss.org"
 17123          }
 17124        ]
 17125      },
 17126      {
 17127        "type": "library",
 17128        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-client@3.9.1.Final?type=jar",
 17129        "publisher": "JBoss by Red Hat",
 17130        "group": "org.jboss.resteasy",
 17131        "name": "resteasy-client",
 17132        "version": "3.9.1.Final",
 17133        "description": "Resteasy",
 17134        "hashes": [
 17135          {
 17136            "alg": "MD5",
 17137            "content": "56e84bf3a460fcdef92fdc175cc8f351"
 17138          },
 17139          {
 17140            "alg": "SHA-1",
 17141            "content": "8b7ac683c792c4c098122317cc6cf14d976391cf"
 17142          },
 17143          {
 17144            "alg": "SHA-256",
 17145            "content": "9f9ed787c22087dda80d38e8c6b08046ee38a597aa8b93af47c307365bed31c9"
 17146          },
 17147          {
 17148            "alg": "SHA-384",
 17149            "content": "530e68d3f34f4c3257762077e137065d25ea1bcc381c7d8058f7cbeb39ce8dd7e5fa4369ad3788ee6c1a768139b80559"
 17150          },
 17151          {
 17152            "alg": "SHA-512",
 17153            "content": "107599bf78729a16766af65542519ae24256d1d1af50bb6d5bf4ff8416d7a38b5fdc5dc848ea5975de9f0c1d3baa75b9b0fa1d9eb76a3d68424ddce1c691fcfa"
 17154          },
 17155          {
 17156            "alg": "SHA3-256",
 17157            "content": "2f0351108c51a51f4ab47744985555f69772380edb4304cc7e8ea52f0ce02fe2"
 17158          },
 17159          {
 17160            "alg": "SHA3-384",
 17161            "content": "fe12d2da3591893f2a052aaccd492e567a0aa57c26021bf611f1fe9c76e7ea5eea8ba887159dbc005ea7c02da454d43c"
 17162          },
 17163          {
 17164            "alg": "SHA3-512",
 17165            "content": "b551faf9d8321aa7bab94808152a98fefb988977ced5c683f8f972c028eb808116372eab4e075fe3e6e5c3fb615bb8fad22a7835fcb7b39fb9d17bc97b32f836"
 17166          }
 17167        ],
 17168        "licenses": [{"license": {
 17169          "id": "Apache-2.0",
 17170          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 17171        }}],
 17172        "purl": "pkg:maven/org.jboss.resteasy/resteasy-client@3.9.1.Final?type=jar",
 17173        "externalReferences": [
 17174          {
 17175            "type": "distribution",
 17176            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 17177          },
 17178          {
 17179            "type": "issue-tracker",
 17180            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 17181          },
 17182          {
 17183            "type": "vcs",
 17184            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 17185          },
 17186          {
 17187            "type": "website",
 17188            "url": "http://www.jboss.org"
 17189          },
 17190          {
 17191            "type": "mailing-list",
 17192            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17193          }
 17194        ]
 17195      },
 17196      {
 17197        "type": "library",
 17198        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.9.1.Final?type=jar",
 17199        "publisher": "JBoss by Red Hat",
 17200        "group": "org.jboss.resteasy",
 17201        "name": "resteasy-multipart-provider",
 17202        "version": "3.9.1.Final",
 17203        "description": "",
 17204        "hashes": [
 17205          {
 17206            "alg": "MD5",
 17207            "content": "75252b44d61712e295d59e3b9769348f"
 17208          },
 17209          {
 17210            "alg": "SHA-1",
 17211            "content": "b46ac3b97fea3a8075f44fdd4ad5662e90e138fc"
 17212          },
 17213          {
 17214            "alg": "SHA-256",
 17215            "content": "52fc8c9604392953081c47d8d9621642ef4b67e4e0725a3d61392141950a596a"
 17216          },
 17217          {
 17218            "alg": "SHA-384",
 17219            "content": "54ac0880097dad77d07fc749aa065d7e4d3620915785a3eaca704905aedea93a1138d4c9be29b47510252952d0e233aa"
 17220          },
 17221          {
 17222            "alg": "SHA-512",
 17223            "content": "2e62ee4d2416c3895a2daea000393aa3fc6a4bad86b7f4dcfe84ddaa951a7a7fe10dbbf09f2b5676f9ce087c4b2a62e2e7cbe8142f1c62a4ab4da013bc5d0a61"
 17224          },
 17225          {
 17226            "alg": "SHA3-256",
 17227            "content": "82a58e01f3da2f06beca3a6bbb505bd0fe53fdb2d6364343a816bc2d7c7e9b4b"
 17228          },
 17229          {
 17230            "alg": "SHA3-384",
 17231            "content": "b5fbee8de18d5c5fa795cd913c19ac244e0a2a1bd94dda65254af02688d6aece56907dde4607f738dd83a1fe824ff7f3"
 17232          },
 17233          {
 17234            "alg": "SHA3-512",
 17235            "content": "847e5ceb7adf13cb44e6a9f42aac6bcad7ec6b141522e5dfee797f486b2efb1464a28a09a2cc5ff110a23c56c350b0d879d20c4036461ef1436ceed2331bf0e6"
 17236          }
 17237        ],
 17238        "licenses": [{"license": {
 17239          "id": "Apache-2.0",
 17240          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 17241        }}],
 17242        "purl": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.9.1.Final?type=jar",
 17243        "externalReferences": [
 17244          {
 17245            "type": "distribution",
 17246            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 17247          },
 17248          {
 17249            "type": "issue-tracker",
 17250            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 17251          },
 17252          {
 17253            "type": "vcs",
 17254            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 17255          },
 17256          {
 17257            "type": "website",
 17258            "url": "http://www.jboss.org"
 17259          },
 17260          {
 17261            "type": "mailing-list",
 17262            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17263          }
 17264        ]
 17265      },
 17266      {
 17267        "type": "library",
 17268        "bom-ref": "pkg:maven/com.sun.mail/javax.mail@1.6.2?type=jar",
 17269        "publisher": "Oracle",
 17270        "group": "com.sun.mail",
 17271        "name": "javax.mail",
 17272        "version": "1.6.2",
 17273        "description": "${project.name}",
 17274        "hashes": [
 17275          {
 17276            "alg": "MD5",
 17277            "content": "0b81d022797740d72d21620781841374"
 17278          },
 17279          {
 17280            "alg": "SHA-1",
 17281            "content": "935151eb71beff17a2ffac15dd80184a99a0514f"
 17282          },
 17283          {
 17284            "alg": "SHA-256",
 17285            "content": "45b515e7104944c09e45b9c7bb1ce5dff640486374852dd2b2e80cc3752dfa11"
 17286          },
 17287          {
 17288            "alg": "SHA-384",
 17289            "content": "44300db745c6a065b5ca907e04d06bc42e42d4bf59470b24d2c40f889cf8fc79f0793997321874b2c25bc269900f9c51"
 17290          },
 17291          {
 17292            "alg": "SHA-512",
 17293            "content": "d76243093d93c556ae399ce9b65ea35bc5a7e12703110108cf8eaa314d8f9b094034dd530438189775f61f0994727cac6f68efb8eab2f13349922b08eb00d4ec"
 17294          },
 17295          {
 17296            "alg": "SHA3-256",
 17297            "content": "905d9b5869f8ee5ad4b1027293beb5af5051aa2b929f52500611beedd2d5c992"
 17298          },
 17299          {
 17300            "alg": "SHA3-384",
 17301            "content": "4884616293856fe9d2ed2c6bb838f32d645ccab65a05b949351e6d93d6ed9ea408c8666ef17e19bd033c25545bafb490"
 17302          },
 17303          {
 17304            "alg": "SHA3-512",
 17305            "content": "bec15cc6423179fb27e01c149e9c761a5cc98844e47f2182101d69f84736a85390da487eef7cc2dca94992c14d6ba7fe3d5833d2ad554731bec439ef11d547d8"
 17306          }
 17307        ],
 17308        "licenses": [],
 17309        "purl": "pkg:maven/com.sun.mail/javax.mail@1.6.2?type=jar",
 17310        "externalReferences": [
 17311          {
 17312            "type": "website",
 17313            "url": "http://www.oracle.com"
 17314          },
 17315          {
 17316            "type": "issue-tracker",
 17317            "url": "https://github.com/javaee/javamail/issues"
 17318          },
 17319          {
 17320            "type": "vcs",
 17321            "url": "https://github.com/javaee/javamail"
 17322          },
 17323          {
 17324            "type": "distribution",
 17325            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 17326          }
 17327        ]
 17328      },
 17329      {
 17330        "type": "library",
 17331        "bom-ref": "pkg:maven/javax.activation/activation@1.1?type=jar",
 17332        "group": "javax.activation",
 17333        "name": "activation",
 17334        "version": "1.1",
 17335        "description": "JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).",
 17336        "hashes": [
 17337          {
 17338            "alg": "MD5",
 17339            "content": "8ae38e87cd4f86059c0294a8fe3e0b18"
 17340          },
 17341          {
 17342            "alg": "SHA-1",
 17343            "content": "e6cb541461c2834bdea3eb920f1884d1eb508b50"
 17344          },
 17345          {
 17346            "alg": "SHA-256",
 17347            "content": "2881c79c9d6ef01c58e62beea13e9d1ac8b8baa16f2fc198ad6e6776defdcdd3"
 17348          },
 17349          {
 17350            "alg": "SHA-384",
 17351            "content": "c4ee54d80a2e67e819700051d6cfa01a17631c89f942b8690afb601e491f02d7497fe57bd5c70edfb9b444ae8222b846"
 17352          },
 17353          {
 17354            "alg": "SHA-512",
 17355            "content": "c0ff5bf3ace7acc1b31fcc109cee48d9eb8f025ae15a31dc91eca760933bdb97c93f05d61e95af1e317859d72e5f179f897f5bf3df0e3810f4212d43bacee4bd"
 17356          },
 17357          {
 17358            "alg": "SHA3-256",
 17359            "content": "5fb94d2742cc3d44abad42c5d61b9c7464a2ef33bc58b4b5b121d49799123460"
 17360          },
 17361          {
 17362            "alg": "SHA3-384",
 17363            "content": "de0777d2d1d7aad105defb12aed17ef38abfe89db2449c5243fa3c69304ea24dd8df0881330351d0733313e8f7252814"
 17364          },
 17365          {
 17366            "alg": "SHA3-512",
 17367            "content": "c5e37fe3d9c420a9035f1160eb1d396e94f01851c01c6e2f19f19a221bfc484e63f9660c7377f58aa65246b95a9eb799ac4e6798c0b20f658edf00a4435e1efa"
 17368          }
 17369        ],
 17370        "licenses": [{"license": {
 17371          "name": "Common Development and Distribution License (CDDL) v1.0",
 17372          "url": "https://glassfish.dev.java.net/public/CDDLv1.0.html"
 17373        }}],
 17374        "purl": "pkg:maven/javax.activation/activation@1.1?type=jar",
 17375        "externalReferences": [{
 17376          "type": "distribution",
 17377          "url": "https://maven-repository.dev.java.net/nonav/repository/javax.activation/jars/activation-1.1.jar"
 17378        }]
 17379      },
 17380      {
 17381        "type": "library",
 17382        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.9.1.Final?type=jar",
 17383        "publisher": "JBoss by Red Hat",
 17384        "group": "org.jboss.resteasy",
 17385        "name": "resteasy-jackson2-provider",
 17386        "version": "3.9.1.Final",
 17387        "description": "",
 17388        "hashes": [
 17389          {
 17390            "alg": "MD5",
 17391            "content": "9b5d04d07f86d895c244a89a71b2b423"
 17392          },
 17393          {
 17394            "alg": "SHA-1",
 17395            "content": "85b0ba152e69469b4cbd7659c40a623f21a9fc0b"
 17396          },
 17397          {
 17398            "alg": "SHA-256",
 17399            "content": "1542721577ef2139c779e286a37fb3e69e3178c40597db526c0509d080271a06"
 17400          },
 17401          {
 17402            "alg": "SHA-384",
 17403            "content": "725e24e77bb66343e23b6b4d46f92514b10bcee3d401495416aaf3cbf39da67c8ed67de603d184a7772d63ac497f54bf"
 17404          },
 17405          {
 17406            "alg": "SHA-512",
 17407            "content": "98126671355601164091d3500ea6d44bd3e15fe299b8fd32053abb4c92bba4d72fac19e965ebafd5ff3d06729f54bded9069730081528b71192ec671c4b55fa4"
 17408          },
 17409          {
 17410            "alg": "SHA3-256",
 17411            "content": "a165348ca9e248ed953f11879f4e2bcab47532c950cbda7738155ba8c8126d25"
 17412          },
 17413          {
 17414            "alg": "SHA3-384",
 17415            "content": "265e5b9d6563cad389394f1a37095d045be27144435328e29924734aa09898dd5b3d33abd0e9f297050a724390a079bd"
 17416          },
 17417          {
 17418            "alg": "SHA3-512",
 17419            "content": "ac362c88badd050b14701f2da3906c8f5c39d50f16b7f489188e3920fb343831fe608d5b4ecbf729edfaa0e87f82bbb9630d6fd7ae08ef81cf1e8986dc1c02c5"
 17420          }
 17421        ],
 17422        "licenses": [{"license": {
 17423          "id": "Apache-2.0",
 17424          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 17425        }}],
 17426        "purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.9.1.Final?type=jar",
 17427        "externalReferences": [
 17428          {
 17429            "type": "distribution",
 17430            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 17431          },
 17432          {
 17433            "type": "issue-tracker",
 17434            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 17435          },
 17436          {
 17437            "type": "vcs",
 17438            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 17439          },
 17440          {
 17441            "type": "website",
 17442            "url": "http://www.jboss.org"
 17443          },
 17444          {
 17445            "type": "mailing-list",
 17446            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17447          }
 17448        ]
 17449      },
 17450      {
 17451        "type": "library",
 17452        "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.10.1?type=jar",
 17453        "publisher": "FasterXML",
 17454        "group": "com.fasterxml.jackson.jaxrs",
 17455        "name": "jackson-jaxrs-json-provider",
 17456        "version": "2.10.1",
 17457        "description": "Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.",
 17458        "hashes": [
 17459          {
 17460            "alg": "MD5",
 17461            "content": "caaf6c332425794feca236f5254f67b7"
 17462          },
 17463          {
 17464            "alg": "SHA-1",
 17465            "content": "69ee6b94fa8e0653bf62c718c7a2fe533a6558d4"
 17466          },
 17467          {
 17468            "alg": "SHA-256",
 17469            "content": "1dd6d31fd3615fc946524cd42f772471adeb65f5ddc35927d28a408272df477d"
 17470          },
 17471          {
 17472            "alg": "SHA-384",
 17473            "content": "421a15e3252a530c2580dc4ae98d86f866581d856c14e1645aa0d2aa27392079ffbef7714f24b2cdbf0bdc784abcf7c2"
 17474          },
 17475          {
 17476            "alg": "SHA-512",
 17477            "content": "30a05bfdda570bf0b7ab84d3aee52c0bf054f0803c0a617dbbc4826cc886ca2981b8bbb9d99e6b6280e1607c2595444001ff2930d17c448b88d3b83034f0a548"
 17478          },
 17479          {
 17480            "alg": "SHA3-256",
 17481            "content": "4a458850217d10d416e23e24740d8a4fb95aacc1141ca3d257fee5495ff9459a"
 17482          },
 17483          {
 17484            "alg": "SHA3-384",
 17485            "content": "42c34c2c6eeda960594ac7ad13812b67e703cd318b88807c6026cb882ec566f7ae6ccb3617b8f5adbbff6fbe9114e218"
 17486          },
 17487          {
 17488            "alg": "SHA3-512",
 17489            "content": "c424527cbe0ff9c66897640d3cdfc29074e953eceef2f24f1aa8d389c00000d47777f44fd464e3073c9e1570017012eff53da20d5a1075c254bfbe7b8bd88ea5"
 17490          }
 17491        ],
 17492        "licenses": [{"license": {"id": "Apache-2.0"}}],
 17493        "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.10.1?type=jar",
 17494        "externalReferences": [
 17495          {
 17496            "type": "vcs",
 17497            "url": "http://github.com/FasterXML/jackson-jaxrs-providers"
 17498          },
 17499          {
 17500            "type": "website",
 17501            "url": "http://fasterxml.com/"
 17502          },
 17503          {
 17504            "type": "distribution",
 17505            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 17506          },
 17507          {
 17508            "type": "issue-tracker",
 17509            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
 17510          }
 17511        ]
 17512      },
 17513      {
 17514        "type": "library",
 17515        "bom-ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.10.1?type=jar",
 17516        "publisher": "FasterXML",
 17517        "group": "com.fasterxml.jackson.jaxrs",
 17518        "name": "jackson-jaxrs-base",
 17519        "version": "2.10.1",
 17520        "description": "Pile of code that is shared by all Jackson-based JAX-RS providers.",
 17521        "hashes": [
 17522          {
 17523            "alg": "MD5",
 17524            "content": "f4a41db122bd9a0d26aae93a283ae916"
 17525          },
 17526          {
 17527            "alg": "SHA-1",
 17528            "content": "76b76bab5f077c877e8c40290aec2b1c24085df5"
 17529          },
 17530          {
 17531            "alg": "SHA-256",
 17532            "content": "b2e0e1eaea1576f268c87c72f05d91d0e8f4983c9d090887f90c8b031b2cf91b"
 17533          },
 17534          {
 17535            "alg": "SHA-384",
 17536            "content": "aec70d71f00ce1271af91d335d220e0a753f92b4a9efd0b374b418c17d4ba0ea12ae927e14016c2c51461056d9dc18c7"
 17537          },
 17538          {
 17539            "alg": "SHA-512",
 17540            "content": "d2088aada962b3967fb36d79a911869e86f0445d876178f1cddc4e2bacdf3d7e7cfcbbaedca0269118220d1207ac2b8bd405b612d0a47d7f791e7457c642aca3"
 17541          },
 17542          {
 17543            "alg": "SHA3-256",
 17544            "content": "f9769fb3c4dd9817bce2b604f12ab9693635a48f1e987bfe570661e4baa3e51e"
 17545          },
 17546          {
 17547            "alg": "SHA3-384",
 17548            "content": "e56ab763548d028f6cf55f9b9e60380656c4c2ddf685ae3c7c2aefdb39ab5d0fb0e5ccfcba7bf008b991377c83bb343e"
 17549          },
 17550          {
 17551            "alg": "SHA3-512",
 17552            "content": "cee7c6a86c9da60d97c26ae6cd19f16606fe3afd77c1609dc476a861c04d8f1152519a588ec41ae8ca0f1981d29fdba7ee588db02a64d3a9721e36139c7014f4"
 17553          }
 17554        ],
 17555        "licenses": [{"license": {"id": "Apache-2.0"}}],
 17556        "purl": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.10.1?type=jar",
 17557        "externalReferences": [
 17558          {
 17559            "type": "vcs",
 17560            "url": "http://github.com/FasterXML/jackson-jaxrs-providers"
 17561          },
 17562          {
 17563            "type": "website",
 17564            "url": "http://fasterxml.com/"
 17565          },
 17566          {
 17567            "type": "distribution",
 17568            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 17569          },
 17570          {
 17571            "type": "issue-tracker",
 17572            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
 17573          }
 17574        ]
 17575      },
 17576      {
 17577        "type": "library",
 17578        "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.10.1?type=jar",
 17579        "publisher": "FasterXML",
 17580        "group": "com.fasterxml.jackson.module",
 17581        "name": "jackson-module-jaxb-annotations",
 17582        "version": "2.10.1",
 17583        "description": "Support for using JAXB annotations as an alternative to \"native\" Jackson annotations, for configuring data-binding.",
 17584        "hashes": [
 17585          {
 17586            "alg": "MD5",
 17587            "content": "2c28e0d3b1de772017656e1cd222c020"
 17588          },
 17589          {
 17590            "alg": "SHA-1",
 17591            "content": "7a733550bf39eed5f9d0db25adca72781de959bf"
 17592          },
 17593          {
 17594            "alg": "SHA-256",
 17595            "content": "bdf6f1fce0d1e7f4141481109638b83a02df3949d58630192e8aeab14a45cd8e"
 17596          },
 17597          {
 17598            "alg": "SHA-384",
 17599            "content": "08a344b5073fc0a3f7447a0a470a159c2345ea274230560e64fc52d8129ca6facafeb6e13619b11f8770e242706dd991"
 17600          },
 17601          {
 17602            "alg": "SHA-512",
 17603            "content": "87f3f8e3a46718be742179d6ec4d5a5b01665d9e6085006e0d815365c47a04d33ae78c9d40d2e0968ce7015deaacf3199dfc266a863ecd72e0748033ff39b138"
 17604          },
 17605          {
 17606            "alg": "SHA3-256",
 17607            "content": "240e59099240a219fff27990f01f74bf082714f7855a8bbfd4fae655d03eb2a9"
 17608          },
 17609          {
 17610            "alg": "SHA3-384",
 17611            "content": "4fa5830136bdbbe1a83d74f5ee9153a83de869afeffacc63fcb962ddbcde0dfe5238e6641aaf5d81f3c0f6838a63a512"
 17612          },
 17613          {
 17614            "alg": "SHA3-512",
 17615            "content": "9290e9cdbac26aad9af7a83ad0b07b9e1b9532a62733bd96c20c89f0939c8011869d915441228675d501d06d6f83519576cb43ab99ae424dffe5a3c46dbac2b9"
 17616          }
 17617        ],
 17618        "licenses": [{"license": {"id": "Apache-2.0"}}],
 17619        "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.10.1?type=jar",
 17620        "externalReferences": [
 17621          {
 17622            "type": "issue-tracker",
 17623            "url": "https://github.com/FasterXML/jackson-modules-base/issues"
 17624          },
 17625          {
 17626            "type": "vcs",
 17627            "url": "http://github.com/FasterXML/jackson-modules-base"
 17628          },
 17629          {
 17630            "type": "website",
 17631            "url": "http://fasterxml.com/"
 17632          },
 17633          {
 17634            "type": "distribution",
 17635            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 17636          }
 17637        ]
 17638      },
 17639      {
 17640        "type": "library",
 17641        "bom-ref": "pkg:maven/com.github.fge/json-patch@1.9?type=jar",
 17642        "group": "com.github.fge",
 17643        "name": "json-patch",
 17644        "version": "1.9",
 17645        "description": "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java",
 17646        "hashes": [
 17647          {
 17648            "alg": "MD5",
 17649            "content": "9df773c8904f39b05b6a8a6848804c96"
 17650          },
 17651          {
 17652            "alg": "SHA-1",
 17653            "content": "0a4c3c97a0f5965dec15795acf40d3fbc897af4b"
 17654          },
 17655          {
 17656            "alg": "SHA-256",
 17657            "content": "2d6acbda3675e6f25b7b4ab338317006865a8416a69c2b5e1cfa8b8209fc10a1"
 17658          },
 17659          {
 17660            "alg": "SHA-384",
 17661            "content": "6e4202f431cb07a0f726d05737c95b0fb62f05cea09f701092ff467469677351847f5722b6b716d2b1f5fe4395007b7a"
 17662          },
 17663          {
 17664            "alg": "SHA-512",
 17665            "content": "94a354720bb2e20a5b0abadb2388ad3afe8437a81734f6c4285ff5522e0f4e4d55f58ef61fdebf46818b8a2de2a190ad03d94406097088c59e1240c4fd501f59"
 17666          },
 17667          {
 17668            "alg": "SHA3-256",
 17669            "content": "023502014fb4e7e713be1d41377bc86c3b01252366865b59b26288b9db90abd3"
 17670          },
 17671          {
 17672            "alg": "SHA3-384",
 17673            "content": "f2734600cee50eb5651e1f7bb5a7e6458d5fc2ccf903786c0c793a1f3a42bda769348db0e0da82108207744562dc841c"
 17674          },
 17675          {
 17676            "alg": "SHA3-512",
 17677            "content": "6219235fdbc899b8662c0cd4a577b0e553adde24838766725a39ce45645496a90f3e71fea86ca79319a0c8ee83f688b1116e93ba0039f2d8ec5492d5cd4bcffc"
 17678          }
 17679        ],
 17680        "licenses": [
 17681          {"license": {
 17682            "name": "Lesser General Public License, version 3 or greater",
 17683            "url": "http://www.gnu.org/licenses/lgpl.html"
 17684          }},
 17685          {"license": {"id": "Apache-2.0"}}
 17686        ],
 17687        "purl": "pkg:maven/com.github.fge/json-patch@1.9?type=jar"
 17688      },
 17689      {
 17690        "type": "library",
 17691        "bom-ref": "pkg:maven/com.github.fge/jackson-coreutils@1.6?type=jar",
 17692        "group": "com.github.fge",
 17693        "name": "jackson-coreutils",
 17694        "version": "1.6",
 17695        "description": "null",
 17696        "hashes": [
 17697          {
 17698            "alg": "MD5",
 17699            "content": "26a6b351813e2895cba18e0ee4abe5b7"
 17700          },
 17701          {
 17702            "alg": "SHA-1",
 17703            "content": "9e6af56eb7cc2a65700b289abc7ee2bd170fd231"
 17704          },
 17705          {
 17706            "alg": "SHA-256",
 17707            "content": "d84b416924fb061a26c48a5c90e98cf4d4e718179eb1df702aa8f1021163eed6"
 17708          },
 17709          {
 17710            "alg": "SHA-384",
 17711            "content": "0dfb47cf7b0dd1db72a7812ebe30eb64196f700e3728235da1267df411458b331649abeeaf1ff8110e1041658aff1713"
 17712          },
 17713          {
 17714            "alg": "SHA-512",
 17715            "content": "eb51fcd4c019bca75aac0e8b25bc143288ad1c2d4ead8b0aaaf68a12c578b35ef996d6eedfbc9b58595dff63d2b96c683a16c2221c3eb7737e333d9b85616d07"
 17716          },
 17717          {
 17718            "alg": "SHA3-256",
 17719            "content": "cc3027d005a1fd00d75308d1e2b7946edee5a614ad516ce5afeca65409f9ba88"
 17720          },
 17721          {
 17722            "alg": "SHA3-384",
 17723            "content": "f1440967d9abfe6951d80a0690ba9cdb275ce8ea7da63faddd4c7df6b498c70dca2f16bbd10e0a1202667b01158a27c8"
 17724          },
 17725          {
 17726            "alg": "SHA3-512",
 17727            "content": "4ff66e67e598b5f7bb51ccf1a94de602c939ae397aabb22254291d4419077221a17015fe848ed8a600136072befd5b23a269f05853ed12e143d6ae90a14db206"
 17728          }
 17729        ],
 17730        "licenses": [
 17731          {"license": {
 17732            "name": "Lesser General Public License, version 3 or greater",
 17733            "url": "http://www.gnu.org/licenses/lgpl.html"
 17734          }},
 17735          {"license": {"id": "Apache-2.0"}}
 17736        ],
 17737        "purl": "pkg:maven/com.github.fge/jackson-coreutils@1.6?type=jar"
 17738      },
 17739      {
 17740        "type": "library",
 17741        "bom-ref": "pkg:maven/com.github.fge/msg-simple@1.1?type=jar",
 17742        "group": "com.github.fge",
 17743        "name": "msg-simple",
 17744        "version": "1.1",
 17745        "description": "null",
 17746        "hashes": [
 17747          {
 17748            "alg": "MD5",
 17749            "content": "b0d8d70468edff2e223b3d2f07cc5de1"
 17750          },
 17751          {
 17752            "alg": "SHA-1",
 17753            "content": "f261263e13dd4cfa93cc6b83f1f58f619097a2c4"
 17754          },
 17755          {
 17756            "alg": "SHA-256",
 17757            "content": "c3c5add3971a9a7f1868beb7607780d73f36bb611c7505de01f1baf49ab4ff75"
 17758          },
 17759          {
 17760            "alg": "SHA-384",
 17761            "content": "69ba42e48fca9e787645c6c873231df37c8ac5247d8a888f3b91e8ed6d67787ecaf971254b8c52f3ee2dca87aa0a76be"
 17762          },
 17763          {
 17764            "alg": "SHA-512",
 17765            "content": "665a29f1a41bf1278361e921a3d4507e00ad39ae95607c29867ae45d7517f6a3d73177581e4a6f6657f7426806d9ce408b9e71a3bb18ca3438425f2ea5cdc432"
 17766          },
 17767          {
 17768            "alg": "SHA3-256",
 17769            "content": "d1cc85595a2924c99fc4aeed4f6a030946280e661e76319b0ff62fc937584d68"
 17770          },
 17771          {
 17772            "alg": "SHA3-384",
 17773            "content": "8f36ce0f0d33b0cb6c483095afab59fc20bb06c24d3206dc84191d1fb0ade304e9740d2f2810daf0fc13c1ccab3e3258"
 17774          },
 17775          {
 17776            "alg": "SHA3-512",
 17777            "content": "0d729274889d6a7b13fff74e3cb7c805077f948dfff9fda0ed5423bcc00a7769520660736674bec606586b183b4742ab62b95b6ac56855a10bc0fde1b9f845a2"
 17778          }
 17779        ],
 17780        "licenses": [
 17781          {"license": {
 17782            "name": "Lesser General Public License, version 3 or greater",
 17783            "url": "http://www.gnu.org/licenses/lgpl.html"
 17784          }},
 17785          {"license": {"id": "Apache-2.0"}}
 17786        ],
 17787        "purl": "pkg:maven/com.github.fge/msg-simple@1.1?type=jar"
 17788      },
 17789      {
 17790        "type": "library",
 17791        "bom-ref": "pkg:maven/com.github.fge/btf@1.2?type=jar",
 17792        "group": "com.github.fge",
 17793        "name": "btf",
 17794        "version": "1.2",
 17795        "description": "null",
 17796        "hashes": [
 17797          {
 17798            "alg": "MD5",
 17799            "content": "5c91cd1157e0bb99e77a33b6f42a457c"
 17800          },
 17801          {
 17802            "alg": "SHA-1",
 17803            "content": "9e66651022eb86301b348d57e6f59459effc343b"
 17804          },
 17805          {
 17806            "alg": "SHA-256",
 17807            "content": "38a380577a186718cb97ee8af58d4f40f7fbfdc23ff68b5f4b3c2c68a1d5c05d"
 17808          },
 17809          {
 17810            "alg": "SHA-384",
 17811            "content": "41d6c5034363275a08d388496d652015ec04e4f27bbb9c78778820d8a219a624fd9fc9d9bd4e81f6a7a0e641dc9bbe54"
 17812          },
 17813          {
 17814            "alg": "SHA-512",
 17815            "content": "d0cf64fe19d3236d26fc1f02957f79ed29e06a8a02e5045ee05fd528b8addd023e2315628e71deaf435964d7b2e73b065960d5384dddcb6a3b80ac9519a3cb0c"
 17816          },
 17817          {
 17818            "alg": "SHA3-256",
 17819            "content": "0c3b16a0a21716e4ec24e3d1f8069a5ee33fbf5b614662b2bb0db791f7dcc5fe"
 17820          },
 17821          {
 17822            "alg": "SHA3-384",
 17823            "content": "0cd21baad3b05d72e1b6fe563cb641b60555d7c56112d5ef9bd093eb4419d2dc460c093863cbd40b24e3b9a46729b4d4"
 17824          },
 17825          {
 17826            "alg": "SHA3-512",
 17827            "content": "87c83ac3ea8a156771733c5253d56e247650e2346c083c0ce7a545f3b4062a6021eb11e45dd9d69ddbcb112ad4c0de14718e21429c547d5087de9e2207b58bb7"
 17828          }
 17829        ],
 17830        "licenses": [
 17831          {"license": {
 17832            "name": "Lesser General Public License, version 3 or greater",
 17833            "url": "http://www.gnu.org/licenses/lgpl.html"
 17834          }},
 17835          {"license": {"id": "Apache-2.0"}}
 17836        ],
 17837        "purl": "pkg:maven/com.github.fge/btf@1.2?type=jar"
 17838      },
 17839      {
 17840        "type": "library",
 17841        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.9.1.Final?type=jar",
 17842        "publisher": "JBoss by Red Hat",
 17843        "group": "org.jboss.resteasy",
 17844        "name": "resteasy-jaxb-provider",
 17845        "version": "3.9.1.Final",
 17846        "description": "",
 17847        "hashes": [
 17848          {
 17849            "alg": "MD5",
 17850            "content": "7146ae81df7b458ee738da0f34512d41"
 17851          },
 17852          {
 17853            "alg": "SHA-1",
 17854            "content": "6812fafd76b4edac473462186f5b9dc094c2a5be"
 17855          },
 17856          {
 17857            "alg": "SHA-256",
 17858            "content": "ff2db1a7122b870388f631e2a9646fa65e4f47bee9aa1a43fc517d456d766362"
 17859          },
 17860          {
 17861            "alg": "SHA-384",
 17862            "content": "d6d6a0c67f90261ce5debbab5fcc5b83fb2cb61dd08f7764dfca8af02c2801e0db725844f80ce653734bb9e40fbcf118"
 17863          },
 17864          {
 17865            "alg": "SHA-512",
 17866            "content": "a9411b731b2ef387044533b6fd35dae25129446b75a9fd3c73ed98d1e4a31b77a2fcb1105dd8d16f1778ac90421318869144cb42e73dafdda79c4532cefbd26d"
 17867          },
 17868          {
 17869            "alg": "SHA3-256",
 17870            "content": "dec3c599a6e2c43fbe47dae1515ba05d5cb7734344b59fb92e52d6c1aae25c00"
 17871          },
 17872          {
 17873            "alg": "SHA3-384",
 17874            "content": "489e23f29b26684617cd9e92ca65e7027bd0139eb387639cdcdc4bb66cf9e50fa758dffd772be1a1ea4b2cfb95cf1536"
 17875          },
 17876          {
 17877            "alg": "SHA3-512",
 17878            "content": "a4c847ac64d9ae1bd116ec54c671de22a7c6f405b507c628949b860536834aa76ddb47bef406a91081b821edf31b1909225b45860fee86f1e132adcbbcef40bd"
 17879          }
 17880        ],
 17881        "licenses": [{"license": {
 17882          "id": "Apache-2.0",
 17883          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 17884        }}],
 17885        "purl": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.9.1.Final?type=jar",
 17886        "externalReferences": [
 17887          {
 17888            "type": "distribution",
 17889            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 17890          },
 17891          {
 17892            "type": "issue-tracker",
 17893            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 17894          },
 17895          {
 17896            "type": "vcs",
 17897            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 17898          },
 17899          {
 17900            "type": "website",
 17901            "url": "http://www.jboss.org"
 17902          },
 17903          {
 17904            "type": "mailing-list",
 17905            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17906          }
 17907        ]
 17908      },
 17909      {
 17910        "type": "library",
 17911        "bom-ref": "pkg:maven/org.jboss.aesh/aesh@0.66.19?type=jar",
 17912        "publisher": "JBoss by Red Hat",
 17913        "group": "org.jboss.aesh",
 17914        "name": "aesh",
 17915        "version": "0.66.19",
 17916        "description": "Æsh (Another Extendable SHell)",
 17917        "hashes": [
 17918          {
 17919            "alg": "MD5",
 17920            "content": "98af0e34c09963d3194e77ca87fea193"
 17921          },
 17922          {
 17923            "alg": "SHA-1",
 17924            "content": "6e8f7d2e2a9566d07f850c57e070d7e2f3f3ac83"
 17925          },
 17926          {
 17927            "alg": "SHA-256",
 17928            "content": "33cd655563af10a69d4a16a9cf61acfbfef213d43f4dd9a0ef6081cde1279d14"
 17929          },
 17930          {
 17931            "alg": "SHA-384",
 17932            "content": "062fb205f177b3ad44c10c20046d7a9e244db69dea233fc70ee9212b017cfde2403754a1f99aa00bb75db2d94f4d4d88"
 17933          },
 17934          {
 17935            "alg": "SHA-512",
 17936            "content": "895b5dc9ec08836a64a78ff5d82b298b8d65a424530a53869f9bafb79ef68b2ddec632e5a948a3fa2aca43e061b29371882e9eebf23a09d284a55ff3f9cc226b"
 17937          },
 17938          {
 17939            "alg": "SHA3-256",
 17940            "content": "9836d8c7cbe251741fd604741bbb96311b1b16db9dac238850461facafdca5fe"
 17941          },
 17942          {
 17943            "alg": "SHA3-384",
 17944            "content": "9970975d333f0da027b43bf8432fc2feccd44f361d1703797561d272994ce67705b4ef1bf8c0a4f3fde0e2b155c8c216"
 17945          },
 17946          {
 17947            "alg": "SHA3-512",
 17948            "content": "46333cbbee5218c554ca515f721086ed2c09aa6e0fd669b2baead9d9538a5710cb46b6f34f56ec37135985b9e6412a774d1faafc98e77fad6a665a23e5a525f9"
 17949          }
 17950        ],
 17951        "licenses": [{"license": {"id": "Apache-2.0"}}],
 17952        "purl": "pkg:maven/org.jboss.aesh/aesh@0.66.19?type=jar",
 17953        "externalReferences": [
 17954          {
 17955            "type": "vcs",
 17956            "url": "http://aeshell.github.io/"
 17957          },
 17958          {
 17959            "type": "website",
 17960            "url": "http://www.jboss.org"
 17961          },
 17962          {
 17963            "type": "issue-tracker",
 17964            "url": "https://issues.jboss.org/"
 17965          },
 17966          {
 17967            "type": "mailing-list",
 17968            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 17969          }
 17970        ]
 17971      },
 17972      {
 17973        "type": "library",
 17974        "bom-ref": "pkg:maven/org.fusesource.jansi/jansi@1.16?type=jar",
 17975        "publisher": "FuseSource, Corp.",
 17976        "group": "org.fusesource.jansi",
 17977        "name": "jansi",
 17978        "version": "1.16",
 17979        "description": "Jansi is a java library for generating and interpreting ANSI escape sequences.",
 17980        "hashes": [
 17981          {
 17982            "alg": "MD5",
 17983            "content": "dcd0f8872d723085a680692ff353f5da"
 17984          },
 17985          {
 17986            "alg": "SHA-1",
 17987            "content": "b1aaf0028852164ab6b4057192ccd0ba7dedd3a5"
 17988          },
 17989          {
 17990            "alg": "SHA-256",
 17991            "content": "7f3523cc23afe8ecb14511d5bcbd0285af4311c64e450d74d407eeb22861a112"
 17992          },
 17993          {
 17994            "alg": "SHA-384",
 17995            "content": "22d80e1e7eb8e7de5a8c326c0129a7d742f81e8746fd959a4c8c19a7d1257e7df9f885977011e67d75ebf247afce96d3"
 17996          },
 17997          {
 17998            "alg": "SHA-512",
 17999            "content": "300885d77568256b907bb9cdad5bd8bf91ab3b8dc67ad52c96f62d14b055a756f122edce0627b99984bd24df739189706bf824b1dfe273be43fe6dee018549dd"
 18000          },
 18001          {
 18002            "alg": "SHA3-256",
 18003            "content": "c2b09a0b42c92164c4dfea9b9d9cbc6ebb2eb80d5086fde0141899d2e29cf60d"
 18004          },
 18005          {
 18006            "alg": "SHA3-384",
 18007            "content": "29fc59541b8b3b557121b3ef8b543d856632dbf7baebda9e05596550d76bc32af7021743fecb8297a3362293332cbd5b"
 18008          },
 18009          {
 18010            "alg": "SHA3-512",
 18011            "content": "42b07c4189c271b1444d40c459fe520f4be981bf9790690d4e755062f760710a9907d1863fcf0569e2ee53d842f35ebea48d29bd11d4dab445afd2fee87069d1"
 18012          }
 18013        ],
 18014        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18015        "purl": "pkg:maven/org.fusesource.jansi/jansi@1.16?type=jar",
 18016        "externalReferences": [
 18017          {
 18018            "type": "distribution",
 18019            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 18020          },
 18021          {
 18022            "type": "issue-tracker",
 18023            "url": "https://github.com/fusesource/${forge-project-id}/issues"
 18024          },
 18025          {
 18026            "type": "mailing-list",
 18027            "url": "http://groups.google.com/group/${forge-project-id}"
 18028          },
 18029          {
 18030            "type": "vcs",
 18031            "url": "https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}"
 18032          },
 18033          {
 18034            "type": "website",
 18035            "url": "http://fusesource.com/"
 18036          }
 18037        ]
 18038      },
 18039      {
 18040        "type": "library",
 18041        "bom-ref": "pkg:maven/org.keycloak/keycloak-client-registration-cli@10.0.2?type=jar",
 18042        "publisher": "JBoss by Red Hat",
 18043        "group": "org.keycloak",
 18044        "name": "keycloak-client-registration-cli",
 18045        "version": "10.0.2",
 18046        "description": "",
 18047        "hashes": [
 18048          {
 18049            "alg": "MD5",
 18050            "content": "4332dc2a0e9a3617e89f872f719b30d6"
 18051          },
 18052          {
 18053            "alg": "SHA-1",
 18054            "content": "70cf58a649e333fa9cb1c424cb618ecfd48d5ab7"
 18055          },
 18056          {
 18057            "alg": "SHA-256",
 18058            "content": "530338c50f67e2a7ddf10c47658383838b3625a1604795ba80c620bf53f9171a"
 18059          },
 18060          {
 18061            "alg": "SHA-384",
 18062            "content": "b8891d3204938bee9ce7c883f85f672ddc225caa8292a151b20becde41e73b73f247e7709cd8294e2b52eda711320607"
 18063          },
 18064          {
 18065            "alg": "SHA-512",
 18066            "content": "ffcba6e145be85c24768561c89c328f9a52d282cfdadb83ca94643419cdb956c4898bce4fe7d014210908fca0fe09e4a19b1422ac9aa3c95ba468ac81a9f397c"
 18067          },
 18068          {
 18069            "alg": "SHA3-256",
 18070            "content": "eb17e8a74411d64f611f14eae2b5309812dd2bd4b2cb446081eeb57943000c02"
 18071          },
 18072          {
 18073            "alg": "SHA3-384",
 18074            "content": "c8fd3ce0b496aeadc7e29be2123fbb0efe1c088b9bc3f17de0bd5a2c662f338fcb1dfbfb5d5bd76fa95bb15e981a6a79"
 18075          },
 18076          {
 18077            "alg": "SHA3-512",
 18078            "content": "8f9db82b78e34a14dbdcd10d819790febaa493750e3c2291257bce94ef565b82edc36b39bb04b003ed12e63e0f2c09d74e2fe396f990216b75bc0dde1ff3561c"
 18079          }
 18080        ],
 18081        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18082        "purl": "pkg:maven/org.keycloak/keycloak-client-registration-cli@10.0.2?type=jar",
 18083        "externalReferences": [
 18084          {
 18085            "type": "distribution",
 18086            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 18087          },
 18088          {
 18089            "type": "issue-tracker",
 18090            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 18091          },
 18092          {
 18093            "type": "vcs",
 18094            "url": "https://github.com/keycloak/keycloak/tree/master/"
 18095          },
 18096          {
 18097            "type": "website",
 18098            "url": "http://www.jboss.org"
 18099          },
 18100          {
 18101            "type": "mailing-list",
 18102            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18103          }
 18104        ]
 18105      },
 18106      {
 18107        "type": "library",
 18108        "bom-ref": "pkg:maven/org.keycloak/keycloak-admin-cli@10.0.2?type=jar",
 18109        "publisher": "JBoss by Red Hat",
 18110        "group": "org.keycloak",
 18111        "name": "keycloak-admin-cli",
 18112        "version": "10.0.2",
 18113        "description": "",
 18114        "hashes": [
 18115          {
 18116            "alg": "MD5",
 18117            "content": "24a696c1f82bd2aac49d2131a4bff2d7"
 18118          },
 18119          {
 18120            "alg": "SHA-1",
 18121            "content": "f5fff802c7747aa05ff1c57dc03cc3f2d2d33b40"
 18122          },
 18123          {
 18124            "alg": "SHA-256",
 18125            "content": "fb0319e734e7d1a8fe988518788f1baee79a3d4521b4a6d74533bb4fef8ef401"
 18126          },
 18127          {
 18128            "alg": "SHA-384",
 18129            "content": "9441c9d0ddc646159e0aa1e76ec91132c19fa8e2e9195e078825eba25ddf6c246131acae4d181f4ebea29cd81521802a"
 18130          },
 18131          {
 18132            "alg": "SHA-512",
 18133            "content": "f380cdeb6f9e43463b8155273909df371cd5fe8870ac408c855bb76d8c3c008e93ee44de3aa35e3344b82a30963e11812a578221841b74e8a15433de069faf75"
 18134          },
 18135          {
 18136            "alg": "SHA3-256",
 18137            "content": "ea643ccadf1797a1d92a047b638dfc7c1d119cfb00b6472a49c16b00101b11c3"
 18138          },
 18139          {
 18140            "alg": "SHA3-384",
 18141            "content": "5b6b85eddc499da01933e7d15e462ab3dfdfdda0b6adaf99d253b08a088e3fe03990255e05ec3de8ae7dc057384b7aed"
 18142          },
 18143          {
 18144            "alg": "SHA3-512",
 18145            "content": "20795275035bb6dcdf6cfeea4869b852c0c8e92a430efe55ae0233f70e33bf9a49a6ea0deb008b68c05d81f30698493abbaa06b705bfd83ef2b9d8b6990c8b70"
 18146          }
 18147        ],
 18148        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18149        "purl": "pkg:maven/org.keycloak/keycloak-admin-cli@10.0.2?type=jar",
 18150        "externalReferences": [
 18151          {
 18152            "type": "distribution",
 18153            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 18154          },
 18155          {
 18156            "type": "issue-tracker",
 18157            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 18158          },
 18159          {
 18160            "type": "vcs",
 18161            "url": "https://github.com/keycloak/keycloak/tree/master/"
 18162          },
 18163          {
 18164            "type": "website",
 18165            "url": "http://www.jboss.org"
 18166          },
 18167          {
 18168            "type": "mailing-list",
 18169            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18170          }
 18171        ]
 18172      },
 18173      {
 18174        "type": "library",
 18175        "bom-ref": "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 18176        "publisher": "JBoss by Red Hat",
 18177        "group": "org.keycloak",
 18178        "name": "keycloak-adapter-spi",
 18179        "version": "10.0.2",
 18180        "description": "",
 18181        "hashes": [
 18182          {
 18183            "alg": "MD5",
 18184            "content": "0b9e87ed386bdf6aab23914ac9e100c8"
 18185          },
 18186          {
 18187            "alg": "SHA-1",
 18188            "content": "3bd6fe04dc18c51bf538912c9500f110ff3de76c"
 18189          },
 18190          {
 18191            "alg": "SHA-256",
 18192            "content": "470c7327685cd4b3cf1904c9d5f2b29dc143c9fbd150fd944696f6ccd5dd962a"
 18193          },
 18194          {
 18195            "alg": "SHA-384",
 18196            "content": "60e5828846c26d7b7b3becb38afcbe4d7d3ce609facad7fdc2ae5ca5e133a1996eeaf869b330227b50d266c0d3a444de"
 18197          },
 18198          {
 18199            "alg": "SHA-512",
 18200            "content": "9db9f388bbe283332835d9d4867b7d7983d4469ea31f818b78bfe408b3b09f7837070f1a72a6645102a7032d0e93317c9193c10ed4e6764495f8023bc0ecf36e"
 18201          },
 18202          {
 18203            "alg": "SHA3-256",
 18204            "content": "b0bf952fed697fae2b7b3e58f797306ab95e01107360905ad2e2ba3a8bd8d832"
 18205          },
 18206          {
 18207            "alg": "SHA3-384",
 18208            "content": "bcce39ff97b8fdf6eeb4f9f8e1388074d41798ca087f8f1d9015bed5dc8383cfc25162157b2af98c7ac0b1f0fdf42726"
 18209          },
 18210          {
 18211            "alg": "SHA3-512",
 18212            "content": "6d47d26b2909f37a8ee3e9fc1b0dc415371ba988d27fe62af3afc190ba3fe38eaf034f3a8d23fcac52dbeac8796ee6f07dbcc33aea1cf6fd48d1d1f1b2ae655e"
 18213          }
 18214        ],
 18215        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18216        "purl": "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 18217        "externalReferences": [
 18218          {
 18219            "type": "distribution",
 18220            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 18221          },
 18222          {
 18223            "type": "issue-tracker",
 18224            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 18225          },
 18226          {
 18227            "type": "vcs",
 18228            "url": "https://github.com/keycloak/keycloak/tree/master/"
 18229          },
 18230          {
 18231            "type": "website",
 18232            "url": "http://www.jboss.org"
 18233          },
 18234          {
 18235            "type": "mailing-list",
 18236            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18237          }
 18238        ]
 18239      },
 18240      {
 18241        "type": "library",
 18242        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-catalina@7.0.92?type=jar",
 18243        "group": "org.apache.tomcat",
 18244        "name": "tomcat-catalina",
 18245        "version": "7.0.92",
 18246        "description": "Tomcat Servlet Engine Core Classes and Standard implementations",
 18247        "hashes": [
 18248          {
 18249            "alg": "MD5",
 18250            "content": "6b44bbc9f01156db303f672c7c45e6c5"
 18251          },
 18252          {
 18253            "alg": "SHA-1",
 18254            "content": "6a3456c446598f66ad180fc074a6f5c72e77f16b"
 18255          },
 18256          {
 18257            "alg": "SHA-256",
 18258            "content": "fe7049f7ade9565fbb68332d01342042d79329487e3a0032fd72f9276d5e4fe1"
 18259          },
 18260          {
 18261            "alg": "SHA-384",
 18262            "content": "7a5c052cf6fdd4e40895e38eebd54d8bc58bc40f4017a96c66d368df56fcd52f996b03e48a655bd4802a94aa2e9d86c6"
 18263          },
 18264          {
 18265            "alg": "SHA-512",
 18266            "content": "0e2078c76941821a2abb64f625a750f4b0444d6e68cd9dd78b7325ace636f89a973a4bfbb0ba5f9b44b61eb6f464192576bea9544a64888dc2d96d1ff6eac0fe"
 18267          },
 18268          {
 18269            "alg": "SHA3-256",
 18270            "content": "6e2aee936f5a488988c8fe82e9e1189ad6ae6dfa8cb0e287edeeb53b245091a0"
 18271          },
 18272          {
 18273            "alg": "SHA3-384",
 18274            "content": "bafedaee76a6ad70df5945619716da8025aeff2c376387978eb25d09bb0d1567ee6f68c2c8c9d196568f63ff14a5acf1"
 18275          },
 18276          {
 18277            "alg": "SHA3-512",
 18278            "content": "172abe6e7156e8fb1ce3721e1a8b61b1a091d182f374578f487db2bee2ce1188bdaac441ac37353eba7c76345cfbc8d9e047345f3bc1db2c6434ee225515fc63"
 18279          }
 18280        ],
 18281        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18282        "purl": "pkg:maven/org.apache.tomcat/tomcat-catalina@7.0.92?type=jar"
 18283      },
 18284      {
 18285        "type": "library",
 18286        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@7.0.92?type=jar",
 18287        "group": "org.apache.tomcat",
 18288        "name": "tomcat-servlet-api",
 18289        "version": "7.0.92",
 18290        "description": "javax.servlet package",
 18291        "hashes": [
 18292          {
 18293            "alg": "MD5",
 18294            "content": "59e7fb851a15d608f534d8272614fc06"
 18295          },
 18296          {
 18297            "alg": "SHA-1",
 18298            "content": "7c2e222d4423892f6ae22ef9619fb1535626083e"
 18299          },
 18300          {
 18301            "alg": "SHA-256",
 18302            "content": "8dd8708da8ba73c0259d3146316a0dd46657c972054e97403b1dc8e5564a6179"
 18303          },
 18304          {
 18305            "alg": "SHA-384",
 18306            "content": "2eddbb79df39a2d85e5bbd98a41a159394cf0e44e76a9a96365195538c5467aa16c58267883454c8d856a5cf548853ee"
 18307          },
 18308          {
 18309            "alg": "SHA-512",
 18310            "content": "c6d5c296ce34d2f15227b19c7f8460ff9153e24b809a60d6d2461d01b6cb9d9d9ab080652e6316975425a553eeed21692395c376fd19922064caa02929b9263a"
 18311          },
 18312          {
 18313            "alg": "SHA3-256",
 18314            "content": "0a265cb132aad5702e5a07c624bcadd2776922712754b78375b3c28f1aabafc0"
 18315          },
 18316          {
 18317            "alg": "SHA3-384",
 18318            "content": "92bbf0d427d309bdef9a338bb6c1e482628acc6136c84da387396cef572c20da5328024d82efb69f660c05fb780e947c"
 18319          },
 18320          {
 18321            "alg": "SHA3-512",
 18322            "content": "a760243fe523f921d635f69bfcf4d2faf9a68f8848498fcad63ae567d2786e63df7dc5e237d2bc99ccc3542f9682dd19fa4112799266b65aca0a368d76f9061f"
 18323          }
 18324        ],
 18325        "licenses": [{"license": {
 18326          "name": "Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0",
 18327          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt and http://www.opensource.org/licenses/cddl1.txt"
 18328        }}],
 18329        "purl": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@7.0.92?type=jar"
 18330      },
 18331      {
 18332        "type": "library",
 18333        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-juli@7.0.92?type=jar",
 18334        "group": "org.apache.tomcat",
 18335        "name": "tomcat-juli",
 18336        "version": "7.0.92",
 18337        "description": "Tomcat Core Logging Package",
 18338        "hashes": [
 18339          {
 18340            "alg": "MD5",
 18341            "content": "459af9bef0eedcabf3397494204a8781"
 18342          },
 18343          {
 18344            "alg": "SHA-1",
 18345            "content": "3a065236a9aa1615bb4864443d1ec1078291d3f1"
 18346          },
 18347          {
 18348            "alg": "SHA-256",
 18349            "content": "8d96d491fe65368c77add14050613a2b487d3ca0956a9a637f6ca33af06bbbff"
 18350          },
 18351          {
 18352            "alg": "SHA-384",
 18353            "content": "a85f074f96ab947ca236b06c436ccceff7721dfd6e679f711ec39717871066a7fd6df40566e7805d06ea684eb567d792"
 18354          },
 18355          {
 18356            "alg": "SHA-512",
 18357            "content": "22d95f3112eea167a223eb2d84926343e809638ae93e4f8eb7a10a7383314c209c7a216c81c541d448454701d739f7e8cce441e7bc945c6dd8f57d1952bc08db"
 18358          },
 18359          {
 18360            "alg": "SHA3-256",
 18361            "content": "709aaf1c1b1e69fc49da3d0efbcc87d0cfcb01bad959864f104ec5b266977e89"
 18362          },
 18363          {
 18364            "alg": "SHA3-384",
 18365            "content": "61a1f10fc2b5f5a887e2f9d03023cfb095e33ee7a37ebac23ab0938556f010f2989375d8ff2585a42c0b8c1cdaebbc95"
 18366          },
 18367          {
 18368            "alg": "SHA3-512",
 18369            "content": "674dd40bbc1682f4ac3cc8fa58724b8ce49420b2acffc33f9e6a54086e6a602b5014a174c71d780ce5228eac66d9e2fa1ebab3e7a84f035731ba4463cd954cbf"
 18370          }
 18371        ],
 18372        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18373        "purl": "pkg:maven/org.apache.tomcat/tomcat-juli@7.0.92?type=jar"
 18374      },
 18375      {
 18376        "type": "library",
 18377        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@7.0.92?type=jar",
 18378        "group": "org.apache.tomcat",
 18379        "name": "tomcat-annotations-api",
 18380        "version": "7.0.92",
 18381        "description": "Annotations Package",
 18382        "hashes": [
 18383          {
 18384            "alg": "MD5",
 18385            "content": "cae37205d074299a88b64f1505095590"
 18386          },
 18387          {
 18388            "alg": "SHA-1",
 18389            "content": "93a3a5e161ad7ab052fe60a1f900d24bd32acdf0"
 18390          },
 18391          {
 18392            "alg": "SHA-256",
 18393            "content": "d90bf9232439518c52a31bd2aa6ab3f8906abdfb29ebc89ed6759a5e852e7cce"
 18394          },
 18395          {
 18396            "alg": "SHA-384",
 18397            "content": "3c21cc0a51fbde405c48dd6b79ac86c49573644158f2d4411282f2480cb96bdfaa31e7df31516c6a8e67c1f936ec64a5"
 18398          },
 18399          {
 18400            "alg": "SHA-512",
 18401            "content": "13445d961bb25f5dd2fe2cb3c75fc78cdebc96d0d5ecf088bd44b3252950e77b33ee0a26b601d2caa5b1f7b04318a1d24afb552c1f351d2aa6a8e6c3292d4256"
 18402          },
 18403          {
 18404            "alg": "SHA3-256",
 18405            "content": "c3bc3d9d677794603e0f7063285146d2a2cdb5e0219b397fed6f5c27d2a89357"
 18406          },
 18407          {
 18408            "alg": "SHA3-384",
 18409            "content": "667ebc11cc2cde1d2edb6f345a7cc159f8c9b2f1fd7a5493d54b82bae3726248774a01d8ff0cc8a46bbeddcf1acd53b7"
 18410          },
 18411          {
 18412            "alg": "SHA3-512",
 18413            "content": "683993660b8898ca2e2de0df518405601afcd12ff31f9bd5b4320a2e3dd805c65b2e502ac9941e844a19b6185a3ccefe91d888fa0215dc939a8d6327cee8a116"
 18414          }
 18415        ],
 18416        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18417        "purl": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@7.0.92?type=jar"
 18418      },
 18419      {
 18420        "type": "library",
 18421        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-api@7.0.92?type=jar",
 18422        "group": "org.apache.tomcat",
 18423        "name": "tomcat-api",
 18424        "version": "7.0.92",
 18425        "description": "Definition of interfaces shared by Catalina and Jasper",
 18426        "hashes": [
 18427          {
 18428            "alg": "MD5",
 18429            "content": "beeba9a893d8f9b1fb6030c85936d8f0"
 18430          },
 18431          {
 18432            "alg": "SHA-1",
 18433            "content": "8be254a4fe5bbba7495a78f835053ce1e1846c54"
 18434          },
 18435          {
 18436            "alg": "SHA-256",
 18437            "content": "d661c70a1719eba641925adac4994ad4dca0e2e43a9ea402b4ca4a9abf29d0f3"
 18438          },
 18439          {
 18440            "alg": "SHA-384",
 18441            "content": "5e5fe33329bd24d715ff810874ae1f09014f25e7ecc5a9f105e72477c14a29e6d8d7f6b8b5a930eea7ebe9235232e048"
 18442          },
 18443          {
 18444            "alg": "SHA-512",
 18445            "content": "293f3ddf3aa232d61cc7cd44594bd3457aebaafec00bab5414097ab318d79f6584c293a33944e036e582c952e0b60fc5a11681a6329913b9d3d04568763f459b"
 18446          },
 18447          {
 18448            "alg": "SHA3-256",
 18449            "content": "7a29bdac2f51d7819594c72862c579b379c99dedf9ac2de492b4298a6a549230"
 18450          },
 18451          {
 18452            "alg": "SHA3-384",
 18453            "content": "d354f751ad6627345fb60ee0f326904a356035c46f822b2d3809d8790b47cb275c445fad641b6835c0ab570d38323792"
 18454          },
 18455          {
 18456            "alg": "SHA3-512",
 18457            "content": "4bdcb5a5bd7538382e4d8f2d8ba8be17786162b7afc16cdcac15817adc143eeeb02329584951eb05937907a1d6a5e4a52c9c329cdd37881e99a2fd08f666a7bc"
 18458          }
 18459        ],
 18460        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18461        "purl": "pkg:maven/org.apache.tomcat/tomcat-api@7.0.92?type=jar"
 18462      },
 18463      {
 18464        "type": "library",
 18465        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-util@7.0.92?type=jar",
 18466        "group": "org.apache.tomcat",
 18467        "name": "tomcat-util",
 18468        "version": "7.0.92",
 18469        "description": "Common code shared by Catalina and Jasper",
 18470        "hashes": [
 18471          {
 18472            "alg": "MD5",
 18473            "content": "e1e374b59bfa32393b709e148aab5e90"
 18474          },
 18475          {
 18476            "alg": "SHA-1",
 18477            "content": "72a51f3ef24872adfda7d069967e71709ad86a80"
 18478          },
 18479          {
 18480            "alg": "SHA-256",
 18481            "content": "078ee8a29537307337793dba0a98460da54977efa16bafa891b52ae328f577f1"
 18482          },
 18483          {
 18484            "alg": "SHA-384",
 18485            "content": "02b6107da4916d045f362f0a221474c1afe3bce5b0dbaac99ae5032f65db73ecd2721e5dbb71732a83bfc72585b48025"
 18486          },
 18487          {
 18488            "alg": "SHA-512",
 18489            "content": "aa5970268b618ab73fa45ab617bb63feb6d94eeb3f6970cbc6d3e6caae9c90776ae9229ba34e4192265b243267cf9c970b9231f73fc4e8462ea209530c2b4ac8"
 18490          },
 18491          {
 18492            "alg": "SHA3-256",
 18493            "content": "9defbf3284a641b99827642bcdc66f0e022a9cb874a922794ac1d04958eddcd9"
 18494          },
 18495          {
 18496            "alg": "SHA3-384",
 18497            "content": "4c93d180e78254f2361a54d6f755c4c1d4d15943227d0a6fdac27a471a3e3c677432428f089d1fc732cacff83200f3f0"
 18498          },
 18499          {
 18500            "alg": "SHA3-512",
 18501            "content": "bcb6a468183becd080e31179e1cd2c0aaf77718f6135bf0160105c0799417d5dc04551caa6b2479f6933718c1f34852ad37c83b67dfe998027b2aee8e970261e"
 18502          }
 18503        ],
 18504        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18505        "purl": "pkg:maven/org.apache.tomcat/tomcat-util@7.0.92?type=jar"
 18506      },
 18507      {
 18508        "type": "library",
 18509        "bom-ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec@1.0.2.Final?type=jar",
 18510        "publisher": "JBoss by Red Hat",
 18511        "group": "org.jboss.spec.javax.servlet",
 18512        "name": "jboss-servlet-api_3.0_spec",
 18513        "version": "1.0.2.Final",
 18514        "description": "The Java Servlet 3.0 API classes",
 18515        "hashes": [
 18516          {
 18517            "alg": "MD5",
 18518            "content": "91d1d68f47b05a24edf27b6da01fc4d9"
 18519          },
 18520          {
 18521            "alg": "SHA-1",
 18522            "content": "293b68881aebb47c7726ffb697bd292045803aec"
 18523          },
 18524          {
 18525            "alg": "SHA-256",
 18526            "content": "2b43c0b51bdcd5023ce066d8a902a43a30afb056c547df6f902bc701312a6f73"
 18527          },
 18528          {
 18529            "alg": "SHA-384",
 18530            "content": "4a79ed0e4a85769992f0ec6ba430ed13cdd12f869d1edc7acaf6480c4e0cf98677a167de934ac0dca77f1acbf7161913"
 18531          },
 18532          {
 18533            "alg": "SHA-512",
 18534            "content": "b53d4adbe3abbe95bb395dc89d405cf81cf2c502fd4622e8769134505dbfdf04cf87d935a39719f79fa3f80ee381e25c4f530123fcda0fa53bccf7046459c729"
 18535          },
 18536          {
 18537            "alg": "SHA3-256",
 18538            "content": "61cce3ebe00464d5ba3fcf5cdfa36a3bc74cc3f1ba5fa5c8e7f9bdaf28951eb4"
 18539          },
 18540          {
 18541            "alg": "SHA3-384",
 18542            "content": "1ab923ef50db9b9628a498fa3c9d8f882c35e453c4a17baf672f7513cc6e1ef461acf8269e20a4250ba6000523515e93"
 18543          },
 18544          {
 18545            "alg": "SHA3-512",
 18546            "content": "30b1dd95e26158506afdeaa723f99efa79d7c9794e7162a0935f0fba52ed87e1396c6fe160dc27d3c398f5630ca6517ae8888d82b26231584f113daf9b3f41d9"
 18547          }
 18548        ],
 18549        "licenses": [
 18550          {"license": {
 18551            "name": "Common Development and Distribution License",
 18552            "url": "http://repository.jboss.org/licenses/cddl.txt"
 18553          }},
 18554          {"license": {
 18555            "name": "GNU General Public License, Version 2 with the Classpath Exception",
 18556            "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt"
 18557          }}
 18558        ],
 18559        "purl": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec@1.0.2.Final?type=jar",
 18560        "externalReferences": [
 18561          {
 18562            "type": "vcs",
 18563            "url": "https://github.com/jboss/jboss-servlet-api_spec"
 18564          },
 18565          {
 18566            "type": "website",
 18567            "url": "http://www.jboss.org"
 18568          },
 18569          {
 18570            "type": "issue-tracker",
 18571            "url": "https://issues.jboss.org/"
 18572          },
 18573          {
 18574            "type": "mailing-list",
 18575            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18576          }
 18577        ]
 18578      },
 18579      {
 18580        "type": "library",
 18581        "bom-ref": "pkg:maven/io.undertow/undertow-servlet@2.1.0.Final?type=jar",
 18582        "publisher": "JBoss by Red Hat",
 18583        "group": "io.undertow",
 18584        "name": "undertow-servlet",
 18585        "version": "2.1.0.Final",
 18586        "description": "Undertow",
 18587        "hashes": [
 18588          {
 18589            "alg": "MD5",
 18590            "content": "9f61a41ccc31666a7c4c161579cb6177"
 18591          },
 18592          {
 18593            "alg": "SHA-1",
 18594            "content": "bf88c97afe7b4bca7369e8ab9df3c11f81e33110"
 18595          },
 18596          {
 18597            "alg": "SHA-256",
 18598            "content": "5976a633d983331022acee59add76cbaad436fb82f1eaaf3f4efc842a0767137"
 18599          },
 18600          {
 18601            "alg": "SHA-384",
 18602            "content": "d1332422cee126c005bb5acc2df448471d433308b6047490b4cee8703b96f41d45ab0fbc564acc1e6cce19b4d0303afe"
 18603          },
 18604          {
 18605            "alg": "SHA-512",
 18606            "content": "8b282ed8094f933545c3d79777e061c3810c37a9ecf5b7f45dc1d6045dc7ce25242ce72bce7cda2ee688e5f851c8cd8218e34492e85094ced019dccf3ffd0346"
 18607          },
 18608          {
 18609            "alg": "SHA3-256",
 18610            "content": "bcca92e20f07e5780fb1cbf017a94d39e2e4bb7ec10993c417f99bda463b5712"
 18611          },
 18612          {
 18613            "alg": "SHA3-384",
 18614            "content": "7c2d5f538ac41b116fb497eb65a5e3037214a0f2c86125ab2df35a419cabb420c7d485cfe3ba8d758e6df6cb66d52724"
 18615          },
 18616          {
 18617            "alg": "SHA3-512",
 18618            "content": "75cd5bff1f9e5ebba0ecf30af39dcf2e8ea20cc6c7fe3dbbbaf1b22b605381700679cfcad1543d757104bc371e68c4a2f9f361596663d1e3f6136288456da6ef"
 18619          }
 18620        ],
 18621        "licenses": [{"license": {"id": "Apache-2.0"}}],
 18622        "purl": "pkg:maven/io.undertow/undertow-servlet@2.1.0.Final?type=jar",
 18623        "externalReferences": [
 18624          {
 18625            "type": "vcs",
 18626            "url": "https://github.com/undertow-io/undertow"
 18627          },
 18628          {
 18629            "type": "website",
 18630            "url": "http://www.jboss.org"
 18631          },
 18632          {
 18633            "type": "issue-tracker",
 18634            "url": "https://issues.jboss.org/"
 18635          },
 18636          {
 18637            "type": "mailing-list",
 18638            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18639          }
 18640        ]
 18641      },
 18642      {
 18643        "type": "library",
 18644        "bom-ref": "pkg:maven/org.jboss.xnio/xnio-api@3.8.0.Final?type=jar",
 18645        "publisher": "JBoss by Red Hat",
 18646        "group": "org.jboss.xnio",
 18647        "name": "xnio-api",
 18648        "version": "3.8.0.Final",
 18649        "description": "The API JAR of the XNIO project",
 18650        "hashes": [
 18651          {
 18652            "alg": "MD5",
 18653            "content": "d98978e1a3140c06a5e71030136325f4"
 18654          },
 18655          {
 18656            "alg": "SHA-1",
 18657            "content": "e2c29acf42ac6f42c34f0b74ba089e3f3d1b2394"
 18658          },
 18659          {
 18660            "alg": "SHA-256",
 18661            "content": "543a79d5cdbe3237ea22ca44b85c65a5d068046d7b88e6bbab6f2e72d6b63810"
 18662          },
 18663          {
 18664            "alg": "SHA-384",
 18665            "content": "c91bc87af0f4dc1e8fa5cd97baf9e07900099fddf21c79140ef20815c63db6d1258589a6d5d98e30fc1ab5522191693e"
 18666          },
 18667          {
 18668            "alg": "SHA-512",
 18669            "content": "eab8904c5e2f6071f076e5f68fc7520fb4e9f292df2cc03be4ac7834f52994e9f539b52be7509280f4fb49a4ded185732e8a50ffd3417e39b540d508db34ac5f"
 18670          },
 18671          {
 18672            "alg": "SHA3-256",
 18673            "content": "5f858e5a4153253386b328061d6b111a285c1deecc08de2fc1dd951ca4b2a1ca"
 18674          },
 18675          {
 18676            "alg": "SHA3-384",
 18677            "content": "2ae4e1c7ca16232af0f070702c904d4dcfe3b5dc32b8b15e8e8e497a2543a55fa788cf850f00148895909dd965712d22"
 18678          },
 18679          {
 18680            "alg": "SHA3-512",
 18681            "content": "8ffbbbf74772f6677bc67c13339571625ba302af9978eabae7475b77618f09c5cdbce8d4660693a993d9d81475cb8ad4f0d192f245b9d31555422bb07d4b9341"
 18682          }
 18683        ],
 18684        "licenses": [{"license": {
 18685          "id": "Apache-2.0",
 18686          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 18687        }}],
 18688        "purl": "pkg:maven/org.jboss.xnio/xnio-api@3.8.0.Final?type=jar",
 18689        "externalReferences": [
 18690          {
 18691            "type": "website",
 18692            "url": "http://www.jboss.org"
 18693          },
 18694          {
 18695            "type": "issue-tracker",
 18696            "url": "https://issues.jboss.org/"
 18697          },
 18698          {
 18699            "type": "mailing-list",
 18700            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18701          },
 18702          {
 18703            "type": "vcs",
 18704            "url": "http://github.com/jboss/jboss-parent-pom"
 18705          }
 18706        ]
 18707      },
 18708      {
 18709        "type": "library",
 18710        "bom-ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final?type=jar",
 18711        "publisher": "JBoss by Red Hat",
 18712        "group": "org.wildfly.client",
 18713        "name": "wildfly-client-config",
 18714        "version": "1.0.1.Final",
 18715        "description": "Library for supporting WildFly common client configuration",
 18716        "hashes": [
 18717          {
 18718            "alg": "MD5",
 18719            "content": "77f13d40c0fc70d05b48d43ac8ae2581"
 18720          },
 18721          {
 18722            "alg": "SHA-1",
 18723            "content": "2a803b23c40a0de0f03a90d1fd3755747bc05f4b"
 18724          },
 18725          {
 18726            "alg": "SHA-256",
 18727            "content": "80a4e963ce94ebb043ecb0f2c0e77d327f23dc87d81350b863752eedfa2c3bb3"
 18728          },
 18729          {
 18730            "alg": "SHA-384",
 18731            "content": "fd6285cf6398f0395c538873c4e52292c467d5f752f47fb8040224b37ec4e39e410136bf040c33ba8b42b3d6cda58a05"
 18732          },
 18733          {
 18734            "alg": "SHA-512",
 18735            "content": "3f442478c57f7dfac7039f6c7ae014bb2d45cdbd690ee631a3349edbca414adfe1984d065d1439f9b1546fa15fbd032c3a6bfe008f1ad50eef74201467b9f55f"
 18736          },
 18737          {
 18738            "alg": "SHA3-256",
 18739            "content": "6e6e537598960954ea18998ed44b696a21a662bfd5268c58dd1fab739882ce34"
 18740          },
 18741          {
 18742            "alg": "SHA3-384",
 18743            "content": "a3f92b65c9914eba7d47ac858ff37d512852691df29d68dd01587e254dd370404a3f0243adf7821a677f1b88904124c9"
 18744          },
 18745          {
 18746            "alg": "SHA3-512",
 18747            "content": "94f46f167853b771ead83d87a93e826512575cb5ef505b841b28d4d818a39f5fe0cbf8b9b155719b4b43569a6fbc4f2c36ab14bfca8fd43ab64963a547fdce74"
 18748          }
 18749        ],
 18750        "licenses": [{"license": {
 18751          "id": "Apache-2.0",
 18752          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 18753        }}],
 18754        "purl": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final?type=jar",
 18755        "externalReferences": [
 18756          {
 18757            "type": "website",
 18758            "url": "http://www.jboss.org"
 18759          },
 18760          {
 18761            "type": "issue-tracker",
 18762            "url": "https://issues.jboss.org/"
 18763          },
 18764          {
 18765            "type": "mailing-list",
 18766            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18767          },
 18768          {
 18769            "type": "vcs",
 18770            "url": "http://github.com/jboss/jboss-parent-pom"
 18771          }
 18772        ]
 18773      },
 18774      {
 18775        "type": "library",
 18776        "bom-ref": "pkg:maven/org.jboss.threads/jboss-threads@3.1.0.Final?type=jar",
 18777        "publisher": "JBoss by Red Hat",
 18778        "group": "org.jboss.threads",
 18779        "name": "jboss-threads",
 18780        "version": "3.1.0.Final",
 18781        "description": "Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs",
 18782        "hashes": [
 18783          {
 18784            "alg": "MD5",
 18785            "content": "aa2e05c76a355ae521595ce39cb5776c"
 18786          },
 18787          {
 18788            "alg": "SHA-1",
 18789            "content": "9b260c0302f637a84a52d3d118214a3c59217615"
 18790          },
 18791          {
 18792            "alg": "SHA-256",
 18793            "content": "c9396af3b47ddddbce14335aaad5b85b49fa704f11e33da1c450fae3c3b98079"
 18794          },
 18795          {
 18796            "alg": "SHA-384",
 18797            "content": "faa1ae7a2e28a3b25502475d23b5dc31c25325f3b900a8aaef5109e43c3acdf77fd6ba5b899a921e044ae2fca1079d93"
 18798          },
 18799          {
 18800            "alg": "SHA-512",
 18801            "content": "12d2b4c6c4f732a4b9437ae6e893087981aa2d829c9bad7089cd4cb10bccd7105e136f694e43a36e5bf234ca81294117fd9f6a07795f77c0f80d8f748c8fa529"
 18802          },
 18803          {
 18804            "alg": "SHA3-256",
 18805            "content": "5c84c887a910d85a533b711fafdbf03f2eb7c82d1b2c9411332787984a514659"
 18806          },
 18807          {
 18808            "alg": "SHA3-384",
 18809            "content": "b8f036fb2e934fc19a529c55a96bfb5a51da9cb02b3410110c4e0855e12fd466fbf79ae69768c09be5d6d2523a8d3ede"
 18810          },
 18811          {
 18812            "alg": "SHA3-512",
 18813            "content": "ac244f6ae1e31a413e1c3a32647b49a839b486571991162517c45053eb3064bac6d8e9e5198c5cd2e78a5bd0352799d25fc4a0177eb1f5c594d6ca699358fb1f"
 18814          }
 18815        ],
 18816        "licenses": [{"license": {
 18817          "id": "Apache-2.0",
 18818          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 18819        }}],
 18820        "purl": "pkg:maven/org.jboss.threads/jboss-threads@3.1.0.Final?type=jar",
 18821        "externalReferences": [
 18822          {
 18823            "type": "issue-tracker",
 18824            "url": "https://issues.jboss.org/browse/JBTHR"
 18825          },
 18826          {
 18827            "type": "vcs",
 18828            "url": "https://github.com/jbossas/jboss-threads"
 18829          },
 18830          {
 18831            "type": "website",
 18832            "url": "http://www.jboss.org"
 18833          },
 18834          {
 18835            "type": "mailing-list",
 18836            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 18837          }
 18838        ]
 18839      },
 18840      {
 18841        "type": "library",
 18842        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@8.1.17.v20150415?type=jar",
 18843        "publisher": "Mort Bay Consulting",
 18844        "group": "org.eclipse.jetty",
 18845        "name": "jetty-server",
 18846        "version": "8.1.17.v20150415",
 18847        "description": "The core jetty server artifact.",
 18848        "hashes": [
 18849          {
 18850            "alg": "MD5",
 18851            "content": "ea71b707de824a8a3cb9c19b5cfa5678"
 18852          },
 18853          {
 18854            "alg": "SHA-1",
 18855            "content": "9e955fc5f9799aef0d1730430c1d7e285b422b11"
 18856          },
 18857          {
 18858            "alg": "SHA-256",
 18859            "content": "61b833bf4fb0c4936d53c0073580a76092f7679b3623797b676fa5ca5dd51bb7"
 18860          },
 18861          {
 18862            "alg": "SHA-384",
 18863            "content": "a3d76e03aedfd042f2b8d7c61c60fdc87d17ae3d9f7a08b4d6847e108153d2de45de5fbe66816222aa10170313c10ce8"
 18864          },
 18865          {
 18866            "alg": "SHA-512",
 18867            "content": "ea653074310d405dc64871b96d04d6fb412b6d305aee2912ff9c4c52bdf98041951d5f10493e858464b6f4efc323d35da1920456098ddc9d00b36f1e9e99ca4f"
 18868          },
 18869          {
 18870            "alg": "SHA3-256",
 18871            "content": "320fd51b0ce2f1410304d00c30cebedd744807c47896c92fb82099699e2eb631"
 18872          },
 18873          {
 18874            "alg": "SHA3-384",
 18875            "content": "48ad92065fa19508fb88f46cd8983f1c4c5fb527e8c232ed3466c9d931430abbc2b6f1e81d8d0d4634bb2ff736adb547"
 18876          },
 18877          {
 18878            "alg": "SHA3-512",
 18879            "content": "0e99dd32d1d5dec3fa4e40f12bb972846b87dece01ef863772b02638de88f7544d2459202ae970e216c3c0c995f6963cb5d526b866cba53203f8da55885f75ea"
 18880          }
 18881        ],
 18882        "licenses": [
 18883          {"license": {"id": "Apache-2.0"}},
 18884          {"license": {"id": "EPL-1.0"}}
 18885        ],
 18886        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@8.1.17.v20150415?type=jar",
 18887        "externalReferences": [
 18888          {
 18889            "type": "vcs",
 18890            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 18891          },
 18892          {
 18893            "type": "website",
 18894            "url": "http://www.mortbay.com"
 18895          },
 18896          {
 18897            "type": "distribution",
 18898            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 18899          },
 18900          {
 18901            "type": "issue-tracker",
 18902            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 18903          },
 18904          {
 18905            "type": "mailing-list",
 18906            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 18907          }
 18908        ]
 18909      },
 18910      {
 18911        "type": "library",
 18912        "bom-ref": "pkg:maven/org.eclipse.jetty.orbit/javax.servlet@3.0.0.v201112011016?type=jar",
 18913        "publisher": "Mort Bay Consulting",
 18914        "group": "org.eclipse.jetty.orbit",
 18915        "name": "javax.servlet",
 18916        "version": "3.0.0.v201112011016",
 18917        "description": "This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.",
 18918        "hashes": [
 18919          {
 18920            "alg": "MD5",
 18921            "content": "f8e61ace5135ef2a775a0b80ac7012e9"
 18922          },
 18923          {
 18924            "alg": "SHA-1",
 18925            "content": "0aaaa85845fb5c59da00193f06b8e5278d8bf3f8"
 18926          },
 18927          {
 18928            "alg": "SHA-256",
 18929            "content": "a2cc192a076d9effd10becee8aacbe157f0fe2010fd4322e58aaeff198e56dbe"
 18930          },
 18931          {
 18932            "alg": "SHA-384",
 18933            "content": "190a4a27fc8883164d5d3dbdb63140e3dc7bd21fe8cb73efd264b1eaa10d9750473bd6bcc1693f1b9ba4c52d13b8b064"
 18934          },
 18935          {
 18936            "alg": "SHA-512",
 18937            "content": "38b2edc2923da1afad31caf94a48b528c8a09a025c6a50a3852de9645536784bcba164f911250060f5e62bf90795a60c5137c0a7a4f8453d034e517dd7bcb3e3"
 18938          },
 18939          {
 18940            "alg": "SHA3-256",
 18941            "content": "a7ca6f5851c4b88e43b7d60815a8a5f7a776b062ab9e451907f37d3067cc2f0e"
 18942          },
 18943          {
 18944            "alg": "SHA3-384",
 18945            "content": "d5bf1f5ad5953050bc33719d8a863cc88b258ddf86e86c6ab5eae98447e478bc34ae884a80a090a161500640815a68ae"
 18946          },
 18947          {
 18948            "alg": "SHA3-512",
 18949            "content": "88212877bce76e4c4c14e8b26d2e49b7ada1278c1198bb73454407215249fb51195dc5652f22b1e4a6339602f86fd5a9a72d6c76b974089f30c84d438e0f50af"
 18950          }
 18951        ],
 18952        "licenses": [
 18953          {"license": {"id": "Apache-2.0"}},
 18954          {"license": {"id": "EPL-1.0"}}
 18955        ],
 18956        "purl": "pkg:maven/org.eclipse.jetty.orbit/javax.servlet@3.0.0.v201112011016?type=jar",
 18957        "externalReferences": [
 18958          {
 18959            "type": "vcs",
 18960            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.orbit.git/tree/jetty-orbit"
 18961          },
 18962          {
 18963            "type": "website",
 18964            "url": "http://www.mortbay.com"
 18965          },
 18966          {
 18967            "type": "distribution",
 18968            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 18969          },
 18970          {
 18971            "type": "issue-tracker",
 18972            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 18973          },
 18974          {
 18975            "type": "mailing-list",
 18976            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 18977          }
 18978        ]
 18979      },
 18980      {
 18981        "type": "library",
 18982        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@8.1.17.v20150415?type=jar",
 18983        "publisher": "Mort Bay Consulting",
 18984        "group": "org.eclipse.jetty",
 18985        "name": "jetty-continuation",
 18986        "version": "8.1.17.v20150415",
 18987        "description": "Asynchronous API",
 18988        "hashes": [
 18989          {
 18990            "alg": "MD5",
 18991            "content": "70ecc297cc257eb2b8ef72ed73b88b40"
 18992          },
 18993          {
 18994            "alg": "SHA-1",
 18995            "content": "01e138372318cb44ffd1aad00542004b8735bc1e"
 18996          },
 18997          {
 18998            "alg": "SHA-256",
 18999            "content": "ec5c41bde0deb0a8953c60c65cf1bad0fd5b3e6567040e1e4ee9a327abe38eca"
 19000          },
 19001          {
 19002            "alg": "SHA-384",
 19003            "content": "0b2874e19283cc95391da584ee0a1af9891415afa9a19973eb22bd9b8420b5838213406dd4f644eceee4bfbbd4561461"
 19004          },
 19005          {
 19006            "alg": "SHA-512",
 19007            "content": "6111922e91431efa5c065992037865bd470465848ac90572fbd9c9ca5c9b547eead8622a8175c73e2ebbf600d60d93f1da8a0fd6060af0c8bbc6ea7ec34d77d4"
 19008          },
 19009          {
 19010            "alg": "SHA3-256",
 19011            "content": "bea0e0a35829fddd36bf2d1690d45c8774a882069e1496dd167ef8f07ac84678"
 19012          },
 19013          {
 19014            "alg": "SHA3-384",
 19015            "content": "56c1398d13d929c55540955670ffe15e7bdd73fd6b032895019ce75584df0623a1707b54cec84d3f2231f6727e8b6f7b"
 19016          },
 19017          {
 19018            "alg": "SHA3-512",
 19019            "content": "0c5b13c8673cc49d2918240d7b4c50e9b2a34726186b21bd96126d6af605c2d1ff7785913f216bfff2cefd9f305a189c904e8cb68c0450aca292d726f0c151c8"
 19020          }
 19021        ],
 19022        "licenses": [
 19023          {"license": {"id": "Apache-2.0"}},
 19024          {"license": {"id": "EPL-1.0"}}
 19025        ],
 19026        "purl": "pkg:maven/org.eclipse.jetty/jetty-continuation@8.1.17.v20150415?type=jar",
 19027        "externalReferences": [
 19028          {
 19029            "type": "vcs",
 19030            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 19031          },
 19032          {
 19033            "type": "website",
 19034            "url": "http://www.mortbay.com"
 19035          },
 19036          {
 19037            "type": "distribution",
 19038            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 19039          },
 19040          {
 19041            "type": "issue-tracker",
 19042            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 19043          },
 19044          {
 19045            "type": "mailing-list",
 19046            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 19047          }
 19048        ]
 19049      },
 19050      {
 19051        "type": "library",
 19052        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.17.v20150415?type=jar",
 19053        "publisher": "Mort Bay Consulting",
 19054        "group": "org.eclipse.jetty",
 19055        "name": "jetty-http",
 19056        "version": "8.1.17.v20150415",
 19057        "description": "Administrative parent pom for Jetty modules",
 19058        "hashes": [
 19059          {
 19060            "alg": "MD5",
 19061            "content": "fd50d9742802a42b4a57a8e7b5822ab3"
 19062          },
 19063          {
 19064            "alg": "SHA-1",
 19065            "content": "a8db49a40727410b5411fbbe0bd5644641026468"
 19066          },
 19067          {
 19068            "alg": "SHA-256",
 19069            "content": "0d4d001ad9759b031dd2e7cdd91a1757ed4b4245ed37e582e7d5896f07639bf5"
 19070          },
 19071          {
 19072            "alg": "SHA-384",
 19073            "content": "22a056f97d405de8f602859e2868a2597b886392d6b6948dec84994dfc5eab5bbab9e9db1443806f0d150d813a21cc93"
 19074          },
 19075          {
 19076            "alg": "SHA-512",
 19077            "content": "0d0c17b65379852fe9649cc7d21ec4d0d7628d5f2a249854a38461bd6580fe5235545f0e50a906cb6d166fe7810a35b5d5b4127a6b461d9770a50fc3908c5d0d"
 19078          },
 19079          {
 19080            "alg": "SHA3-256",
 19081            "content": "2d03be361e187de4dbcd22261bfcf895429a38072c79f3297c77c15812af515c"
 19082          },
 19083          {
 19084            "alg": "SHA3-384",
 19085            "content": "5de6581a13a08d7722d5a33bd3e1bf4fcc6786d3b63f7c88cef31d1586b6d854bd539709549fea034094c9881ce8a560"
 19086          },
 19087          {
 19088            "alg": "SHA3-512",
 19089            "content": "8f07f5bf4bd8debe4ea3cd4ccc73b8460e20c5a527d0abf9c550e99981aaace468004eb0f36b1fa01ce1493fe0d27b862cc7048946e06dc25f52dcc210b51c16"
 19090          }
 19091        ],
 19092        "licenses": [
 19093          {"license": {"id": "Apache-2.0"}},
 19094          {"license": {"id": "EPL-1.0"}}
 19095        ],
 19096        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.17.v20150415?type=jar",
 19097        "externalReferences": [
 19098          {
 19099            "type": "vcs",
 19100            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 19101          },
 19102          {
 19103            "type": "website",
 19104            "url": "http://www.mortbay.com"
 19105          },
 19106          {
 19107            "type": "distribution",
 19108            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 19109          },
 19110          {
 19111            "type": "issue-tracker",
 19112            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 19113          },
 19114          {
 19115            "type": "mailing-list",
 19116            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 19117          }
 19118        ]
 19119      },
 19120      {
 19121        "type": "library",
 19122        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.17.v20150415?type=jar",
 19123        "publisher": "Mort Bay Consulting",
 19124        "group": "org.eclipse.jetty",
 19125        "name": "jetty-io",
 19126        "version": "8.1.17.v20150415",
 19127        "description": "Administrative parent pom for Jetty modules",
 19128        "hashes": [
 19129          {
 19130            "alg": "MD5",
 19131            "content": "c5d0a1ba563a1696c2076ccd79498ad2"
 19132          },
 19133          {
 19134            "alg": "SHA-1",
 19135            "content": "784236034d55e71371526e67ff952cc315ffcbd9"
 19136          },
 19137          {
 19138            "alg": "SHA-256",
 19139            "content": "5237c8e647432074d8b4c595b511fb12297ad06c062a10371576384b9ffaaf3b"
 19140          },
 19141          {
 19142            "alg": "SHA-384",
 19143            "content": "55bc8cc582a5152c8ff2b26693adca874ac64228a0364ddf196f100c326234620915889bd0a4f0698143ca59c0ed9623"
 19144          },
 19145          {
 19146            "alg": "SHA-512",
 19147            "content": "62d2f367d816af6c078211dbf6e75dce1bb4e6d72c883773548372e24df45e6ca846c9e6da775290e9206d86bc1d5271ae2bb1a4d6ecf76353d053f063c4528b"
 19148          },
 19149          {
 19150            "alg": "SHA3-256",
 19151            "content": "b7ef77da00b9d26bb5f4a0489bcddd01b8410b99205e4ecc3e2ebc1f0c5ec279"
 19152          },
 19153          {
 19154            "alg": "SHA3-384",
 19155            "content": "125780d8517de83e8eb4c454b0bd0f27a9f37044db285514dad37d22655db502e1955dc3d173e119e5f3672d87df2b19"
 19156          },
 19157          {
 19158            "alg": "SHA3-512",
 19159            "content": "d8410f2886c92341cadb8de49b7f91e64fefcd5779251b8d8761a688a9f4b6db29436c2bd944eacc8c4169dc753ce34c6f3b79279a82a077a7657a8415f0a75c"
 19160          }
 19161        ],
 19162        "licenses": [
 19163          {"license": {"id": "Apache-2.0"}},
 19164          {"license": {"id": "EPL-1.0"}}
 19165        ],
 19166        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.17.v20150415?type=jar",
 19167        "externalReferences": [
 19168          {
 19169            "type": "vcs",
 19170            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 19171          },
 19172          {
 19173            "type": "website",
 19174            "url": "http://www.mortbay.com"
 19175          },
 19176          {
 19177            "type": "distribution",
 19178            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 19179          },
 19180          {
 19181            "type": "issue-tracker",
 19182            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 19183          },
 19184          {
 19185            "type": "mailing-list",
 19186            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 19187          }
 19188        ]
 19189      },
 19190      {
 19191        "type": "library",
 19192        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.17.v20150415?type=jar",
 19193        "publisher": "Mort Bay Consulting",
 19194        "group": "org.eclipse.jetty",
 19195        "name": "jetty-util",
 19196        "version": "8.1.17.v20150415",
 19197        "description": "Utility classes for Jetty",
 19198        "hashes": [
 19199          {
 19200            "alg": "MD5",
 19201            "content": "f3a460046dc475a5a1c3ad84d168a928"
 19202          },
 19203          {
 19204            "alg": "SHA-1",
 19205            "content": "6af7efacb9d2bab09425321bc785882815aba52a"
 19206          },
 19207          {
 19208            "alg": "SHA-256",
 19209            "content": "f26d11b3ac0425ba2e961e4866fee703c0d6494819f7c6fa7d2b5dd155e408c2"
 19210          },
 19211          {
 19212            "alg": "SHA-384",
 19213            "content": "6292a371fb933807115440d3689147c3f1e986325fba7bbb7516baa0586048a7862312e5e16cb54a9b17e553426cbfb3"
 19214          },
 19215          {
 19216            "alg": "SHA-512",
 19217            "content": "db0f6eaa2563eb1ac3a229dc5783575da78dc036c94513b934cc5da178c01dd24af2b313e6602e8cc632d26daf8f2ca90a284c43d58776752d9281a7afd7385e"
 19218          },
 19219          {
 19220            "alg": "SHA3-256",
 19221            "content": "25aec8b0cfafc0effd3727ed10fcd47236ce8a6ac46fc343d89cac5049764012"
 19222          },
 19223          {
 19224            "alg": "SHA3-384",
 19225            "content": "d20dbe1ccba3a2da56d2ebd495ee88450f09da0ac473e837db49cbf461a6c725f4f42467052a4ebaae514120afbad509"
 19226          },
 19227          {
 19228            "alg": "SHA3-512",
 19229            "content": "bdb7e3478951a08629894cd08504f18e4df57c8c03f0e2f403228729bec78f028a4c946198d705d7e63a87820f09fddad2f52cfb9d5496e9163c03911bc275a1"
 19230          }
 19231        ],
 19232        "licenses": [
 19233          {"license": {"id": "Apache-2.0"}},
 19234          {"license": {"id": "EPL-1.0"}}
 19235        ],
 19236        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.17.v20150415?type=jar",
 19237        "externalReferences": [
 19238          {
 19239            "type": "vcs",
 19240            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 19241          },
 19242          {
 19243            "type": "website",
 19244            "url": "http://www.mortbay.com"
 19245          },
 19246          {
 19247            "type": "distribution",
 19248            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 19249          },
 19250          {
 19251            "type": "issue-tracker",
 19252            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 19253          },
 19254          {
 19255            "type": "mailing-list",
 19256            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 19257          }
 19258        ]
 19259      },
 19260      {
 19261        "type": "library",
 19262        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@8.1.17.v20150415?type=jar",
 19263        "publisher": "Mort Bay Consulting",
 19264        "group": "org.eclipse.jetty",
 19265        "name": "jetty-security",
 19266        "version": "8.1.17.v20150415",
 19267        "description": "Jetty security infrastructure",
 19268        "hashes": [
 19269          {
 19270            "alg": "MD5",
 19271            "content": "34c399c18424e9bd0199e2b4f3f7d869"
 19272          },
 19273          {
 19274            "alg": "SHA-1",
 19275            "content": "da512c3fe26fcb353bf674f3d378abfa1cae5f36"
 19276          },
 19277          {
 19278            "alg": "SHA-256",
 19279            "content": "1ed3103ba03acaae224aa57424c9a204482ff0a1db2b97207b74c16289bca827"
 19280          },
 19281          {
 19282            "alg": "SHA-384",
 19283            "content": "cbbc7a0b53db00dca0684acf912552cd4eb40ae6cd2d1ec9df7d110491ea6f07f44f6cb4206f2eb83d6b81118226fce1"
 19284          },
 19285          {
 19286            "alg": "SHA-512",
 19287            "content": "cd3d65ebbc0218abccef3769514910d868396a5a517e643c97731f3c782b3593c157ed160d7f2116e9306eb444f11e9f8384288f58887170f203b8af35a40b5e"
 19288          },
 19289          {
 19290            "alg": "SHA3-256",
 19291            "content": "2c1bd9c60b42a3bfd2a721fe153f4b2e28a35872e7f9f423163c51f877f65369"
 19292          },
 19293          {
 19294            "alg": "SHA3-384",
 19295            "content": "79e6fab7975d725540a8d4b03a65cdbbe1f6092f9141eda86b2bcd465d45ae3290f3f329c0bd42c202fad5c8c1691e4e"
 19296          },
 19297          {
 19298            "alg": "SHA3-512",
 19299            "content": "a25aa8118c957b4ff190b14ee4a589f78b497f573e92d026294750e5f0925e5acb1f797709544367d03815dec1aaae5450c223f7b268411f2c8a73cd096eac6f"
 19300          }
 19301        ],
 19302        "licenses": [
 19303          {"license": {"id": "Apache-2.0"}},
 19304          {"license": {"id": "EPL-1.0"}}
 19305        ],
 19306        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@8.1.17.v20150415?type=jar",
 19307        "externalReferences": [
 19308          {
 19309            "type": "vcs",
 19310            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 19311          },
 19312          {
 19313            "type": "website",
 19314            "url": "http://www.mortbay.com"
 19315          },
 19316          {
 19317            "type": "distribution",
 19318            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 19319          },
 19320          {
 19321            "type": "issue-tracker",
 19322            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 19323          },
 19324          {
 19325            "type": "mailing-list",
 19326            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 19327          }
 19328        ]
 19329      },
 19330      {
 19331        "type": "library",
 19332        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar",
 19333        "publisher": "JBoss by Red Hat",
 19334        "group": "org.keycloak",
 19335        "name": "keycloak-saml-adapter-api-public",
 19336        "version": "10.0.2",
 19337        "description": "",
 19338        "hashes": [
 19339          {
 19340            "alg": "MD5",
 19341            "content": "ec2eaa31ce42b499e6151d9bea430fb1"
 19342          },
 19343          {
 19344            "alg": "SHA-1",
 19345            "content": "8c5d4dcf78b3176e88687c38cabd9218921404a8"
 19346          },
 19347          {
 19348            "alg": "SHA-256",
 19349            "content": "99095020a9d07290b95d9fc8e3ad08efa31862cb0fb99ed3d3c193f54076f964"
 19350          },
 19351          {
 19352            "alg": "SHA-384",
 19353            "content": "9c425d2d72f9136ad0289623dec5b6f7a5c423680a3c67030c98b6ded1633909dfdfc2ec6dab5ce6028118abed2ed29e"
 19354          },
 19355          {
 19356            "alg": "SHA-512",
 19357            "content": "844bb6737cad4b15e2a9c680ccaa41b8a02330443d6d057101a261b1dce97ae2a596b79ad6eeba02df9c1c5bdc6ad0e00e6fe708dca05ac225b2483206593b6c"
 19358          },
 19359          {
 19360            "alg": "SHA3-256",
 19361            "content": "a321c587152768c25d45b20cecdff212826130dfcce2819f809c443d363d71d4"
 19362          },
 19363          {
 19364            "alg": "SHA3-384",
 19365            "content": "ca8bd03b07e2f7519b95ab61df4c890481ce8e37f2e1b8595bb7067a5e25ed79599025a5d18cc5bc6172dab752ee90b6"
 19366          },
 19367          {
 19368            "alg": "SHA3-512",
 19369            "content": "bf55cd085af7c22b77e5c996d0bca640824d705a4901f3420f8bc241b51348592abc691a0c77f789807d13a4eb718a4b0fea101e8a44fb89d9819705fbf5d766"
 19370          }
 19371        ],
 19372        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19373        "purl": "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar",
 19374        "externalReferences": [
 19375          {
 19376            "type": "distribution",
 19377            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 19378          },
 19379          {
 19380            "type": "issue-tracker",
 19381            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 19382          },
 19383          {
 19384            "type": "vcs",
 19385            "url": "https://github.com/keycloak/keycloak/tree/master/"
 19386          },
 19387          {
 19388            "type": "website",
 19389            "url": "http://www.jboss.org"
 19390          },
 19391          {
 19392            "type": "mailing-list",
 19393            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 19394          }
 19395        ]
 19396      },
 19397      {
 19398        "type": "library",
 19399        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar",
 19400        "publisher": "JBoss by Red Hat",
 19401        "group": "org.keycloak",
 19402        "name": "keycloak-saml-adapter-core",
 19403        "version": "10.0.2",
 19404        "description": "",
 19405        "hashes": [
 19406          {
 19407            "alg": "MD5",
 19408            "content": "3ef4c159f8e4da0fd828e316b1e8e166"
 19409          },
 19410          {
 19411            "alg": "SHA-1",
 19412            "content": "158ec909cd5464e90e93d214809b7ee029ea98b6"
 19413          },
 19414          {
 19415            "alg": "SHA-256",
 19416            "content": "efbdfe457b3861be0e4176bde9aa0b7b3d0bdb3e556e66f4b66dc8cff2542922"
 19417          },
 19418          {
 19419            "alg": "SHA-384",
 19420            "content": "6fc5cf71a78fadc867105bb7901ada20a7bce38d181a96a6a777a253e1f3c50db951dcd38f44df4f60e3f26c1157cb06"
 19421          },
 19422          {
 19423            "alg": "SHA-512",
 19424            "content": "34382eeaa027fc166c7aaacd5836a5270cac044cc29191f3fdab9152c9091f75c3609d341dba98ae620f1a7a8caa49ad51738fd115b7deaf3533c47b5960ac97"
 19425          },
 19426          {
 19427            "alg": "SHA3-256",
 19428            "content": "ec7c879f2d610207b14841d1465eec20a92cd170cf3e6e3d3104a10955d7582b"
 19429          },
 19430          {
 19431            "alg": "SHA3-384",
 19432            "content": "c0e821c30db863231d179ad3861fef8e22bbca5bf508c7294a53eed61198c3a04cf511df673d55bcc007c7c4ac3b9bdc"
 19433          },
 19434          {
 19435            "alg": "SHA3-512",
 19436            "content": "bac0d761ae36e15662d116f0ea50c60da418a669ca8fa45c2e63bd4af26f6e380855b377937c20d11ea94550013a8cc96408e38bd643a367131f9dd226d55c9e"
 19437          }
 19438        ],
 19439        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19440        "purl": "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar",
 19441        "externalReferences": [
 19442          {
 19443            "type": "distribution",
 19444            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 19445          },
 19446          {
 19447            "type": "issue-tracker",
 19448            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 19449          },
 19450          {
 19451            "type": "vcs",
 19452            "url": "https://github.com/keycloak/keycloak/tree/master/"
 19453          },
 19454          {
 19455            "type": "website",
 19456            "url": "http://www.jboss.org"
 19457          },
 19458          {
 19459            "type": "mailing-list",
 19460            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 19461          }
 19462        ]
 19463      },
 19464      {
 19465        "type": "library",
 19466        "bom-ref": "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar",
 19467        "publisher": "JBoss by Red Hat",
 19468        "group": "org.keycloak",
 19469        "name": "keycloak-undertow-adapter-spi",
 19470        "version": "10.0.2",
 19471        "description": "",
 19472        "hashes": [
 19473          {
 19474            "alg": "MD5",
 19475            "content": "f40741e27deadd747b6d87181d20f925"
 19476          },
 19477          {
 19478            "alg": "SHA-1",
 19479            "content": "8cb9be0af6f08294a65c8d5031c6457d6ecb4f3b"
 19480          },
 19481          {
 19482            "alg": "SHA-256",
 19483            "content": "d0ba6a520854d2a0e5123eac147b08628c41e9141357bbb83aad1b7fa5cdb480"
 19484          },
 19485          {
 19486            "alg": "SHA-384",
 19487            "content": "4789b24021eecd8985a14697ec1d7c99abcb7b180f99da5c4a0525cfb45f9db5db8850872d307015fe57de6023eb3800"
 19488          },
 19489          {
 19490            "alg": "SHA-512",
 19491            "content": "b2abf052f41d54e4c575275c9a891c04e9083fbcb7bf4c6cad4e38d9d935aa748f3fdc6c3771b342590403e9245565afeaa88d241e7d598626bc1e537f8571b5"
 19492          },
 19493          {
 19494            "alg": "SHA3-256",
 19495            "content": "6cf9abd483baac5f7e9081068cdd58515ba2bed5b0c17eebc7011518c4468f21"
 19496          },
 19497          {
 19498            "alg": "SHA3-384",
 19499            "content": "5c1f36347942c7fcf4cd2358a6f684464fb0cf4ad87259fcf033aff2c3d82ee002bb6ddfa26686350dd1c85b097d427e"
 19500          },
 19501          {
 19502            "alg": "SHA3-512",
 19503            "content": "66260b3847efdd8750c22eb50a20fd580ccceff8bc3431387692420c7f8eaae04f552104a31b9b9582164846a66b39f53f4c2f4a9e0541c7d450cd8b4f9a7308"
 19504          }
 19505        ],
 19506        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19507        "purl": "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar",
 19508        "externalReferences": [
 19509          {
 19510            "type": "distribution",
 19511            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 19512          },
 19513          {
 19514            "type": "issue-tracker",
 19515            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 19516          },
 19517          {
 19518            "type": "vcs",
 19519            "url": "https://github.com/keycloak/keycloak/tree/master/"
 19520          },
 19521          {
 19522            "type": "website",
 19523            "url": "http://www.jboss.org"
 19524          },
 19525          {
 19526            "type": "mailing-list",
 19527            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 19528          }
 19529        ]
 19530      },
 19531      {
 19532        "type": "library",
 19533        "bom-ref": "pkg:maven/org.keycloak/keycloak-tomcat-adapter-spi@10.0.2?type=jar",
 19534        "publisher": "JBoss by Red Hat",
 19535        "group": "org.keycloak",
 19536        "name": "keycloak-tomcat-adapter-spi",
 19537        "version": "10.0.2",
 19538        "description": "",
 19539        "hashes": [
 19540          {
 19541            "alg": "MD5",
 19542            "content": "cc1f55c9c0950db13105f2d7f4d095ac"
 19543          },
 19544          {
 19545            "alg": "SHA-1",
 19546            "content": "66aa06e9866d98999571d30409a7e0fdc78b424c"
 19547          },
 19548          {
 19549            "alg": "SHA-256",
 19550            "content": "8fa0b9759feee99da7050d88b316675daa71bf31144a0f91e458e80b4698b84f"
 19551          },
 19552          {
 19553            "alg": "SHA-384",
 19554            "content": "086de8c10c3367a2afedf1cbd6dc23631d05ccfc6456292bcc6039e8ea85ece915b21525ed4bc2a9ab945eb44323ef29"
 19555          },
 19556          {
 19557            "alg": "SHA-512",
 19558            "content": "381b0aca16f67cbd2dff2473b0dc05705c1203d8f69d40481d1f6fcc2eec745662ee568ca8857835fe1730081138cb744720840844a1a6db37cdc1970367c804"
 19559          },
 19560          {
 19561            "alg": "SHA3-256",
 19562            "content": "d4507f7e8001008ff51cc0e61b6018989274fa664934a0678d5b049ce04990af"
 19563          },
 19564          {
 19565            "alg": "SHA3-384",
 19566            "content": "edf1137892fbd43e62e4443d0d3329ec515e30f3461d0b15e55229128385c64698190cf3b83fa7483d17e117f7454712"
 19567          },
 19568          {
 19569            "alg": "SHA3-512",
 19570            "content": "e9df495955bcb959da25e9a288a610821cecfa697f302e30273910ebd9c44cfb96d0a233a4a43a41139f42c1e1eeb52d707090dde13be286ef0f51e3b9abf19c"
 19571          }
 19572        ],
 19573        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19574        "purl": "pkg:maven/org.keycloak/keycloak-tomcat-adapter-spi@10.0.2?type=jar",
 19575        "externalReferences": [
 19576          {
 19577            "type": "distribution",
 19578            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 19579          },
 19580          {
 19581            "type": "issue-tracker",
 19582            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 19583          },
 19584          {
 19585            "type": "vcs",
 19586            "url": "https://github.com/keycloak/keycloak/tree/master/"
 19587          },
 19588          {
 19589            "type": "website",
 19590            "url": "http://www.jboss.org"
 19591          },
 19592          {
 19593            "type": "mailing-list",
 19594            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 19595          }
 19596        ]
 19597      },
 19598      {
 19599        "type": "library",
 19600        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@8.5.38?type=jar",
 19601        "group": "org.apache.tomcat",
 19602        "name": "tomcat-servlet-api",
 19603        "version": "8.5.38",
 19604        "description": "javax.servlet package",
 19605        "hashes": [
 19606          {
 19607            "alg": "MD5",
 19608            "content": "2ee9863778f694eff87c7002c154da2f"
 19609          },
 19610          {
 19611            "alg": "SHA-1",
 19612            "content": "395e73cd7b1ef39791647ccbcc5c1c407d6da4a5"
 19613          },
 19614          {
 19615            "alg": "SHA-256",
 19616            "content": "72f84200470d2b8da6a831740560453b70dad0f9844275f98e0e556bdfe0bf52"
 19617          },
 19618          {
 19619            "alg": "SHA-384",
 19620            "content": "109ff862c73b6d2d81dd5f7ee110953f1f27962979fe071f5854ea57fee28db7c7545f4f90a7e15735de3b470f8e09ad"
 19621          },
 19622          {
 19623            "alg": "SHA-512",
 19624            "content": "b3d748dcf5cb8b144cae6df6a3f35c14ee515225c5822f71bfe24bc89f6fc949730f8ae7453ea70b6c5a86e6f0e0193a66a9eb5899ac9ed63a129716f09d23f0"
 19625          },
 19626          {
 19627            "alg": "SHA3-256",
 19628            "content": "4d71733fd5f8fca4235de3490ea951e5bf43c600a180d06543507c2674447de4"
 19629          },
 19630          {
 19631            "alg": "SHA3-384",
 19632            "content": "022cac8c4b5c7802e347716cfcdbeb9c639d9592217c1b5f6d450e236e8326d2d32f47260665fae2076dfba0dd8e3756"
 19633          },
 19634          {
 19635            "alg": "SHA3-512",
 19636            "content": "646cd7cb48512c12b48d97eca098b77f59c6c42a108956d47fbc188a7c6ad16ce9be88ebc3c94ff3c4bf44f005ace476df5505bd65b9911fd766f4d492713c07"
 19637          }
 19638        ],
 19639        "licenses": [{"license": {
 19640          "name": "Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0",
 19641          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt and http://www.opensource.org/licenses/cddl1.txt"
 19642        }}],
 19643        "purl": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@8.5.38?type=jar"
 19644      },
 19645      {
 19646        "type": "library",
 19647        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-catalina@8.5.38?type=jar",
 19648        "group": "org.apache.tomcat",
 19649        "name": "tomcat-catalina",
 19650        "version": "8.5.38",
 19651        "description": "Tomcat Servlet Engine Core Classes and Standard implementations",
 19652        "hashes": [
 19653          {
 19654            "alg": "MD5",
 19655            "content": "4b007f8032f3a453a4ec3f5cc965b30a"
 19656          },
 19657          {
 19658            "alg": "SHA-1",
 19659            "content": "1b8ae995095dcba1122fee292f51391a93606f06"
 19660          },
 19661          {
 19662            "alg": "SHA-256",
 19663            "content": "36a2876a971194fce60ce19e9b095c5429cfe852293b8c3593601a7135a1c8ee"
 19664          },
 19665          {
 19666            "alg": "SHA-384",
 19667            "content": "d595b1fa2fefdf8132e815891ba465a6fc9e98126190a3acafbed26d9d8caf68571feb173fbc820f784a0c423374d381"
 19668          },
 19669          {
 19670            "alg": "SHA-512",
 19671            "content": "ec4cf264cb4830b30a0080874d481280ae5ec9b3f635a728d6f0d50e156b5703018626060d498a13677315b1f211a81f73f6473fd3f3dfd4fd8ecdb9caf41279"
 19672          },
 19673          {
 19674            "alg": "SHA3-256",
 19675            "content": "62acec307bd054a103d8b0cd2e46d3f9c2e8ee2be33af38315eaf09dc64975cc"
 19676          },
 19677          {
 19678            "alg": "SHA3-384",
 19679            "content": "4b262ef0a98dfe07969af12f7092bf4bb8e750c4690512184fae61ee81482ad1e031817f52c1f1b86a5e8c936abb58fb"
 19680          },
 19681          {
 19682            "alg": "SHA3-512",
 19683            "content": "73235c78b6783ef6c24d0af183081a17388161e873a65a94a6ff74e5ad66b842f8fe0ca25a8201c9e9133d0adca7c41f2d7fa82ee7263575de12f31651c0b030"
 19684          }
 19685        ],
 19686        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19687        "purl": "pkg:maven/org.apache.tomcat/tomcat-catalina@8.5.38?type=jar"
 19688      },
 19689      {
 19690        "type": "library",
 19691        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-jsp-api@8.5.38?type=jar",
 19692        "group": "org.apache.tomcat",
 19693        "name": "tomcat-jsp-api",
 19694        "version": "8.5.38",
 19695        "description": "JSP package",
 19696        "hashes": [
 19697          {
 19698            "alg": "MD5",
 19699            "content": "eb6d6b484424efbccfc010894181f281"
 19700          },
 19701          {
 19702            "alg": "SHA-1",
 19703            "content": "3933fa5b93f490bba9b07f44ee7c29f4226a6485"
 19704          },
 19705          {
 19706            "alg": "SHA-256",
 19707            "content": "9abac00ab517bdbc7ae21f55d8bdbb6c769178c9e0a36c382dfb55ead82d756a"
 19708          },
 19709          {
 19710            "alg": "SHA-384",
 19711            "content": "cd64113a5f438e60667ccd08b686f97fb7bcb7c1b4b2c0c25b55d43b59bb4870541f0e80bdff2cf56a2913c7f7472dd0"
 19712          },
 19713          {
 19714            "alg": "SHA-512",
 19715            "content": "23b6b4fb5c215d74f24c471eb8766071eb9d296794e08823704d596746081834f317c6525c17ecead42b4337cb6a42772f4b73dc08d1684d62a608dde27a26bb"
 19716          },
 19717          {
 19718            "alg": "SHA3-256",
 19719            "content": "adcf6dd9d814d51be11856f1a957663f3c30ac5d4d56d596daaab06adc6c1c43"
 19720          },
 19721          {
 19722            "alg": "SHA3-384",
 19723            "content": "f31bc46f5155fad5f9fe3b8ad5cdbf74ff8e2b9a0639a3e779742bf05847805353b4b254d1d39774a6edad15287959fa"
 19724          },
 19725          {
 19726            "alg": "SHA3-512",
 19727            "content": "b9a12692060fe4f0496970daac37044851af5681a3d8f0bc62b56975f5dc6722d06f5d018a5f2888c850691c296d9747f68cc8f7aaf7b2142f8ece37ead808f2"
 19728          }
 19729        ],
 19730        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19731        "purl": "pkg:maven/org.apache.tomcat/tomcat-jsp-api@8.5.38?type=jar"
 19732      },
 19733      {
 19734        "type": "library",
 19735        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-el-api@8.5.38?type=jar",
 19736        "group": "org.apache.tomcat",
 19737        "name": "tomcat-el-api",
 19738        "version": "8.5.38",
 19739        "description": "Expression language package",
 19740        "hashes": [
 19741          {
 19742            "alg": "MD5",
 19743            "content": "8627d1a7d03173d624d796490ae8fd29"
 19744          },
 19745          {
 19746            "alg": "SHA-1",
 19747            "content": "008be6f0c0aca3c7876a34942228f1a8c166c25d"
 19748          },
 19749          {
 19750            "alg": "SHA-256",
 19751            "content": "c8fa7b42d35310c9ff36d665afda53dab8a4b0d906f8644816f81febb915abd1"
 19752          },
 19753          {
 19754            "alg": "SHA-384",
 19755            "content": "786fb29aade1cd286677d0f20e69e9fcf4061d7c800feec336a5ae03300cb100cac33f4ae88e913b22e95551691d333e"
 19756          },
 19757          {
 19758            "alg": "SHA-512",
 19759            "content": "a17d5d15184b14a65b67f51ccf81b67eb18920c50ca8aa287e06dda51431284c4a9fb3be2a12e1cffbb75329a78ed1b9abd4da82d498b6d40dbbdbb7db8f15ec"
 19760          },
 19761          {
 19762            "alg": "SHA3-256",
 19763            "content": "a9d7e1b556d121fd35864498debbdb213e9969a2442460f4d947e42806b2c1b7"
 19764          },
 19765          {
 19766            "alg": "SHA3-384",
 19767            "content": "3bd50efee151c9114ce1bd88f5640209f5d32e5e71b68546cdb948726fe327c05cdcae2107e0f0d05b3ab30a4027367e"
 19768          },
 19769          {
 19770            "alg": "SHA3-512",
 19771            "content": "fbafc3409870491fd8f205963bb3f429694c544518e6c71cddcb6a285ccdb0e93f61b70e4ad353ab706232c26ecfa88db2569e6b81109e5e14dc561fa44916a6"
 19772          }
 19773        ],
 19774        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19775        "purl": "pkg:maven/org.apache.tomcat/tomcat-el-api@8.5.38?type=jar"
 19776      },
 19777      {
 19778        "type": "library",
 19779        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-juli@8.5.38?type=jar",
 19780        "group": "org.apache.tomcat",
 19781        "name": "tomcat-juli",
 19782        "version": "8.5.38",
 19783        "description": "Tomcat Core Logging Package",
 19784        "hashes": [
 19785          {
 19786            "alg": "MD5",
 19787            "content": "9d424e8720972c270af3a0dc0b55e08f"
 19788          },
 19789          {
 19790            "alg": "SHA-1",
 19791            "content": "9ef1dc088707f86d884f06c3a4535ed3f4585514"
 19792          },
 19793          {
 19794            "alg": "SHA-256",
 19795            "content": "fe9e42b871488e69553783a93a7036e297ba80cb1133707f1e6539bcd1a98f53"
 19796          },
 19797          {
 19798            "alg": "SHA-384",
 19799            "content": "06e00c67cfb201194423b3dabff72581ecceed163a646ebbe00b8c9184c27adbc29ca35f8005b5ceafe7d901ac502e4a"
 19800          },
 19801          {
 19802            "alg": "SHA-512",
 19803            "content": "0605b8a3afefc3fb81ff262fb139b0df9ab1aef3e5cd5c2b0701ee7b137208303e4cb396c53f53711958abcc0cdfcbc33db9d8846ed73759c76556b2eb34d573"
 19804          },
 19805          {
 19806            "alg": "SHA3-256",
 19807            "content": "12083f10966c4d6b619c5708236eefc02b0134ed5a1307f267bd70675b5a4794"
 19808          },
 19809          {
 19810            "alg": "SHA3-384",
 19811            "content": "201d31143471be06f9185d820ce7a3eba624471e0ccc8694e278b4d8fbccebec5beec6ff9bb7e41ff01f86cb18b05d7e"
 19812          },
 19813          {
 19814            "alg": "SHA3-512",
 19815            "content": "90ee58505a128537bdbc01f34916de4d607f9075464e6254c721c7c77f29c9dc9011af7c5f7348fe9304ec3ee71250c611e4b2250da71200f094ae94a01453f9"
 19816          }
 19817        ],
 19818        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19819        "purl": "pkg:maven/org.apache.tomcat/tomcat-juli@8.5.38?type=jar"
 19820      },
 19821      {
 19822        "type": "library",
 19823        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.38?type=jar",
 19824        "group": "org.apache.tomcat",
 19825        "name": "tomcat-annotations-api",
 19826        "version": "8.5.38",
 19827        "description": "Annotations Package",
 19828        "hashes": [
 19829          {
 19830            "alg": "MD5",
 19831            "content": "e624776eeae1419ed8d93e199a8288b7"
 19832          },
 19833          {
 19834            "alg": "SHA-1",
 19835            "content": "3570ce0253d5df4cbe24ef98cbd0ff223d69e7eb"
 19836          },
 19837          {
 19838            "alg": "SHA-256",
 19839            "content": "811629efe11336abd76c4f84c61a8b456da3fdc71c7f16f8ae779ff7153b569e"
 19840          },
 19841          {
 19842            "alg": "SHA-384",
 19843            "content": "2f0d7f93596312c7cb9b5d060c4338ad80b4ab2744715121005b3b59c9f22d9b71c3bbdacfe51b420751889aa5d4cb37"
 19844          },
 19845          {
 19846            "alg": "SHA-512",
 19847            "content": "43e352a0ff67bd3807eefce57afc3e0ef0f84ca9d9425896c7aa8108b4cd9251c3b4e3eb1441e216e5001cd7cb562a9584a4f4bc01fa4be5eca5bd38fae14ec7"
 19848          },
 19849          {
 19850            "alg": "SHA3-256",
 19851            "content": "f80373f3b93c695d8f6e89249a534697b432328de1fe3dae037a42083872a814"
 19852          },
 19853          {
 19854            "alg": "SHA3-384",
 19855            "content": "cc396d1f0123d1ffe54f1d293d069087ce9865eb9624c80bed560f79a5abc8feec0cdad13c4f2656c6e89da27c3fa86f"
 19856          },
 19857          {
 19858            "alg": "SHA3-512",
 19859            "content": "f20f9148d7abb6aace8bd2c1c04b92ee7e745ed8328c68132a380759ac3441eb7cad2fca3c5ded6e0929f75ff9001fb77aa5f99e49f0fcea60cbf3b21ed35485"
 19860          }
 19861        ],
 19862        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19863        "purl": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.38?type=jar"
 19864      },
 19865      {
 19866        "type": "library",
 19867        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-api@8.5.38?type=jar",
 19868        "group": "org.apache.tomcat",
 19869        "name": "tomcat-api",
 19870        "version": "8.5.38",
 19871        "description": "Definition of interfaces shared by Catalina and Jasper",
 19872        "hashes": [
 19873          {
 19874            "alg": "MD5",
 19875            "content": "0491a5651b2b1d08879d1fed48297c3f"
 19876          },
 19877          {
 19878            "alg": "SHA-1",
 19879            "content": "0018d5c10ba151158b389adbdc5ef34420ada259"
 19880          },
 19881          {
 19882            "alg": "SHA-256",
 19883            "content": "25a0f8340805298fd9262bd205ef70a4ac3bcc7dc81ae7310276d8923df1db8e"
 19884          },
 19885          {
 19886            "alg": "SHA-384",
 19887            "content": "c1b4d707eec6833b553043896c73c103b186e6078343335af731c740607f2c56c97d2d9e590eb7e5c755ddb1e48d1a45"
 19888          },
 19889          {
 19890            "alg": "SHA-512",
 19891            "content": "cb9359345c99e9bd4871d42ae09c9b41c1d599233fa866078b6e165194e85dc07eac566615b76aa3e82113e5bf57913c14a814e51dfff99d03923ec32af272db"
 19892          },
 19893          {
 19894            "alg": "SHA3-256",
 19895            "content": "d5d7964d32d3dca58b55bd721b7c89070315143d30f2d9259bab8876ae1ddf5e"
 19896          },
 19897          {
 19898            "alg": "SHA3-384",
 19899            "content": "b409998f29cd8c01cd56bd5a66aa9a6df48ad01028262736d57eff21e739f5f33c3c4975116f74a0759509855d472c40"
 19900          },
 19901          {
 19902            "alg": "SHA3-512",
 19903            "content": "6ff237ec79a5b5b4bc9c5e0c0d56c66e5d0cb8abf67a8adba870cbfeb87eb4d0dc6fbab7a7feb3671bb499a3aba631fa8368809109a9860a1c51a4fe0a28f847"
 19904          }
 19905        ],
 19906        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19907        "purl": "pkg:maven/org.apache.tomcat/tomcat-api@8.5.38?type=jar"
 19908      },
 19909      {
 19910        "type": "library",
 19911        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-jni@8.5.38?type=jar",
 19912        "group": "org.apache.tomcat",
 19913        "name": "tomcat-jni",
 19914        "version": "8.5.38",
 19915        "description": "Interface code to the native connector",
 19916        "hashes": [
 19917          {
 19918            "alg": "MD5",
 19919            "content": "eebda96441ec3e39da6fcdc25887f04b"
 19920          },
 19921          {
 19922            "alg": "SHA-1",
 19923            "content": "b93fae6cc6aecf7fcd378a3e98aaa77ee05eb546"
 19924          },
 19925          {
 19926            "alg": "SHA-256",
 19927            "content": "4c65bf99797c02aa35d91fc42d5f9dd147db2d75aaf049bcf73f9a0bcd6519e8"
 19928          },
 19929          {
 19930            "alg": "SHA-384",
 19931            "content": "c9bad836b30ad4231647355356106ef8bc0532d6065d81221c6bcac92b21071e2a854a70e117dd99cdff74e3c541302c"
 19932          },
 19933          {
 19934            "alg": "SHA-512",
 19935            "content": "c6f93dee20c4521a784bf1c8fcbf208091d940a93675ee86ec260572d6adf9e1ee5f699966d7b0140189a3e64712ebbb3d538fe875f398fb4c266ec47790054e"
 19936          },
 19937          {
 19938            "alg": "SHA3-256",
 19939            "content": "b65dc8f2e25326f68a330109eb594c642ef15a579e96e68ecfb817d539c725cc"
 19940          },
 19941          {
 19942            "alg": "SHA3-384",
 19943            "content": "dcf8244d91d68a80b466d24499aee1855877b2e13e2b32a5cdd7b284f0077e4ae217d3f0e17262e3f9aea45b412261f8"
 19944          },
 19945          {
 19946            "alg": "SHA3-512",
 19947            "content": "13050d80f340a634ec3927f9d436867361c414fe27849dccb02e73f1609c2ea38d64fdeac5ff141732e365719ecb17e54b4e54eaddce820300296904ac400284"
 19948          }
 19949        ],
 19950        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19951        "purl": "pkg:maven/org.apache.tomcat/tomcat-jni@8.5.38?type=jar"
 19952      },
 19953      {
 19954        "type": "library",
 19955        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-coyote@8.5.38?type=jar",
 19956        "group": "org.apache.tomcat",
 19957        "name": "tomcat-coyote",
 19958        "version": "8.5.38",
 19959        "description": "Tomcat Connectors and HTTP parser",
 19960        "hashes": [
 19961          {
 19962            "alg": "MD5",
 19963            "content": "381e6a6d00ad2fb89996e337bb756703"
 19964          },
 19965          {
 19966            "alg": "SHA-1",
 19967            "content": "a369a19ece1f58547dad7f4e39f0fe5d0ad97cf4"
 19968          },
 19969          {
 19970            "alg": "SHA-256",
 19971            "content": "e78b6043719601ec50169a9e8d1e16f47a0dd8e02b6c2878b53c73b6b7ae40cc"
 19972          },
 19973          {
 19974            "alg": "SHA-384",
 19975            "content": "9d60a4de0f4990bf9b8eedfb05cac781bb34251eef536c3f57b07eea63462c51c9abffd86a6d49735b9d5faac3a5d653"
 19976          },
 19977          {
 19978            "alg": "SHA-512",
 19979            "content": "8cad114a1603ebccbf133742dcfb2e3ca8dfb97f8856b0a2c0cb2614d1d1d8afe8b53ccb635c4354d315258063fcf30a4a053aaa91613dcb14eeb1a72c9c9cc1"
 19980          },
 19981          {
 19982            "alg": "SHA3-256",
 19983            "content": "b1aea9e84df79a82c81ed85a903245e2240df701014eaf53eee82c6845f10229"
 19984          },
 19985          {
 19986            "alg": "SHA3-384",
 19987            "content": "763035cdd0dc624555bafb368d13e4942642f95b2d32d5765f429b0c2c7c721ec132b31af0a0e3903d4f6ac5f776fcea"
 19988          },
 19989          {
 19990            "alg": "SHA3-512",
 19991            "content": "bf94d6bd676744c8e948c599cb723d278432040acda1d7e8ac4f3c3843f29605ad5f464d87d4a81ab843105b4675afea078e8fd61b95eb908c9b9b785805d174"
 19992          }
 19993        ],
 19994        "licenses": [{"license": {"id": "Apache-2.0"}}],
 19995        "purl": "pkg:maven/org.apache.tomcat/tomcat-coyote@8.5.38?type=jar"
 19996      },
 19997      {
 19998        "type": "library",
 19999        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-util@8.5.38?type=jar",
 20000        "group": "org.apache.tomcat",
 20001        "name": "tomcat-util",
 20002        "version": "8.5.38",
 20003        "description": "Common code shared by multiple Tomcat components",
 20004        "hashes": [
 20005          {
 20006            "alg": "MD5",
 20007            "content": "0f99454a7ad1f7c6f276be64be14e461"
 20008          },
 20009          {
 20010            "alg": "SHA-1",
 20011            "content": "26eac0040405f8b5c86b532eecf38e87c2b5a7dd"
 20012          },
 20013          {
 20014            "alg": "SHA-256",
 20015            "content": "26481475b73be5f9245e2242174125ca205fa5059489dc8398d6d65f37986609"
 20016          },
 20017          {
 20018            "alg": "SHA-384",
 20019            "content": "b5e418afd86b5ae54d72c7bc9ea17c188cd40b7b0a12bda763f5d9eaf1860c729bb4aebe8d14dc87c88fd3a747e7402e"
 20020          },
 20021          {
 20022            "alg": "SHA-512",
 20023            "content": "ef0c471ebfc4e0d8647ad0d18471b879aae8905df967f8dd02fef405834ce35ba9c4afe50eb50b6c5cbc4e73971e193260ae46829480e4f30d7cca1a814580bd"
 20024          },
 20025          {
 20026            "alg": "SHA3-256",
 20027            "content": "0f86e33db8ff40c8d279136559bc8d57ddd820cecd1379613338bc7e1717ba2f"
 20028          },
 20029          {
 20030            "alg": "SHA3-384",
 20031            "content": "491862e425f0b99383124b8915901e4a0345409677be42ea29d7f35295b8e51732440d629fe970117d53bad4007c0a82"
 20032          },
 20033          {
 20034            "alg": "SHA3-512",
 20035            "content": "bdd09a9a94b2735ac2b567e21477d3b9d19d7d250b9ea8df6a7a1900c484410b71f52df6f09de8aed02b18076a8533954218fcc3d6c1af0a5318a9711101a508"
 20036          }
 20037        ],
 20038        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20039        "purl": "pkg:maven/org.apache.tomcat/tomcat-util@8.5.38?type=jar"
 20040      },
 20041      {
 20042        "type": "library",
 20043        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-util-scan@8.5.38?type=jar",
 20044        "group": "org.apache.tomcat",
 20045        "name": "tomcat-util-scan",
 20046        "version": "8.5.38",
 20047        "description": "Common code shared by Catalina and Jasper for scanning JARS and processing XML descriptors",
 20048        "hashes": [
 20049          {
 20050            "alg": "MD5",
 20051            "content": "fe768f1a0e0023974e45755abcce6409"
 20052          },
 20053          {
 20054            "alg": "SHA-1",
 20055            "content": "de15f2bbdf112f4d342a0227e3a8b65f4cc28ced"
 20056          },
 20057          {
 20058            "alg": "SHA-256",
 20059            "content": "c6469e244a24bf77d9863ed6e0a05473d3848d2eb906e0796c23ded34b438aab"
 20060          },
 20061          {
 20062            "alg": "SHA-384",
 20063            "content": "8a708d037328b0267864be575edfcd9ac010335bc0124734329882d130e35cef2252cd18d2b7845396927c8f25f1ab61"
 20064          },
 20065          {
 20066            "alg": "SHA-512",
 20067            "content": "83916ba8771da81a15cda06de934b466101a661ceb528c80bd02190e1e2630cb0862c17f7d41be5787893e13057526971654ad4fefe6408c547b97cc3e7305e0"
 20068          },
 20069          {
 20070            "alg": "SHA3-256",
 20071            "content": "0928cc04946c1015b857a2d39b1e589c7a36fdb11fb69859663e0689ddb8c3c3"
 20072          },
 20073          {
 20074            "alg": "SHA3-384",
 20075            "content": "cec49686adebe99953daa1225207861be27a12613412d8ca3e339e6f5cfe990fd3c27130f7f95b1cedef7075e85a0440"
 20076          },
 20077          {
 20078            "alg": "SHA3-512",
 20079            "content": "2b89ffb205546211207484a5cfdcc2c9eddae7abaa709b373d68e3a00126015d2cd47fefad650aa69f99da68305d99dcf8cf23bf30091792e4fb19ab8c762084"
 20080          }
 20081        ],
 20082        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20083        "purl": "pkg:maven/org.apache.tomcat/tomcat-util-scan@8.5.38?type=jar"
 20084      },
 20085      {
 20086        "type": "library",
 20087        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-jaspic-api@8.5.38?type=jar",
 20088        "group": "org.apache.tomcat",
 20089        "name": "tomcat-jaspic-api",
 20090        "version": "8.5.38",
 20091        "description": "javax.security.auth.message package",
 20092        "hashes": [
 20093          {
 20094            "alg": "MD5",
 20095            "content": "0e0bf61cf83d2b8bd5532e092ef17f84"
 20096          },
 20097          {
 20098            "alg": "SHA-1",
 20099            "content": "1288c4ef7438c0c432bbb7c2833a70a3b0a6911a"
 20100          },
 20101          {
 20102            "alg": "SHA-256",
 20103            "content": "11f0102feede66ae42dd08e7a09157f062823c55df60db97da3a326040f7f406"
 20104          },
 20105          {
 20106            "alg": "SHA-384",
 20107            "content": "3a6102d41bd7ed1a9246ef342a41f99e12c37caadf37d460792b9cb63ae022ff4403a398339e725c0ea1f46a35734afa"
 20108          },
 20109          {
 20110            "alg": "SHA-512",
 20111            "content": "5b7ba082b6aa3b6630ac725cdbefc8f0848ce29298fd42e3c0c2fb2057014a0e3b12937670cc9933377bc818671f44ea7eb601181735ff3966c91dc39b4a808f"
 20112          },
 20113          {
 20114            "alg": "SHA3-256",
 20115            "content": "22bec467b0819d269d248b75eca6f6fd9e0cc97dcd6be7c86b25326fb854506c"
 20116          },
 20117          {
 20118            "alg": "SHA3-384",
 20119            "content": "380b30f110825ad5e4e632bbb2642df585b9b0153e641ffd94ca4914b094e47472d9c745720097c184d9a75ff8150bd8"
 20120          },
 20121          {
 20122            "alg": "SHA3-512",
 20123            "content": "5117a23a47ede6cf71af16d8ac6060775a72b8060103983f5b54e4d320f06017c0f09bbe6cd80deb441a535cbf7e05277c5cdd2ed1724cf52164ef344e81869b"
 20124          }
 20125        ],
 20126        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20127        "purl": "pkg:maven/org.apache.tomcat/tomcat-jaspic-api@8.5.38?type=jar"
 20128      },
 20129      {
 20130        "type": "library",
 20131        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-tomcat-adapter-core@10.0.2?type=jar",
 20132        "publisher": "JBoss by Red Hat",
 20133        "group": "org.keycloak",
 20134        "name": "keycloak-saml-tomcat-adapter-core",
 20135        "version": "10.0.2",
 20136        "description": "",
 20137        "hashes": [
 20138          {
 20139            "alg": "MD5",
 20140            "content": "be97be5920060149258dbca3985529bd"
 20141          },
 20142          {
 20143            "alg": "SHA-1",
 20144            "content": "d51e1cfe17b0f8807fe0128df9fdf395fd52355e"
 20145          },
 20146          {
 20147            "alg": "SHA-256",
 20148            "content": "ed883875c39e29ea3cba2c72778791d5afaf0f16bab0c0280381c53de4707a1a"
 20149          },
 20150          {
 20151            "alg": "SHA-384",
 20152            "content": "0e34f724def75107ae253ff79d817af5302b655d135589afa65ff29178ab1651757178c4857b2d482ba0e69cf530a650"
 20153          },
 20154          {
 20155            "alg": "SHA-512",
 20156            "content": "4312828e6869f93c519faf65cd33dcf566bde516542759f11fef2245dcc466b91db07b2e071d653b50ccd98c24b0cd84d3828d0fd9cebebcb335c4428ebd84db"
 20157          },
 20158          {
 20159            "alg": "SHA3-256",
 20160            "content": "43c45ebf9cd6ca2905c1de861eec695330e44a259e2c1b63ab601fdd8a7ffba7"
 20161          },
 20162          {
 20163            "alg": "SHA3-384",
 20164            "content": "81f361da69625f0adb927f07f9fa83b4da8e4f591d84e4a7c80adcccffbfdbc4d8d221fcdb69a4f2c37079f6360c4190"
 20165          },
 20166          {
 20167            "alg": "SHA3-512",
 20168            "content": "b1da031792034e04348b9991b2d7fcfb6d9136b0bbf4f619413d8bf061a1e710db6dd53fb310acce2bc28b9f84f0585e21da030dd7d35542570d3d99817af7f2"
 20169          }
 20170        ],
 20171        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20172        "purl": "pkg:maven/org.keycloak/keycloak-saml-tomcat-adapter-core@10.0.2?type=jar",
 20173        "externalReferences": [
 20174          {
 20175            "type": "distribution",
 20176            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 20177          },
 20178          {
 20179            "type": "issue-tracker",
 20180            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 20181          },
 20182          {
 20183            "type": "vcs",
 20184            "url": "https://github.com/keycloak/keycloak/tree/master/"
 20185          },
 20186          {
 20187            "type": "website",
 20188            "url": "http://www.jboss.org"
 20189          },
 20190          {
 20191            "type": "mailing-list",
 20192            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20193          }
 20194        ]
 20195      },
 20196      {
 20197        "type": "library",
 20198        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar",
 20199        "publisher": "JBoss by Red Hat",
 20200        "group": "org.keycloak",
 20201        "name": "keycloak-saml-undertow-adapter",
 20202        "version": "10.0.2",
 20203        "description": "",
 20204        "hashes": [
 20205          {
 20206            "alg": "MD5",
 20207            "content": "d3970c10b6686c7c50a2b822279e2b16"
 20208          },
 20209          {
 20210            "alg": "SHA-1",
 20211            "content": "2950a0f34bc5e26a14aa463eb453ab6e1ac73700"
 20212          },
 20213          {
 20214            "alg": "SHA-256",
 20215            "content": "baef053fdf5388ae7dc329da872b7d0ba8f01f6871d19169ec65a51acbdb8d91"
 20216          },
 20217          {
 20218            "alg": "SHA-384",
 20219            "content": "78ff93fe3bc15aff15a547b08e761d159ddb3fcf26b54dd01068c7626aa6413729240bad85b37939b0d154c0387bec8d"
 20220          },
 20221          {
 20222            "alg": "SHA-512",
 20223            "content": "95df816c62232cbb1e3371de63df945f0afd938e24a689f2abf6b834257e4c169c14a20788a388be5bec0cc401eb06922237f664fa4d505bb704946a7ced4004"
 20224          },
 20225          {
 20226            "alg": "SHA3-256",
 20227            "content": "7c505dad819f5e03bcda79750a9616d1bc2c6661408f0830c5079cf2ad5ec2ac"
 20228          },
 20229          {
 20230            "alg": "SHA3-384",
 20231            "content": "25f4e8d1d8925002d7f4e85fe0beaa2c8c0dca57343b58206ba27d0bb085a8d77a23d27a66b177ccc2ee6cad907aed6c"
 20232          },
 20233          {
 20234            "alg": "SHA3-512",
 20235            "content": "93639d5ee93f4708748737200ac1d773c0e256288c331fc28ee9b614ee8c5d62b4cacdac487d3f49fe31ee381f34a0e590f1463619b2dcac781d8188c27a3f16"
 20236          }
 20237        ],
 20238        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20239        "purl": "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar",
 20240        "externalReferences": [
 20241          {
 20242            "type": "distribution",
 20243            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 20244          },
 20245          {
 20246            "type": "issue-tracker",
 20247            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 20248          },
 20249          {
 20250            "type": "vcs",
 20251            "url": "https://github.com/keycloak/keycloak/tree/master/"
 20252          },
 20253          {
 20254            "type": "website",
 20255            "url": "http://www.jboss.org"
 20256          },
 20257          {
 20258            "type": "mailing-list",
 20259            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20260          }
 20261        ]
 20262      },
 20263      {
 20264        "type": "library",
 20265        "bom-ref": "pkg:maven/org.keycloak/keycloak-jboss-adapter-core@10.0.2?type=jar",
 20266        "publisher": "JBoss by Red Hat",
 20267        "group": "org.keycloak",
 20268        "name": "keycloak-jboss-adapter-core",
 20269        "version": "10.0.2",
 20270        "description": "",
 20271        "hashes": [
 20272          {
 20273            "alg": "MD5",
 20274            "content": "6afb80db8097a575884c6a563e74452f"
 20275          },
 20276          {
 20277            "alg": "SHA-1",
 20278            "content": "3e11f6e7b3d9f8b4bf207a13dd5c3d84491c86f3"
 20279          },
 20280          {
 20281            "alg": "SHA-256",
 20282            "content": "bd083ff81fadcc99af4734210d1e9decbb0b66e34f249ccfea5bf3218b864e31"
 20283          },
 20284          {
 20285            "alg": "SHA-384",
 20286            "content": "45b33c85e8d7f23f847eb0cd0b7ee9e9c8280f37781c130fcbb269643c204195c345fb0d48f013e65c25cbb84b58e32d"
 20287          },
 20288          {
 20289            "alg": "SHA-512",
 20290            "content": "b4c36a291e900c8e8630690f4bb345b141fcd5f5c42065cd4faf269a723d3d1d546ca044f61a448ef1cff310f76263fcb1a9fdc65b1dfd876b32c5ad27730106"
 20291          },
 20292          {
 20293            "alg": "SHA3-256",
 20294            "content": "220406fefe6cd4ad716854eeaaf610a9f1bfe215a3255b4dc963fd3411528eb5"
 20295          },
 20296          {
 20297            "alg": "SHA3-384",
 20298            "content": "08a2aaf75ad3a2b196c50d7a95267e9ceb245e6f132f58aaa68c7e251c4697559a05424e263c6ab8eeaf4c8a65925fc6"
 20299          },
 20300          {
 20301            "alg": "SHA3-512",
 20302            "content": "88a2d8eafd5a58309e89a54ce9705dd2c303527f54fb93148fb7fbd7330993c77a5d25c9e83fc4627844ceaed12c487a6f2dd7193d1e429ce6c817be0c881c40"
 20303          }
 20304        ],
 20305        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20306        "purl": "pkg:maven/org.keycloak/keycloak-jboss-adapter-core@10.0.2?type=jar",
 20307        "externalReferences": [
 20308          {
 20309            "type": "distribution",
 20310            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 20311          },
 20312          {
 20313            "type": "issue-tracker",
 20314            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 20315          },
 20316          {
 20317            "type": "vcs",
 20318            "url": "https://github.com/keycloak/keycloak/tree/master/"
 20319          },
 20320          {
 20321            "type": "website",
 20322            "url": "http://www.jboss.org"
 20323          },
 20324          {
 20325            "type": "mailing-list",
 20326            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20327          }
 20328        ]
 20329      },
 20330      {
 20331        "type": "library",
 20332        "bom-ref": "pkg:maven/org.keycloak/keycloak-authz-client@10.0.2?type=jar",
 20333        "publisher": "JBoss by Red Hat",
 20334        "group": "org.keycloak",
 20335        "name": "keycloak-authz-client",
 20336        "version": "10.0.2",
 20337        "description": "KeyCloak AuthZ: Client API",
 20338        "hashes": [
 20339          {
 20340            "alg": "MD5",
 20341            "content": "47e34654694aad0832881649fae39811"
 20342          },
 20343          {
 20344            "alg": "SHA-1",
 20345            "content": "436c822aad37aafaeda7f96eb77c5f76b49f75e9"
 20346          },
 20347          {
 20348            "alg": "SHA-256",
 20349            "content": "9294aab7c81bcef138819f3ca615752b88d1a13eca85e89f8fd574257001d62b"
 20350          },
 20351          {
 20352            "alg": "SHA-384",
 20353            "content": "c2f04c2358c60fd07bbe975b7e6ab8eb7c9dc93f8fd1f9f9054912ad91ce2e2487b0407e484ab59623f4eeafb230fe96"
 20354          },
 20355          {
 20356            "alg": "SHA-512",
 20357            "content": "b396ffd953ed7af2c7a69f384bfa0835d1fda6a27920808d9d48edc3f37cf8221780865e790f4204eb9857a7086cf7fc25b912a2d48c4596e18c9122d57cc53d"
 20358          },
 20359          {
 20360            "alg": "SHA3-256",
 20361            "content": "0d57fa0255add73eae1eb7d0a66d2154cc351d9ce315b50c23cff75ae52c136a"
 20362          },
 20363          {
 20364            "alg": "SHA3-384",
 20365            "content": "48259538ee1eba2cbd8461319dfea53731a6467d32a429d5e2944f37ae3d3eba5d2f025fc7956167e85d12e21a0ebf57"
 20366          },
 20367          {
 20368            "alg": "SHA3-512",
 20369            "content": "f59eef326bfbbf8c0d9d70ad40d22324a7f659f774e0192018bc7063e4213ae7fdde310fcb1751c1b7ae0cedd1058283e6d23bbc527d265272802cafdd7ad3cd"
 20370          }
 20371        ],
 20372        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20373        "purl": "pkg:maven/org.keycloak/keycloak-authz-client@10.0.2?type=jar",
 20374        "externalReferences": [
 20375          {
 20376            "type": "distribution",
 20377            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 20378          },
 20379          {
 20380            "type": "issue-tracker",
 20381            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 20382          },
 20383          {
 20384            "type": "vcs",
 20385            "url": "https://github.com/keycloak/keycloak/tree/master/"
 20386          },
 20387          {
 20388            "type": "website",
 20389            "url": "http://www.jboss.org"
 20390          },
 20391          {
 20392            "type": "mailing-list",
 20393            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20394          }
 20395        ]
 20396      },
 20397      {
 20398        "type": "library",
 20399        "bom-ref": "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 20400        "publisher": "JBoss by Red Hat",
 20401        "group": "org.keycloak",
 20402        "name": "keycloak-adapter-core",
 20403        "version": "10.0.2",
 20404        "description": "",
 20405        "hashes": [
 20406          {
 20407            "alg": "MD5",
 20408            "content": "c710981cfbaf780b1131d7a46637e9f5"
 20409          },
 20410          {
 20411            "alg": "SHA-1",
 20412            "content": "fbf49427fb475a9cbcdf49b5fe60586c108b70c2"
 20413          },
 20414          {
 20415            "alg": "SHA-256",
 20416            "content": "9aa9edb5fd23a0858562880c576580e9f724865fed334de3055cb31c9d4e39a1"
 20417          },
 20418          {
 20419            "alg": "SHA-384",
 20420            "content": "eec85ad384f9b7468311d90402865478c5a184c19bbf2726d4e28475bfdb45c8708ed55c128d61609ba17fe880d25722"
 20421          },
 20422          {
 20423            "alg": "SHA-512",
 20424            "content": "d2b9ddd5c6b9c9155e3743c3b450dd691e2e0b954bb3ce7a845bab40ff734dc004c48d199db01f3d63bce88e3a3de468bbfb6d9dac24a55576a61d159594a2ae"
 20425          },
 20426          {
 20427            "alg": "SHA3-256",
 20428            "content": "2da68dea201e78aabaa9c1732166482d7dca3d50c0a88dfc6c16c58e12b3119b"
 20429          },
 20430          {
 20431            "alg": "SHA3-384",
 20432            "content": "879add1e033baed93c52ea54d498f92d2e80cdd3ed054922ad1bffd5d3ad37d0bb1b66d8dfbaf98140dc4c880c2b0d46"
 20433          },
 20434          {
 20435            "alg": "SHA3-512",
 20436            "content": "80e53f007976cb580486f7336b8871983f153cf12f2155f67be991bfaabd875bfe94b2d7b36aca3ccd4de628b24c7e8483d93a2d5cef1c422ce5df54f67e2bec"
 20437          }
 20438        ],
 20439        "licenses": [{"license": {"id": "Apache-2.0"}}],
 20440        "purl": "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 20441        "externalReferences": [
 20442          {
 20443            "type": "distribution",
 20444            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 20445          },
 20446          {
 20447            "type": "issue-tracker",
 20448            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 20449          },
 20450          {
 20451            "type": "vcs",
 20452            "url": "https://github.com/keycloak/keycloak/tree/master/"
 20453          },
 20454          {
 20455            "type": "website",
 20456            "url": "http://www.jboss.org"
 20457          },
 20458          {
 20459            "type": "mailing-list",
 20460            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20461          }
 20462        ]
 20463      },
 20464      {
 20465        "type": "library",
 20466        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-asn1@1.11.4.Final?type=jar",
 20467        "publisher": "JBoss by Red Hat",
 20468        "group": "org.wildfly.security",
 20469        "name": "wildfly-elytron-asn1",
 20470        "version": "1.11.4.Final",
 20471        "description": "WildFly Security ASN.1 Implementation",
 20472        "hashes": [
 20473          {
 20474            "alg": "MD5",
 20475            "content": "fa096f7d074b6046078d78ecc3b7f619"
 20476          },
 20477          {
 20478            "alg": "SHA-1",
 20479            "content": "9bcded99b41af839659fa5f9fed68c7ded9eb937"
 20480          },
 20481          {
 20482            "alg": "SHA-256",
 20483            "content": "32138aa0b338ca008122a526f2052b9ab98089bfc48022fd59ad82b13f728316"
 20484          },
 20485          {
 20486            "alg": "SHA-384",
 20487            "content": "a59730aac7dc8e309fc243f01e8fdfe99f1c006f65247731d01d06522284a1aab4984f147c4c9e29226e3d774f39c393"
 20488          },
 20489          {
 20490            "alg": "SHA-512",
 20491            "content": "cd66f34294de1f8493edac0a6386e8b071a9003a0c109dd96dd3cc4484aa8dac5e897c9ad2b5ac118b67a38c800616dc6d666d94143e0c427f7e2d9197f6e66a"
 20492          },
 20493          {
 20494            "alg": "SHA3-256",
 20495            "content": "5a75d3c666a6c628d2e4ab0aa6742341bbd420cd480c13309d5b4f77d89458b0"
 20496          },
 20497          {
 20498            "alg": "SHA3-384",
 20499            "content": "4373f73e025974918b8610586e5a080ae102d670f75df7599392deee32a904a92b3dfc7ff202850434f9b6de5f7b709f"
 20500          },
 20501          {
 20502            "alg": "SHA3-512",
 20503            "content": "122f8c3b251e6821f05cf7328d257025c515cb32a1e76c5edc48d63c9796615e549396fd08693e51fc380338381cd15c4fe5aa91ec8dd3f3522c004b083ece28"
 20504          }
 20505        ],
 20506        "licenses": [{"license": {
 20507          "id": "Apache-2.0",
 20508          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20509        }}],
 20510        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-asn1@1.11.4.Final?type=jar",
 20511        "externalReferences": [
 20512          {
 20513            "type": "issue-tracker",
 20514            "url": "https://issues.jboss.org/browse/ELY"
 20515          },
 20516          {
 20517            "type": "vcs",
 20518            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20519          },
 20520          {
 20521            "type": "website",
 20522            "url": "http://www.jboss.org"
 20523          },
 20524          {
 20525            "type": "mailing-list",
 20526            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20527          }
 20528        ]
 20529      },
 20530      {
 20531        "type": "library",
 20532        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-audit@1.11.4.Final?type=jar",
 20533        "publisher": "JBoss by Red Hat",
 20534        "group": "org.wildfly.security",
 20535        "name": "wildfly-elytron-audit",
 20536        "version": "1.11.4.Final",
 20537        "description": "WildFly Security Audit Logging Implementation",
 20538        "hashes": [
 20539          {
 20540            "alg": "MD5",
 20541            "content": "4b71cea6f4ba98cc62744540ffabbf58"
 20542          },
 20543          {
 20544            "alg": "SHA-1",
 20545            "content": "51da1e3bf671e5080c2731a353973fd176c8e757"
 20546          },
 20547          {
 20548            "alg": "SHA-256",
 20549            "content": "81180d52810deaa4382ee61f0250750c9187d8770ad2f2ce02689e8689847948"
 20550          },
 20551          {
 20552            "alg": "SHA-384",
 20553            "content": "4be69ae97a6617e16bf6c491d365c1bca3940c178e5ab723c313c052b34b9899a1a7cdd77f486e3fc617dac81f57ce9c"
 20554          },
 20555          {
 20556            "alg": "SHA-512",
 20557            "content": "4b0dde1d3483800ed54b820ba59d4f97b6b56bcbbe6b4ead088dbf6ca8c0e53782c006e3798b82b001d21b4a323e692febb2c45e9695539e4c1b1b836214c0ea"
 20558          },
 20559          {
 20560            "alg": "SHA3-256",
 20561            "content": "dab595da52b38ec55ceebc0089c1fd487f4d606df20fb3adb00e608d1184b1bd"
 20562          },
 20563          {
 20564            "alg": "SHA3-384",
 20565            "content": "a1f4e63c34ace8fcfcc9e02aae53132d4701cd2ed9e349a8a359742a5935a4373303c0e3c7eab37da943f16a14e8ea74"
 20566          },
 20567          {
 20568            "alg": "SHA3-512",
 20569            "content": "aa3f06fbe13c242a9212d4cb0ea79de11231360a3692a2378b4d885f770227e0c7b81361f489f3b945a53daa47849998f587ee1d9defafc4decebe33458fb854"
 20570          }
 20571        ],
 20572        "licenses": [{"license": {
 20573          "id": "Apache-2.0",
 20574          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20575        }}],
 20576        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-audit@1.11.4.Final?type=jar",
 20577        "externalReferences": [
 20578          {
 20579            "type": "issue-tracker",
 20580            "url": "https://issues.jboss.org/browse/ELY"
 20581          },
 20582          {
 20583            "type": "vcs",
 20584            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20585          },
 20586          {
 20587            "type": "website",
 20588            "url": "http://www.jboss.org"
 20589          },
 20590          {
 20591            "type": "mailing-list",
 20592            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20593          }
 20594        ]
 20595      },
 20596      {
 20597        "type": "library",
 20598        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth@1.11.4.Final?type=jar",
 20599        "publisher": "JBoss by Red Hat",
 20600        "group": "org.wildfly.security",
 20601        "name": "wildfly-elytron-auth",
 20602        "version": "1.11.4.Final",
 20603        "description": "WildFly Security Auth",
 20604        "hashes": [
 20605          {
 20606            "alg": "MD5",
 20607            "content": "f7a9c63daa08eef8d36bdf65e304b871"
 20608          },
 20609          {
 20610            "alg": "SHA-1",
 20611            "content": "c0af12367b1840f5c1394ba5f7fa1deaaae63a06"
 20612          },
 20613          {
 20614            "alg": "SHA-256",
 20615            "content": "114962cf9d6c15071950a29660027ac03540fd052821368962331cb9cc06ea8f"
 20616          },
 20617          {
 20618            "alg": "SHA-384",
 20619            "content": "5ad58b397abc3d7e283e45c5a28430ced2924f5fdbefab5004ca9ade85d8a07cd12ebe67a0e868e22c1bda084faea4a6"
 20620          },
 20621          {
 20622            "alg": "SHA-512",
 20623            "content": "2432496bac8b59763fc31f673645b44e2e80d87b2ce82691b73c3d1f11bf18e19c4a02c54e678e3551456775b0c000963f74692458eb9e7d0c9f6248cb314bcc"
 20624          },
 20625          {
 20626            "alg": "SHA3-256",
 20627            "content": "34260205cd4a6e334fe11f9936cd07658d523c1fa5307a1f9099ade27127aecf"
 20628          },
 20629          {
 20630            "alg": "SHA3-384",
 20631            "content": "db90b3147b1e1ad095afb6adf900cebfa39ef7c687dbc96ea4661753642576e6ac149f26ab5223077d31044b43ebc39d"
 20632          },
 20633          {
 20634            "alg": "SHA3-512",
 20635            "content": "8f9bea49b8d6115ed1a5469260d206f44269a5088e40f84c48a0b31b10940aa2a8793767331e5efb6c96bb088572b1582f97d773fc571da39925de3b2325a8c5"
 20636          }
 20637        ],
 20638        "licenses": [{"license": {
 20639          "id": "Apache-2.0",
 20640          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20641        }}],
 20642        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth@1.11.4.Final?type=jar",
 20643        "externalReferences": [
 20644          {
 20645            "type": "issue-tracker",
 20646            "url": "https://issues.jboss.org/browse/ELY"
 20647          },
 20648          {
 20649            "type": "vcs",
 20650            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20651          },
 20652          {
 20653            "type": "website",
 20654            "url": "http://www.jboss.org"
 20655          },
 20656          {
 20657            "type": "mailing-list",
 20658            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20659          }
 20660        ]
 20661      },
 20662      {
 20663        "type": "library",
 20664        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server@1.11.4.Final?type=jar",
 20665        "publisher": "JBoss by Red Hat",
 20666        "group": "org.wildfly.security",
 20667        "name": "wildfly-elytron-auth-server",
 20668        "version": "1.11.4.Final",
 20669        "description": "WildFly Security Auth Server",
 20670        "hashes": [
 20671          {
 20672            "alg": "MD5",
 20673            "content": "fbce8357fbe4c828bd22e1a0102f9bc7"
 20674          },
 20675          {
 20676            "alg": "SHA-1",
 20677            "content": "25b742e87900b44536bc8245f191fad5822c50d0"
 20678          },
 20679          {
 20680            "alg": "SHA-256",
 20681            "content": "016e86f899e8ab1af0bceb67c0281301ee5ea14875428d21d6ce08583e3ee838"
 20682          },
 20683          {
 20684            "alg": "SHA-384",
 20685            "content": "c36177b3d26caf121efebced86940c84dee45ae719c3fa7f2f9b5139613ce58c4c44b710318c8e4dddbf2ffa44c4e11b"
 20686          },
 20687          {
 20688            "alg": "SHA-512",
 20689            "content": "e080036e24e2ec2dea32c12322a3ffbe58a359c6ed2adfb8c8b627506b0c43d43374db31eee9130101d237e8e86aa575ab3918bc81200119cdcebb31ddb6c3a3"
 20690          },
 20691          {
 20692            "alg": "SHA3-256",
 20693            "content": "9b54f55aec57bd01c601270158cede4979e18be21e557e577cdf72a57ca5b92c"
 20694          },
 20695          {
 20696            "alg": "SHA3-384",
 20697            "content": "81440d0571e053fdd608d444ffcd6ee129b45eabf88c7d072bce3f05e916bd7f72ae402a7f9af427bb18876964e63337"
 20698          },
 20699          {
 20700            "alg": "SHA3-512",
 20701            "content": "77dd518cd1b932c77dda56b3a921fad6adc81332169515f205aee3c949851e221f600b53241338b6194110867dfc4efe95af8c24f71e8443669600bdd2751be7"
 20702          }
 20703        ],
 20704        "licenses": [{"license": {
 20705          "id": "Apache-2.0",
 20706          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20707        }}],
 20708        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server@1.11.4.Final?type=jar",
 20709        "externalReferences": [
 20710          {
 20711            "type": "issue-tracker",
 20712            "url": "https://issues.jboss.org/browse/ELY"
 20713          },
 20714          {
 20715            "type": "vcs",
 20716            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20717          },
 20718          {
 20719            "type": "website",
 20720            "url": "http://www.jboss.org"
 20721          },
 20722          {
 20723            "type": "mailing-list",
 20724            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20725          }
 20726        ]
 20727      },
 20728      {
 20729        "type": "library",
 20730        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-deprecated@1.11.4.Final?type=jar",
 20731        "publisher": "JBoss by Red Hat",
 20732        "group": "org.wildfly.security",
 20733        "name": "wildfly-elytron-auth-server-deprecated",
 20734        "version": "1.11.4.Final",
 20735        "description": "WildFly Security Auth Server Deprecated",
 20736        "hashes": [
 20737          {
 20738            "alg": "MD5",
 20739            "content": "552d7ca5778bcb1bb77e1133d85e818b"
 20740          },
 20741          {
 20742            "alg": "SHA-1",
 20743            "content": "ec090f0face6cf9af0b46a4b93aed9e56d8dd02a"
 20744          },
 20745          {
 20746            "alg": "SHA-256",
 20747            "content": "9cb2a7fec00073d814d88bfc675ca91771be798c6c1a8a72fc521f75ef6123ef"
 20748          },
 20749          {
 20750            "alg": "SHA-384",
 20751            "content": "9dbded0f66c15957449966b52cf7abf97962b2ddf46c0e79f5073d5e1179529147c2dd50a5cd54975208b81dabbad9de"
 20752          },
 20753          {
 20754            "alg": "SHA-512",
 20755            "content": "f68c03440fc78acf00a3a8b5c32a5703fb164d12f4e3d031ff97d9e47fb51b9f98f3eb102be9f801d9ed036b56c6cf471d03ecf13fc4b0aa7903418af055ef60"
 20756          },
 20757          {
 20758            "alg": "SHA3-256",
 20759            "content": "40de5a401e40b92c0f88dcf7ca7fc9a186bda445c516571b7c201452f77bc563"
 20760          },
 20761          {
 20762            "alg": "SHA3-384",
 20763            "content": "297694a6ce311aad90b7f031dff2d646fd7e1a000ab376a28b64592946579673ae260a9345568f06eafc004ee48b409d"
 20764          },
 20765          {
 20766            "alg": "SHA3-512",
 20767            "content": "94506f33be994bfda83d0f17ec9512daff17fca710cb4246765cb5693ac29d850ce3d810303e85f46196f4594b26d8740befd800c98b04de3206bda68d07f0a7"
 20768          }
 20769        ],
 20770        "licenses": [{"license": {
 20771          "id": "Apache-2.0",
 20772          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20773        }}],
 20774        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-deprecated@1.11.4.Final?type=jar",
 20775        "externalReferences": [
 20776          {
 20777            "type": "issue-tracker",
 20778            "url": "https://issues.jboss.org/browse/ELY"
 20779          },
 20780          {
 20781            "type": "vcs",
 20782            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20783          },
 20784          {
 20785            "type": "website",
 20786            "url": "http://www.jboss.org"
 20787          },
 20788          {
 20789            "type": "mailing-list",
 20790            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20791          }
 20792        ]
 20793      },
 20794      {
 20795        "type": "library",
 20796        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-http@1.11.4.Final?type=jar",
 20797        "publisher": "JBoss by Red Hat",
 20798        "group": "org.wildfly.security",
 20799        "name": "wildfly-elytron-auth-server-http",
 20800        "version": "1.11.4.Final",
 20801        "description": "WildFly Security Auth Server HTTP",
 20802        "hashes": [
 20803          {
 20804            "alg": "MD5",
 20805            "content": "3a5d7b2199bb1a9b26cba8711ff2110c"
 20806          },
 20807          {
 20808            "alg": "SHA-1",
 20809            "content": "7a3df8a93bba62a5759fa111e076df2c21c5a031"
 20810          },
 20811          {
 20812            "alg": "SHA-256",
 20813            "content": "fcdf07d3d2e60dbb91cfc96fea21f84bda08afcc9db8a615ac47124ccf94d51d"
 20814          },
 20815          {
 20816            "alg": "SHA-384",
 20817            "content": "eaf15bbbf3c1c535d4babc2ddc79334bf2127a20d1abd6f00f5a0a5a8ab2b6e144ad8bd168c94cc3373496834251452e"
 20818          },
 20819          {
 20820            "alg": "SHA-512",
 20821            "content": "45acedd519d2393bfb00d07a2dd9ae61ea92dcd49020211f41c3c481a635b8129cf8bce6eab2d71ebf5c5c96ab98f793bb5cbf14d2f3cb6793856aff20cda4ef"
 20822          },
 20823          {
 20824            "alg": "SHA3-256",
 20825            "content": "369e8e17c52d8477322994ecfe79328a3da86129165aeef12c25a86c00c0c640"
 20826          },
 20827          {
 20828            "alg": "SHA3-384",
 20829            "content": "e6d24f4d2b9f77335d02e4908bc4d99c3b7e72ee62cb9de95ce66de5a622fa7e775c79aea28e9d19574de278c1da1fd8"
 20830          },
 20831          {
 20832            "alg": "SHA3-512",
 20833            "content": "444807117deb9d9d7bea5a8f3aeef87442ecbb51b64864bae7532ecc4eccf27b2743d5dc8c99efe13628cbbcfddea894e21cc95ad4b7a079fbdc2639d9f5d753"
 20834          }
 20835        ],
 20836        "licenses": [{"license": {
 20837          "id": "Apache-2.0",
 20838          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20839        }}],
 20840        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-http@1.11.4.Final?type=jar",
 20841        "externalReferences": [
 20842          {
 20843            "type": "issue-tracker",
 20844            "url": "https://issues.jboss.org/browse/ELY"
 20845          },
 20846          {
 20847            "type": "vcs",
 20848            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20849          },
 20850          {
 20851            "type": "website",
 20852            "url": "http://www.jboss.org"
 20853          },
 20854          {
 20855            "type": "mailing-list",
 20856            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20857          }
 20858        ]
 20859      },
 20860      {
 20861        "type": "library",
 20862        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-sasl@1.11.4.Final?type=jar",
 20863        "publisher": "JBoss by Red Hat",
 20864        "group": "org.wildfly.security",
 20865        "name": "wildfly-elytron-auth-server-sasl",
 20866        "version": "1.11.4.Final",
 20867        "description": "WildFly Security Auth Server SASL",
 20868        "hashes": [
 20869          {
 20870            "alg": "MD5",
 20871            "content": "5e6d34356b835edfe3fa733eca752be9"
 20872          },
 20873          {
 20874            "alg": "SHA-1",
 20875            "content": "f3c423cc8a404316c854eef37fe56fd3ff4625ac"
 20876          },
 20877          {
 20878            "alg": "SHA-256",
 20879            "content": "09a0f032cd106f9cff4099090a59ef549ed5057e5cc93dbfeaac45db0e3599a6"
 20880          },
 20881          {
 20882            "alg": "SHA-384",
 20883            "content": "643c12f47147b50b2e6d46a8c57ee4c3c56b972c338063ac9d227bd42c0fbc106825d0459df4a15ccc34fc9d737776b3"
 20884          },
 20885          {
 20886            "alg": "SHA-512",
 20887            "content": "61c73775efd7c0d9db63cc3f07ea570d9d0c7ef61d41fb05a47e0f0da12238126ff1e02dfd5a6273e9eae503371f440460edb64b18727fbf13f0ed3cb850ad2d"
 20888          },
 20889          {
 20890            "alg": "SHA3-256",
 20891            "content": "0b402f134b9afe03b9426d6e87e7c469c1898e4563ca607f274c3f9f5c9b6e33"
 20892          },
 20893          {
 20894            "alg": "SHA3-384",
 20895            "content": "8a9f3e44ae8e3ec5d0c4226e0aab5baccd1337b4942866e1e3dc4a34ad25ebeafe58e375b9d7b058b13972ffa489ab01"
 20896          },
 20897          {
 20898            "alg": "SHA3-512",
 20899            "content": "f3d0d6d0b004acf497fe47661dbc1b4c4d3f2ffffb25ae9c342d8e02f6e0fa0624c22d20da76fd117da13cb893002307d920c6505d7fd589f42b88d70c33a436"
 20900          }
 20901        ],
 20902        "licenses": [{"license": {
 20903          "id": "Apache-2.0",
 20904          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20905        }}],
 20906        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-sasl@1.11.4.Final?type=jar",
 20907        "externalReferences": [
 20908          {
 20909            "type": "issue-tracker",
 20910            "url": "https://issues.jboss.org/browse/ELY"
 20911          },
 20912          {
 20913            "type": "vcs",
 20914            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20915          },
 20916          {
 20917            "type": "website",
 20918            "url": "http://www.jboss.org"
 20919          },
 20920          {
 20921            "type": "mailing-list",
 20922            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20923          }
 20924        ]
 20925      },
 20926      {
 20927        "type": "library",
 20928        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-util@1.11.4.Final?type=jar",
 20929        "publisher": "JBoss by Red Hat",
 20930        "group": "org.wildfly.security",
 20931        "name": "wildfly-elytron-auth-util",
 20932        "version": "1.11.4.Final",
 20933        "description": "WildFly Security Auth Util",
 20934        "hashes": [
 20935          {
 20936            "alg": "MD5",
 20937            "content": "8a48eda011be6f89f4503c506ea6b573"
 20938          },
 20939          {
 20940            "alg": "SHA-1",
 20941            "content": "59689e2cf1dbecd9d82205aae844f97a2217d434"
 20942          },
 20943          {
 20944            "alg": "SHA-256",
 20945            "content": "7e53a8a193d862098841ead4d123b8904b073482672d682b33c6f961ca3f8640"
 20946          },
 20947          {
 20948            "alg": "SHA-384",
 20949            "content": "4aeb8b9b8b7102a3b8fadd9ce7ca93cb3eb5992237d5a033eb6698a9c69b976d24a2d7a92d657ba1cba50ac686ef0853"
 20950          },
 20951          {
 20952            "alg": "SHA-512",
 20953            "content": "80b4814fda3413827f305323e52e845ca9db608208dd2facc2f1ef25d15b0ad56bb9c916ffe63bde2cd3331ac2bac1bf8d2501dd83759cfdbb13a07b3cf635e3"
 20954          },
 20955          {
 20956            "alg": "SHA3-256",
 20957            "content": "abf8ef24d1823356aa4e3b1ccd4446059430f9bfd23b4071e3a4cb9ba9628d68"
 20958          },
 20959          {
 20960            "alg": "SHA3-384",
 20961            "content": "c055428fd1f846f76458d6183880f475b9139c7d221e4745cf1943e154fbe68586180a9441e01d028d893315e747be0d"
 20962          },
 20963          {
 20964            "alg": "SHA3-512",
 20965            "content": "10c885b59944f386a88e8dcf571d350c83f82cf05581b7458585f86f1b081bdf2e99313fe1bbd9f2ddc96773a7595800b9425abe533cb4a37f8c5ebc95e9a446"
 20966          }
 20967        ],
 20968        "licenses": [{"license": {
 20969          "id": "Apache-2.0",
 20970          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 20971        }}],
 20972        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-util@1.11.4.Final?type=jar",
 20973        "externalReferences": [
 20974          {
 20975            "type": "issue-tracker",
 20976            "url": "https://issues.jboss.org/browse/ELY"
 20977          },
 20978          {
 20979            "type": "vcs",
 20980            "url": "https://github.com/wildfly-security/wildfly-elytron"
 20981          },
 20982          {
 20983            "type": "website",
 20984            "url": "http://www.jboss.org"
 20985          },
 20986          {
 20987            "type": "mailing-list",
 20988            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 20989          }
 20990        ]
 20991      },
 20992      {
 20993        "type": "library",
 20994        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-base@1.11.4.Final?type=jar",
 20995        "publisher": "JBoss by Red Hat",
 20996        "group": "org.wildfly.security",
 20997        "name": "wildfly-elytron-base",
 20998        "version": "1.11.4.Final",
 20999        "description": "WildFly Security Base",
 21000        "hashes": [
 21001          {
 21002            "alg": "MD5",
 21003            "content": "4ac4e78fe492839364aafb2c3376b457"
 21004          },
 21005          {
 21006            "alg": "SHA-1",
 21007            "content": "0a81e6ec18fce6d8322e96a6a05a0101a829b367"
 21008          },
 21009          {
 21010            "alg": "SHA-256",
 21011            "content": "e3e4d4c72f4595e412c0554a6ae4c3103206026e2e47a5fa8aa063db917e720c"
 21012          },
 21013          {
 21014            "alg": "SHA-384",
 21015            "content": "da774f46b5508a3c278a1262c38aab035370670bfad6ed9277a1765a2af90c8c18685c233141cefa772b4fe923805d77"
 21016          },
 21017          {
 21018            "alg": "SHA-512",
 21019            "content": "f90e28c731362174b30f4202302a16d0ea40ebc4fc83597352e938e0685f7b3e4b37f45d86f21aaf76ed9bc24e1815e38bd145049a0306d5681f8c96ed0fddbd"
 21020          },
 21021          {
 21022            "alg": "SHA3-256",
 21023            "content": "9f588dc5bcfb4a5c425ff031922a2ae3d17da6b21a0efadace9f057eba2d51a7"
 21024          },
 21025          {
 21026            "alg": "SHA3-384",
 21027            "content": "5b04ceb52e9ed5aa520dceaf9914b8e37a75e6ecea894f93ecdbfbf4216e7e28a01aa292ddd604a4b25b3b75e462ee28"
 21028          },
 21029          {
 21030            "alg": "SHA3-512",
 21031            "content": "83aae03e2787ef972102789dc3e7da388908fd23ecaf2ac81919ed5f597c103234968b7ae5640ec987ceb85d18478f583af73a9577fa07a41073843eabc96312"
 21032          }
 21033        ],
 21034        "licenses": [{"license": {
 21035          "id": "Apache-2.0",
 21036          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21037        }}],
 21038        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-base@1.11.4.Final?type=jar",
 21039        "externalReferences": [
 21040          {
 21041            "type": "issue-tracker",
 21042            "url": "https://issues.jboss.org/browse/ELY"
 21043          },
 21044          {
 21045            "type": "vcs",
 21046            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21047          },
 21048          {
 21049            "type": "website",
 21050            "url": "http://www.jboss.org"
 21051          },
 21052          {
 21053            "type": "mailing-list",
 21054            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21055          }
 21056        ]
 21057      },
 21058      {
 21059        "type": "library",
 21060        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-client@1.11.4.Final?type=jar",
 21061        "publisher": "JBoss by Red Hat",
 21062        "group": "org.wildfly.security",
 21063        "name": "wildfly-elytron-client",
 21064        "version": "1.11.4.Final",
 21065        "description": "WildFly Security Client",
 21066        "hashes": [
 21067          {
 21068            "alg": "MD5",
 21069            "content": "c31fcaeb21c4bbc8627e12698daf3af5"
 21070          },
 21071          {
 21072            "alg": "SHA-1",
 21073            "content": "20ddaf63ecaac8752b5fbe252f9062364a58680b"
 21074          },
 21075          {
 21076            "alg": "SHA-256",
 21077            "content": "4c671939143a2c0238836b0f2a92fc35c0bbc315b6bb3647f60114c695a38f5b"
 21078          },
 21079          {
 21080            "alg": "SHA-384",
 21081            "content": "5879e405694bd00d8119cce6eb5b544d2cf750cdc2d0babf147497feba5ebf45502a9428edb1f919a9667df27a28705b"
 21082          },
 21083          {
 21084            "alg": "SHA-512",
 21085            "content": "249a24f0518427af3634b89ad99ad11e4a1ea82589452aa96dbdbf0ff3d8f0e6f083e58fb17889042d6b30aaecfc9a021a98a2633ca15c311a8d2c220de7fae6"
 21086          },
 21087          {
 21088            "alg": "SHA3-256",
 21089            "content": "ec88c813ff5ce8057d259ff26194b66dbd4c80ba65007b0bc5772a1e35eb7af5"
 21090          },
 21091          {
 21092            "alg": "SHA3-384",
 21093            "content": "b87dc2841c29a04810dfc117167121161388a80c49f1f74ee3b01aa42e2de997617987c6aaecf90f5241796ec1001057"
 21094          },
 21095          {
 21096            "alg": "SHA3-512",
 21097            "content": "84258096bc16ea40a6a5e9374b519a17da0a4a0454cb52e22145e11de077876548ebd15e58e739f59d77e8fc46409b964ff3f2706ffe458a0e7b95aab729c017"
 21098          }
 21099        ],
 21100        "licenses": [{"license": {
 21101          "id": "Apache-2.0",
 21102          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21103        }}],
 21104        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-client@1.11.4.Final?type=jar",
 21105        "externalReferences": [
 21106          {
 21107            "type": "issue-tracker",
 21108            "url": "https://issues.jboss.org/browse/ELY"
 21109          },
 21110          {
 21111            "type": "vcs",
 21112            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21113          },
 21114          {
 21115            "type": "website",
 21116            "url": "http://www.jboss.org"
 21117          },
 21118          {
 21119            "type": "mailing-list",
 21120            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21121          }
 21122        ]
 21123      },
 21124      {
 21125        "type": "library",
 21126        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.11.4.Final?type=jar",
 21127        "publisher": "JBoss by Red Hat",
 21128        "group": "org.wildfly.security",
 21129        "name": "wildfly-elytron-credential-source-impl",
 21130        "version": "1.11.4.Final",
 21131        "description": "WildFly Security Credential Source Implementation",
 21132        "hashes": [
 21133          {
 21134            "alg": "MD5",
 21135            "content": "ff53ac30377484580f08f9e6b919e933"
 21136          },
 21137          {
 21138            "alg": "SHA-1",
 21139            "content": "ea5722835a03a5100a76783022c7cc39a4335a62"
 21140          },
 21141          {
 21142            "alg": "SHA-256",
 21143            "content": "c740d952bd3d627fcf89dcde93f89ce370b81277f7d63c5058f8e279776cf5aa"
 21144          },
 21145          {
 21146            "alg": "SHA-384",
 21147            "content": "c2c85fcbf862be5cb7ae95f8b6ef00733f4eacf3332d8e714e67ef05d7d118ba57cc5b74127fcb48816e2027c354822f"
 21148          },
 21149          {
 21150            "alg": "SHA-512",
 21151            "content": "7a4a71060a34fd9ffe2f842453db4104e9735a89d6245e95517f9585d2662ac203173310192513dc65a0f78af414126b353c41f581b44f0aa53d0e6231552315"
 21152          },
 21153          {
 21154            "alg": "SHA3-256",
 21155            "content": "e37cf40345be6d8090e3725ee3d1170133aab52b61fed640119352435943fee7"
 21156          },
 21157          {
 21158            "alg": "SHA3-384",
 21159            "content": "bc5f1d86ac4183fae81d7ef16964ed084869ddbdfe20e978ac5b879f33b8dc8a7cfa76a6f3a0cf29ac4e5563e63d79ac"
 21160          },
 21161          {
 21162            "alg": "SHA3-512",
 21163            "content": "ae4b4993aeb01ed064c2cf3ce54aa43cf443586b317eff851b2e49f8f916e972bd0acb291625551da844b6be516a00a1c478992eb6d2066c1c545f778f40b468"
 21164          }
 21165        ],
 21166        "licenses": [{"license": {
 21167          "id": "Apache-2.0",
 21168          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21169        }}],
 21170        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.11.4.Final?type=jar",
 21171        "externalReferences": [
 21172          {
 21173            "type": "issue-tracker",
 21174            "url": "https://issues.jboss.org/browse/ELY"
 21175          },
 21176          {
 21177            "type": "vcs",
 21178            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21179          },
 21180          {
 21181            "type": "website",
 21182            "url": "http://www.jboss.org"
 21183          },
 21184          {
 21185            "type": "mailing-list",
 21186            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21187          }
 21188        ]
 21189      },
 21190      {
 21191        "type": "library",
 21192        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.11.4.Final?type=jar",
 21193        "publisher": "JBoss by Red Hat",
 21194        "group": "org.wildfly.security",
 21195        "name": "wildfly-elytron-provider-util",
 21196        "version": "1.11.4.Final",
 21197        "description": "WildFly Security Provider Util",
 21198        "hashes": [
 21199          {
 21200            "alg": "MD5",
 21201            "content": "f8e9ca3255bd46dfc172ab2aa7d62bbd"
 21202          },
 21203          {
 21204            "alg": "SHA-1",
 21205            "content": "9f83c4f4d3bc13031453a764594c437b4626a971"
 21206          },
 21207          {
 21208            "alg": "SHA-256",
 21209            "content": "2fff19310f914b0baa7b24ea3dff3e86cccb12d915d51cf42ae98b9dd3332e1f"
 21210          },
 21211          {
 21212            "alg": "SHA-384",
 21213            "content": "8437f8acea33600bd56e730d4da734329da9874a7fce8107cfa3c689353899167ab424f912a47a492080bef748a8bbde"
 21214          },
 21215          {
 21216            "alg": "SHA-512",
 21217            "content": "8ded6dee81aeabc1476a2da6bc6797f0eab6ea838f04aa78c73af456dc400ec841075fc2bebfa68f9651f7c22dcc3e863e2be1a7edf11a3bc47dde85ea4857ea"
 21218          },
 21219          {
 21220            "alg": "SHA3-256",
 21221            "content": "3b9ab8d3d7f6dde813a4deec1629efe2bfdb76c3409b49c2e85af9b4e4c27b2c"
 21222          },
 21223          {
 21224            "alg": "SHA3-384",
 21225            "content": "ff867da798ef3afd138631f03a9fff196cc52a965fe400f4f174be94a8e1702484cbfb7f075fedd3b41fcf381f76815c"
 21226          },
 21227          {
 21228            "alg": "SHA3-512",
 21229            "content": "74934a41cc61f70f073f24d40145c1e0eb725b351792e804c8bc2fa625dd50f46b69683404b2cdb542b3b1e2f4bbd2842addf890a848f19116ff9d382ab62a73"
 21230          }
 21231        ],
 21232        "licenses": [{"license": {
 21233          "id": "Apache-2.0",
 21234          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21235        }}],
 21236        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.11.4.Final?type=jar",
 21237        "externalReferences": [
 21238          {
 21239            "type": "issue-tracker",
 21240            "url": "https://issues.jboss.org/browse/ELY"
 21241          },
 21242          {
 21243            "type": "vcs",
 21244            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21245          },
 21246          {
 21247            "type": "website",
 21248            "url": "http://www.jboss.org"
 21249          },
 21250          {
 21251            "type": "mailing-list",
 21252            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21253          }
 21254        ]
 21255      },
 21256      {
 21257        "type": "library",
 21258        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential@1.11.4.Final?type=jar",
 21259        "publisher": "JBoss by Red Hat",
 21260        "group": "org.wildfly.security",
 21261        "name": "wildfly-elytron-credential",
 21262        "version": "1.11.4.Final",
 21263        "description": "WildFly Security Credential API",
 21264        "hashes": [
 21265          {
 21266            "alg": "MD5",
 21267            "content": "4315397f45ef6c672c98125999a4e5e7"
 21268          },
 21269          {
 21270            "alg": "SHA-1",
 21271            "content": "794b6d534851453f77924c1899343c6ceec49390"
 21272          },
 21273          {
 21274            "alg": "SHA-256",
 21275            "content": "ba315c18f7481e31f53cbf0b3dd8bdba51d1a5adcfb856b7b573ca282bc5ade9"
 21276          },
 21277          {
 21278            "alg": "SHA-384",
 21279            "content": "76dce106eb1379f9e5da63608ac0c4e4415465f76ef73a905dd1ebdefa1111b8b9295c1f277bc6bd740e33c5eee5cb66"
 21280          },
 21281          {
 21282            "alg": "SHA-512",
 21283            "content": "52bde0e01a910d07884561be9a2e6d8b1c4756bfe7e7a7b53b5bd1f4d677d8c8a9f10af4a4ff05a7557fa6bfba159c464b529cbbeb13b9c84ea93a5f853dc229"
 21284          },
 21285          {
 21286            "alg": "SHA3-256",
 21287            "content": "ca36482138d703b4fc9fa881533a0279784575d6d3ebeed3277667280813723b"
 21288          },
 21289          {
 21290            "alg": "SHA3-384",
 21291            "content": "97582d5e1fb6d25b1de950b744ed92b7209e399afe029cdfbb502b9d257ccebed3ea5ef10e4606c90c8e3423260fa88a"
 21292          },
 21293          {
 21294            "alg": "SHA3-512",
 21295            "content": "e6d76a102f05d65b3d6355fbcf7341fb67d781433778e7e0c61f8577c768983846b1f7f316298c9bd92e11d178d6cf4039c8e8a87ab0d106e8ddcceeb0952d76"
 21296          }
 21297        ],
 21298        "licenses": [{"license": {
 21299          "id": "Apache-2.0",
 21300          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21301        }}],
 21302        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential@1.11.4.Final?type=jar",
 21303        "externalReferences": [
 21304          {
 21305            "type": "issue-tracker",
 21306            "url": "https://issues.jboss.org/browse/ELY"
 21307          },
 21308          {
 21309            "type": "vcs",
 21310            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21311          },
 21312          {
 21313            "type": "website",
 21314            "url": "http://www.jboss.org"
 21315          },
 21316          {
 21317            "type": "mailing-list",
 21318            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21319          }
 21320        ]
 21321      },
 21322      {
 21323        "type": "library",
 21324        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-deprecated@1.11.4.Final?type=jar",
 21325        "publisher": "JBoss by Red Hat",
 21326        "group": "org.wildfly.security",
 21327        "name": "wildfly-elytron-credential-source-deprecated",
 21328        "version": "1.11.4.Final",
 21329        "description": "WildFly Security X.500 Deprecated",
 21330        "hashes": [
 21331          {
 21332            "alg": "MD5",
 21333            "content": "d1c62034ac401f0f09e68e19d0bd72a8"
 21334          },
 21335          {
 21336            "alg": "SHA-1",
 21337            "content": "0843ae5756cfe7a0cc7e0399770566e8ac4bce93"
 21338          },
 21339          {
 21340            "alg": "SHA-256",
 21341            "content": "38053dacc2b74c5030bb98f12a87666ac69f519a41f4c858dc30d2d41663569e"
 21342          },
 21343          {
 21344            "alg": "SHA-384",
 21345            "content": "3078cf2bc01ec94c1302e821b6d93550a286230d0074d6e1a210cebe891e68000359ce1d5c717cdae814751a0dd43060"
 21346          },
 21347          {
 21348            "alg": "SHA-512",
 21349            "content": "8d33bd4828558e605d850ab810b72e72098d9cb205e25505f3ab2c591deb3af2967ed95804277bb97e56da95f9237df9c6186eb8b1a859a4c204f4a1da15283a"
 21350          },
 21351          {
 21352            "alg": "SHA3-256",
 21353            "content": "f584393140c6eb371dc4cf93ac43c2c4743b07a467da0dc099585a3e1f1d52ed"
 21354          },
 21355          {
 21356            "alg": "SHA3-384",
 21357            "content": "2533583390fd05ecaf33bd96e0a65429615530d9dbc8225c78d9be8c1ed92ca5b780ad83ff59744ccaa902181ccb4eb7"
 21358          },
 21359          {
 21360            "alg": "SHA3-512",
 21361            "content": "6f98e106985d074b9936302fea2e61d8e249c417df75a8929b2a5ec667d29d3499de64de10a2ebd265e0ef139366039916743c110bebfba3b1c2e31d351ceb3c"
 21362          }
 21363        ],
 21364        "licenses": [{"license": {
 21365          "id": "Apache-2.0",
 21366          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21367        }}],
 21368        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-deprecated@1.11.4.Final?type=jar",
 21369        "externalReferences": [
 21370          {
 21371            "type": "issue-tracker",
 21372            "url": "https://issues.jboss.org/browse/ELY"
 21373          },
 21374          {
 21375            "type": "vcs",
 21376            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21377          },
 21378          {
 21379            "type": "website",
 21380            "url": "http://www.jboss.org"
 21381          },
 21382          {
 21383            "type": "mailing-list",
 21384            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21385          }
 21386        ]
 21387      },
 21388      {
 21389        "type": "library",
 21390        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-store@1.11.4.Final?type=jar",
 21391        "publisher": "JBoss by Red Hat",
 21392        "group": "org.wildfly.security",
 21393        "name": "wildfly-elytron-credential-store",
 21394        "version": "1.11.4.Final",
 21395        "description": "WildFly Security Credential Store SPIs and implementaions",
 21396        "hashes": [
 21397          {
 21398            "alg": "MD5",
 21399            "content": "dd017c51efd9fae2f8304680cac44e26"
 21400          },
 21401          {
 21402            "alg": "SHA-1",
 21403            "content": "85fa99be0635e9e197ca2ff1756f186da08170d7"
 21404          },
 21405          {
 21406            "alg": "SHA-256",
 21407            "content": "98a46d310cf8186d4045067ca204e526b14d617fc2dc77bde5a0bda5f5f81050"
 21408          },
 21409          {
 21410            "alg": "SHA-384",
 21411            "content": "b2defbd302849f2b5d621e4c7b05bbe66323401b3475721e569f7c34e52c0589369290af32d3b671ea4ebe25417cd285"
 21412          },
 21413          {
 21414            "alg": "SHA-512",
 21415            "content": "342b42f915a5fc7eab859e5d72ab56e676c7ba9fba69a3bac31b497df0aa45350971467df2c95ed58aaf7586ce41b88cecd81b2f793a9afff0ada8f5113e9c5a"
 21416          },
 21417          {
 21418            "alg": "SHA3-256",
 21419            "content": "26c3a68738d1103d8e8b2562776bb810aeba49f734f99e6935a4518365eef9e0"
 21420          },
 21421          {
 21422            "alg": "SHA3-384",
 21423            "content": "8f12457594d62d3bde7f24e7bff1cfbb43806f1a6dec2c0c4d61e09258f09d4a8b5fc903d01120e226a59651ee70a77c"
 21424          },
 21425          {
 21426            "alg": "SHA3-512",
 21427            "content": "ffff7eceb69e0ef5e3c0de549b04a868b0d0588a7b807f68b13c3cb12bdaf703c18832828ab8e9b6dcd037608d1c15e20ca8df03cf3fdf583020a7e41c12ddb3"
 21428          }
 21429        ],
 21430        "licenses": [{"license": {
 21431          "id": "Apache-2.0",
 21432          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21433        }}],
 21434        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-store@1.11.4.Final?type=jar",
 21435        "externalReferences": [
 21436          {
 21437            "type": "issue-tracker",
 21438            "url": "https://issues.jboss.org/browse/ELY"
 21439          },
 21440          {
 21441            "type": "vcs",
 21442            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21443          },
 21444          {
 21445            "type": "website",
 21446            "url": "http://www.jboss.org"
 21447          },
 21448          {
 21449            "type": "mailing-list",
 21450            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21451          }
 21452        ]
 21453      },
 21454      {
 21455        "type": "library",
 21456        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-digest@1.11.4.Final?type=jar",
 21457        "publisher": "JBoss by Red Hat",
 21458        "group": "org.wildfly.security",
 21459        "name": "wildfly-elytron-digest",
 21460        "version": "1.11.4.Final",
 21461        "description": "WildFly Security Digest",
 21462        "hashes": [
 21463          {
 21464            "alg": "MD5",
 21465            "content": "ff866723184c33ae359b1da524843061"
 21466          },
 21467          {
 21468            "alg": "SHA-1",
 21469            "content": "1c2683b94221719efc3d59c2be4ae3b38fc5e7d1"
 21470          },
 21471          {
 21472            "alg": "SHA-256",
 21473            "content": "435545ed03bf11ed9d23c535c6f7174f2dcba4587095b6de17d8bdd52314095d"
 21474          },
 21475          {
 21476            "alg": "SHA-384",
 21477            "content": "cc314d912d4bb0350a35d80a9b2b62d455ab250220381df43e379b3a257f5dfc8ff643d5bf60324a01f654f6613f20e1"
 21478          },
 21479          {
 21480            "alg": "SHA-512",
 21481            "content": "524f2d6e4474579dc9b4399b25de5559eda7bf5ee1ad90cc88727281dfca02c3a627847ae891babece8529ee5f585b4a80f03f938c273a52ea34da0615da6838"
 21482          },
 21483          {
 21484            "alg": "SHA3-256",
 21485            "content": "c3d44df03e5eceb53f4f13633727565a3de56db5df3b2e31237540ebd73b253e"
 21486          },
 21487          {
 21488            "alg": "SHA3-384",
 21489            "content": "c1fd1696535361354ac4b5199261fdda5f5447b8634ceb218e6e36d100f648a646cf35cf1b9d208b7264fb94ac1184bd"
 21490          },
 21491          {
 21492            "alg": "SHA3-512",
 21493            "content": "63bc14f3ee2211589ff0b9d3c0d079e67cf93a15ab86de1c7d875628cbdedf7fc9765e99a2229dfddc4d3e14fd3c55582714769dc2223c68856980431fd3faea"
 21494          }
 21495        ],
 21496        "licenses": [{"license": {
 21497          "id": "Apache-2.0",
 21498          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21499        }}],
 21500        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-digest@1.11.4.Final?type=jar",
 21501        "externalReferences": [
 21502          {
 21503            "type": "issue-tracker",
 21504            "url": "https://issues.jboss.org/browse/ELY"
 21505          },
 21506          {
 21507            "type": "vcs",
 21508            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21509          },
 21510          {
 21511            "type": "website",
 21512            "url": "http://www.jboss.org"
 21513          },
 21514          {
 21515            "type": "mailing-list",
 21516            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21517          }
 21518        ]
 21519      },
 21520      {
 21521        "type": "library",
 21522        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http@1.11.4.Final?type=jar",
 21523        "publisher": "JBoss by Red Hat",
 21524        "group": "org.wildfly.security",
 21525        "name": "wildfly-elytron-http",
 21526        "version": "1.11.4.Final",
 21527        "description": "WildFly Security HTTP Framework",
 21528        "hashes": [
 21529          {
 21530            "alg": "MD5",
 21531            "content": "1b07615d0a5ecd1914a176eae2521e0c"
 21532          },
 21533          {
 21534            "alg": "SHA-1",
 21535            "content": "8e43f2e2aadfbba17bcbe26a95f5a18112ad8523"
 21536          },
 21537          {
 21538            "alg": "SHA-256",
 21539            "content": "b8a82ff90d4bf0e50d4aaf068689d8e65be3a437db7cbf129edda5b75fd152a0"
 21540          },
 21541          {
 21542            "alg": "SHA-384",
 21543            "content": "c0f909dd8cc8ca7507862fe1311cf131e7cf9d12365832a6ea3ae66327bf97ab91e2eab03fbb81ff8bef665b76894358"
 21544          },
 21545          {
 21546            "alg": "SHA-512",
 21547            "content": "af2b8a12dea661da879136e38c3766b75704ac1a06db3adbbfb606538ad16f8e978058abcf1b9401136ab67ad7be4a99cdc82841e3a1c9bb98b102c5e7c997ae"
 21548          },
 21549          {
 21550            "alg": "SHA3-256",
 21551            "content": "a3c5b1452d691c9508bda0fb48de12c51c24a157f22f5feb3b0a799d485555fd"
 21552          },
 21553          {
 21554            "alg": "SHA3-384",
 21555            "content": "f7f32f3df42e342b1d5631f45db6a334e6458ff8f2558e71c881fe24d0e06b88181216a15d8c32f6318cc0e3abe1b003"
 21556          },
 21557          {
 21558            "alg": "SHA3-512",
 21559            "content": "3ba8c9fc9c756da60b79eb9c85745341141685006fe95d46a3fe428b3ebb42e73e560690e7e525fb47c47cdcb2a511a65e6bebf70ec55b9e651fcb9f995e7686"
 21560          }
 21561        ],
 21562        "licenses": [{"license": {
 21563          "id": "Apache-2.0",
 21564          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21565        }}],
 21566        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http@1.11.4.Final?type=jar",
 21567        "externalReferences": [
 21568          {
 21569            "type": "issue-tracker",
 21570            "url": "https://issues.jboss.org/browse/ELY"
 21571          },
 21572          {
 21573            "type": "vcs",
 21574            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21575          },
 21576          {
 21577            "type": "website",
 21578            "url": "http://www.jboss.org"
 21579          },
 21580          {
 21581            "type": "mailing-list",
 21582            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21583          }
 21584        ]
 21585      },
 21586      {
 21587        "type": "library",
 21588        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-basic@1.11.4.Final?type=jar",
 21589        "publisher": "JBoss by Red Hat",
 21590        "group": "org.wildfly.security",
 21591        "name": "wildfly-elytron-http-basic",
 21592        "version": "1.11.4.Final",
 21593        "description": "WildFly Security HTTP Basic Mechanism Implementation",
 21594        "hashes": [
 21595          {
 21596            "alg": "MD5",
 21597            "content": "7d9a3574f5772ea84b0774a0e9791d48"
 21598          },
 21599          {
 21600            "alg": "SHA-1",
 21601            "content": "510df3cb89c474125cd8194d50e264a3983bb539"
 21602          },
 21603          {
 21604            "alg": "SHA-256",
 21605            "content": "3671bab90023a48bdb477555eed516596abe2de2ef564d734cd192770d0d33d1"
 21606          },
 21607          {
 21608            "alg": "SHA-384",
 21609            "content": "42b38d805264e7ba4646c517618c680de67056944e1450e44cc079973a22058f936154340cce4eae9d581fdf19cd1187"
 21610          },
 21611          {
 21612            "alg": "SHA-512",
 21613            "content": "ef165e8500c518103e3c5b5e72f38685d2d7809eba80bd0cca9617baf7971869792bc692c14973e3fcc47ab0fd265ca5bcf7fc4e216144a96174357046296790"
 21614          },
 21615          {
 21616            "alg": "SHA3-256",
 21617            "content": "4bf7d40359f135cd9da083f330f4e7ca23f49f420761b2ae85612d3577735ad6"
 21618          },
 21619          {
 21620            "alg": "SHA3-384",
 21621            "content": "cf5b40db8b37ac5785b6942c0836ba2d5d2812a722e97b44569e709c4a5e8d4211cb854fdc386daecc66fc26f98973bd"
 21622          },
 21623          {
 21624            "alg": "SHA3-512",
 21625            "content": "5729b362ae4bd2a1b2a750732c58e705969429312129b09af34fcb261fcf0c8c8c9816cbe22a3f1eea7bbce2b193370ac6e14b89c8d0f886afc2a27ed3559217"
 21626          }
 21627        ],
 21628        "licenses": [{"license": {
 21629          "id": "Apache-2.0",
 21630          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21631        }}],
 21632        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-basic@1.11.4.Final?type=jar",
 21633        "externalReferences": [
 21634          {
 21635            "type": "issue-tracker",
 21636            "url": "https://issues.jboss.org/browse/ELY"
 21637          },
 21638          {
 21639            "type": "vcs",
 21640            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21641          },
 21642          {
 21643            "type": "website",
 21644            "url": "http://www.jboss.org"
 21645          },
 21646          {
 21647            "type": "mailing-list",
 21648            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21649          }
 21650        ]
 21651      },
 21652      {
 21653        "type": "library",
 21654        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-bearer@1.11.4.Final?type=jar",
 21655        "publisher": "JBoss by Red Hat",
 21656        "group": "org.wildfly.security",
 21657        "name": "wildfly-elytron-http-bearer",
 21658        "version": "1.11.4.Final",
 21659        "description": "WildFly Security HTTP Bearer Mechanism Implementation",
 21660        "hashes": [
 21661          {
 21662            "alg": "MD5",
 21663            "content": "62770e83e18076da41c838ad559871f6"
 21664          },
 21665          {
 21666            "alg": "SHA-1",
 21667            "content": "8011d5b3bd6b0ce1ef2f2b91905a040353f790fd"
 21668          },
 21669          {
 21670            "alg": "SHA-256",
 21671            "content": "db00db9f93997833e1b121e4b9d7dd3aa05e899b045add464d25f714fca4104e"
 21672          },
 21673          {
 21674            "alg": "SHA-384",
 21675            "content": "9a97708e4e07e147c4f879e0153a67974ebb3a1f58ea6924ba7baff61bc90ea943dcb88b82c042baefc94bb98018ed92"
 21676          },
 21677          {
 21678            "alg": "SHA-512",
 21679            "content": "6961ef98290f8c42ef9e85f5a0454beace0debe067e9704ebccdfb2c29dea71cf99c198d41d50bf843c6da1269c63a533429a480ac13b514d09fd8f51e811668"
 21680          },
 21681          {
 21682            "alg": "SHA3-256",
 21683            "content": "7fe4c054ad5ef500d5ec6e3d2ebddfdeb67624a5180c2c5bf17bc5738ae038bd"
 21684          },
 21685          {
 21686            "alg": "SHA3-384",
 21687            "content": "5c209317566bab0628346e27b6bd13c25f6035e9c5eacb1ed36ad415b680bb585090f9d26f04d69e6467acdbdccf3ddc"
 21688          },
 21689          {
 21690            "alg": "SHA3-512",
 21691            "content": "442e1c569b8b755917e18a49e3a6224ac4ffe15411113e98b4475ef8afe9fdb8373e99f272eb492849ef2593bd5c17f892232d7507b1cbb3a0e7ea79edd5707f"
 21692          }
 21693        ],
 21694        "licenses": [{"license": {
 21695          "id": "Apache-2.0",
 21696          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21697        }}],
 21698        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-bearer@1.11.4.Final?type=jar",
 21699        "externalReferences": [
 21700          {
 21701            "type": "issue-tracker",
 21702            "url": "https://issues.jboss.org/browse/ELY"
 21703          },
 21704          {
 21705            "type": "vcs",
 21706            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21707          },
 21708          {
 21709            "type": "website",
 21710            "url": "http://www.jboss.org"
 21711          },
 21712          {
 21713            "type": "mailing-list",
 21714            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21715          }
 21716        ]
 21717      },
 21718      {
 21719        "type": "library",
 21720        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-cert@1.11.4.Final?type=jar",
 21721        "publisher": "JBoss by Red Hat",
 21722        "group": "org.wildfly.security",
 21723        "name": "wildfly-elytron-http-cert",
 21724        "version": "1.11.4.Final",
 21725        "description": "WildFly Security HTTP Cert Mechanism Implementation",
 21726        "hashes": [
 21727          {
 21728            "alg": "MD5",
 21729            "content": "590d6681232b21f07d07c039e7d40cfc"
 21730          },
 21731          {
 21732            "alg": "SHA-1",
 21733            "content": "5f503a3f357e77f925bf0eddca8f4ff240c1de42"
 21734          },
 21735          {
 21736            "alg": "SHA-256",
 21737            "content": "003d4ede2a4995375181a647f556be1b472716f1b461fd8061df0f8de52bc044"
 21738          },
 21739          {
 21740            "alg": "SHA-384",
 21741            "content": "c1394a2df5eea9ff26e53c2b4e7f202f4d2d4285f1101bb70cb27893478113c1d6284f6284006ef075401db40c9eb6e7"
 21742          },
 21743          {
 21744            "alg": "SHA-512",
 21745            "content": "9b07d4a2291836077d12f6b63af16c54f4a3f34a4a88e9a8d285a87d5a87b0f276bf7acfe95bbe439b0b8403d0ff4931ce23951590e714c8e775c88a4b57f207"
 21746          },
 21747          {
 21748            "alg": "SHA3-256",
 21749            "content": "5ec414a43f96b72cf2b488b9763551faf2d3cb89926f5f3f1c1969c658fc7b91"
 21750          },
 21751          {
 21752            "alg": "SHA3-384",
 21753            "content": "66cb3d09cbe3b79697bb2e3fcec1647269ee935460cddc5ddc903eb3fb186acce8faa7889fd1d5d169cc0fe8526e5cba"
 21754          },
 21755          {
 21756            "alg": "SHA3-512",
 21757            "content": "c39902889fcb7dbc880bd86a4c4f8169de5ee3e88c58f7b7b7edc6b52465e8ae47219fa14e7b696a13be4cb815d437997d2adb714333a1097f5c4bc5ab58de3e"
 21758          }
 21759        ],
 21760        "licenses": [{"license": {
 21761          "id": "Apache-2.0",
 21762          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21763        }}],
 21764        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-cert@1.11.4.Final?type=jar",
 21765        "externalReferences": [
 21766          {
 21767            "type": "issue-tracker",
 21768            "url": "https://issues.jboss.org/browse/ELY"
 21769          },
 21770          {
 21771            "type": "vcs",
 21772            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21773          },
 21774          {
 21775            "type": "website",
 21776            "url": "http://www.jboss.org"
 21777          },
 21778          {
 21779            "type": "mailing-list",
 21780            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21781          }
 21782        ]
 21783      },
 21784      {
 21785        "type": "library",
 21786        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-deprecated@1.11.4.Final?type=jar",
 21787        "publisher": "JBoss by Red Hat",
 21788        "group": "org.wildfly.security",
 21789        "name": "wildfly-elytron-http-deprecated",
 21790        "version": "1.11.4.Final",
 21791        "description": "WildFly Security HTTP Framework",
 21792        "hashes": [
 21793          {
 21794            "alg": "MD5",
 21795            "content": "9096d4f449a0424a67aa4d5521d555fd"
 21796          },
 21797          {
 21798            "alg": "SHA-1",
 21799            "content": "be1f493217eb2ead49fdade88504332456036f58"
 21800          },
 21801          {
 21802            "alg": "SHA-256",
 21803            "content": "be9951bb8e44f0aaa8fb930d7959f2c2a4eaeac67d2e0aa6ce72f5ecf1984a33"
 21804          },
 21805          {
 21806            "alg": "SHA-384",
 21807            "content": "aaaf55ef675568b30b8b84c48f6577c196af3667805788a20576e96485a3dd53d133b0d2b440097e8e00d8c2596af261"
 21808          },
 21809          {
 21810            "alg": "SHA-512",
 21811            "content": "717694b194bd7e941b6184a7f60a7a7757e1919b2650b76a2aff1f4e41dc0386851156ae397b6d963e8694288cc1b493f34565962cdb7eb54177bd28ffa775e8"
 21812          },
 21813          {
 21814            "alg": "SHA3-256",
 21815            "content": "5ffd998766bae150b5304d1ff6fd2f5ae6ac28b455cbc4969815139df1982d5e"
 21816          },
 21817          {
 21818            "alg": "SHA3-384",
 21819            "content": "210d9584c978b35f7c3b6fb93f6cf21d3c27f39299b3f9c5e9616be45fc837b45b0388ac9e064f0c7b44634458243eba"
 21820          },
 21821          {
 21822            "alg": "SHA3-512",
 21823            "content": "44b8dcfc5c93fc35b9dd4a5ef8f519e7848e993e3889fce3925c554edf0387c634d023723b5b4d88236827405865967016a605b8094918a1b1384774b1a2861d"
 21824          }
 21825        ],
 21826        "licenses": [{"license": {
 21827          "id": "Apache-2.0",
 21828          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21829        }}],
 21830        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-deprecated@1.11.4.Final?type=jar",
 21831        "externalReferences": [
 21832          {
 21833            "type": "issue-tracker",
 21834            "url": "https://issues.jboss.org/browse/ELY"
 21835          },
 21836          {
 21837            "type": "vcs",
 21838            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21839          },
 21840          {
 21841            "type": "website",
 21842            "url": "http://www.jboss.org"
 21843          },
 21844          {
 21845            "type": "mailing-list",
 21846            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21847          }
 21848        ]
 21849      },
 21850      {
 21851        "type": "library",
 21852        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-digest@1.11.4.Final?type=jar",
 21853        "publisher": "JBoss by Red Hat",
 21854        "group": "org.wildfly.security",
 21855        "name": "wildfly-elytron-http-digest",
 21856        "version": "1.11.4.Final",
 21857        "description": "WildFly Security HTTP DIGEST Mechanism Implementation",
 21858        "hashes": [
 21859          {
 21860            "alg": "MD5",
 21861            "content": "cae0ddbdbf204d54a5ed74affa594eb3"
 21862          },
 21863          {
 21864            "alg": "SHA-1",
 21865            "content": "feec9960e72401d4367dfa6f6bef0b7005f079d7"
 21866          },
 21867          {
 21868            "alg": "SHA-256",
 21869            "content": "b95bcefefff66a3808c33f97b707a23bce6f166bc9fbc4c7f8e24f38b8cabfbd"
 21870          },
 21871          {
 21872            "alg": "SHA-384",
 21873            "content": "de6ce62c5fefa108f4b2e8a68b8a4bbfff82d365d7e46b9ef193a36e31f8beb5eb906d36a596f428665dcad823911433"
 21874          },
 21875          {
 21876            "alg": "SHA-512",
 21877            "content": "b316e37dd0c8d5be6e8b63198e0e7048bf34df12f8765fda37607baae97327384a5d7c531aadf7b83f59e28c7647169da974c546b139f7e916b62c4b1150127f"
 21878          },
 21879          {
 21880            "alg": "SHA3-256",
 21881            "content": "2bd7ccf58bf17efd5c4cb67b7eb30c6d4e5ae964743bed0e23b809886984a2bd"
 21882          },
 21883          {
 21884            "alg": "SHA3-384",
 21885            "content": "6893955e3c366d2d3687ce156b2cdc20d1e81eb3fb53ecac293492714546131022cd0241f056fea68cd36cd7a52f48c4"
 21886          },
 21887          {
 21888            "alg": "SHA3-512",
 21889            "content": "2341148038d2779187407aae7d9225ec4d9d8f2c9fa0d744ff10973265d1b8370abf51a6e7d39cbc4f3722e286c87dd76c905e35791d8f9088ddb785211898ce"
 21890          }
 21891        ],
 21892        "licenses": [{"license": {
 21893          "id": "Apache-2.0",
 21894          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21895        }}],
 21896        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-digest@1.11.4.Final?type=jar",
 21897        "externalReferences": [
 21898          {
 21899            "type": "issue-tracker",
 21900            "url": "https://issues.jboss.org/browse/ELY"
 21901          },
 21902          {
 21903            "type": "vcs",
 21904            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21905          },
 21906          {
 21907            "type": "website",
 21908            "url": "http://www.jboss.org"
 21909          },
 21910          {
 21911            "type": "mailing-list",
 21912            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21913          }
 21914        ]
 21915      },
 21916      {
 21917        "type": "library",
 21918        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-form@1.11.4.Final?type=jar",
 21919        "publisher": "JBoss by Red Hat",
 21920        "group": "org.wildfly.security",
 21921        "name": "wildfly-elytron-http-form",
 21922        "version": "1.11.4.Final",
 21923        "description": "WildFly Security HTTP Basic Mechanism Implementation",
 21924        "hashes": [
 21925          {
 21926            "alg": "MD5",
 21927            "content": "ffe4f9b7fd41893b932f8486a9eb138c"
 21928          },
 21929          {
 21930            "alg": "SHA-1",
 21931            "content": "56227606936ff2f1e3745cd900141657869b88b4"
 21932          },
 21933          {
 21934            "alg": "SHA-256",
 21935            "content": "5166047200c3f6a98516b1aa9943b948c43c19b094de61e000e7a8ee11f8f8c5"
 21936          },
 21937          {
 21938            "alg": "SHA-384",
 21939            "content": "7bbd47e1e22159611f5f50a238a2833c3f5ae36e4743f6dd7a0cae8f68f8159106cebf307ad2b2b1858356defaface7d"
 21940          },
 21941          {
 21942            "alg": "SHA-512",
 21943            "content": "5b2749e41da0c8e6dda43ba34a521ca7d23371a27a62faf812579b62395b0481b474b9ad32a16f5e3eba4f95d79565d35ca84f09f3534f0d5983c2c272978211"
 21944          },
 21945          {
 21946            "alg": "SHA3-256",
 21947            "content": "0c18ee007ee3c2f0fc0911e55b162dd3113c8c1377703241e8b80c66c80ad3fa"
 21948          },
 21949          {
 21950            "alg": "SHA3-384",
 21951            "content": "b45119216c064dfa2f9d6b52324a7b50fd1f7246ae900791e65febb3694eb39502cdc8fe2ee697afb130fa3a86fa0301"
 21952          },
 21953          {
 21954            "alg": "SHA3-512",
 21955            "content": "8a4774dc50936aa4ef901b7b4a4b658dd972e6d2b4708cb43055955e72719dd0a3c8270949f56667eea0cb0948fede7626c3b149fede76546ce43d8f476abe09"
 21956          }
 21957        ],
 21958        "licenses": [{"license": {
 21959          "id": "Apache-2.0",
 21960          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 21961        }}],
 21962        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-form@1.11.4.Final?type=jar",
 21963        "externalReferences": [
 21964          {
 21965            "type": "issue-tracker",
 21966            "url": "https://issues.jboss.org/browse/ELY"
 21967          },
 21968          {
 21969            "type": "vcs",
 21970            "url": "https://github.com/wildfly-security/wildfly-elytron"
 21971          },
 21972          {
 21973            "type": "website",
 21974            "url": "http://www.jboss.org"
 21975          },
 21976          {
 21977            "type": "mailing-list",
 21978            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 21979          }
 21980        ]
 21981      },
 21982      {
 21983        "type": "library",
 21984        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-spnego@1.11.4.Final?type=jar",
 21985        "publisher": "JBoss by Red Hat",
 21986        "group": "org.wildfly.security",
 21987        "name": "wildfly-elytron-http-spnego",
 21988        "version": "1.11.4.Final",
 21989        "description": "WildFly Security HTTP SPNEGO Mechanism Implementation",
 21990        "hashes": [
 21991          {
 21992            "alg": "MD5",
 21993            "content": "0efd92529223ea860e0a411c377d5628"
 21994          },
 21995          {
 21996            "alg": "SHA-1",
 21997            "content": "79f4b025088034706563135f7f1ff3f0155f9929"
 21998          },
 21999          {
 22000            "alg": "SHA-256",
 22001            "content": "5dc6189cacb24511f59c7df63f1939b68aa0f159053bcf79603c66d6b7323a6e"
 22002          },
 22003          {
 22004            "alg": "SHA-384",
 22005            "content": "1ee51453c82f34d476e59ec640b9d95bbf528619b09d8166ac00476661638c8c86d0044c4376534033101a882cb2e203"
 22006          },
 22007          {
 22008            "alg": "SHA-512",
 22009            "content": "62c7536dbc9f77ad9d5f8d6be13ec45b531eed28e36bceb51456c348e7d9d1f17d911185c9b91cdc864dce3cf825cd08dda1b9598f1cc855669b186b2ff49cd5"
 22010          },
 22011          {
 22012            "alg": "SHA3-256",
 22013            "content": "aadc6ac9464d0e1087d665357a7dbcb68ea8e2f740dbc93b11acee84ce13b318"
 22014          },
 22015          {
 22016            "alg": "SHA3-384",
 22017            "content": "2c6999e32801c93f9a91796ab90015243f1312971671c8b01bdea556b7751df0773add165503a9fe5d1bdce01c7f1907"
 22018          },
 22019          {
 22020            "alg": "SHA3-512",
 22021            "content": "0f8860b8f6be769a45091bf614577e2fc219dc31050a753ef01c97b738fec2f1a849ac5f194fd5a446046b053e978d76ba5d889a5268e74c3ce3040cee9fcecc"
 22022          }
 22023        ],
 22024        "licenses": [{"license": {
 22025          "id": "Apache-2.0",
 22026          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22027        }}],
 22028        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-spnego@1.11.4.Final?type=jar",
 22029        "externalReferences": [
 22030          {
 22031            "type": "issue-tracker",
 22032            "url": "https://issues.jboss.org/browse/ELY"
 22033          },
 22034          {
 22035            "type": "vcs",
 22036            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22037          },
 22038          {
 22039            "type": "website",
 22040            "url": "http://www.jboss.org"
 22041          },
 22042          {
 22043            "type": "mailing-list",
 22044            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22045          }
 22046        ]
 22047      },
 22048      {
 22049        "type": "library",
 22050        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-sso@1.11.4.Final?type=jar",
 22051        "publisher": "JBoss by Red Hat",
 22052        "group": "org.wildfly.security",
 22053        "name": "wildfly-elytron-http-sso",
 22054        "version": "1.11.4.Final",
 22055        "description": "WildFly Security HTTP SSO Classes",
 22056        "hashes": [
 22057          {
 22058            "alg": "MD5",
 22059            "content": "f02c911c1d7cb96c72c6838c7366c0ac"
 22060          },
 22061          {
 22062            "alg": "SHA-1",
 22063            "content": "d1ea73034497b39e515fc0d7ab7d1386a12c9ac5"
 22064          },
 22065          {
 22066            "alg": "SHA-256",
 22067            "content": "3ad46736b586e72d88205fdfa0822d8fd3527e23e6ab13c0b85e31b29df7e105"
 22068          },
 22069          {
 22070            "alg": "SHA-384",
 22071            "content": "225ba52a4709aefdff6e31bc7837571397f0cd8bb9c26f79db657cf481443892a8370b99276c0823e4d6de48cc573ccb"
 22072          },
 22073          {
 22074            "alg": "SHA-512",
 22075            "content": "cbe814e0fc5169f721e51250b81c09385c6d80a11b849fc01321f9dfc22d1043bb801c2d369ea67ec6e1461a58dc238a7ef49e1fd0c34e400fbd900036023dfe"
 22076          },
 22077          {
 22078            "alg": "SHA3-256",
 22079            "content": "21a6c1674b12ce8ccddf8327bc7f73b6679b57ac316d7661e46b69be7b1d3140"
 22080          },
 22081          {
 22082            "alg": "SHA3-384",
 22083            "content": "c897023bc028e99fe488815528ab2faa0f303c078027c74bc880031244171fc2ca08eb4ecc85c22d2b78bed490fbf0db"
 22084          },
 22085          {
 22086            "alg": "SHA3-512",
 22087            "content": "6ccc51accba888a4c4716fb02bcf502b21f117948e867572cdc34f145c8af304be9935dea7b1fa7d72a2da91fa7a9c329d6c0b5257244432a5a4d885b8165ef3"
 22088          }
 22089        ],
 22090        "licenses": [{"license": {
 22091          "id": "Apache-2.0",
 22092          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22093        }}],
 22094        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-sso@1.11.4.Final?type=jar",
 22095        "externalReferences": [
 22096          {
 22097            "type": "issue-tracker",
 22098            "url": "https://issues.jboss.org/browse/ELY"
 22099          },
 22100          {
 22101            "type": "vcs",
 22102            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22103          },
 22104          {
 22105            "type": "website",
 22106            "url": "http://www.jboss.org"
 22107          },
 22108          {
 22109            "type": "mailing-list",
 22110            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22111          }
 22112        ]
 22113      },
 22114      {
 22115        "type": "library",
 22116        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-util@1.11.4.Final?type=jar",
 22117        "publisher": "JBoss by Red Hat",
 22118        "group": "org.wildfly.security",
 22119        "name": "wildfly-elytron-http-util",
 22120        "version": "1.11.4.Final",
 22121        "description": "WildFly Security HTTP Utility Classes",
 22122        "hashes": [
 22123          {
 22124            "alg": "MD5",
 22125            "content": "dde71f6364e53344c2fcb21fd20171fa"
 22126          },
 22127          {
 22128            "alg": "SHA-1",
 22129            "content": "277c19cf0973df476f79b207772416aa236b2163"
 22130          },
 22131          {
 22132            "alg": "SHA-256",
 22133            "content": "cb4d3c4050e2543c77040c4d981dd1088f3db754af78c132461ff7c05ebddd48"
 22134          },
 22135          {
 22136            "alg": "SHA-384",
 22137            "content": "3b1da183b4f0f46f2db8b7c935e29135e4c517410825b0d4dd255b0c4810ae9c5236d7115aa625b2eee5cccafe75a6ed"
 22138          },
 22139          {
 22140            "alg": "SHA-512",
 22141            "content": "b8c33741df47532286bb1d8fad45037de0da153ed0b6905baab117e21b68c76bf54efa5ec05ee50b718abbf424955896c4ff9d85a68ad9bc7be2eb1a11382c50"
 22142          },
 22143          {
 22144            "alg": "SHA3-256",
 22145            "content": "a374628b73244acfd5c54dcc0bc9900173a9e95a81218b94333c623cf125c7b4"
 22146          },
 22147          {
 22148            "alg": "SHA3-384",
 22149            "content": "2441ea0a62cdc670d912046035d3b0cd3c14444b1e15aa18d8b36cbba942e430a65957d29ddede1f0dd55151e2386643"
 22150          },
 22151          {
 22152            "alg": "SHA3-512",
 22153            "content": "edfaea7025ca49620e54ec2484071221613308b9d7eea1030b5d54d54dca8202c6229a15669b21f9ab27becb1e41e1d0858b108c17122cd3229f3efb071b1eb0"
 22154          }
 22155        ],
 22156        "licenses": [{"license": {
 22157          "id": "Apache-2.0",
 22158          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22159        }}],
 22160        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-http-util@1.11.4.Final?type=jar",
 22161        "externalReferences": [
 22162          {
 22163            "type": "issue-tracker",
 22164            "url": "https://issues.jboss.org/browse/ELY"
 22165          },
 22166          {
 22167            "type": "vcs",
 22168            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22169          },
 22170          {
 22171            "type": "website",
 22172            "url": "http://www.jboss.org"
 22173          },
 22174          {
 22175            "type": "mailing-list",
 22176            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22177          }
 22178        ]
 22179      },
 22180      {
 22181        "type": "library",
 22182        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-jacc@1.11.4.Final?type=jar",
 22183        "publisher": "JBoss by Red Hat",
 22184        "group": "org.wildfly.security",
 22185        "name": "wildfly-elytron-jacc",
 22186        "version": "1.11.4.Final",
 22187        "description": "WildFly Security JACC Implementation",
 22188        "hashes": [
 22189          {
 22190            "alg": "MD5",
 22191            "content": "6aa530c6b4eb36fc90fabe786c5c1348"
 22192          },
 22193          {
 22194            "alg": "SHA-1",
 22195            "content": "ba32b97ec7ec5592ada1e86ac9d9c3d31471f74e"
 22196          },
 22197          {
 22198            "alg": "SHA-256",
 22199            "content": "b3984880bbae64bfe1568ccaec39bd5c96d68975c677073911e324cc8075cf32"
 22200          },
 22201          {
 22202            "alg": "SHA-384",
 22203            "content": "11c5fa3e61e2390bfeb3c4baa263feafe171072315ea887bd3ec89c3c096dc642b2049db029d3f0da5d49bf516aa8958"
 22204          },
 22205          {
 22206            "alg": "SHA-512",
 22207            "content": "eb3892d14bf023165d28e662d8ae2081e8ff63f3a6454d921e51442bae1e2f57ccf92efd60d95bcf5c855e2e105d957802292fdba1c9c4994306262a6e127dda"
 22208          },
 22209          {
 22210            "alg": "SHA3-256",
 22211            "content": "77d747fc34a58925dd03379739662188546fd8e66588d69393a45e8937b11cbe"
 22212          },
 22213          {
 22214            "alg": "SHA3-384",
 22215            "content": "17d60375fc28189e6a6a1626eafd1d438e56f90a3d582b384da031011a9479210f2fc40290f106e34517a1429711a0e0"
 22216          },
 22217          {
 22218            "alg": "SHA3-512",
 22219            "content": "b4db0007c4af48cb840349599c7717e4e3a9161f05e6a2ce3eb0242830474fa352107f57d14416fe966a5c4371391dee607e7f418339185bd455969e79c0f099"
 22220          }
 22221        ],
 22222        "licenses": [{"license": {
 22223          "id": "Apache-2.0",
 22224          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22225        }}],
 22226        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jacc@1.11.4.Final?type=jar",
 22227        "externalReferences": [
 22228          {
 22229            "type": "issue-tracker",
 22230            "url": "https://issues.jboss.org/browse/ELY"
 22231          },
 22232          {
 22233            "type": "vcs",
 22234            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22235          },
 22236          {
 22237            "type": "website",
 22238            "url": "http://www.jboss.org"
 22239          },
 22240          {
 22241            "type": "mailing-list",
 22242            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22243          }
 22244        ]
 22245      },
 22246      {
 22247        "type": "library",
 22248        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-jaspi@1.11.4.Final?type=jar",
 22249        "publisher": "JBoss by Red Hat",
 22250        "group": "org.wildfly.security",
 22251        "name": "wildfly-elytron-jaspi",
 22252        "version": "1.11.4.Final",
 22253        "description": "WildFly Security JASPI Implementation",
 22254        "hashes": [
 22255          {
 22256            "alg": "MD5",
 22257            "content": "351b52b76cc3d56c0365fe8fa4e88801"
 22258          },
 22259          {
 22260            "alg": "SHA-1",
 22261            "content": "a68268a169c9bd4f8f7866135cb2ef842a6298c0"
 22262          },
 22263          {
 22264            "alg": "SHA-256",
 22265            "content": "35ca3bd46ead46934aaf9a79bdb3812ef9978e5d492a108027536d8e4ca75a37"
 22266          },
 22267          {
 22268            "alg": "SHA-384",
 22269            "content": "8bf1b395c98c3c7c82f46f7aefab9a0bb7af6ae5a0ba72ea9e787965711d19405a3e6d8f8bc80571bbcd7f88c14667ae"
 22270          },
 22271          {
 22272            "alg": "SHA-512",
 22273            "content": "46abc9e6d0035898e032d54e8be7dac7491cf82be3e776dd00d06319f58cefda84d772100c78e6741a30fa594de3887d9df82a8dd9321778d7f52d1b620ad03d"
 22274          },
 22275          {
 22276            "alg": "SHA3-256",
 22277            "content": "6f06649b4f7813bece8efb78e0b411c88c3b69cb1e8f79d648b52da81995678a"
 22278          },
 22279          {
 22280            "alg": "SHA3-384",
 22281            "content": "7357b3cddded972e79c00078ee6bef6b50768b47567ad8cfc80b69dfd625cdea384e295bf0c2e9021feee925298e12f2"
 22282          },
 22283          {
 22284            "alg": "SHA3-512",
 22285            "content": "0a906c164fc802cf2fb0b818b94429da0a59cf0e5fd5104844c3b4fc3877dc59c8b6bc29c30007a7ebdc55de8345d3bf76b95131ad62820ec9372590c7952b7a"
 22286          }
 22287        ],
 22288        "licenses": [{"license": {
 22289          "id": "Apache-2.0",
 22290          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22291        }}],
 22292        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-jaspi@1.11.4.Final?type=jar",
 22293        "externalReferences": [
 22294          {
 22295            "type": "issue-tracker",
 22296            "url": "https://issues.jboss.org/browse/ELY"
 22297          },
 22298          {
 22299            "type": "vcs",
 22300            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22301          },
 22302          {
 22303            "type": "website",
 22304            "url": "http://www.jboss.org"
 22305          },
 22306          {
 22307            "type": "mailing-list",
 22308            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22309          }
 22310        ]
 22311      },
 22312      {
 22313        "type": "library",
 22314        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-json-util@1.11.4.Final?type=jar",
 22315        "publisher": "JBoss by Red Hat",
 22316        "group": "org.wildfly.security",
 22317        "name": "wildfly-elytron-json-util",
 22318        "version": "1.11.4.Final",
 22319        "description": "WildFly Security JSON Utility Classes",
 22320        "hashes": [
 22321          {
 22322            "alg": "MD5",
 22323            "content": "18b3e886ccdf59cced0843f4fe839b6c"
 22324          },
 22325          {
 22326            "alg": "SHA-1",
 22327            "content": "01e51acaf4e5497e79e4d14b3356d83d37f3e100"
 22328          },
 22329          {
 22330            "alg": "SHA-256",
 22331            "content": "c12e31fa1d5a4e501289794ff0ab3c34138a3c0b73b74a99528cfb8ddc66471c"
 22332          },
 22333          {
 22334            "alg": "SHA-384",
 22335            "content": "02e7cafbbe7eecaa0b4058d48463604f6736575d95628ab63d1a864c72536caf7eca3641bf6d985ee887f5270fb741dc"
 22336          },
 22337          {
 22338            "alg": "SHA-512",
 22339            "content": "1ccee1c8fabf1ed349959b21d5b176f1bbfb2aa7a639cd11c6475666e8e0db5eabd548005db08495f683fc57d366fb2b0e6e9336375947b41e6080397548751e"
 22340          },
 22341          {
 22342            "alg": "SHA3-256",
 22343            "content": "6156bcb54ac6f4c6d38c5e707bbf8ebc90f404b958f9b726d3fb8a1a6bec2e65"
 22344          },
 22345          {
 22346            "alg": "SHA3-384",
 22347            "content": "592d964219a50ff563d7bd510b01db20f433b83ab2bc58f0e3de66ccf82d26b1ede6e09d24ccdea624511335046d7c26"
 22348          },
 22349          {
 22350            "alg": "SHA3-512",
 22351            "content": "50e51c9a27a4c193fc62d0183ada94cfa7d40d050633f8f4831b5bd2ae1404e0a2a11a4d78b9f081fcbece231b528a97256e6ebdc46fc1c8a8665675504ca561"
 22352          }
 22353        ],
 22354        "licenses": [{"license": {
 22355          "id": "Apache-2.0",
 22356          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22357        }}],
 22358        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-json-util@1.11.4.Final?type=jar",
 22359        "externalReferences": [
 22360          {
 22361            "type": "issue-tracker",
 22362            "url": "https://issues.jboss.org/browse/ELY"
 22363          },
 22364          {
 22365            "type": "vcs",
 22366            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22367          },
 22368          {
 22369            "type": "website",
 22370            "url": "http://www.jboss.org"
 22371          },
 22372          {
 22373            "type": "mailing-list",
 22374            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22375          }
 22376        ]
 22377      },
 22378      {
 22379        "type": "library",
 22380        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-keystore@1.11.4.Final?type=jar",
 22381        "publisher": "JBoss by Red Hat",
 22382        "group": "org.wildfly.security",
 22383        "name": "wildfly-elytron-keystore",
 22384        "version": "1.11.4.Final",
 22385        "description": "WildFly Security Credential API",
 22386        "hashes": [
 22387          {
 22388            "alg": "MD5",
 22389            "content": "241cde057fdec06441d2d6b89209bc39"
 22390          },
 22391          {
 22392            "alg": "SHA-1",
 22393            "content": "ba62a9861fc6c21f05e33c93d9d46273aee96120"
 22394          },
 22395          {
 22396            "alg": "SHA-256",
 22397            "content": "e99d5018b31402c9eae292eb7f5fbfd6e23b5a7a1998fb2c36cb413ecaaee7a4"
 22398          },
 22399          {
 22400            "alg": "SHA-384",
 22401            "content": "58df1ffc05dc7aa89bfef0092578df140556516b95d45336017f6c637c7de430a627cd5fb620d22338183eefcca9ac9b"
 22402          },
 22403          {
 22404            "alg": "SHA-512",
 22405            "content": "3558243da55aaa343cb39ffcef087e4c95bc19fbeb2dd9e111f7d388fa5b4286cd4a77db3f2c69377bf71e055aa43d4309ca74ea5b9e6d58cfaa0c8e65846fef"
 22406          },
 22407          {
 22408            "alg": "SHA3-256",
 22409            "content": "d970872045111250eabadbcb3ec262b242be2e3111a6e4e2dd618a6200490c2c"
 22410          },
 22411          {
 22412            "alg": "SHA3-384",
 22413            "content": "e088b4a5b657c81de9014694f8c7a52d06eb4635228ff1f0df4ba78863e3957bfeeed78894adc041d48b6f0db8ef75c5"
 22414          },
 22415          {
 22416            "alg": "SHA3-512",
 22417            "content": "6676623792f62ed73d7509dae7b355389f7127bc8c404fe61b8925a50590aae05e5894964c86be9dccf87f9481fb6c3da7845c9d21aaa8b2e1a29701520ab847"
 22418          }
 22419        ],
 22420        "licenses": [{"license": {
 22421          "id": "Apache-2.0",
 22422          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22423        }}],
 22424        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-keystore@1.11.4.Final?type=jar",
 22425        "externalReferences": [
 22426          {
 22427            "type": "issue-tracker",
 22428            "url": "https://issues.jboss.org/browse/ELY"
 22429          },
 22430          {
 22431            "type": "vcs",
 22432            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22433          },
 22434          {
 22435            "type": "website",
 22436            "url": "http://www.jboss.org"
 22437          },
 22438          {
 22439            "type": "mailing-list",
 22440            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22441          }
 22442        ]
 22443      },
 22444      {
 22445        "type": "library",
 22446        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism@1.11.4.Final?type=jar",
 22447        "publisher": "JBoss by Red Hat",
 22448        "group": "org.wildfly.security",
 22449        "name": "wildfly-elytron-mechanism",
 22450        "version": "1.11.4.Final",
 22451        "description": "WildFly Security Mechanism",
 22452        "hashes": [
 22453          {
 22454            "alg": "MD5",
 22455            "content": "ded05015cf0632b10db6fc1edd3cd678"
 22456          },
 22457          {
 22458            "alg": "SHA-1",
 22459            "content": "126e87b1ecf990db07fb5808f5c4ba58fe2a703b"
 22460          },
 22461          {
 22462            "alg": "SHA-256",
 22463            "content": "38383dac2e466f47e137212687c408192fca6c4830d275cfb9f3246e83435575"
 22464          },
 22465          {
 22466            "alg": "SHA-384",
 22467            "content": "6dfc4d115383e0044d19843553dc95c36d939414316cab3c258c4d584a369ccea13911454b28a7b912e5144bb0a5c04e"
 22468          },
 22469          {
 22470            "alg": "SHA-512",
 22471            "content": "88901b7c1ff83a3ffa2de86453e4450b9fcb7ca66fec429677d59d7b75d96ac48857bbaef01a03f13daba942b3ef79052661e418cf82ef648667ed9e1827e8e6"
 22472          },
 22473          {
 22474            "alg": "SHA3-256",
 22475            "content": "91aaf706d82e7d3c86b86c9857fc12d202b13e9d12c542e9626805161f81d9a8"
 22476          },
 22477          {
 22478            "alg": "SHA3-384",
 22479            "content": "351d62d6c931cfa557a8fe7aea94e475cf1cb3e567f4537de20ca9fcd511dedcaa9eb4d13d8e7763e22ef61a3446795e"
 22480          },
 22481          {
 22482            "alg": "SHA3-512",
 22483            "content": "6237ab629167eef3e857a9a68bdd34fa63c34e33fe143450aa1ac66ff501d339fb11b4e93033f00771323894b2f5e8c02171bc26107d15dd84679c0af055b278"
 22484          }
 22485        ],
 22486        "licenses": [{"license": {
 22487          "id": "Apache-2.0",
 22488          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22489        }}],
 22490        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism@1.11.4.Final?type=jar",
 22491        "externalReferences": [
 22492          {
 22493            "type": "issue-tracker",
 22494            "url": "https://issues.jboss.org/browse/ELY"
 22495          },
 22496          {
 22497            "type": "vcs",
 22498            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22499          },
 22500          {
 22501            "type": "website",
 22502            "url": "http://www.jboss.org"
 22503          },
 22504          {
 22505            "type": "mailing-list",
 22506            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22507          }
 22508        ]
 22509      },
 22510      {
 22511        "type": "library",
 22512        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-digest@1.11.4.Final?type=jar",
 22513        "publisher": "JBoss by Red Hat",
 22514        "group": "org.wildfly.security",
 22515        "name": "wildfly-elytron-mechanism-digest",
 22516        "version": "1.11.4.Final",
 22517        "description": "WildFly Security Mechanism Digest",
 22518        "hashes": [
 22519          {
 22520            "alg": "MD5",
 22521            "content": "428d3715990de899361d8bd32a749442"
 22522          },
 22523          {
 22524            "alg": "SHA-1",
 22525            "content": "ffa778b62217eceb090f02bd0ab8d8021f42438f"
 22526          },
 22527          {
 22528            "alg": "SHA-256",
 22529            "content": "ecf01e0f5cd00f90c938ff4fa0b2ba444b40447fa98d8bd5ee3d21a80efcad35"
 22530          },
 22531          {
 22532            "alg": "SHA-384",
 22533            "content": "8cb44d42d3eb5ac536f5f173e3ff00da27d6e6f014c24dc312e4cba3f5c8d57267e29a5c3f90d9aa37cd954d55809a15"
 22534          },
 22535          {
 22536            "alg": "SHA-512",
 22537            "content": "fc40275cb9781330d4bf6ad453a58d8e792fa8fd3d38df44e325fa2511b919cc1c17957e032d44ff984f28f43e97489c79764d807a7d952347f1004e42b28f2c"
 22538          },
 22539          {
 22540            "alg": "SHA3-256",
 22541            "content": "b8715447e4ec56633aee8ba649388adc600bccccbc2ac40027b698e5d9c9008d"
 22542          },
 22543          {
 22544            "alg": "SHA3-384",
 22545            "content": "5e64d3fc6fa0853fbed9bf1d48c93287f5780362014bd6c776ce8d3e34b802984a9e3cf19972e164fddc44c740c5d06f"
 22546          },
 22547          {
 22548            "alg": "SHA3-512",
 22549            "content": "b613cee3b1ab3474c5453caf951fc58d19be5a7070407886ab2e5fe26465d7190e3eaf06928231b34f60f5f9cc400439f7b1c3fe1c8edebf29965e6b6edac63a"
 22550          }
 22551        ],
 22552        "licenses": [{"license": {
 22553          "id": "Apache-2.0",
 22554          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22555        }}],
 22556        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-digest@1.11.4.Final?type=jar",
 22557        "externalReferences": [
 22558          {
 22559            "type": "issue-tracker",
 22560            "url": "https://issues.jboss.org/browse/ELY"
 22561          },
 22562          {
 22563            "type": "vcs",
 22564            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22565          },
 22566          {
 22567            "type": "website",
 22568            "url": "http://www.jboss.org"
 22569          },
 22570          {
 22571            "type": "mailing-list",
 22572            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22573          }
 22574        ]
 22575      },
 22576      {
 22577        "type": "library",
 22578        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-gssapi@1.11.4.Final?type=jar",
 22579        "publisher": "JBoss by Red Hat",
 22580        "group": "org.wildfly.security",
 22581        "name": "wildfly-elytron-mechanism-gssapi",
 22582        "version": "1.11.4.Final",
 22583        "description": "WildFly Security Mechanism GSSAPI",
 22584        "hashes": [
 22585          {
 22586            "alg": "MD5",
 22587            "content": "b623cfd96aa4cb7bbaca94c7974d7f69"
 22588          },
 22589          {
 22590            "alg": "SHA-1",
 22591            "content": "6315477c1f643363d2a5ce556447d683f43e12ba"
 22592          },
 22593          {
 22594            "alg": "SHA-256",
 22595            "content": "72666214edcf2f3575bd4f76822e519c472664f0cd2695418f837e51ee86b66d"
 22596          },
 22597          {
 22598            "alg": "SHA-384",
 22599            "content": "76d2d4bb1eb1680de5d550be074f5c7477d1b68f5b78d2f7330841c4ae4f8a290200f5aa2d7df59850c25b361ebd8dbf"
 22600          },
 22601          {
 22602            "alg": "SHA-512",
 22603            "content": "93eb9f8decfe1bfd703afe2b8d33bcb5b5e67a8eaebe27ba27971c6231c8b5263d4057f9f7d6378d1a3c770afcfaabe417f4a015b69cd9fb6fc5b91b26210001"
 22604          },
 22605          {
 22606            "alg": "SHA3-256",
 22607            "content": "3d45aed419931043efbdf4b44afeb777eeaa57edf44170114c8c3a9c74485df8"
 22608          },
 22609          {
 22610            "alg": "SHA3-384",
 22611            "content": "f9554c1a1e5db3baa27bf7698f4d297981997fa1d05abfedf04f89be4602187667237d9bc0709132d7633c2fd861f0cf"
 22612          },
 22613          {
 22614            "alg": "SHA3-512",
 22615            "content": "eb56a7b5ea54fcc372dbb88f81a6007d24278f7be97624d2eff0f877ee853e84bea17dc4885f4f0be9e1224d2096712d8e3f80d2eaa42f3bc42479694b03f684"
 22616          }
 22617        ],
 22618        "licenses": [{"license": {
 22619          "id": "Apache-2.0",
 22620          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22621        }}],
 22622        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-gssapi@1.11.4.Final?type=jar",
 22623        "externalReferences": [
 22624          {
 22625            "type": "issue-tracker",
 22626            "url": "https://issues.jboss.org/browse/ELY"
 22627          },
 22628          {
 22629            "type": "vcs",
 22630            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22631          },
 22632          {
 22633            "type": "website",
 22634            "url": "http://www.jboss.org"
 22635          },
 22636          {
 22637            "type": "mailing-list",
 22638            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22639          }
 22640        ]
 22641      },
 22642      {
 22643        "type": "library",
 22644        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-http@1.11.4.Final?type=jar",
 22645        "publisher": "JBoss by Red Hat",
 22646        "group": "org.wildfly.security",
 22647        "name": "wildfly-elytron-mechanism-http",
 22648        "version": "1.11.4.Final",
 22649        "description": "WildFly Security Mechanism Http",
 22650        "hashes": [
 22651          {
 22652            "alg": "MD5",
 22653            "content": "94aa42c84649df426a2ef66df3585470"
 22654          },
 22655          {
 22656            "alg": "SHA-1",
 22657            "content": "c509a3f8cc7aac32c329cfa0909023a8874813e8"
 22658          },
 22659          {
 22660            "alg": "SHA-256",
 22661            "content": "bc516c948179c7d62744cca661d643ae438f6cf1215b356cbdc5ef10ad781bfa"
 22662          },
 22663          {
 22664            "alg": "SHA-384",
 22665            "content": "ad68372de1d38f17ef374f4a44013d36c872422c2bb9f618d935e8f72da2750025b98d0563ee0bf958adddc9de2a48fe"
 22666          },
 22667          {
 22668            "alg": "SHA-512",
 22669            "content": "ffab4f8838756813b944042ab95617af3afdbeffdcd5680b3f1b704a2ff3e75dea3e8588090a19aa9a7f074cf6a65320001fe636c2e8ec04026d85e6c5495964"
 22670          },
 22671          {
 22672            "alg": "SHA3-256",
 22673            "content": "d94c2815d0e9e285b7fcd9b4a402e911de0348d615e2a682d61ff8a043eae96f"
 22674          },
 22675          {
 22676            "alg": "SHA3-384",
 22677            "content": "3980e0fa29e948892c3c5091d884bd4e380ed17c7afc5a61461e9cfc9c5f82efe05dacbb7d3893911c06e7e2c066f309"
 22678          },
 22679          {
 22680            "alg": "SHA3-512",
 22681            "content": "5783f279b17fef428904c9f8fd9a527865f8b2a59a9f15879d2d3f8bc2f44f9f27945d69045acc4ef467cf8d4d5f5a1e44daffb6ae287759f26a44c9eca3b279"
 22682          }
 22683        ],
 22684        "licenses": [{"license": {
 22685          "id": "Apache-2.0",
 22686          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22687        }}],
 22688        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-http@1.11.4.Final?type=jar",
 22689        "externalReferences": [
 22690          {
 22691            "type": "issue-tracker",
 22692            "url": "https://issues.jboss.org/browse/ELY"
 22693          },
 22694          {
 22695            "type": "vcs",
 22696            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22697          },
 22698          {
 22699            "type": "website",
 22700            "url": "http://www.jboss.org"
 22701          },
 22702          {
 22703            "type": "mailing-list",
 22704            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22705          }
 22706        ]
 22707      },
 22708      {
 22709        "type": "library",
 22710        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-oauth2@1.11.4.Final?type=jar",
 22711        "publisher": "JBoss by Red Hat",
 22712        "group": "org.wildfly.security",
 22713        "name": "wildfly-elytron-mechanism-oauth2",
 22714        "version": "1.11.4.Final",
 22715        "description": "WildFly Security Mechanism OAuth2",
 22716        "hashes": [
 22717          {
 22718            "alg": "MD5",
 22719            "content": "e6dae53117339bdaa3076cbf8bb99768"
 22720          },
 22721          {
 22722            "alg": "SHA-1",
 22723            "content": "fe51e9d55875391ee3dd5b8bd148f6900abe59cf"
 22724          },
 22725          {
 22726            "alg": "SHA-256",
 22727            "content": "fa12e7714d494e8495e5cc91414b10e174abea1dd0a0b199cfb772b9ca72e761"
 22728          },
 22729          {
 22730            "alg": "SHA-384",
 22731            "content": "61d924293b1ba26087abea05cfd19325897261643635c70b85bc8caad2efc49f8fba259a67d9a6dae30b11f4644a3556"
 22732          },
 22733          {
 22734            "alg": "SHA-512",
 22735            "content": "5b252940f15b923af9bacf776263a2473e1dbb3e499156550c02032fb3b449c6b93e9d2ec9f32a3116ba89cc51830add260e9e922fa60710ff3345e12fa93d9f"
 22736          },
 22737          {
 22738            "alg": "SHA3-256",
 22739            "content": "85439ac3994d78fc04a65f48546f955b9cc8f1d17c2162ede0e9629f388a11ef"
 22740          },
 22741          {
 22742            "alg": "SHA3-384",
 22743            "content": "439644ff61d20512649a179ac681f06d5d57dccceac2f35ccbb862489d13d5948ddab8629cd6f864db5457a725b3942a"
 22744          },
 22745          {
 22746            "alg": "SHA3-512",
 22747            "content": "e8629c476ba8064841cbd6b418213c9b8b9d5146df168e09915e8dc1af87a7e7ba5f4f013b399bb87e3b3a689573dd4feaf1bde08d96a5fe575297f283567344"
 22748          }
 22749        ],
 22750        "licenses": [{"license": {
 22751          "id": "Apache-2.0",
 22752          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22753        }}],
 22754        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-oauth2@1.11.4.Final?type=jar",
 22755        "externalReferences": [
 22756          {
 22757            "type": "issue-tracker",
 22758            "url": "https://issues.jboss.org/browse/ELY"
 22759          },
 22760          {
 22761            "type": "vcs",
 22762            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22763          },
 22764          {
 22765            "type": "website",
 22766            "url": "http://www.jboss.org"
 22767          },
 22768          {
 22769            "type": "mailing-list",
 22770            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22771          }
 22772        ]
 22773      },
 22774      {
 22775        "type": "library",
 22776        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-scram@1.11.4.Final?type=jar",
 22777        "publisher": "JBoss by Red Hat",
 22778        "group": "org.wildfly.security",
 22779        "name": "wildfly-elytron-mechanism-scram",
 22780        "version": "1.11.4.Final",
 22781        "description": "WildFly Security Mechanism SCRAM",
 22782        "hashes": [
 22783          {
 22784            "alg": "MD5",
 22785            "content": "7fb35703651e49ff06389d34b49ae3c7"
 22786          },
 22787          {
 22788            "alg": "SHA-1",
 22789            "content": "15a9d995951afb5b3fc01565a17f1f30b791eefe"
 22790          },
 22791          {
 22792            "alg": "SHA-256",
 22793            "content": "1c14aaf56ee01e57edeb9565222482ff514db508a6b15782a4ffb411e8f7ed0c"
 22794          },
 22795          {
 22796            "alg": "SHA-384",
 22797            "content": "474723dff6132ea7a7901d4829f3fd677c372aedfa9bbf72a7a2839fd2dcd920a47ac6b314d8b61d55feaa786ad45e67"
 22798          },
 22799          {
 22800            "alg": "SHA-512",
 22801            "content": "2025c1688a9aed1d0757233bedd64828a29c83a4aa1e85aef4d306c391748a54cf4913bbacb643e43f91dc332f48596e8ec75e3cee20660df596be2ba5f79626"
 22802          },
 22803          {
 22804            "alg": "SHA3-256",
 22805            "content": "1098d4e3d14dc42efde0cbc860e94a138f6e46b4b6f83cc887c6291365cf13ce"
 22806          },
 22807          {
 22808            "alg": "SHA3-384",
 22809            "content": "2d62eef9464caf0e5275e1d6e87526655f6a1cd9f2035adf11c42aaf0c871a6970c0cd389ac642736dadee8a95ce9de2"
 22810          },
 22811          {
 22812            "alg": "SHA3-512",
 22813            "content": "aded2fcc6bd7d655939179f98fef1a9512f1432b13f76415962a2c7f25d12f0c5e7f6c8d7a2383d18d2c611b3ab573accbdd7e84c7f4f41285203672bc631e4b"
 22814          }
 22815        ],
 22816        "licenses": [{"license": {
 22817          "id": "Apache-2.0",
 22818          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22819        }}],
 22820        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-scram@1.11.4.Final?type=jar",
 22821        "externalReferences": [
 22822          {
 22823            "type": "issue-tracker",
 22824            "url": "https://issues.jboss.org/browse/ELY"
 22825          },
 22826          {
 22827            "type": "vcs",
 22828            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22829          },
 22830          {
 22831            "type": "website",
 22832            "url": "http://www.jboss.org"
 22833          },
 22834          {
 22835            "type": "mailing-list",
 22836            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22837          }
 22838        ]
 22839      },
 22840      {
 22841        "type": "library",
 22842        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-password-impl@1.11.4.Final?type=jar",
 22843        "publisher": "JBoss by Red Hat",
 22844        "group": "org.wildfly.security",
 22845        "name": "wildfly-elytron-password-impl",
 22846        "version": "1.11.4.Final",
 22847        "description": "WildFly Security Password Implementation",
 22848        "hashes": [
 22849          {
 22850            "alg": "MD5",
 22851            "content": "bbca3ebaf3650462f7255152e0fe891b"
 22852          },
 22853          {
 22854            "alg": "SHA-1",
 22855            "content": "82f6c2132333842fdf206d5b2985409440944312"
 22856          },
 22857          {
 22858            "alg": "SHA-256",
 22859            "content": "145d22e70023b58ecc753d7ceb4815fa28aa096eec932ffc3582ea4e20d6af6e"
 22860          },
 22861          {
 22862            "alg": "SHA-384",
 22863            "content": "b4d148a8def6c209e7e57dedb6ecb557c8de582b3bbf1b15cbe0394c96093f61632a1255e58819b98f57916e4eba1946"
 22864          },
 22865          {
 22866            "alg": "SHA-512",
 22867            "content": "ea0e119488f0a6fabd301781b3e29f5ab584e6503c1fbee78e8577df0e14b7f1df4e06c5b56a6ef38bfb49b42ade699f8dd80d487625c17a940423f6de753fb8"
 22868          },
 22869          {
 22870            "alg": "SHA3-256",
 22871            "content": "a84ae4943dd4a521035a373eda0e58e3a93a9f1a863ea4a111a0f335b79cd8e4"
 22872          },
 22873          {
 22874            "alg": "SHA3-384",
 22875            "content": "dd702d2f01bde04403c8f4d73dd6d3d8b3a22f0c140eee12c6931be60122bdabd7d7808dd82181bc8d2acb19e763ec68"
 22876          },
 22877          {
 22878            "alg": "SHA3-512",
 22879            "content": "cbf352d73d840a0535b28b1e5abb16eab133b8917ca1c2040a3ebaf4e028b237bd0a2cd6eed32f92922240ade9c3ee478b22465a05182e7911a07e8bcec772b2"
 22880          }
 22881        ],
 22882        "licenses": [{"license": {
 22883          "id": "Apache-2.0",
 22884          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22885        }}],
 22886        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-password-impl@1.11.4.Final?type=jar",
 22887        "externalReferences": [
 22888          {
 22889            "type": "issue-tracker",
 22890            "url": "https://issues.jboss.org/browse/ELY"
 22891          },
 22892          {
 22893            "type": "vcs",
 22894            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22895          },
 22896          {
 22897            "type": "website",
 22898            "url": "http://www.jboss.org"
 22899          },
 22900          {
 22901            "type": "mailing-list",
 22902            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22903          }
 22904        ]
 22905      },
 22906      {
 22907        "type": "library",
 22908        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-permission@1.11.4.Final?type=jar",
 22909        "publisher": "JBoss by Red Hat",
 22910        "group": "org.wildfly.security",
 22911        "name": "wildfly-elytron-permission",
 22912        "version": "1.11.4.Final",
 22913        "description": "WildFly Security Permission",
 22914        "hashes": [
 22915          {
 22916            "alg": "MD5",
 22917            "content": "ef764abb1ed538df093f0d4e5e972f13"
 22918          },
 22919          {
 22920            "alg": "SHA-1",
 22921            "content": "fbba0d5e19ad8f6ef4dc04d7d974e3d5978127b3"
 22922          },
 22923          {
 22924            "alg": "SHA-256",
 22925            "content": "0535c7109aee9f854acae041af49c431ad368129f863cc9325d105c24d4a9247"
 22926          },
 22927          {
 22928            "alg": "SHA-384",
 22929            "content": "ecee6af311d70ab0115a3a648c37d74e8511a8bdd54d13318fa5dfdf9c7b41dac41cffbd152e47bc53a2c311c3433393"
 22930          },
 22931          {
 22932            "alg": "SHA-512",
 22933            "content": "ae532330f7c6e70310fb3f75a438acc3965075ea27415648b92ff005682e48afe3b398e64d37b1039980907cbe1134deb68a1407f93dbc5711b46e31c605bc38"
 22934          },
 22935          {
 22936            "alg": "SHA3-256",
 22937            "content": "8a8b2c3643fcc9ddf154ce8d364fbbc421e1cbdd0a617ba294aa668b81e4245a"
 22938          },
 22939          {
 22940            "alg": "SHA3-384",
 22941            "content": "d0d0400903c636461a302fb185872f5a7f8af4eef6da2730aa285b0b5ed47e583c7fbd81c8e74607a5db25f919a64645"
 22942          },
 22943          {
 22944            "alg": "SHA3-512",
 22945            "content": "1d686df05ac3964a6863ce2744c33d255a9857f045bf92796c5c35ba00fcbba4261fa3009dd90982d6a3b1e4b4a828638329c4421b1691386ec8b74c70cf53b3"
 22946          }
 22947        ],
 22948        "licenses": [{"license": {
 22949          "id": "Apache-2.0",
 22950          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 22951        }}],
 22952        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-permission@1.11.4.Final?type=jar",
 22953        "externalReferences": [
 22954          {
 22955            "type": "issue-tracker",
 22956            "url": "https://issues.jboss.org/browse/ELY"
 22957          },
 22958          {
 22959            "type": "vcs",
 22960            "url": "https://github.com/wildfly-security/wildfly-elytron"
 22961          },
 22962          {
 22963            "type": "website",
 22964            "url": "http://www.jboss.org"
 22965          },
 22966          {
 22967            "type": "mailing-list",
 22968            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 22969          }
 22970        ]
 22971      },
 22972      {
 22973        "type": "library",
 22974        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm@1.11.4.Final?type=jar",
 22975        "publisher": "JBoss by Red Hat",
 22976        "group": "org.wildfly.security",
 22977        "name": "wildfly-elytron-realm",
 22978        "version": "1.11.4.Final",
 22979        "description": "WildFly Security Realm Implementation",
 22980        "hashes": [
 22981          {
 22982            "alg": "MD5",
 22983            "content": "9bfcf3747b5eadecb9829e7baa4faa50"
 22984          },
 22985          {
 22986            "alg": "SHA-1",
 22987            "content": "68dd58aed6b5393cc4e3c23358ecff0aba93cb87"
 22988          },
 22989          {
 22990            "alg": "SHA-256",
 22991            "content": "1d50cec9811a941014799b5f0e156fad8b50c0d5d7a7b5fbd0a84b3f2bc18cf1"
 22992          },
 22993          {
 22994            "alg": "SHA-384",
 22995            "content": "1cea8ec841f2447259b3c5e7e402eed4fe0cd207a5cbb3335fce64c9118ab32255d04eea44af94edb572b9e0c39c7895"
 22996          },
 22997          {
 22998            "alg": "SHA-512",
 22999            "content": "12a75a0c6950707c32f74ef1e2eed467980ddfc3b48082573d8eebd975fa41ec33e1d165bdcbcca3ac01d415126a6b16743568663bd41f75f9dcfba6b708e98e"
 23000          },
 23001          {
 23002            "alg": "SHA3-256",
 23003            "content": "6b2d5aab3a66df880d024eaf94cbfb13b2b4d71ad0769991dd8bb6cf2d6d107f"
 23004          },
 23005          {
 23006            "alg": "SHA3-384",
 23007            "content": "ee9d2d8f7526a5ea7d020b2744b4e74b6adcbbe815face370ac27c700b6a2b7794defee59838d420556a345f163ec63b"
 23008          },
 23009          {
 23010            "alg": "SHA3-512",
 23011            "content": "c3e64c87d1cb00d5e37c23de8d96a5993d8692cba429183e083ca723b63fbb48c71c67b576cdd8a2d0847cace34f81ff257b4593798fdf58eb8c496e1928972c"
 23012          }
 23013        ],
 23014        "licenses": [{"license": {
 23015          "id": "Apache-2.0",
 23016          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23017        }}],
 23018        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm@1.11.4.Final?type=jar",
 23019        "externalReferences": [
 23020          {
 23021            "type": "issue-tracker",
 23022            "url": "https://issues.jboss.org/browse/ELY"
 23023          },
 23024          {
 23025            "type": "vcs",
 23026            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23027          },
 23028          {
 23029            "type": "website",
 23030            "url": "http://www.jboss.org"
 23031          },
 23032          {
 23033            "type": "mailing-list",
 23034            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23035          }
 23036        ]
 23037      },
 23038      {
 23039        "type": "library",
 23040        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-jdbc@1.11.4.Final?type=jar",
 23041        "publisher": "JBoss by Red Hat",
 23042        "group": "org.wildfly.security",
 23043        "name": "wildfly-elytron-realm-jdbc",
 23044        "version": "1.11.4.Final",
 23045        "description": "WildFly Security JDBC Realm Implementation",
 23046        "hashes": [
 23047          {
 23048            "alg": "MD5",
 23049            "content": "c2bade29f848f3e8c2700a888cb1669f"
 23050          },
 23051          {
 23052            "alg": "SHA-1",
 23053            "content": "7425da80f984418799519144d49ebdfce16e777b"
 23054          },
 23055          {
 23056            "alg": "SHA-256",
 23057            "content": "684c4a928a342410d3a63ea206257747e1abfd089d55a676561ef77fed8353f1"
 23058          },
 23059          {
 23060            "alg": "SHA-384",
 23061            "content": "64a71dd835d24c827de222c325746ead8d4b8042d67dd69baf184486ea1c7546eb5f5bdd36d7696d9f371d68a29b75d8"
 23062          },
 23063          {
 23064            "alg": "SHA-512",
 23065            "content": "a44f55c06962b1a683a7f04366cd57ec5ac9ed895cc01488834dc52f3123005799d76c755329f4ff9ea416e9f0f43b384d2c1ba2e34fd9a18acdf33ced6dc8ba"
 23066          },
 23067          {
 23068            "alg": "SHA3-256",
 23069            "content": "af1250733b76c92ea8e43545504f5955356744b072d914d08c8c3e3704c6bd71"
 23070          },
 23071          {
 23072            "alg": "SHA3-384",
 23073            "content": "f19a44d23072bf030d7c261e3c8733a2f29eae3bfa9dad16963f14b63fa6a715b7004f8c149081cf0be5d65ecf98b94c"
 23074          },
 23075          {
 23076            "alg": "SHA3-512",
 23077            "content": "9744ee0401875f44aec77e5621ddd826aef560d306b1581fa977cf900995cbbb15d3dc433d3674ea084a8674e72bb8380e9d41d0bd20217490a82dd4de65c9b8"
 23078          }
 23079        ],
 23080        "licenses": [{"license": {
 23081          "id": "Apache-2.0",
 23082          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23083        }}],
 23084        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-jdbc@1.11.4.Final?type=jar",
 23085        "externalReferences": [
 23086          {
 23087            "type": "issue-tracker",
 23088            "url": "https://issues.jboss.org/browse/ELY"
 23089          },
 23090          {
 23091            "type": "vcs",
 23092            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23093          },
 23094          {
 23095            "type": "website",
 23096            "url": "http://www.jboss.org"
 23097          },
 23098          {
 23099            "type": "mailing-list",
 23100            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23101          }
 23102        ]
 23103      },
 23104      {
 23105        "type": "library",
 23106        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-ldap@1.11.4.Final?type=jar",
 23107        "publisher": "JBoss by Red Hat",
 23108        "group": "org.wildfly.security",
 23109        "name": "wildfly-elytron-realm-ldap",
 23110        "version": "1.11.4.Final",
 23111        "description": "WildFly Security LDAP Realm Implementation",
 23112        "hashes": [
 23113          {
 23114            "alg": "MD5",
 23115            "content": "abccec40985b2f2e4606050183eda5a9"
 23116          },
 23117          {
 23118            "alg": "SHA-1",
 23119            "content": "9ac56e5e9403e4beb577bcd0968d7a80fcc842f6"
 23120          },
 23121          {
 23122            "alg": "SHA-256",
 23123            "content": "742ee929e323e9a1f1793832961a316d3a787b895437b01883895034f6cf24ef"
 23124          },
 23125          {
 23126            "alg": "SHA-384",
 23127            "content": "c8ca4f4f55604244554137e1143fdffdbda3b4fce7ad067443a3d9e64cee4e2b19bb2b3c3905268ae5311149c7d77aa1"
 23128          },
 23129          {
 23130            "alg": "SHA-512",
 23131            "content": "d3674267c520fa7a5f1aa91641481330cd4946a435a5125c0f297a5f0be39f6990cc6d1250a7c035537597b7295cc5e0ce3d8b9726b721c6f6b35976a50047f6"
 23132          },
 23133          {
 23134            "alg": "SHA3-256",
 23135            "content": "44dc9839e9b4cfa69575413df8b1be8b325830e1f54dc60611d946556e92d972"
 23136          },
 23137          {
 23138            "alg": "SHA3-384",
 23139            "content": "04e4c2916b081128d3eb1f147de0c4a48facf8fa60fe8ad3c06a14f2c97e93b4f88608afb5daf21fa3302a4cc305d243"
 23140          },
 23141          {
 23142            "alg": "SHA3-512",
 23143            "content": "9fcda9ee28b9cf35fa4a92be925e107a34b46ad7004daf1aee03f8b1d7393fa102f12c4da6261bf9745f554ccea92dcfe0b766522de919b5c6532981a29ba5c1"
 23144          }
 23145        ],
 23146        "licenses": [{"license": {
 23147          "id": "Apache-2.0",
 23148          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23149        }}],
 23150        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-ldap@1.11.4.Final?type=jar",
 23151        "externalReferences": [
 23152          {
 23153            "type": "issue-tracker",
 23154            "url": "https://issues.jboss.org/browse/ELY"
 23155          },
 23156          {
 23157            "type": "vcs",
 23158            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23159          },
 23160          {
 23161            "type": "website",
 23162            "url": "http://www.jboss.org"
 23163          },
 23164          {
 23165            "type": "mailing-list",
 23166            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23167          }
 23168        ]
 23169      },
 23170      {
 23171        "type": "library",
 23172        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-token@1.11.4.Final?type=jar",
 23173        "publisher": "JBoss by Red Hat",
 23174        "group": "org.wildfly.security",
 23175        "name": "wildfly-elytron-realm-token",
 23176        "version": "1.11.4.Final",
 23177        "description": "WildFly Security Token Realm Implementation",
 23178        "hashes": [
 23179          {
 23180            "alg": "MD5",
 23181            "content": "dce52f4a8e53c1be5086ce449904575c"
 23182          },
 23183          {
 23184            "alg": "SHA-1",
 23185            "content": "3e1b6b5bab0e7d961ceb9275fdb37470030f54c4"
 23186          },
 23187          {
 23188            "alg": "SHA-256",
 23189            "content": "8000512d6414f9e1744d2c640f11dee57471d801ba474e16eb43a94fa0a0a17e"
 23190          },
 23191          {
 23192            "alg": "SHA-384",
 23193            "content": "7df8cd37f2a5d2cf42bf89f9971807df1f5d4d48e86f358d679b3e1430f46555518cc8f3d0834463797890ec67ed6207"
 23194          },
 23195          {
 23196            "alg": "SHA-512",
 23197            "content": "27137e419e0f7bf0f878ab54bca87dd5f359fa456525e83764ec863c07428e4866843c09cc6ea4672ca5d1ee9e71f8298c0fed4393e345d28af678da71d71d1a"
 23198          },
 23199          {
 23200            "alg": "SHA3-256",
 23201            "content": "2b6e69ad7d8f2f61907fd12dcaf8912625886e20a14d76fce5232d0a783eeaf0"
 23202          },
 23203          {
 23204            "alg": "SHA3-384",
 23205            "content": "fd0a4b11f4dd26e4125e3129a5fc8e683de0dc2ddddaa90e22225bbefa43590833178e7fb0194a389c2808ce47f0ba15"
 23206          },
 23207          {
 23208            "alg": "SHA3-512",
 23209            "content": "42c84d73a17b46101bab6c5db60734c46d0867b9ce88fc26a928db1253f0278f65738af1fdb75c98c689913e03d58c58f0ea10645f280c64160ed234bd3dd330"
 23210          }
 23211        ],
 23212        "licenses": [{"license": {
 23213          "id": "Apache-2.0",
 23214          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23215        }}],
 23216        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-token@1.11.4.Final?type=jar",
 23217        "externalReferences": [
 23218          {
 23219            "type": "issue-tracker",
 23220            "url": "https://issues.jboss.org/browse/ELY"
 23221          },
 23222          {
 23223            "type": "vcs",
 23224            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23225          },
 23226          {
 23227            "type": "website",
 23228            "url": "http://www.jboss.org"
 23229          },
 23230          {
 23231            "type": "mailing-list",
 23232            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23233          }
 23234        ]
 23235      },
 23236      {
 23237        "type": "library",
 23238        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl@1.11.4.Final?type=jar",
 23239        "publisher": "JBoss by Red Hat",
 23240        "group": "org.wildfly.security",
 23241        "name": "wildfly-elytron-sasl",
 23242        "version": "1.11.4.Final",
 23243        "description": "WildFly Security SASL",
 23244        "hashes": [
 23245          {
 23246            "alg": "MD5",
 23247            "content": "b54a453834f7c9ee4cd63422e7fe209c"
 23248          },
 23249          {
 23250            "alg": "SHA-1",
 23251            "content": "cc83232450938ac7f7b6fa798559e41594ca8361"
 23252          },
 23253          {
 23254            "alg": "SHA-256",
 23255            "content": "3eb957567af3ba9deb85b9b78475312a09a64167cb59af3ac8ae15f91faad16d"
 23256          },
 23257          {
 23258            "alg": "SHA-384",
 23259            "content": "d98f243be31a9f9970d9b4d90164afcc344bc582e0e1101b643c6f3994d1714e7e81010c8ba382ace64d643ee5c0c1f9"
 23260          },
 23261          {
 23262            "alg": "SHA-512",
 23263            "content": "6f57d6ce628652b86fa03fd9fd030685b67552d70e62fa18110cf16046c55db1f62114d176b3abb1959052e5503570c3a39a05898223904ee11f20e201ebd4f0"
 23264          },
 23265          {
 23266            "alg": "SHA3-256",
 23267            "content": "dfe37b1e2bfceb0fe7d49b6389041a2a66c781c5ecfff3468b4e118751cc918e"
 23268          },
 23269          {
 23270            "alg": "SHA3-384",
 23271            "content": "c90c8061c693675beca90365220b1d8a824a78162419d2a9bf448355ffab97c85837d784a105729d2eddb9d436a7504f"
 23272          },
 23273          {
 23274            "alg": "SHA3-512",
 23275            "content": "63e511599407682f928c6c28bc99f502e5733287285d2f6dd895ffa52a6be588e9b409d07ae8dfc462a161bbb32a42ac98cff3b8e4e43c13897896711d555fdb"
 23276          }
 23277        ],
 23278        "licenses": [{"license": {
 23279          "id": "Apache-2.0",
 23280          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23281        }}],
 23282        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl@1.11.4.Final?type=jar",
 23283        "externalReferences": [
 23284          {
 23285            "type": "issue-tracker",
 23286            "url": "https://issues.jboss.org/browse/ELY"
 23287          },
 23288          {
 23289            "type": "vcs",
 23290            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23291          },
 23292          {
 23293            "type": "website",
 23294            "url": "http://www.jboss.org"
 23295          },
 23296          {
 23297            "type": "mailing-list",
 23298            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23299          }
 23300        ]
 23301      },
 23302      {
 23303        "type": "library",
 23304        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-anonymous@1.11.4.Final?type=jar",
 23305        "publisher": "JBoss by Red Hat",
 23306        "group": "org.wildfly.security",
 23307        "name": "wildfly-elytron-sasl-anonymous",
 23308        "version": "1.11.4.Final",
 23309        "description": "WildFly Security Anonymous SASL Implementation",
 23310        "hashes": [
 23311          {
 23312            "alg": "MD5",
 23313            "content": "62e92a2170f5de79173d1b1243dbb8e4"
 23314          },
 23315          {
 23316            "alg": "SHA-1",
 23317            "content": "63445d4deb296918bd18649709deff3cdbd8588d"
 23318          },
 23319          {
 23320            "alg": "SHA-256",
 23321            "content": "f75dd9f5ba29c28523bf6c0aa353bb97bc119fd728e5c405f39e0fee175b38e1"
 23322          },
 23323          {
 23324            "alg": "SHA-384",
 23325            "content": "82d9ebeae2b674297878f4fc1b15d105e5e9a1f409c1d9672692fc26a4f498ecfb884a8898b85a49e16d0177ff1938bc"
 23326          },
 23327          {
 23328            "alg": "SHA-512",
 23329            "content": "14f20a71f4935f6eea36c5d963b90f810c8f7eaef9b46341e0ef6ae11e85da2b59249f6cdf80896696acf5445f79c0324ea071f3bf552d51a5db650a422dff54"
 23330          },
 23331          {
 23332            "alg": "SHA3-256",
 23333            "content": "c580ef1c91f1eb3e5e1df3dec8aa280f860a122e516ef31d9f6ffd847a5e6040"
 23334          },
 23335          {
 23336            "alg": "SHA3-384",
 23337            "content": "87263950f3a16912ebd967737aab0ce90474a01192f41bc1c6424bbc8421b3427f733397279a01e4df55fce80a2cc3db"
 23338          },
 23339          {
 23340            "alg": "SHA3-512",
 23341            "content": "d9193d9d82a9dcb7d296ea5cfc0b9292fcca2d27e77bd1aa379b80d21b0092f9a6cfcd5dfd122cabce56eedd46296b1c5570042e99d67f1b074549bdd5db3e55"
 23342          }
 23343        ],
 23344        "licenses": [{"license": {
 23345          "id": "Apache-2.0",
 23346          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23347        }}],
 23348        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-anonymous@1.11.4.Final?type=jar",
 23349        "externalReferences": [
 23350          {
 23351            "type": "issue-tracker",
 23352            "url": "https://issues.jboss.org/browse/ELY"
 23353          },
 23354          {
 23355            "type": "vcs",
 23356            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23357          },
 23358          {
 23359            "type": "website",
 23360            "url": "http://www.jboss.org"
 23361          },
 23362          {
 23363            "type": "mailing-list",
 23364            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23365          }
 23366        ]
 23367      },
 23368      {
 23369        "type": "library",
 23370        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-auth-util@1.11.4.Final?type=jar",
 23371        "publisher": "JBoss by Red Hat",
 23372        "group": "org.wildfly.security",
 23373        "name": "wildfly-elytron-sasl-auth-util",
 23374        "version": "1.11.4.Final",
 23375        "description": "WildFly Security SASL Auth Utility Classes",
 23376        "hashes": [
 23377          {
 23378            "alg": "MD5",
 23379            "content": "5d32c598f5984b8d7c67e28f081e64a9"
 23380          },
 23381          {
 23382            "alg": "SHA-1",
 23383            "content": "d9b6ae9860e45050e3a72d1d99d8bac7f869bb84"
 23384          },
 23385          {
 23386            "alg": "SHA-256",
 23387            "content": "5521f435c5d4dc6d220b10c1730ecc2c27dd56b7a988901fed57bc8c0eb3f18b"
 23388          },
 23389          {
 23390            "alg": "SHA-384",
 23391            "content": "3359e32a560c4193257c486eb8ea4b52a9d5cd9a0652dfd8ca93beea7c0c814c51fdb3170a365cf4dff3f04b2ff3bbec"
 23392          },
 23393          {
 23394            "alg": "SHA-512",
 23395            "content": "c4e813133a4632fb15a0d6617a78b6d274251866496003bfee5bdd4cd0a7b62f33d99f68ef173484482ca5e4dc0bd78510badc0bcbd0078cf394922fe9152384"
 23396          },
 23397          {
 23398            "alg": "SHA3-256",
 23399            "content": "0dbf8818b40821112fd90b0a41d857b2aed863a98703a209a8defcc94d5c7249"
 23400          },
 23401          {
 23402            "alg": "SHA3-384",
 23403            "content": "60c0784a0932e3389ce6d83ff656a492075e9340fd6b643637efcd391b5dd00c170aee899ada9ca16f8661f7cf7d9bc6"
 23404          },
 23405          {
 23406            "alg": "SHA3-512",
 23407            "content": "51d06d03409137bc69a6ea754fbb99973f3134afb770bbfdc993a2a3dbb71d8552c672a1f75196e08043e18413ceb5ad47dd7afd3803ae3ccd3f2cfa70419c06"
 23408          }
 23409        ],
 23410        "licenses": [{"license": {
 23411          "id": "Apache-2.0",
 23412          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23413        }}],
 23414        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-auth-util@1.11.4.Final?type=jar",
 23415        "externalReferences": [
 23416          {
 23417            "type": "issue-tracker",
 23418            "url": "https://issues.jboss.org/browse/ELY"
 23419          },
 23420          {
 23421            "type": "vcs",
 23422            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23423          },
 23424          {
 23425            "type": "website",
 23426            "url": "http://www.jboss.org"
 23427          },
 23428          {
 23429            "type": "mailing-list",
 23430            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23431          }
 23432        ]
 23433      },
 23434      {
 23435        "type": "library",
 23436        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-deprecated@1.11.4.Final?type=jar",
 23437        "publisher": "JBoss by Red Hat",
 23438        "group": "org.wildfly.security",
 23439        "name": "wildfly-elytron-sasl-deprecated",
 23440        "version": "1.11.4.Final",
 23441        "description": "WildFly Security SASL Deprecated",
 23442        "hashes": [
 23443          {
 23444            "alg": "MD5",
 23445            "content": "c9ce4e16978243c801d26e308c35b921"
 23446          },
 23447          {
 23448            "alg": "SHA-1",
 23449            "content": "89ac8fc49cd4c0737d60625b3254ce932bbe70d3"
 23450          },
 23451          {
 23452            "alg": "SHA-256",
 23453            "content": "2941d767fcd7ee65fb68431d00d20024ae88d1875cee0855f568c86aaa725149"
 23454          },
 23455          {
 23456            "alg": "SHA-384",
 23457            "content": "038cfd0e91cd7fabc14f01522d5ce3355f1ab0e8594024dbf6efcf60aa68bb77db4d1af8caa9d67caa18644189d881c1"
 23458          },
 23459          {
 23460            "alg": "SHA-512",
 23461            "content": "6504e9b30609fabd7f0109a948c4b30e278e2cd36d7c587a6d083c4f20da3ffd5154266c720c4ba289f045d70e76e9afe8ae760d5da43d504bcb985b535f4027"
 23462          },
 23463          {
 23464            "alg": "SHA3-256",
 23465            "content": "ff02e0f280ee6858ddb43bcbc704a60b40bd61193e22b82bde9dad82ae37c47c"
 23466          },
 23467          {
 23468            "alg": "SHA3-384",
 23469            "content": "afa404a89dde803ea7afc03aeb7d8d5593010e5de36e850826bd1d1c9e9e72c77bdbcdda17a62308bbf74ac72a8329e9"
 23470          },
 23471          {
 23472            "alg": "SHA3-512",
 23473            "content": "50005290f174e902ebfe63a998ab9547cb6498776891fba703b38e73e5c2298f02e5774539cab9a5efffa952006959097ca10df78d4065b1fd45cf5c17243452"
 23474          }
 23475        ],
 23476        "licenses": [{"license": {
 23477          "id": "Apache-2.0",
 23478          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23479        }}],
 23480        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-deprecated@1.11.4.Final?type=jar",
 23481        "externalReferences": [
 23482          {
 23483            "type": "issue-tracker",
 23484            "url": "https://issues.jboss.org/browse/ELY"
 23485          },
 23486          {
 23487            "type": "vcs",
 23488            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23489          },
 23490          {
 23491            "type": "website",
 23492            "url": "http://www.jboss.org"
 23493          },
 23494          {
 23495            "type": "mailing-list",
 23496            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23497          }
 23498        ]
 23499      },
 23500      {
 23501        "type": "library",
 23502        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-digest@1.11.4.Final?type=jar",
 23503        "publisher": "JBoss by Red Hat",
 23504        "group": "org.wildfly.security",
 23505        "name": "wildfly-elytron-sasl-digest",
 23506        "version": "1.11.4.Final",
 23507        "description": "WildFly Security Digest SASL Implementation",
 23508        "hashes": [
 23509          {
 23510            "alg": "MD5",
 23511            "content": "0518188551c9c37e3d6590ff75f5c9fb"
 23512          },
 23513          {
 23514            "alg": "SHA-1",
 23515            "content": "367a6bdbb124a4da4c7743622363aaadb09ba2aa"
 23516          },
 23517          {
 23518            "alg": "SHA-256",
 23519            "content": "9470baf414e50c7195dd888ef65a2c05e6ad32572ad1ca47914985638b0e3ef2"
 23520          },
 23521          {
 23522            "alg": "SHA-384",
 23523            "content": "ae5190e0960cd9ffccc7fd2128fa61612496660b3b81ab3ba5c8c862b6ac443f6c7f1b75edef620a7f6baabcd87de4de"
 23524          },
 23525          {
 23526            "alg": "SHA-512",
 23527            "content": "f322f56535215ee8a4df0acb79571802fecbab1b36c36b95145eef0c021b07cb53100c240c6f6f66f26fd4aad3a574f33cb23f936ae2df8dd442d39f38109cb0"
 23528          },
 23529          {
 23530            "alg": "SHA3-256",
 23531            "content": "636c77ec09d1f8c81457998aa56d3e6b6b4d5e4bcd691d21504cf63dce8724e3"
 23532          },
 23533          {
 23534            "alg": "SHA3-384",
 23535            "content": "6eb59a8df692a66828aaecb4bd66278df28e93faf2fac9058a5240dc248638c817d611515e068b9b2c87ee6de7026e22"
 23536          },
 23537          {
 23538            "alg": "SHA3-512",
 23539            "content": "cde1520bcc2df317515969782296095ca730aaf5ee48fef1d2f26e2e125d14d00e7fe847026bf979d8849dbf5b97f8079ec2adb58f7a318526d4d16b2aec9b91"
 23540          }
 23541        ],
 23542        "licenses": [{"license": {
 23543          "id": "Apache-2.0",
 23544          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23545        }}],
 23546        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-digest@1.11.4.Final?type=jar",
 23547        "externalReferences": [
 23548          {
 23549            "type": "issue-tracker",
 23550            "url": "https://issues.jboss.org/browse/ELY"
 23551          },
 23552          {
 23553            "type": "vcs",
 23554            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23555          },
 23556          {
 23557            "type": "website",
 23558            "url": "http://www.jboss.org"
 23559          },
 23560          {
 23561            "type": "mailing-list",
 23562            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23563          }
 23564        ]
 23565      },
 23566      {
 23567        "type": "library",
 23568        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-entity@1.11.4.Final?type=jar",
 23569        "publisher": "JBoss by Red Hat",
 23570        "group": "org.wildfly.security",
 23571        "name": "wildfly-elytron-sasl-entity",
 23572        "version": "1.11.4.Final",
 23573        "description": "WildFly Security Entity SASL Implementation",
 23574        "hashes": [
 23575          {
 23576            "alg": "MD5",
 23577            "content": "be2d4fd8cb117275008b6536a43d9ae9"
 23578          },
 23579          {
 23580            "alg": "SHA-1",
 23581            "content": "e1777dd7e28c634826cdddfab36aae8fc889601b"
 23582          },
 23583          {
 23584            "alg": "SHA-256",
 23585            "content": "13a2b6fb3294632891f194c131c730fa17124347e136c540abdce8e26c10bf38"
 23586          },
 23587          {
 23588            "alg": "SHA-384",
 23589            "content": "6b4eee673b10011dfff4f45a944d5f6476e00b422cbe831ed92b1a3ddb6bff1344378c15aec919bc36ecc1390c826d5c"
 23590          },
 23591          {
 23592            "alg": "SHA-512",
 23593            "content": "7e40d98f26c835ff5041967c12b21aff12f8484d9654eb799a7917bb5c8adc25e82d15c7bf6d418f0cab67fdd9c1a9fcf94cbc33dffc79705d3b2057f5f619ba"
 23594          },
 23595          {
 23596            "alg": "SHA3-256",
 23597            "content": "9ddc02b63988d9e0ffb2d348d9b92d09882c759c8851e85143c88833810c1acf"
 23598          },
 23599          {
 23600            "alg": "SHA3-384",
 23601            "content": "3b814aa6b391024db5125b1589a9213646ab290d50764509bf656e71c00c7522b5d6fa9ebbf1652bc79e5599c654ab07"
 23602          },
 23603          {
 23604            "alg": "SHA3-512",
 23605            "content": "d0b1467a5d9619a45cd798327e9c8bdb070c69c4cdfe9aed88c116f01d637acf00f65b1c1c51a9b8a7ac7b6f0c7af276c24667fc31a30a3b302a8bc2561ed6d7"
 23606          }
 23607        ],
 23608        "licenses": [{"license": {
 23609          "id": "Apache-2.0",
 23610          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23611        }}],
 23612        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-entity@1.11.4.Final?type=jar",
 23613        "externalReferences": [
 23614          {
 23615            "type": "issue-tracker",
 23616            "url": "https://issues.jboss.org/browse/ELY"
 23617          },
 23618          {
 23619            "type": "vcs",
 23620            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23621          },
 23622          {
 23623            "type": "website",
 23624            "url": "http://www.jboss.org"
 23625          },
 23626          {
 23627            "type": "mailing-list",
 23628            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23629          }
 23630        ]
 23631      },
 23632      {
 23633        "type": "library",
 23634        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-external@1.11.4.Final?type=jar",
 23635        "publisher": "JBoss by Red Hat",
 23636        "group": "org.wildfly.security",
 23637        "name": "wildfly-elytron-sasl-external",
 23638        "version": "1.11.4.Final",
 23639        "description": "WildFly Security External SASL Implementation",
 23640        "hashes": [
 23641          {
 23642            "alg": "MD5",
 23643            "content": "04d3b05a573e405fb27910cf1ec8004e"
 23644          },
 23645          {
 23646            "alg": "SHA-1",
 23647            "content": "2fb7894cbab230c008c18d36f85c015ca5e55838"
 23648          },
 23649          {
 23650            "alg": "SHA-256",
 23651            "content": "7086cfd7f6d799a6c59697b7a599eed5f6dde7c19c8a5def1e8e0c4726f74f4d"
 23652          },
 23653          {
 23654            "alg": "SHA-384",
 23655            "content": "5edc8f00a78984548515aabf6542c075a52c05e1c8ea7cc3a37ebd994823358f68544e31e75c10618368d10f5d0d59d5"
 23656          },
 23657          {
 23658            "alg": "SHA-512",
 23659            "content": "05bad236c763e5a274a4b23d04128f30b05990016e6b24d6bf36860f8df8d3bd43639a0624e2e7c8b9774a2da4cb3998add336ea1718ba14d5837ddd7151023a"
 23660          },
 23661          {
 23662            "alg": "SHA3-256",
 23663            "content": "4aa79d435ecdacd8343e884592ad12ee278eb2b527fb5973024f57aa6a5993e3"
 23664          },
 23665          {
 23666            "alg": "SHA3-384",
 23667            "content": "6ae8106825f228c71b0284ecd82328ddef4c058326bcabc2becb4ee73a62c4cf19de8f0fc5a072dea4e93b8d12ca571e"
 23668          },
 23669          {
 23670            "alg": "SHA3-512",
 23671            "content": "13c79199efe242ed2834da2f07d3f7ab956443534bc5d6d86093beb2cf10e53afdb29bf402a3fda7cdbea0fe4e21814fe3785bfa0502291244a938cb08c7381c"
 23672          }
 23673        ],
 23674        "licenses": [{"license": {
 23675          "id": "Apache-2.0",
 23676          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23677        }}],
 23678        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-external@1.11.4.Final?type=jar",
 23679        "externalReferences": [
 23680          {
 23681            "type": "issue-tracker",
 23682            "url": "https://issues.jboss.org/browse/ELY"
 23683          },
 23684          {
 23685            "type": "vcs",
 23686            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23687          },
 23688          {
 23689            "type": "website",
 23690            "url": "http://www.jboss.org"
 23691          },
 23692          {
 23693            "type": "mailing-list",
 23694            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23695          }
 23696        ]
 23697      },
 23698      {
 23699        "type": "library",
 23700        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gs2@1.11.4.Final?type=jar",
 23701        "publisher": "JBoss by Red Hat",
 23702        "group": "org.wildfly.security",
 23703        "name": "wildfly-elytron-sasl-gs2",
 23704        "version": "1.11.4.Final",
 23705        "description": "WildFly Security GS2 SASL Implementation",
 23706        "hashes": [
 23707          {
 23708            "alg": "MD5",
 23709            "content": "c84e49f31252eb4fcbfb06afdbff6707"
 23710          },
 23711          {
 23712            "alg": "SHA-1",
 23713            "content": "df81c6912acb6127223ee5f73f56237bd1678a5e"
 23714          },
 23715          {
 23716            "alg": "SHA-256",
 23717            "content": "81cbde897794a3fc74c3177a3120edfe3710f39518a03e4185ab0e5fae5fa0de"
 23718          },
 23719          {
 23720            "alg": "SHA-384",
 23721            "content": "245335da5614c5f863a2a86a2da7a2a7b2698903fa70f55209c33348d8bd2df3676f8772f6ed8c45c9953717d41428ac"
 23722          },
 23723          {
 23724            "alg": "SHA-512",
 23725            "content": "230e46985cc15f43588891871b50bf329835b554befa4cd5292ac1fad4cf48943be4ff0d861b9030688b4272369f5d5d839dfe14cb8345e03b816fbb18783799"
 23726          },
 23727          {
 23728            "alg": "SHA3-256",
 23729            "content": "5689ec7fb2c63214327cf84163192cc55dcd30f341860a3e7e028a4fed46c72f"
 23730          },
 23731          {
 23732            "alg": "SHA3-384",
 23733            "content": "79a01d5178c2f9f47f99866877d6caee738d5e356827263a20b9ce9e7a9b0d8a95aba86010242096a3aa9bc6cd6fea3d"
 23734          },
 23735          {
 23736            "alg": "SHA3-512",
 23737            "content": "7cd94a7a4640b82e020febfcf3ba0f7ede7e3ef6d61eb04ebbcf9ec5c108dc22dae6447ecf61d8742eb74038e8ab92005d12dbfdd61a6b8454fe9cbf157c4906"
 23738          }
 23739        ],
 23740        "licenses": [{"license": {
 23741          "id": "Apache-2.0",
 23742          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23743        }}],
 23744        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gs2@1.11.4.Final?type=jar",
 23745        "externalReferences": [
 23746          {
 23747            "type": "issue-tracker",
 23748            "url": "https://issues.jboss.org/browse/ELY"
 23749          },
 23750          {
 23751            "type": "vcs",
 23752            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23753          },
 23754          {
 23755            "type": "website",
 23756            "url": "http://www.jboss.org"
 23757          },
 23758          {
 23759            "type": "mailing-list",
 23760            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23761          }
 23762        ]
 23763      },
 23764      {
 23765        "type": "library",
 23766        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gssapi@1.11.4.Final?type=jar",
 23767        "publisher": "JBoss by Red Hat",
 23768        "group": "org.wildfly.security",
 23769        "name": "wildfly-elytron-sasl-gssapi",
 23770        "version": "1.11.4.Final",
 23771        "description": "WildFly Security GSSAPI SASL Implementation",
 23772        "hashes": [
 23773          {
 23774            "alg": "MD5",
 23775            "content": "ceb44d432a494599cfafae4511438ec0"
 23776          },
 23777          {
 23778            "alg": "SHA-1",
 23779            "content": "6d2edd24a0fdb97129ae0d885b7b44f937af8be2"
 23780          },
 23781          {
 23782            "alg": "SHA-256",
 23783            "content": "3c4a94f6fc891acce3d36ce51777ed241c4becef297d669def5990374ba5c191"
 23784          },
 23785          {
 23786            "alg": "SHA-384",
 23787            "content": "1492bc2decd45a7381bb5ecfee6c2d01803c7a4c2f4337b075d8aa1cb14a6872ab30c039e50823ea2ba276303e979abd"
 23788          },
 23789          {
 23790            "alg": "SHA-512",
 23791            "content": "00ecb9bfce031fd49f819fa34e80a841e3a88b12eec95ff6af762ec40f94b3e959392f5e968dab827cb714e5bf2c82ef0354d0bae22f5ec2d350ae217c1b836d"
 23792          },
 23793          {
 23794            "alg": "SHA3-256",
 23795            "content": "c3548ad0538aa1fa19ba5d979ed4b2f47a99ab5c6a99a9b8a93d84cb5b59fe59"
 23796          },
 23797          {
 23798            "alg": "SHA3-384",
 23799            "content": "90b7970ddecd1e36d7fad6ae8e248c97066df643c0ca727b147259f5cdaeba523f6b238557e0410f3b0aa9023d48427a"
 23800          },
 23801          {
 23802            "alg": "SHA3-512",
 23803            "content": "7cfe6c9adc0cf28c39dd48453e3be65872f0e4f1a7501e8ff8875b1ccc7a7f3eadfd179ce86b8376ad9f32ef8a90c39e4e8bba4bbfe565fa8a6ee7e4cd4fe44d"
 23804          }
 23805        ],
 23806        "licenses": [{"license": {
 23807          "id": "Apache-2.0",
 23808          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23809        }}],
 23810        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gssapi@1.11.4.Final?type=jar",
 23811        "externalReferences": [
 23812          {
 23813            "type": "issue-tracker",
 23814            "url": "https://issues.jboss.org/browse/ELY"
 23815          },
 23816          {
 23817            "type": "vcs",
 23818            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23819          },
 23820          {
 23821            "type": "website",
 23822            "url": "http://www.jboss.org"
 23823          },
 23824          {
 23825            "type": "mailing-list",
 23826            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23827          }
 23828        ]
 23829      },
 23830      {
 23831        "type": "library",
 23832        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-localuser@1.11.4.Final?type=jar",
 23833        "publisher": "JBoss by Red Hat",
 23834        "group": "org.wildfly.security",
 23835        "name": "wildfly-elytron-sasl-localuser",
 23836        "version": "1.11.4.Final",
 23837        "description": "WildFly Security JBOSS-LOCAL-USER SASL Implementation",
 23838        "hashes": [
 23839          {
 23840            "alg": "MD5",
 23841            "content": "aad12c364f274862bb4f6dec88fbfeb3"
 23842          },
 23843          {
 23844            "alg": "SHA-1",
 23845            "content": "13a718759a424fdf540f7a66cafa02dc2062c401"
 23846          },
 23847          {
 23848            "alg": "SHA-256",
 23849            "content": "9391175d76475f60d6101bef6d9a01b395ccb401c12b1f82a8507614611d1d4e"
 23850          },
 23851          {
 23852            "alg": "SHA-384",
 23853            "content": "1144c95b78876f67c73a19fd17c332fa8a85fc0cdb87fb3d1a3e44daadf3c2cd4ee1b305916ae19db885fa5876c244ca"
 23854          },
 23855          {
 23856            "alg": "SHA-512",
 23857            "content": "1faede1b9e7a2149b1b8fcd87aab6f399cf3e23b15a5bef97aad9254dcf2f19949ea86077e2d6ad0ac7ce87a6384aa1f99672619c7aff3abf5df64abebdedcb4"
 23858          },
 23859          {
 23860            "alg": "SHA3-256",
 23861            "content": "6a182d52f543d9f5d52644325f3cf0197103bceb2d4aa2b42bf27a5becf7f3fe"
 23862          },
 23863          {
 23864            "alg": "SHA3-384",
 23865            "content": "98cecd7db113908b477e79b514022f03a42b077be4237269847acf585025a57ff97613ce1450fe1324d87f8c994c5f6e"
 23866          },
 23867          {
 23868            "alg": "SHA3-512",
 23869            "content": "dd5992aa61182721a6de57e165cd55cc73ae34a969181a6d4b07bde4a857b381fa220882c7e93cb4d89b6ca3a0abdb6e09b404d3f42bf4a81197d18f26d95fab"
 23870          }
 23871        ],
 23872        "licenses": [{"license": {
 23873          "id": "Apache-2.0",
 23874          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23875        }}],
 23876        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-localuser@1.11.4.Final?type=jar",
 23877        "externalReferences": [
 23878          {
 23879            "type": "issue-tracker",
 23880            "url": "https://issues.jboss.org/browse/ELY"
 23881          },
 23882          {
 23883            "type": "vcs",
 23884            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23885          },
 23886          {
 23887            "type": "website",
 23888            "url": "http://www.jboss.org"
 23889          },
 23890          {
 23891            "type": "mailing-list",
 23892            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23893          }
 23894        ]
 23895      },
 23896      {
 23897        "type": "library",
 23898        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-oauth2@1.11.4.Final?type=jar",
 23899        "publisher": "JBoss by Red Hat",
 23900        "group": "org.wildfly.security",
 23901        "name": "wildfly-elytron-sasl-oauth2",
 23902        "version": "1.11.4.Final",
 23903        "description": "WildFly Security OAuth2 SASL Implementation",
 23904        "hashes": [
 23905          {
 23906            "alg": "MD5",
 23907            "content": "3dd366a42ff8fb493179002513fcb5bb"
 23908          },
 23909          {
 23910            "alg": "SHA-1",
 23911            "content": "eb05c0c9f2a573ce7d5513ec3c66071279bc0240"
 23912          },
 23913          {
 23914            "alg": "SHA-256",
 23915            "content": "04441604c2033fd484ed09558948084fdb1b50aaf132149e8ae7c74cbc47c1ab"
 23916          },
 23917          {
 23918            "alg": "SHA-384",
 23919            "content": "c4b3f128e753126481342be957d74ea436474f5d55c4d987a7e701ae4b7e4c01482989a9acb64d36b029b3ee896189e5"
 23920          },
 23921          {
 23922            "alg": "SHA-512",
 23923            "content": "ad6f9bf9e6859fa7e46aca4e6570f1604f6c702648af66ca2195c153ccab537a6955ed34d7fdfa8901ab15a226ad704e8eec756129673f72cc14b0182918e624"
 23924          },
 23925          {
 23926            "alg": "SHA3-256",
 23927            "content": "1064755e054966c2a986c39f6d240e2282a77ba4c0be48eaf8a7a231262822bc"
 23928          },
 23929          {
 23930            "alg": "SHA3-384",
 23931            "content": "74cfc5e6ac977b3ff116e7a4fe509d7bd30429459d0355b54b5e11e5fca8d4692cec65d2a9b1f391a71b5ecfff14107c"
 23932          },
 23933          {
 23934            "alg": "SHA3-512",
 23935            "content": "e8ec095a3934168f5309b53d1f6eb56693d1e4ed039625fc26de82c0333ebcfcc524d3e3258e9f36d5b344b7698074a1638a79b653c167eda7caff5dfe30b344"
 23936          }
 23937        ],
 23938        "licenses": [{"license": {
 23939          "id": "Apache-2.0",
 23940          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 23941        }}],
 23942        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-oauth2@1.11.4.Final?type=jar",
 23943        "externalReferences": [
 23944          {
 23945            "type": "issue-tracker",
 23946            "url": "https://issues.jboss.org/browse/ELY"
 23947          },
 23948          {
 23949            "type": "vcs",
 23950            "url": "https://github.com/wildfly-security/wildfly-elytron"
 23951          },
 23952          {
 23953            "type": "website",
 23954            "url": "http://www.jboss.org"
 23955          },
 23956          {
 23957            "type": "mailing-list",
 23958            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 23959          }
 23960        ]
 23961      },
 23962      {
 23963        "type": "library",
 23964        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-otp@1.11.4.Final?type=jar",
 23965        "publisher": "JBoss by Red Hat",
 23966        "group": "org.wildfly.security",
 23967        "name": "wildfly-elytron-sasl-otp",
 23968        "version": "1.11.4.Final",
 23969        "description": "WildFly Security OTP SASL Implementation",
 23970        "hashes": [
 23971          {
 23972            "alg": "MD5",
 23973            "content": "0471cc54f418bbdbecf97f1e4f26018c"
 23974          },
 23975          {
 23976            "alg": "SHA-1",
 23977            "content": "1bbcb54fd7aeda3eb6f2b69556d0eaad70ff904e"
 23978          },
 23979          {
 23980            "alg": "SHA-256",
 23981            "content": "8e35e2ae5d618c445e8e09c9e615d2fafd54e6dd01fb9db734935bcda7cc0208"
 23982          },
 23983          {
 23984            "alg": "SHA-384",
 23985            "content": "57dc769e6b9705b573170b584742e43115620cf6e5978455675d7be1e32c9163fbd4c5a96e8663139d1d2aeeaecb5adf"
 23986          },
 23987          {
 23988            "alg": "SHA-512",
 23989            "content": "3b32f555259a7d56ee2aee70f0921e54ce1eaebc8c5fcf3862d00b88c356336531307be47d23c4a0144de0561f10c9b7c4e4057b9542df45f05c475d17536f6a"
 23990          },
 23991          {
 23992            "alg": "SHA3-256",
 23993            "content": "900c7bc7cb969a2f32d4659c805425e6caecc89079f09580775f02e3576b24d0"
 23994          },
 23995          {
 23996            "alg": "SHA3-384",
 23997            "content": "200502b937c178ee92096e06f0ed92400c2a1b058e9bee545792b7e7fee1c92270950bbdc766e04177eefcb3bc09e315"
 23998          },
 23999          {
 24000            "alg": "SHA3-512",
 24001            "content": "7a3ee8bb7bd356ac331f612c6df49f7b03eb1ab0c9ea69381a2e0c6782e9b99a96097ed7d5d52836cf28427dff08aaaa5852aa732bf7ccff4bfbcc7584715b53"
 24002          }
 24003        ],
 24004        "licenses": [{"license": {
 24005          "id": "Apache-2.0",
 24006          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24007        }}],
 24008        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-otp@1.11.4.Final?type=jar",
 24009        "externalReferences": [
 24010          {
 24011            "type": "issue-tracker",
 24012            "url": "https://issues.jboss.org/browse/ELY"
 24013          },
 24014          {
 24015            "type": "vcs",
 24016            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24017          },
 24018          {
 24019            "type": "website",
 24020            "url": "http://www.jboss.org"
 24021          },
 24022          {
 24023            "type": "mailing-list",
 24024            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24025          }
 24026        ]
 24027      },
 24028      {
 24029        "type": "library",
 24030        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-plain@1.11.4.Final?type=jar",
 24031        "publisher": "JBoss by Red Hat",
 24032        "group": "org.wildfly.security",
 24033        "name": "wildfly-elytron-sasl-plain",
 24034        "version": "1.11.4.Final",
 24035        "description": "WildFly Security Plain SASL Implementation",
 24036        "hashes": [
 24037          {
 24038            "alg": "MD5",
 24039            "content": "f89721041b632b85c544659a3f796d56"
 24040          },
 24041          {
 24042            "alg": "SHA-1",
 24043            "content": "ba848c5b43b2ab2a4620dc096e8a02318c02a081"
 24044          },
 24045          {
 24046            "alg": "SHA-256",
 24047            "content": "24239aa878ec569e4d1d396b700abbb683413a00d9621720029c30abdbc77e61"
 24048          },
 24049          {
 24050            "alg": "SHA-384",
 24051            "content": "cfcd69d9fbbc8017ef52b1e9bfa675806fc107bf999f3e343906aca9da41d223733d868a9c4c36ff2c95ab9d9fa97fe0"
 24052          },
 24053          {
 24054            "alg": "SHA-512",
 24055            "content": "6c5945cfe0d9324c0ff85380512c94d3c984208a86c6bec7817766b61add1aa91fa46498e27071b0bd461b08c24933c797a368f436546a849c9ee68acac46ae2"
 24056          },
 24057          {
 24058            "alg": "SHA3-256",
 24059            "content": "8177d935c5f9410894fde98c269590f0800286e06d26785b387ecd49cef6902c"
 24060          },
 24061          {
 24062            "alg": "SHA3-384",
 24063            "content": "03e6e10058fbf35124f2de5b9b6942181e2cbd16ec865867ecafb8058f6841a785eda01d0f216ac86b8864311d343900"
 24064          },
 24065          {
 24066            "alg": "SHA3-512",
 24067            "content": "7cdfeab01aa14ee6ed81d9b81008242cbb557fea4d44664bb586ecf66f3d0c1a9e4ba84ee4f591b006adb74b4da95bb456e8fd13ea1ce66b880c3afc9544ecf8"
 24068          }
 24069        ],
 24070        "licenses": [{"license": {
 24071          "id": "Apache-2.0",
 24072          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24073        }}],
 24074        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-plain@1.11.4.Final?type=jar",
 24075        "externalReferences": [
 24076          {
 24077            "type": "issue-tracker",
 24078            "url": "https://issues.jboss.org/browse/ELY"
 24079          },
 24080          {
 24081            "type": "vcs",
 24082            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24083          },
 24084          {
 24085            "type": "website",
 24086            "url": "http://www.jboss.org"
 24087          },
 24088          {
 24089            "type": "mailing-list",
 24090            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24091          }
 24092        ]
 24093      },
 24094      {
 24095        "type": "library",
 24096        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-scram@1.11.4.Final?type=jar",
 24097        "publisher": "JBoss by Red Hat",
 24098        "group": "org.wildfly.security",
 24099        "name": "wildfly-elytron-sasl-scram",
 24100        "version": "1.11.4.Final",
 24101        "description": "WildFly Security SCRAM SASL Implementation",
 24102        "hashes": [
 24103          {
 24104            "alg": "MD5",
 24105            "content": "69cb451475aaa8fceca7985935d2c16c"
 24106          },
 24107          {
 24108            "alg": "SHA-1",
 24109            "content": "e8491f0eff5dfebcfb41d9de7e444bce61a6c909"
 24110          },
 24111          {
 24112            "alg": "SHA-256",
 24113            "content": "b04f6c222c4b77b431ead40a0311122ce88e0c869f90437acf004db91e6d7735"
 24114          },
 24115          {
 24116            "alg": "SHA-384",
 24117            "content": "adbadf6c1163b02331db96f6f53b264da0d93312eba9911959fee4439fd16cf39614c1c72b8dc6f2794089222c112137"
 24118          },
 24119          {
 24120            "alg": "SHA-512",
 24121            "content": "400f3c99591119397a4fa278666b9648990eeebae6e622e906ca7a4729887d26c017ffa3adb8cc0106b0efbcb20e4955ea816450395a53749975d874f1837681"
 24122          },
 24123          {
 24124            "alg": "SHA3-256",
 24125            "content": "472719241923c52549b0b2d9d7702264404347d0884d8d2b470d2128b77d88ff"
 24126          },
 24127          {
 24128            "alg": "SHA3-384",
 24129            "content": "c5741b2ab638c21a9405f58b527da9a8ea1f0e6e3a75df3603d2b2117ecdd4e54e0c384a3c1664d9ea096da64f233101"
 24130          },
 24131          {
 24132            "alg": "SHA3-512",
 24133            "content": "1f561ca50f4e64bcfc558a669262b308c8c0d7070a28bb45a7ec8f6ef460e3b0bb479c9fb22f703838ef7de89bfea8b936fced6a7a8882b88fb995049a2bdd2b"
 24134          }
 24135        ],
 24136        "licenses": [{"license": {
 24137          "id": "Apache-2.0",
 24138          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24139        }}],
 24140        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-scram@1.11.4.Final?type=jar",
 24141        "externalReferences": [
 24142          {
 24143            "type": "issue-tracker",
 24144            "url": "https://issues.jboss.org/browse/ELY"
 24145          },
 24146          {
 24147            "type": "vcs",
 24148            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24149          },
 24150          {
 24151            "type": "website",
 24152            "url": "http://www.jboss.org"
 24153          },
 24154          {
 24155            "type": "mailing-list",
 24156            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24157          }
 24158        ]
 24159      },
 24160      {
 24161        "type": "library",
 24162        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager@1.11.4.Final?type=jar",
 24163        "publisher": "JBoss by Red Hat",
 24164        "group": "org.wildfly.security",
 24165        "name": "wildfly-elytron-security-manager",
 24166        "version": "1.11.4.Final",
 24167        "description": "WildFly Security Security Manager",
 24168        "hashes": [
 24169          {
 24170            "alg": "MD5",
 24171            "content": "707bb22a5dfbf9ba62d839d2b9e7c56a"
 24172          },
 24173          {
 24174            "alg": "SHA-1",
 24175            "content": "aa8e675c73d1c6ed36d4619fe75f1b9e32402add"
 24176          },
 24177          {
 24178            "alg": "SHA-256",
 24179            "content": "7cccd7c8c6d795422c590113d045bb24767250f9d5e3536fc437224e55d62218"
 24180          },
 24181          {
 24182            "alg": "SHA-384",
 24183            "content": "72f70d0124ec6e93ad9b30b9bb554a1138d51a2e75062b77b51c18ab77abc25ca957eb3b9cebad804df3e0224e7a8dc4"
 24184          },
 24185          {
 24186            "alg": "SHA-512",
 24187            "content": "d0045011cb2db42bbc76dd903fb5b8faacd6bc4040fd9a1558d289906eacfba09d295bb3ea84f0e305287cb9031b25c3bd5b6e041c6638e55d0d5cf975a7fec3"
 24188          },
 24189          {
 24190            "alg": "SHA3-256",
 24191            "content": "6c70d2abffe6df34d46862c2b291722f10807142bbb431b6d0cef670e4a253a3"
 24192          },
 24193          {
 24194            "alg": "SHA3-384",
 24195            "content": "203ca30ace5535e0dcad4abd9c1bc84dbc4e91df4b8aa5d820725f89d8f4c80db6cc734ff86629b3f4e75ff1f2a182a0"
 24196          },
 24197          {
 24198            "alg": "SHA3-512",
 24199            "content": "03a938aa0e1c071e1693198592ebcab4f9c08769a29346c5bf86158f5c6890ee8a9b0e2f256b5fb8dc597461cadf7918ddf061c9e10c0bbe03fac197360d0f16"
 24200          }
 24201        ],
 24202        "licenses": [{"license": {
 24203          "id": "Apache-2.0",
 24204          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24205        }}],
 24206        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager@1.11.4.Final?type=jar",
 24207        "externalReferences": [
 24208          {
 24209            "type": "issue-tracker",
 24210            "url": "https://issues.jboss.org/browse/ELY"
 24211          },
 24212          {
 24213            "type": "vcs",
 24214            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24215          },
 24216          {
 24217            "type": "website",
 24218            "url": "http://www.jboss.org"
 24219          },
 24220          {
 24221            "type": "mailing-list",
 24222            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24223          }
 24224        ]
 24225      },
 24226      {
 24227        "type": "library",
 24228        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager-action@1.11.4.Final?type=jar",
 24229        "publisher": "JBoss by Red Hat",
 24230        "group": "org.wildfly.security",
 24231        "name": "wildfly-elytron-security-manager-action",
 24232        "version": "1.11.4.Final",
 24233        "description": "WildFly Security Security Manager Action",
 24234        "hashes": [
 24235          {
 24236            "alg": "MD5",
 24237            "content": "21ae95279d9e673d1aee6c6a0f253ebf"
 24238          },
 24239          {
 24240            "alg": "SHA-1",
 24241            "content": "baaaa354e0bd0d79c28937c5529f78ff174c456e"
 24242          },
 24243          {
 24244            "alg": "SHA-256",
 24245            "content": "2e37d22d095a4b2f340e028bedaa55e28012f49757f9ae5b5df136df6b92ae4d"
 24246          },
 24247          {
 24248            "alg": "SHA-384",
 24249            "content": "4574fb25429aaa468d11e1ff725dff626826c30369bce5b92bf9f97397c09cfc311558cc9de4d56aed62d05dbdc2511d"
 24250          },
 24251          {
 24252            "alg": "SHA-512",
 24253            "content": "11e28ea74ca752363883455e4efdeb77d09f94b072caf879b0d9902e88a5353bc558e8be9dccd1b155cf5ed5e7e47ebe7c377f7fd9886548a5ce5773e5193fe9"
 24254          },
 24255          {
 24256            "alg": "SHA3-256",
 24257            "content": "dba65e88e5544ec36e531d1dad6ad2f326bef31bddcfa0df954e71d2c8260413"
 24258          },
 24259          {
 24260            "alg": "SHA3-384",
 24261            "content": "b14677c2a0d825c78209023bb98013cd56e597a07bc5be8682b9cb50891b728ac6fdc4eca5e42b094e99e1eb35ace7de"
 24262          },
 24263          {
 24264            "alg": "SHA3-512",
 24265            "content": "309629e4f2343d0eb0c1d5240f92c1a174470823f35ccf62fb7d14634e0a8c4cd1a2e64a7063cd1e313594bd96e6e2dcdff6412321d2ad71693ca6ae98cf7158"
 24266          }
 24267        ],
 24268        "licenses": [{"license": {
 24269          "id": "Apache-2.0",
 24270          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24271        }}],
 24272        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager-action@1.11.4.Final?type=jar",
 24273        "externalReferences": [
 24274          {
 24275            "type": "issue-tracker",
 24276            "url": "https://issues.jboss.org/browse/ELY"
 24277          },
 24278          {
 24279            "type": "vcs",
 24280            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24281          },
 24282          {
 24283            "type": "website",
 24284            "url": "http://www.jboss.org"
 24285          },
 24286          {
 24287            "type": "mailing-list",
 24288            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24289          }
 24290        ]
 24291      },
 24292      {
 24293        "type": "library",
 24294        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-ssl@1.11.4.Final?type=jar",
 24295        "publisher": "JBoss by Red Hat",
 24296        "group": "org.wildfly.security",
 24297        "name": "wildfly-elytron-ssl",
 24298        "version": "1.11.4.Final",
 24299        "description": "WildFly Security SSL",
 24300        "hashes": [
 24301          {
 24302            "alg": "MD5",
 24303            "content": "903edd010280c2c6e2ede2b849c21dcc"
 24304          },
 24305          {
 24306            "alg": "SHA-1",
 24307            "content": "89738f472480c2af4d5ecfe57fcfcc4084cef929"
 24308          },
 24309          {
 24310            "alg": "SHA-256",
 24311            "content": "fd1914c845d0bd32029d28245ba6ff6ca92857d462439749c95b6b74c58f85de"
 24312          },
 24313          {
 24314            "alg": "SHA-384",
 24315            "content": "5f0c652599144ff0d989341a3a2cc5f4e78970a98a7219b66b2b83f0eb4c67e69cfdf03dfc1dc813b66875e3c07ec6df"
 24316          },
 24317          {
 24318            "alg": "SHA-512",
 24319            "content": "7d03f62bd8bb0737e09679cacd358cf787bd397e7f3defe443f6b0abaf17318550597cee3ae23eb80973aeb97aca2bfae9b0654a40b890b1d3a9e284e20a65e2"
 24320          },
 24321          {
 24322            "alg": "SHA3-256",
 24323            "content": "6ed7da393964b69566d9714a251c7b13ed91734b94c6b5a52424536162fa95a0"
 24324          },
 24325          {
 24326            "alg": "SHA3-384",
 24327            "content": "00a96d967fc7ce040c9fb83b4c2e05acd866196df1c8a5eb6c103a1c1a025563de60aa34473f3eb82f32ec995e14e746"
 24328          },
 24329          {
 24330            "alg": "SHA3-512",
 24331            "content": "997a1055427f157d8f9c6c0ccdd58f20de0f3c7b0a428286ba9e39420b6839af2ee1cb08b0db6a3315a2c65a667c91bad8110bae55554b9b422ef867941465fa"
 24332          }
 24333        ],
 24334        "licenses": [{"license": {
 24335          "id": "Apache-2.0",
 24336          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24337        }}],
 24338        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-ssl@1.11.4.Final?type=jar",
 24339        "externalReferences": [
 24340          {
 24341            "type": "issue-tracker",
 24342            "url": "https://issues.jboss.org/browse/ELY"
 24343          },
 24344          {
 24345            "type": "vcs",
 24346            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24347          },
 24348          {
 24349            "type": "website",
 24350            "url": "http://www.jboss.org"
 24351          },
 24352          {
 24353            "type": "mailing-list",
 24354            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24355          }
 24356        ]
 24357      },
 24358      {
 24359        "type": "library",
 24360        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-util@1.11.4.Final?type=jar",
 24361        "publisher": "JBoss by Red Hat",
 24362        "group": "org.wildfly.security",
 24363        "name": "wildfly-elytron-util",
 24364        "version": "1.11.4.Final",
 24365        "description": "WildFly Security Util",
 24366        "hashes": [
 24367          {
 24368            "alg": "MD5",
 24369            "content": "c4d6cbb34f75b849a055eeb7214c4f99"
 24370          },
 24371          {
 24372            "alg": "SHA-1",
 24373            "content": "17c7f393021642bc27f29e8ce063863ede066320"
 24374          },
 24375          {
 24376            "alg": "SHA-256",
 24377            "content": "2dd3d3f10a0dd26a71b1b8f882f4aae2b61babffd46ab0911f3f7f55ca27ff34"
 24378          },
 24379          {
 24380            "alg": "SHA-384",
 24381            "content": "ac29d3f81d4f6e640a5f127dc3a168c079dd53ad1055c2b1826853e16b5198a9ff8c63cd8e9af28206b01d68cbc9ce8a"
 24382          },
 24383          {
 24384            "alg": "SHA-512",
 24385            "content": "8b90ce301e5ee95fdf3061ec493fea17bc770a2831ed75ddb52e59253dfea6acb6443a6402f6a0ffe129c46a640d3105280c6809677285879a41abd2bef89e55"
 24386          },
 24387          {
 24388            "alg": "SHA3-256",
 24389            "content": "e5f9f92537681fcee477549a2b061805792e04aa0bc9dd694fb08005dfe6c944"
 24390          },
 24391          {
 24392            "alg": "SHA3-384",
 24393            "content": "4fe2586ba1886a4d573d7d909e2c4ad467c3f89f4b41d48a9bb89246c79938501ad797f7d96e0f839a6c4240a544bdea"
 24394          },
 24395          {
 24396            "alg": "SHA3-512",
 24397            "content": "fa3a82ef419403ae5f0f4dfd922d6652309d06aa90d9d334b856b04944b74411b4501bc9f0544ce8061d93a29d5d27b8efe46a415ce06895295a19aca6a7d9fd"
 24398          }
 24399        ],
 24400        "licenses": [{"license": {
 24401          "id": "Apache-2.0",
 24402          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24403        }}],
 24404        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-util@1.11.4.Final?type=jar",
 24405        "externalReferences": [
 24406          {
 24407            "type": "issue-tracker",
 24408            "url": "https://issues.jboss.org/browse/ELY"
 24409          },
 24410          {
 24411            "type": "vcs",
 24412            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24413          },
 24414          {
 24415            "type": "website",
 24416            "url": "http://www.jboss.org"
 24417          },
 24418          {
 24419            "type": "mailing-list",
 24420            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24421          }
 24422        ]
 24423      },
 24424      {
 24425        "type": "library",
 24426        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500@1.11.4.Final?type=jar",
 24427        "publisher": "JBoss by Red Hat",
 24428        "group": "org.wildfly.security",
 24429        "name": "wildfly-elytron-x500",
 24430        "version": "1.11.4.Final",
 24431        "description": "WildFly Security X.500",
 24432        "hashes": [
 24433          {
 24434            "alg": "MD5",
 24435            "content": "c26d35a463694f9d8832adaef9e51a8a"
 24436          },
 24437          {
 24438            "alg": "SHA-1",
 24439            "content": "dd26f5b087e074f42c8c90e30eec0f7ce4e7c0c0"
 24440          },
 24441          {
 24442            "alg": "SHA-256",
 24443            "content": "dd983be1a98164b0afac4f64f40d8d5636c0358769fa436fb5fd1ca299c63378"
 24444          },
 24445          {
 24446            "alg": "SHA-384",
 24447            "content": "5722906ed97199f327a3fcc79e0e4752be67f82e4c8b484bca808be371b99880424f22c1805768d89aea4b21dc46f8ba"
 24448          },
 24449          {
 24450            "alg": "SHA-512",
 24451            "content": "649883e1dea70a1a982e0d0b6f0029290c1cfbda5b5c292abb5520e15091571fc44c7a75c1f4ae0b06d3173b3f8f22e75eddb5f98f3498555ae7a293369c55d3"
 24452          },
 24453          {
 24454            "alg": "SHA3-256",
 24455            "content": "cf4b2e7ebedc58caa07f0415a7349ab3aa28c06bc10878ac87accb47ee87bc44"
 24456          },
 24457          {
 24458            "alg": "SHA3-384",
 24459            "content": "89ed0a3f07fd4fbe67ff7079628a0067f95d2121d3765107f9b7599765359e589fed694558d855073a1be9b88b34508f"
 24460          },
 24461          {
 24462            "alg": "SHA3-512",
 24463            "content": "33b11f8c0cdd1db948de625588843d8bb4a07efe154ef72eb7f5bb16696bd07d6ec9b835787aa0493fba2e2135188da9b0a8f51a7eea0f489381ec161ab9901b"
 24464          }
 24465        ],
 24466        "licenses": [{"license": {
 24467          "id": "Apache-2.0",
 24468          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24469        }}],
 24470        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500@1.11.4.Final?type=jar",
 24471        "externalReferences": [
 24472          {
 24473            "type": "issue-tracker",
 24474            "url": "https://issues.jboss.org/browse/ELY"
 24475          },
 24476          {
 24477            "type": "vcs",
 24478            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24479          },
 24480          {
 24481            "type": "website",
 24482            "url": "http://www.jboss.org"
 24483          },
 24484          {
 24485            "type": "mailing-list",
 24486            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24487          }
 24488        ]
 24489      },
 24490      {
 24491        "type": "library",
 24492        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert@1.11.4.Final?type=jar",
 24493        "publisher": "JBoss by Red Hat",
 24494        "group": "org.wildfly.security",
 24495        "name": "wildfly-elytron-x500-cert",
 24496        "version": "1.11.4.Final",
 24497        "description": "WildFly Security X.500 Certificates",
 24498        "hashes": [
 24499          {
 24500            "alg": "MD5",
 24501            "content": "99f5cf7d742d3fe7b4c7fe53fc2ecffe"
 24502          },
 24503          {
 24504            "alg": "SHA-1",
 24505            "content": "575884139f88f0be30a3e2f4c912346d9375d524"
 24506          },
 24507          {
 24508            "alg": "SHA-256",
 24509            "content": "855941384046c8be31be450706b444de4c51c7c25f9715ae8a31c76867ac453c"
 24510          },
 24511          {
 24512            "alg": "SHA-384",
 24513            "content": "242081264b19c0a35624e353f592ca0b60bf74d28242c161a701e95cdc91c85ce9455ce20ec6b1081a9dc35c8c7f42d8"
 24514          },
 24515          {
 24516            "alg": "SHA-512",
 24517            "content": "1fdab9b2d025ca166a2274f832f84f2acf04eb45213cc51ba24fd3b273e598b4385f85228637b9fe2fb8664fc78cec8514e48ca981f102c632829dfff54a5c3a"
 24518          },
 24519          {
 24520            "alg": "SHA3-256",
 24521            "content": "4d4b1038ef4972cf3da1a3b5f3e9ccf92b6a7d8887cab3dbb5bd04fd626e159d"
 24522          },
 24523          {
 24524            "alg": "SHA3-384",
 24525            "content": "e395d8fa36cfb70020350eae92c1bcb0a05ad3235f9796269f68512c1e8d93c1f20e724bd84e81a7ee962e404bb0a455"
 24526          },
 24527          {
 24528            "alg": "SHA3-512",
 24529            "content": "b989f0630fff6cc9f5b57be12d5322fa15affaedc47b1793d5ea997b2770b90bf567d3921c6110d0e9e27826c346f9386e20a1e0959246767990dbc8769b250f"
 24530          }
 24531        ],
 24532        "licenses": [{"license": {
 24533          "id": "Apache-2.0",
 24534          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24535        }}],
 24536        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert@1.11.4.Final?type=jar",
 24537        "externalReferences": [
 24538          {
 24539            "type": "issue-tracker",
 24540            "url": "https://issues.jboss.org/browse/ELY"
 24541          },
 24542          {
 24543            "type": "vcs",
 24544            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24545          },
 24546          {
 24547            "type": "website",
 24548            "url": "http://www.jboss.org"
 24549          },
 24550          {
 24551            "type": "mailing-list",
 24552            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24553          }
 24554        ]
 24555      },
 24556      {
 24557        "type": "library",
 24558        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-acme@1.11.4.Final?type=jar",
 24559        "publisher": "JBoss by Red Hat",
 24560        "group": "org.wildfly.security",
 24561        "name": "wildfly-elytron-x500-cert-acme",
 24562        "version": "1.11.4.Final",
 24563        "description": "WildFly Security X.500 Certificate ACME Client Implementation",
 24564        "hashes": [
 24565          {
 24566            "alg": "MD5",
 24567            "content": "1ccd76902079beb05a11860cbeb97e63"
 24568          },
 24569          {
 24570            "alg": "SHA-1",
 24571            "content": "3bab40ca3f4d3226682db32a0202191597400814"
 24572          },
 24573          {
 24574            "alg": "SHA-256",
 24575            "content": "4ec446cefad283e91bf88066c6d4ffc68f2752dd55236cb9bbc1d4a1d3b24415"
 24576          },
 24577          {
 24578            "alg": "SHA-384",
 24579            "content": "c903ed6031bdab9df3e38d3a3ef11fac174ed98096d682ff43be08a20a92f1164106657131c70533f89c9f2c27e00c41"
 24580          },
 24581          {
 24582            "alg": "SHA-512",
 24583            "content": "74a771d55abe00cecb3a75ca75a4156a1bf340a814eb62fbea30d21ab2723061a5ddcf42c3cf56432ffe97de6ec9434425be4e6bb6aa6f1860575573fd47b32d"
 24584          },
 24585          {
 24586            "alg": "SHA3-256",
 24587            "content": "d1c902a4d787e40e12ca477e587edcc7e13132f719f402211f49847a108765ef"
 24588          },
 24589          {
 24590            "alg": "SHA3-384",
 24591            "content": "524254da8b68d1b077a355a102eff6d5165dc1c88c20a50591153e681aa0491eb25cd5731f0e5768a8cdc6017057352f"
 24592          },
 24593          {
 24594            "alg": "SHA3-512",
 24595            "content": "dcf7ebc1ba191eaa46978aabe0e4c327af0dc4fa0bdf5668825244432fad098da7252923ed0efdd7cbbd278119f394f48a8793afb96956768f9460761dd83aa3"
 24596          }
 24597        ],
 24598        "licenses": [{"license": {
 24599          "id": "Apache-2.0",
 24600          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24601        }}],
 24602        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-acme@1.11.4.Final?type=jar",
 24603        "externalReferences": [
 24604          {
 24605            "type": "issue-tracker",
 24606            "url": "https://issues.jboss.org/browse/ELY"
 24607          },
 24608          {
 24609            "type": "vcs",
 24610            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24611          },
 24612          {
 24613            "type": "website",
 24614            "url": "http://www.jboss.org"
 24615          },
 24616          {
 24617            "type": "mailing-list",
 24618            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24619          }
 24620        ]
 24621      },
 24622      {
 24623        "type": "library",
 24624        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-util@1.11.4.Final?type=jar",
 24625        "publisher": "JBoss by Red Hat",
 24626        "group": "org.wildfly.security",
 24627        "name": "wildfly-elytron-x500-cert-util",
 24628        "version": "1.11.4.Final",
 24629        "description": "WildFly Security X.500 Certificate Utility Classes",
 24630        "hashes": [
 24631          {
 24632            "alg": "MD5",
 24633            "content": "47d8a62ba7ef9782b711b04c8619b86d"
 24634          },
 24635          {
 24636            "alg": "SHA-1",
 24637            "content": "1eaec562cf48783ba31f6565474549caf1fc6482"
 24638          },
 24639          {
 24640            "alg": "SHA-256",
 24641            "content": "b4ed5b60e157f58014670760eca8aae6fa8a3b4b001176ec62af26cfa32bc44a"
 24642          },
 24643          {
 24644            "alg": "SHA-384",
 24645            "content": "2da49c74105d96813f88fadd3108110c21f9d3bec69db73d5737c5c0fc118bf748f43a3f90b87dff231c2fe85b8d9872"
 24646          },
 24647          {
 24648            "alg": "SHA-512",
 24649            "content": "704fe9ac3900c79ee331d44e00797fe334a11b06f3c1a0c0c15dc22859cda3dcaec005ec22108ccabdfbd2d0d6f2c5993c7a792685592b3d4c45b290641b6443"
 24650          },
 24651          {
 24652            "alg": "SHA3-256",
 24653            "content": "41988f32d875402f4cc4b8ccb4dd563f7da35354604fa62bfd1cd7bb77092793"
 24654          },
 24655          {
 24656            "alg": "SHA3-384",
 24657            "content": "52119b82b52956da3ff87864fbd6b77e083bc3e2b2443c628b58bb28f3f6add5f6ad70b834bd3b1df25599576da12d03"
 24658          },
 24659          {
 24660            "alg": "SHA3-512",
 24661            "content": "846ae3a43d7e2945c40565ee87e2b92b1520feeb113fd752b87eebbae92ff0fa0573279ec4db7c0ca49f6694cc344684a3a9ff481d7749e9c04559cab5a49ecb"
 24662          }
 24663        ],
 24664        "licenses": [{"license": {
 24665          "id": "Apache-2.0",
 24666          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24667        }}],
 24668        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-util@1.11.4.Final?type=jar",
 24669        "externalReferences": [
 24670          {
 24671            "type": "issue-tracker",
 24672            "url": "https://issues.jboss.org/browse/ELY"
 24673          },
 24674          {
 24675            "type": "vcs",
 24676            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24677          },
 24678          {
 24679            "type": "website",
 24680            "url": "http://www.jboss.org"
 24681          },
 24682          {
 24683            "type": "mailing-list",
 24684            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24685          }
 24686        ]
 24687      },
 24688      {
 24689        "type": "library",
 24690        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-deprecated@1.11.4.Final?type=jar",
 24691        "publisher": "JBoss by Red Hat",
 24692        "group": "org.wildfly.security",
 24693        "name": "wildfly-elytron-x500-deprecated",
 24694        "version": "1.11.4.Final",
 24695        "description": "WildFly Security X.500 Deprecated",
 24696        "hashes": [
 24697          {
 24698            "alg": "MD5",
 24699            "content": "d6b9a1e11a789b67aaa9aefcf61140a2"
 24700          },
 24701          {
 24702            "alg": "SHA-1",
 24703            "content": "feca98aac12a7c5be33727cfd2561c83686f7706"
 24704          },
 24705          {
 24706            "alg": "SHA-256",
 24707            "content": "f4cb9fb92c8c2e32bee0fe209e46ea8ef7c19c781213d330f883028e986e3d34"
 24708          },
 24709          {
 24710            "alg": "SHA-384",
 24711            "content": "a27d991b9f7902d1bd11c5ceb9ec7f5d01363d619b8356d232edd194a9f8f0fafdbab0dc8462f6f7c6c1aa4336735b86"
 24712          },
 24713          {
 24714            "alg": "SHA-512",
 24715            "content": "0f5576342758ff02daa40e3f6a03e8f674912e93321558815db38a317089d9df97d3f936e068032bdafd560094e48b6e71ef4ac36f39fc988ddc5c42acdb4588"
 24716          },
 24717          {
 24718            "alg": "SHA3-256",
 24719            "content": "08bccb41dd3d585fa5d653618275a7cde1211303e5ec0cd7ad7c8dab505de551"
 24720          },
 24721          {
 24722            "alg": "SHA3-384",
 24723            "content": "e4714d9b03dc45c14745e8cb44394550a52779f0c90fa95d78203e061491d0cc02b87cbbe1145ae963ada264af0c34af"
 24724          },
 24725          {
 24726            "alg": "SHA3-512",
 24727            "content": "d984a006adf71da39a681be52d65aeec8a761f6700a5e0917eb1b5fbe8686736188ed347e17edc56ff7963266255f3bdfc53a1ac74389410ce386a64352225d9"
 24728          }
 24729        ],
 24730        "licenses": [{"license": {
 24731          "id": "Apache-2.0",
 24732          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24733        }}],
 24734        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-deprecated@1.11.4.Final?type=jar",
 24735        "externalReferences": [
 24736          {
 24737            "type": "issue-tracker",
 24738            "url": "https://issues.jboss.org/browse/ELY"
 24739          },
 24740          {
 24741            "type": "vcs",
 24742            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24743          },
 24744          {
 24745            "type": "website",
 24746            "url": "http://www.jboss.org"
 24747          },
 24748          {
 24749            "type": "mailing-list",
 24750            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24751          }
 24752        ]
 24753      },
 24754      {
 24755        "type": "library",
 24756        "bom-ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-principal@1.11.4.Final?type=jar",
 24757        "publisher": "JBoss by Red Hat",
 24758        "group": "org.wildfly.security",
 24759        "name": "wildfly-elytron-x500-principal",
 24760        "version": "1.11.4.Final",
 24761        "description": "WildFly Security X.500 Principals",
 24762        "hashes": [
 24763          {
 24764            "alg": "MD5",
 24765            "content": "176000716639ff9f5f71c2e3eea35190"
 24766          },
 24767          {
 24768            "alg": "SHA-1",
 24769            "content": "fa7fc5d64a6c89509e7451151cd390f405c20899"
 24770          },
 24771          {
 24772            "alg": "SHA-256",
 24773            "content": "78593a465fc3eb6925913c0273c0ae29f815c09eae8f88394020be78676cc988"
 24774          },
 24775          {
 24776            "alg": "SHA-384",
 24777            "content": "a32d0b505bcb70cd23a24b98e7422cfb666e84828cdd8b6081dbe6978cadba9de77ce62a117c1ce1e0ff2e0c23691c23"
 24778          },
 24779          {
 24780            "alg": "SHA-512",
 24781            "content": "df12751fdee0d08b800bfac0fec55fd6bd4c7885f7cfa235e699b3dae960cbabee8bd656eb2ae71b5f7da259767c9ba08f3847beb031a8986a111489432c4498"
 24782          },
 24783          {
 24784            "alg": "SHA3-256",
 24785            "content": "ec7fea2dfa57a37c28963815647bc0db181c5784036bd67dc40cbbce5e59b559"
 24786          },
 24787          {
 24788            "alg": "SHA3-384",
 24789            "content": "c4369c58ab36fe3c9aacb4c2d640f6913f26bc56aa946cac858d1fddf4cdd1c47f5b37261c5645133ce2809ef13a5362"
 24790          },
 24791          {
 24792            "alg": "SHA3-512",
 24793            "content": "6b6bc291b227dac71dd691f047d87538c5404056b5256ab87d960d53e8e3ddd66cb3d9d7e187e6f91282f2f53da3c7650cd9be800200e566566c5969650ca809"
 24794          }
 24795        ],
 24796        "licenses": [{"license": {
 24797          "id": "Apache-2.0",
 24798          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 24799        }}],
 24800        "purl": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-principal@1.11.4.Final?type=jar",
 24801        "externalReferences": [
 24802          {
 24803            "type": "issue-tracker",
 24804            "url": "https://issues.jboss.org/browse/ELY"
 24805          },
 24806          {
 24807            "type": "vcs",
 24808            "url": "https://github.com/wildfly-security/wildfly-elytron"
 24809          },
 24810          {
 24811            "type": "website",
 24812            "url": "http://www.jboss.org"
 24813          },
 24814          {
 24815            "type": "mailing-list",
 24816            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24817          }
 24818        ]
 24819      },
 24820      {
 24821        "type": "library",
 24822        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-wildfly-adapter@10.0.2?type=jar",
 24823        "publisher": "JBoss by Red Hat",
 24824        "group": "org.keycloak",
 24825        "name": "keycloak-saml-wildfly-adapter",
 24826        "version": "10.0.2",
 24827        "description": "",
 24828        "hashes": [
 24829          {
 24830            "alg": "MD5",
 24831            "content": "31256b3f80f201b0b4f4514b0fa6ab4c"
 24832          },
 24833          {
 24834            "alg": "SHA-1",
 24835            "content": "95243ee251b22f93f0475204b7553a33f30dd056"
 24836          },
 24837          {
 24838            "alg": "SHA-256",
 24839            "content": "308243ced503d0c7f8bace1cd6952010d9eef853b1698cc20bbb7c0eae2f2e07"
 24840          },
 24841          {
 24842            "alg": "SHA-384",
 24843            "content": "730379269a0898ddc43debdb31b6a02bb4faa3faf8adce141e61c60e527284a4f24aeaa1c6fbbf1c4aa0168249cd92a5"
 24844          },
 24845          {
 24846            "alg": "SHA-512",
 24847            "content": "fb47670743a11fae20c5e2b655add1c22d32fa64c4123b655c4eeb9c65a913e47a0825d4b85834229492cec201f308e1f0db92bb71d4675828843d22e45e6e13"
 24848          },
 24849          {
 24850            "alg": "SHA3-256",
 24851            "content": "e11714e22fd3c7a54ac99d5bc63ef4b4a66fdaf4d38bf834368fb7875df36afe"
 24852          },
 24853          {
 24854            "alg": "SHA3-384",
 24855            "content": "3aac3fb0ef2c7bdb8fff150b5806a6c2ed69ed674e73e0065b42b24eeb16fdb54704605303ab769ad60d7ec25b1aea30"
 24856          },
 24857          {
 24858            "alg": "SHA3-512",
 24859            "content": "e4291c44d736cdbba23d6ab04a047c2183edced5d276fdd01d2f2a77d2b60ca0b791a06c3ce127b97945de1daa8eef87094558b47f80d1cc670dd70f50896b41"
 24860          }
 24861        ],
 24862        "licenses": [{"license": {"id": "Apache-2.0"}}],
 24863        "purl": "pkg:maven/org.keycloak/keycloak-saml-wildfly-adapter@10.0.2?type=jar",
 24864        "externalReferences": [
 24865          {
 24866            "type": "distribution",
 24867            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 24868          },
 24869          {
 24870            "type": "issue-tracker",
 24871            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 24872          },
 24873          {
 24874            "type": "vcs",
 24875            "url": "https://github.com/keycloak/keycloak/tree/master/"
 24876          },
 24877          {
 24878            "type": "website",
 24879            "url": "http://www.jboss.org"
 24880          },
 24881          {
 24882            "type": "mailing-list",
 24883            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24884          }
 24885        ]
 24886      },
 24887      {
 24888        "type": "library",
 24889        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-wildfly-elytron-adapter@10.0.2?type=jar",
 24890        "publisher": "JBoss by Red Hat",
 24891        "group": "org.keycloak",
 24892        "name": "keycloak-saml-wildfly-elytron-adapter",
 24893        "version": "10.0.2",
 24894        "description": "",
 24895        "hashes": [
 24896          {
 24897            "alg": "MD5",
 24898            "content": "f7681c44072c9b2f1783083d90ee5902"
 24899          },
 24900          {
 24901            "alg": "SHA-1",
 24902            "content": "ce0a3e87a9accc02c5f4638ae77815b5bf73a06e"
 24903          },
 24904          {
 24905            "alg": "SHA-256",
 24906            "content": "4d8cbfe7eb57c93463e6d7a9d97770d28c15bbe4cc9885913262556b3eab0c7d"
 24907          },
 24908          {
 24909            "alg": "SHA-384",
 24910            "content": "8142016c90e741d87b38ec62383fdade909d101bdcabfc3e0acdda5f02da648de8923e665f948c6df4837c86f07993b8"
 24911          },
 24912          {
 24913            "alg": "SHA-512",
 24914            "content": "94368b1fc92b5ff4e9fc4e428ad2968dabecffd83a037e61f32da3f06eb328df92c016a5c77205c7c70c61f47183f8551deb4ab34ea480552579a265767d9840"
 24915          },
 24916          {
 24917            "alg": "SHA3-256",
 24918            "content": "9ca7ce11847b206ec8250d1af9e34e2eb86e70df628d9b507ef7cdcddfedae01"
 24919          },
 24920          {
 24921            "alg": "SHA3-384",
 24922            "content": "6867cdce2000d4e0cac7fdc585f75c4c99f06de11b47af6603c81b898b1177e3914da94f591440d720838ae8bb77460b"
 24923          },
 24924          {
 24925            "alg": "SHA3-512",
 24926            "content": "885d55e33a90b1b7fc82e2b09ed2c3e9344461a9c9d8689a318d8b7c34fad3b4fc91718a4e65eea2da68fc21b6c30dfcc2b857b36ddbea764f7b635d0a09ebe0"
 24927          }
 24928        ],
 24929        "licenses": [{"license": {"id": "Apache-2.0"}}],
 24930        "purl": "pkg:maven/org.keycloak/keycloak-saml-wildfly-elytron-adapter@10.0.2?type=jar",
 24931        "externalReferences": [
 24932          {
 24933            "type": "distribution",
 24934            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 24935          },
 24936          {
 24937            "type": "issue-tracker",
 24938            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 24939          },
 24940          {
 24941            "type": "vcs",
 24942            "url": "https://github.com/keycloak/keycloak/tree/master/"
 24943          },
 24944          {
 24945            "type": "website",
 24946            "url": "http://www.jboss.org"
 24947          },
 24948          {
 24949            "type": "mailing-list",
 24950            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 24951          }
 24952        ]
 24953      },
 24954      {
 24955        "type": "library",
 24956        "bom-ref": "pkg:maven/org.keycloak/keycloak-servlet-adapter-spi@10.0.2?type=jar",
 24957        "publisher": "JBoss by Red Hat",
 24958        "group": "org.keycloak",
 24959        "name": "keycloak-servlet-adapter-spi",
 24960        "version": "10.0.2",
 24961        "description": "",
 24962        "hashes": [
 24963          {
 24964            "alg": "MD5",
 24965            "content": "f3b0bbb99aa986708c04c354c1a25457"
 24966          },
 24967          {
 24968            "alg": "SHA-1",
 24969            "content": "3991e91a09967be4de6186b1c1def65150df352d"
 24970          },
 24971          {
 24972            "alg": "SHA-256",
 24973            "content": "b39665ebe42e56c3db510372aedc8c041bd9171bdbfadcc7cdcaeb940de17e67"
 24974          },
 24975          {
 24976            "alg": "SHA-384",
 24977            "content": "6294703fcb5671418ebf951a292085470b58fd5db859c14ddec4f7903303a79a34bad497b2c1912cc156d0591489b22e"
 24978          },
 24979          {
 24980            "alg": "SHA-512",
 24981            "content": "d7ccddcfe352aa1b9d0db4e831e1df91c716e590fb358085f834fbeda3c83310560c6104e7d4feb681dbe377acac42bb0d75ef6288bc270fdadf943878ffdb21"
 24982          },
 24983          {
 24984            "alg": "SHA3-256",
 24985            "content": "577324c396242ccce4eb93c6c2f50559605f6354906646fea479e9bf60d7fe2b"
 24986          },
 24987          {
 24988            "alg": "SHA3-384",
 24989            "content": "285c234e6932680ef0e1e61f854e79fe710b80b8310998bf2ec291573b1ae2103410ab6e17e13283964ce3db9cf50d20"
 24990          },
 24991          {
 24992            "alg": "SHA3-512",
 24993            "content": "03fa79559665f933eee4e9ef5cf51c7209e534164e98224c9e63a5702b95cf905dcf15920caaa642fde4e51dcb12f9551594e2f58586ff4d6b7c807feaa60397"
 24994          }
 24995        ],
 24996        "licenses": [{"license": {"id": "Apache-2.0"}}],
 24997        "purl": "pkg:maven/org.keycloak/keycloak-servlet-adapter-spi@10.0.2?type=jar",
 24998        "externalReferences": [
 24999          {
 25000            "type": "distribution",
 25001            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 25002          },
 25003          {
 25004            "type": "issue-tracker",
 25005            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 25006          },
 25007          {
 25008            "type": "vcs",
 25009            "url": "https://github.com/keycloak/keycloak/tree/master/"
 25010          },
 25011          {
 25012            "type": "website",
 25013            "url": "http://www.jboss.org"
 25014          },
 25015          {
 25016            "type": "mailing-list",
 25017            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 25018          }
 25019        ]
 25020      },
 25021      {
 25022        "type": "library",
 25023        "bom-ref": "pkg:maven/org.keycloak/keycloak-jetty-adapter-spi@10.0.2?type=jar",
 25024        "publisher": "JBoss by Red Hat",
 25025        "group": "org.keycloak",
 25026        "name": "keycloak-jetty-adapter-spi",
 25027        "version": "10.0.2",
 25028        "description": "",
 25029        "hashes": [
 25030          {
 25031            "alg": "MD5",
 25032            "content": "cae46d6d47069b030a952943455617cd"
 25033          },
 25034          {
 25035            "alg": "SHA-1",
 25036            "content": "cc2e6f50c03c40481bb5a16aaf966faccb4b2645"
 25037          },
 25038          {
 25039            "alg": "SHA-256",
 25040            "content": "6ab3144125499b5bf9055de5a9c17ee96517d52e040ac3e1e9c166fafae7455a"
 25041          },
 25042          {
 25043            "alg": "SHA-384",
 25044            "content": "34038e878014275344109df63df3d5c62d160669b6800f1bf90bf12438f2f9c477d33e58113f3d31ba2dc085e53468e4"
 25045          },
 25046          {
 25047            "alg": "SHA-512",
 25048            "content": "c9fd026ced05f6f8b5453b43d47bb854c4598a8d08308043bd1ff5e9c048fc08ffb85e1e3238dc185294aa8199322e414d97d95daa746babeff1d989307274b5"
 25049          },
 25050          {
 25051            "alg": "SHA3-256",
 25052            "content": "80adf959da82995e34d41ba904576d3180664bd5580c1fe8695cbc259fee8e9c"
 25053          },
 25054          {
 25055            "alg": "SHA3-384",
 25056            "content": "021319c0d31f94416a6693895111d2545c7ccd01fc76805e4febe300fb8438f5299f98e9d80973326ed4d930c4dd0942"
 25057          },
 25058          {
 25059            "alg": "SHA3-512",
 25060            "content": "797a358e0ae2557e005835bfb44f7a0b038709828a465bd973d6941319854829ea297c11962446b280eb2036f634bd7993454a2d3070e1a726c070c288ce977f"
 25061          }
 25062        ],
 25063        "licenses": [{"license": {"id": "Apache-2.0"}}],
 25064        "purl": "pkg:maven/org.keycloak/keycloak-jetty-adapter-spi@10.0.2?type=jar",
 25065        "externalReferences": [
 25066          {
 25067            "type": "distribution",
 25068            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 25069          },
 25070          {
 25071            "type": "issue-tracker",
 25072            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 25073          },
 25074          {
 25075            "type": "vcs",
 25076            "url": "https://github.com/keycloak/keycloak/tree/master/"
 25077          },
 25078          {
 25079            "type": "website",
 25080            "url": "http://www.jboss.org"
 25081          },
 25082          {
 25083            "type": "mailing-list",
 25084            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 25085          }
 25086        ]
 25087      },
 25088      {
 25089        "type": "library",
 25090        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-jetty-adapter-core@10.0.2?type=jar",
 25091        "publisher": "JBoss by Red Hat",
 25092        "group": "org.keycloak",
 25093        "name": "keycloak-saml-jetty-adapter-core",
 25094        "version": "10.0.2",
 25095        "description": "",
 25096        "hashes": [
 25097          {
 25098            "alg": "MD5",
 25099            "content": "983ad9baeeb35177a290b1a7a8209d70"
 25100          },
 25101          {
 25102            "alg": "SHA-1",
 25103            "content": "7d8bef1de5b14c13a4ab66658caf3339d3dd58f8"
 25104          },
 25105          {
 25106            "alg": "SHA-256",
 25107            "content": "c56a00b84e0f7d132ae003bc79406de94a70e46cd17f236fe372a8b37e57a9ff"
 25108          },
 25109          {
 25110            "alg": "SHA-384",
 25111            "content": "b6652b8959827e950ccf93d335abaf1925dda3d35baca819faf69317cdc675bbe1995f9414d6d1a19fefcf95c0728245"
 25112          },
 25113          {
 25114            "alg": "SHA-512",
 25115            "content": "c79e62f67fd809b09707a2cec7e47e8658ca6942f22347d86ec2dc316e05c3338fbe8d1f17eb60c17f75d6def4e30c67ae0b146077bd78a73c16c84983ade216"
 25116          },
 25117          {
 25118            "alg": "SHA3-256",
 25119            "content": "6dbf3ac8354c8e113401de2a2de82a9d12eb31d250cba4173c117a8f84e0b3c5"
 25120          },
 25121          {
 25122            "alg": "SHA3-384",
 25123            "content": "44a37ac79264801280caac39a70d3c511a13342352f23e8ed82f29b5e62c6704bcc61bbeaf11078fc5bb61250ff91472"
 25124          },
 25125          {
 25126            "alg": "SHA3-512",
 25127            "content": "c08a1e5db1af64c04c9dd6ed15e5acdc83ec72618391210e8348ab438d47c08939f634ad7975766f312cd42b8ce1032f421810c29f56cd69566dcb182e17871c"
 25128          }
 25129        ],
 25130        "licenses": [{"license": {"id": "Apache-2.0"}}],
 25131        "purl": "pkg:maven/org.keycloak/keycloak-saml-jetty-adapter-core@10.0.2?type=jar",
 25132        "externalReferences": [
 25133          {
 25134            "type": "distribution",
 25135            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 25136          },
 25137          {
 25138            "type": "issue-tracker",
 25139            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 25140          },
 25141          {
 25142            "type": "vcs",
 25143            "url": "https://github.com/keycloak/keycloak/tree/master/"
 25144          },
 25145          {
 25146            "type": "website",
 25147            "url": "http://www.jboss.org"
 25148          },
 25149          {
 25150            "type": "mailing-list",
 25151            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 25152          }
 25153        ]
 25154      },
 25155      {
 25156        "type": "library",
 25157        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.2.4.v20141103?type=jar",
 25158        "publisher": "Webtide",
 25159        "group": "org.eclipse.jetty",
 25160        "name": "jetty-server",
 25161        "version": "9.2.4.v20141103",
 25162        "description": "The core jetty server artifact.",
 25163        "hashes": [
 25164          {
 25165            "alg": "MD5",
 25166            "content": "f720d981de481efcbe240c25bff9453c"
 25167          },
 25168          {
 25169            "alg": "SHA-1",
 25170            "content": "33d0bca1f6a32c0771f9e0700b0af232da68b043"
 25171          },
 25172          {
 25173            "alg": "SHA-256",
 25174            "content": "2743c5c4c6d2baf9041442b5f3f147b04c71a376d32ef138eb693dcf06605b85"
 25175          },
 25176          {
 25177            "alg": "SHA-384",
 25178            "content": "d3dac1c1b7c017ea900be5e730e569ba8912decadfff9a266c434ec44dda78813885cbdc41581c359e13c44908be0ef6"
 25179          },
 25180          {
 25181            "alg": "SHA-512",
 25182            "content": "27fdaca71bf14918a961c8b792da522c96f0e27f02bf88aeb28f0153afcd8280cc6652591aa62ff2e75f8338766cbff35dbe8f33dd5543fd75434ec38f5a5cc7"
 25183          },
 25184          {
 25185            "alg": "SHA3-256",
 25186            "content": "79a987b59e9c3a9b3a0ca8f0291297453eda6b14e6dc043ff0c51885e7f8f2e3"
 25187          },
 25188          {
 25189            "alg": "SHA3-384",
 25190            "content": "c9c3b947ce69058ad53998bd3b93de41f3742f1942ff4f793fb8f8694907bcb852efe32c21cfec2115b1996602baaf62"
 25191          },
 25192          {
 25193            "alg": "SHA3-512",
 25194            "content": "cba002f4bf91f6eba7a64a1ea9cb6de4aea3fe8f94ef477cea4405a2a7e8234b47feccf6db0b5ee4d8535b57606fb6de20194ceeb5854ae7915b30c12be1a8bc"
 25195          }
 25196        ],
 25197        "licenses": [
 25198          {"license": {"id": "Apache-2.0"}},
 25199          {"license": {"id": "EPL-1.0"}}
 25200        ],
 25201        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.2.4.v20141103?type=jar",
 25202        "externalReferences": [
 25203          {
 25204            "type": "vcs",
 25205            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 25206          },
 25207          {
 25208            "type": "website",
 25209            "url": "http://webtide.com"
 25210          },
 25211          {
 25212            "type": "distribution",
 25213            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25214          },
 25215          {
 25216            "type": "issue-tracker",
 25217            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25218          },
 25219          {
 25220            "type": "mailing-list",
 25221            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25222          }
 25223        ]
 25224      },
 25225      {
 25226        "type": "library",
 25227        "bom-ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 25228        "publisher": "GlassFish Community",
 25229        "group": "javax.servlet",
 25230        "name": "javax.servlet-api",
 25231        "version": "3.1.0",
 25232        "description": "Java.net - The Source for Java Technology Collaboration",
 25233        "hashes": [
 25234          {
 25235            "alg": "MD5",
 25236            "content": "79de69e9f5ed8c7fcb8342585732bbf7"
 25237          },
 25238          {
 25239            "alg": "SHA-1",
 25240            "content": "3cd63d075497751784b2fa84be59432f4905bf7c"
 25241          },
 25242          {
 25243            "alg": "SHA-256",
 25244            "content": "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482"
 25245          },
 25246          {
 25247            "alg": "SHA-384",
 25248            "content": "8bf960fd053ef6ad1c3535824311f676b9ad537678b85f855dd5d6d726e391f8a7be9c9c76a8ae3ce8bfe671c1e2c942"
 25249          },
 25250          {
 25251            "alg": "SHA-512",
 25252            "content": "32f7e3565c6cdf3d9a562f8fd597fe5059af0cf6b05b772a144a74bbc95927ac275eb38374538ec1c72adcce4c8e1e2c9f774a7b545db56b8085af0065e4a1e5"
 25253          },
 25254          {
 25255            "alg": "SHA3-256",
 25256            "content": "8acc3481503989e1a78ad619bcbdc005b616c13736522b52e5ae5d782e8a0216"
 25257          },
 25258          {
 25259            "alg": "SHA3-384",
 25260            "content": "e8f3282c08ceeed02947a13e886a3d75a6ea63e4f869a0e0bcbcf622e7cbffc81ed7bc045e82820443b6572c897cc4cc"
 25261          },
 25262          {
 25263            "alg": "SHA3-512",
 25264            "content": "ab5f85d424640ddcf6fc13a41d12ffdee0be9508cd4cdc581168b31cf7917323f6e0d984a0631068e0e01c098098fe0037d1c4176352fd89ba3a4da5d641ca3d"
 25265          }
 25266        ],
 25267        "licenses": [],
 25268        "purl": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 25269        "externalReferences": [
 25270          {
 25271            "type": "website",
 25272            "url": "https://glassfish.dev.java.net"
 25273          },
 25274          {
 25275            "type": "issue-tracker",
 25276            "url": "http://java.net/jira/browse/SERVLET_SPEC"
 25277          },
 25278          {
 25279            "type": "vcs",
 25280            "url": "http://java.net/projects/glassfish/sources/svn/show/tags/javax.servlet-api-3.1.0"
 25281          },
 25282          {
 25283            "type": "distribution",
 25284            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 25285          }
 25286        ]
 25287      },
 25288      {
 25289        "type": "library",
 25290        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.2.4.v20141103?type=jar",
 25291        "publisher": "Webtide",
 25292        "group": "org.eclipse.jetty",
 25293        "name": "jetty-http",
 25294        "version": "9.2.4.v20141103",
 25295        "description": "Administrative parent pom for Jetty modules",
 25296        "hashes": [
 25297          {
 25298            "alg": "MD5",
 25299            "content": "005856c53273c0f2387088819dac7744"
 25300          },
 25301          {
 25302            "alg": "SHA-1",
 25303            "content": "ff541f15263db7c359905750fee8236d7ca09bd3"
 25304          },
 25305          {
 25306            "alg": "SHA-256",
 25307            "content": "244bf89470aad359fdbe6774792d66c206a91a37a462d30ad34515d5ef302a43"
 25308          },
 25309          {
 25310            "alg": "SHA-384",
 25311            "content": "36d98f70ea57bac605511ef5292e5c3f532b5697b634336e5a549d2ed2dc60d54d2e1cb9987919418b471cbb48ffea80"
 25312          },
 25313          {
 25314            "alg": "SHA-512",
 25315            "content": "5e6030a0eb193e6b673b81f27b41a7c3e92ebc870093fa4989355e6375e4c318a7aa2f334ef5c7a6a9fba789e18f00ab50d058f3832630d99be1fc117c40fff2"
 25316          },
 25317          {
 25318            "alg": "SHA3-256",
 25319            "content": "d8a70aaf870b30f041751fb7130c4088cedd995429e55a9851952c11a84b6c17"
 25320          },
 25321          {
 25322            "alg": "SHA3-384",
 25323            "content": "b4c0534c53b6428052873de0bfa907a6ce24b88389454f6d0d6c0713876136e2b7ce7c6d4c703180873bc3d4c1ad5c1a"
 25324          },
 25325          {
 25326            "alg": "SHA3-512",
 25327            "content": "c6f03394fb0c9a462a5346dd0dff99f863ce7763ba2620600f931e4a37ec39e343f88109787aa52b183d2a68bcee0ae7b32f0947d001dfcd85d111919cd27ff4"
 25328          }
 25329        ],
 25330        "licenses": [
 25331          {"license": {"id": "Apache-2.0"}},
 25332          {"license": {"id": "EPL-1.0"}}
 25333        ],
 25334        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.2.4.v20141103?type=jar",
 25335        "externalReferences": [
 25336          {
 25337            "type": "vcs",
 25338            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 25339          },
 25340          {
 25341            "type": "website",
 25342            "url": "http://webtide.com"
 25343          },
 25344          {
 25345            "type": "distribution",
 25346            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25347          },
 25348          {
 25349            "type": "issue-tracker",
 25350            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25351          },
 25352          {
 25353            "type": "mailing-list",
 25354            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25355          }
 25356        ]
 25357      },
 25358      {
 25359        "type": "library",
 25360        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.2.4.v20141103?type=jar",
 25361        "publisher": "Webtide",
 25362        "group": "org.eclipse.jetty",
 25363        "name": "jetty-io",
 25364        "version": "9.2.4.v20141103",
 25365        "description": "Administrative parent pom for Jetty modules",
 25366        "hashes": [
 25367          {
 25368            "alg": "MD5",
 25369            "content": "cf07d0421f6b8d8d4a00f2108e0b8bf3"
 25370          },
 25371          {
 25372            "alg": "SHA-1",
 25373            "content": "9d06ba8cd27ed0f5100f34a37e6edfc12e575304"
 25374          },
 25375          {
 25376            "alg": "SHA-256",
 25377            "content": "e260d153724d2fbc2a0beb7a220e9039dec3e5a7ba8e4fd71eb959fc25357f73"
 25378          },
 25379          {
 25380            "alg": "SHA-384",
 25381            "content": "a0d60bc9f14a6cfe0edfd4893c23c80e89aa48b83d9dfce28c4f6f73dc8963caa01f669484fd0012ced0b68183b8a21b"
 25382          },
 25383          {
 25384            "alg": "SHA-512",
 25385            "content": "fdafc0c20654eb3c2940fcca36330423619677dc5440fc2cda0b082030091c3a0f70fc75bfba3be83631535fafd62a6e7d43225d578fd74d3f21d99d2c32053c"
 25386          },
 25387          {
 25388            "alg": "SHA3-256",
 25389            "content": "bc76cecc185fd99e39aed7c54cebbaf5fcd7a1f94474c55aae86e254e68649b0"
 25390          },
 25391          {
 25392            "alg": "SHA3-384",
 25393            "content": "877e8ad586f9b44ec4372e9f8568da09fab7da9efa77f1fbf2b33e2334589f68304d2d8d1bba30298e2ba0bcc47e259b"
 25394          },
 25395          {
 25396            "alg": "SHA3-512",
 25397            "content": "57d770c2b6a4833f6ed6f3ddda152000b7aebce329bb1777deb508bdb5b0807e94114e08fcd815e6c68d75d93fd02fab3e0d0e56e433111f3615553d8b45b9ec"
 25398          }
 25399        ],
 25400        "licenses": [
 25401          {"license": {"id": "Apache-2.0"}},
 25402          {"license": {"id": "EPL-1.0"}}
 25403        ],
 25404        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.2.4.v20141103?type=jar",
 25405        "externalReferences": [
 25406          {
 25407            "type": "vcs",
 25408            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 25409          },
 25410          {
 25411            "type": "website",
 25412            "url": "http://webtide.com"
 25413          },
 25414          {
 25415            "type": "distribution",
 25416            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25417          },
 25418          {
 25419            "type": "issue-tracker",
 25420            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25421          },
 25422          {
 25423            "type": "mailing-list",
 25424            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25425          }
 25426        ]
 25427      },
 25428      {
 25429        "type": "library",
 25430        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.2.4.v20141103?type=jar",
 25431        "publisher": "Webtide",
 25432        "group": "org.eclipse.jetty",
 25433        "name": "jetty-util",
 25434        "version": "9.2.4.v20141103",
 25435        "description": "Utility classes for Jetty",
 25436        "hashes": [
 25437          {
 25438            "alg": "MD5",
 25439            "content": "8384bf55be8b571448ce12519959612b"
 25440          },
 25441          {
 25442            "alg": "SHA-1",
 25443            "content": "19c163b36a9d0ff0cdf4605a3569f3db447dba5c"
 25444          },
 25445          {
 25446            "alg": "SHA-256",
 25447            "content": "b13a8fc081c99b5faa1494b9e833f0651935f471d54e8e496424b84accbb562a"
 25448          },
 25449          {
 25450            "alg": "SHA-384",
 25451            "content": "552dd32b7866ba2e050ee512fc22b2d132d9cbf3d61672e1ff413db5657d96a9a728c789c1f3842910374bb1941eed1f"
 25452          },
 25453          {
 25454            "alg": "SHA-512",
 25455            "content": "54da5a69cbb370973f784ac64ded937ae0df3f5e7242ce576dab0dc0a2907cd066745f3642ebdb4907c06a4c14c619504841996bc25010aeee2b940459e2bdbd"
 25456          },
 25457          {
 25458            "alg": "SHA3-256",
 25459            "content": "b6cac43d0327ec6c042afeb5744fee44337e81bf83e33148ede9aee6cc1dee47"
 25460          },
 25461          {
 25462            "alg": "SHA3-384",
 25463            "content": "79b33066aa05e3c47af07ce7f635c4449057f0917f43e726770468e683c39f5975831d4f03aff4ccdba74d88c89e7fdb"
 25464          },
 25465          {
 25466            "alg": "SHA3-512",
 25467            "content": "ecebb5ea8a1758afb82036e0e45b011d0024feeda97123c62121a33bd90332d40d87880ad761344fe6f922b67d9198f8d724478e8e07586a6621dd429a6f82d2"
 25468          }
 25469        ],
 25470        "licenses": [
 25471          {"license": {"id": "Apache-2.0"}},
 25472          {"license": {"id": "EPL-1.0"}}
 25473        ],
 25474        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.2.4.v20141103?type=jar",
 25475        "externalReferences": [
 25476          {
 25477            "type": "vcs",
 25478            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 25479          },
 25480          {
 25481            "type": "website",
 25482            "url": "http://webtide.com"
 25483          },
 25484          {
 25485            "type": "distribution",
 25486            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25487          },
 25488          {
 25489            "type": "issue-tracker",
 25490            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25491          },
 25492          {
 25493            "type": "mailing-list",
 25494            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25495          }
 25496        ]
 25497      },
 25498      {
 25499        "type": "library",
 25500        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.2.4.v20141103?type=jar",
 25501        "publisher": "Webtide",
 25502        "group": "org.eclipse.jetty",
 25503        "name": "jetty-security",
 25504        "version": "9.2.4.v20141103",
 25505        "description": "Jetty security infrastructure",
 25506        "hashes": [
 25507          {
 25508            "alg": "MD5",
 25509            "content": "d65fe481d8bf3345904db4e736ec2a23"
 25510          },
 25511          {
 25512            "alg": "SHA-1",
 25513            "content": "4f1a886c5e088a04d8e1fd7d6dd06b9b5d3ff190"
 25514          },
 25515          {
 25516            "alg": "SHA-256",
 25517            "content": "5deea57988186fe7da8a428a1325fc3e1a486cf11315746c2ab99a2baed99262"
 25518          },
 25519          {
 25520            "alg": "SHA-384",
 25521            "content": "ff206a390f001204f4b7b8eca79d063bfacb0343f4fc6760879cf9a3ad22ec3eeabb7d5c7d32bbe240d2a696f36cc225"
 25522          },
 25523          {
 25524            "alg": "SHA-512",
 25525            "content": "ee0685e60db1564285af2b913dc1dec94fc6189b78cb417cacc5513563dd52d2d924713e2a4448221d902990b7843d9be140c0cf713555179e815174f9a6f1ec"
 25526          },
 25527          {
 25528            "alg": "SHA3-256",
 25529            "content": "268f5e637e6a290ef184034d2d42fde43608ced580e1db7ec9b17b1a6cf33f58"
 25530          },
 25531          {
 25532            "alg": "SHA3-384",
 25533            "content": "c21e543ba26744656afa3dbb4af8c0e72368b95799a5be1a97f6a87907fb50f0ab198b370fa365aee4ea805641ba5969"
 25534          },
 25535          {
 25536            "alg": "SHA3-512",
 25537            "content": "02378785a9f32b804c48944a3ff7e991b17ae0896a8b0180953ebaa822ff27aec7486c2db639942c5421b9d936967a66b00ca84cfb7d18d8bdf838cd8c7f1fa1"
 25538          }
 25539        ],
 25540        "licenses": [
 25541          {"license": {"id": "Apache-2.0"}},
 25542          {"license": {"id": "EPL-1.0"}}
 25543        ],
 25544        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.2.4.v20141103?type=jar",
 25545        "externalReferences": [
 25546          {
 25547            "type": "vcs",
 25548            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 25549          },
 25550          {
 25551            "type": "website",
 25552            "url": "http://webtide.com"
 25553          },
 25554          {
 25555            "type": "distribution",
 25556            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25557          },
 25558          {
 25559            "type": "issue-tracker",
 25560            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25561          },
 25562          {
 25563            "type": "mailing-list",
 25564            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25565          }
 25566        ]
 25567      },
 25568      {
 25569        "type": "library",
 25570        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.3.9.v20160517?type=jar",
 25571        "publisher": "Webtide",
 25572        "group": "org.eclipse.jetty",
 25573        "name": "jetty-server",
 25574        "version": "9.3.9.v20160517",
 25575        "description": "The core jetty server artifact.",
 25576        "hashes": [
 25577          {
 25578            "alg": "MD5",
 25579            "content": "9ad777b2d67ac89b709c233641cb65e9"
 25580          },
 25581          {
 25582            "alg": "SHA-1",
 25583            "content": "ce4e2d401f238ada015362af815c817e05e17e45"
 25584          },
 25585          {
 25586            "alg": "SHA-256",
 25587            "content": "2f49c70eba6a53412d585f136cdb22f09dad67fddb4a42666b35fd13afea2c3b"
 25588          },
 25589          {
 25590            "alg": "SHA-384",
 25591            "content": "86d758615e0cf94cff55febc2aa0960bde7efa459252972591735534d5dc72e46f807efb48c55957153f6ab233235ed7"
 25592          },
 25593          {
 25594            "alg": "SHA-512",
 25595            "content": "a13aac6a047457a196ddebafff9e77348f092d2c072a4f701add38f2936a07582dbed7b6d8f8bcfb0b31387b092f0142607f9e3681a286140062b57c089c8a81"
 25596          },
 25597          {
 25598            "alg": "SHA3-256",
 25599            "content": "fc41466456b70eee898d2b3c15df4493b710ce0e533753f24a33dae4add05426"
 25600          },
 25601          {
 25602            "alg": "SHA3-384",
 25603            "content": "952c9ec909a174348e9d651ed1db49b3149480d5a29e518d7a0229eec306d95abdbeb01c231a8de41c85b7f056ef503c"
 25604          },
 25605          {
 25606            "alg": "SHA3-512",
 25607            "content": "9254740836d74dbcd1d14688d765a73eab98e0f33d70ec16b3836140e9419b29f1e4e04aa92cff7957bcdf7516e459bb16706d1d2cc50eabb70c927d6a45602c"
 25608          }
 25609        ],
 25610        "licenses": [
 25611          {"license": {"id": "Apache-2.0"}},
 25612          {"license": {"id": "EPL-1.0"}}
 25613        ],
 25614        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.3.9.v20160517?type=jar",
 25615        "externalReferences": [
 25616          {
 25617            "type": "vcs",
 25618            "url": "https://github.com/eclipse/jetty.project"
 25619          },
 25620          {
 25621            "type": "website",
 25622            "url": "http://webtide.com"
 25623          },
 25624          {
 25625            "type": "distribution",
 25626            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25627          },
 25628          {
 25629            "type": "issue-tracker",
 25630            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25631          },
 25632          {
 25633            "type": "mailing-list",
 25634            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25635          }
 25636        ]
 25637      },
 25638      {
 25639        "type": "library",
 25640        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.3.9.v20160517?type=jar",
 25641        "publisher": "Webtide",
 25642        "group": "org.eclipse.jetty",
 25643        "name": "jetty-http",
 25644        "version": "9.3.9.v20160517",
 25645        "description": "Administrative parent pom for Jetty modules",
 25646        "hashes": [
 25647          {
 25648            "alg": "MD5",
 25649            "content": "06857e7ee3679dbd9749fafcd36336ea"
 25650          },
 25651          {
 25652            "alg": "SHA-1",
 25653            "content": "eb1a9715ea144740cd0f8c4be2d7c733adde8f1a"
 25654          },
 25655          {
 25656            "alg": "SHA-256",
 25657            "content": "eedb3239e9f8f6cfeeffdeed6b80298562d6e734530774bc5c84fb897b860512"
 25658          },
 25659          {
 25660            "alg": "SHA-384",
 25661            "content": "15d1216e149952455395bd773bd5b114819a45e05281dbd968ebcd7b75517ec73742d3c9db0d35346ac5a424468560ee"
 25662          },
 25663          {
 25664            "alg": "SHA-512",
 25665            "content": "0d63e2844087d962bda361b44315f949c3584017757aee2143738d7bf18b4e5e7e53d44930f3c89a49943098402ed73f5731f2aca23075822ba1bdb5800f1650"
 25666          },
 25667          {
 25668            "alg": "SHA3-256",
 25669            "content": "69080bae8c8cae56fdb4d8dde327d6ec76954195fbbac447b8e217982abff95a"
 25670          },
 25671          {
 25672            "alg": "SHA3-384",
 25673            "content": "7423cdb7d89a6faa67e22b74d327955167ebc7ba31db725817c372e6198c2c3d67a030b60f9fb2cda0dcbf721e6e1055"
 25674          },
 25675          {
 25676            "alg": "SHA3-512",
 25677            "content": "59f2c8fb33fcbb1ce820441e9da09b8d0310dcd398925516a62f783e0cdbcd7bb0bad5ca84341cccc6c17959d8b29b575fdb762163ef0dd7172ee887a612ad3c"
 25678          }
 25679        ],
 25680        "licenses": [
 25681          {"license": {"id": "Apache-2.0"}},
 25682          {"license": {"id": "EPL-1.0"}}
 25683        ],
 25684        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.3.9.v20160517?type=jar",
 25685        "externalReferences": [
 25686          {
 25687            "type": "vcs",
 25688            "url": "https://github.com/eclipse/jetty.project"
 25689          },
 25690          {
 25691            "type": "website",
 25692            "url": "http://webtide.com"
 25693          },
 25694          {
 25695            "type": "distribution",
 25696            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25697          },
 25698          {
 25699            "type": "issue-tracker",
 25700            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25701          },
 25702          {
 25703            "type": "mailing-list",
 25704            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25705          }
 25706        ]
 25707      },
 25708      {
 25709        "type": "library",
 25710        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.3.9.v20160517?type=jar",
 25711        "publisher": "Webtide",
 25712        "group": "org.eclipse.jetty",
 25713        "name": "jetty-io",
 25714        "version": "9.3.9.v20160517",
 25715        "description": "Administrative parent pom for Jetty modules",
 25716        "hashes": [
 25717          {
 25718            "alg": "MD5",
 25719            "content": "dd50ca06552031b52d09fe5e821817d8"
 25720          },
 25721          {
 25722            "alg": "SHA-1",
 25723            "content": "00a70b34343d7ba7141159f4ce28728a83d80f03"
 25724          },
 25725          {
 25726            "alg": "SHA-256",
 25727            "content": "401e82edbf1d6b121583daea8ce8bbf4184534c412dd603798bdbb8b719e8c92"
 25728          },
 25729          {
 25730            "alg": "SHA-384",
 25731            "content": "046db74ad1a0349260a3d0a354399792b69fa26382f85e6894de9c34bc4759b510f11e00f8eedf75e4956e2b99de3bed"
 25732          },
 25733          {
 25734            "alg": "SHA-512",
 25735            "content": "1ef2e7ee5d4a90f4c9e3e09a688e90690b1243ed7c908c04cfb9ddae536d6f369bf75d4aa5e01f2817261d18392d4e440342cbff2370fc34ccb19d9b99216d5f"
 25736          },
 25737          {
 25738            "alg": "SHA3-256",
 25739            "content": "08be41b28f6edae36ed752e5a979628da2c3e68f85dd2459ae18eef7e0e266bf"
 25740          },
 25741          {
 25742            "alg": "SHA3-384",
 25743            "content": "3293d54f40e4db1f2084ac710a7a5fb736dcb07678e72322e55a2e1adc08c1f34db348aabf8fe1850bae3a988b11b069"
 25744          },
 25745          {
 25746            "alg": "SHA3-512",
 25747            "content": "77b069f8055c449c21e4a82bbfe77cd545ece029fc8d9b0e85f06672ca12aff7e8193be1ad4b9a35d627f160c6cb073630764607e3ee97665eaab3916da143dc"
 25748          }
 25749        ],
 25750        "licenses": [
 25751          {"license": {"id": "Apache-2.0"}},
 25752          {"license": {"id": "EPL-1.0"}}
 25753        ],
 25754        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.3.9.v20160517?type=jar",
 25755        "externalReferences": [
 25756          {
 25757            "type": "vcs",
 25758            "url": "https://github.com/eclipse/jetty.project"
 25759          },
 25760          {
 25761            "type": "website",
 25762            "url": "http://webtide.com"
 25763          },
 25764          {
 25765            "type": "distribution",
 25766            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25767          },
 25768          {
 25769            "type": "issue-tracker",
 25770            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25771          },
 25772          {
 25773            "type": "mailing-list",
 25774            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25775          }
 25776        ]
 25777      },
 25778      {
 25779        "type": "library",
 25780        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.3.9.v20160517?type=jar",
 25781        "publisher": "Webtide",
 25782        "group": "org.eclipse.jetty",
 25783        "name": "jetty-util",
 25784        "version": "9.3.9.v20160517",
 25785        "description": "Utility classes for Jetty",
 25786        "hashes": [
 25787          {
 25788            "alg": "MD5",
 25789            "content": "a2832b2191077f9f1973c4bfe0c4b637"
 25790          },
 25791          {
 25792            "alg": "SHA-1",
 25793            "content": "5a021301220558f405af685c70404f9a058296ea"
 25794          },
 25795          {
 25796            "alg": "SHA-256",
 25797            "content": "1d50d4dd361142172222c140bc84c930ae65634f8a4c811774eff2240fde92e0"
 25798          },
 25799          {
 25800            "alg": "SHA-384",
 25801            "content": "cdd7c758728f7fd9ebae7978266e67581214a721e7a09c6f1c1c3f4226caa8554df741c43a56cc3331390bf42991228b"
 25802          },
 25803          {
 25804            "alg": "SHA-512",
 25805            "content": "e9d9edddf69594bfdd2e3b7d39a048cdd6d094dd01f7d8d419637ee40e815925412dfa0947b3675b5356488fd442a27e621f6d47f2b8709e448d88e5ddd1eb74"
 25806          },
 25807          {
 25808            "alg": "SHA3-256",
 25809            "content": "5ed4d318c864fbbe6d7c7e2c584d9a39f737173309bd3fea86aab2484e782c47"
 25810          },
 25811          {
 25812            "alg": "SHA3-384",
 25813            "content": "6c8da3cd91cfaba975d69633dbbb08f166ff54283d1aecd6eab5440d43c3e85ddd4a7adf9c7c491b30dd81c2de81ab3c"
 25814          },
 25815          {
 25816            "alg": "SHA3-512",
 25817            "content": "b1a96bed0e1e50ac5cb0bccfaceb0965609ebac16b93aed79dabb219698c4b63c991ae535a4dcb6b9e2bf3cf874c11c5c54cecf2116e66b44cbb323de0fd7a23"
 25818          }
 25819        ],
 25820        "licenses": [
 25821          {"license": {"id": "Apache-2.0"}},
 25822          {"license": {"id": "EPL-1.0"}}
 25823        ],
 25824        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.3.9.v20160517?type=jar",
 25825        "externalReferences": [
 25826          {
 25827            "type": "vcs",
 25828            "url": "https://github.com/eclipse/jetty.project"
 25829          },
 25830          {
 25831            "type": "website",
 25832            "url": "http://webtide.com"
 25833          },
 25834          {
 25835            "type": "distribution",
 25836            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25837          },
 25838          {
 25839            "type": "issue-tracker",
 25840            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25841          },
 25842          {
 25843            "type": "mailing-list",
 25844            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25845          }
 25846        ]
 25847      },
 25848      {
 25849        "type": "library",
 25850        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.3.9.v20160517?type=jar",
 25851        "publisher": "Webtide",
 25852        "group": "org.eclipse.jetty",
 25853        "name": "jetty-security",
 25854        "version": "9.3.9.v20160517",
 25855        "description": "Jetty security infrastructure",
 25856        "hashes": [
 25857          {
 25858            "alg": "MD5",
 25859            "content": "a88eb1da9c3e259450145402164b290d"
 25860          },
 25861          {
 25862            "alg": "SHA-1",
 25863            "content": "2014e718496f9ad5744ef0f14009122a5c5df5ab"
 25864          },
 25865          {
 25866            "alg": "SHA-256",
 25867            "content": "f7b0f7e9c6accf27726565d240b8aec0391911f235130b612cea7b60967bb7ba"
 25868          },
 25869          {
 25870            "alg": "SHA-384",
 25871            "content": "75dfedf44f30f7552830c3c0d3450f1f852f9c1c62d24fac9d2551ec70e78a7795817e2586011fdef6969d87b92b4e7d"
 25872          },
 25873          {
 25874            "alg": "SHA-512",
 25875            "content": "6731e0e29b060c14c01f94daa2e4d9bcb598f6740b2a3b339be914958583ad447fc548a3b0606761fe5c75a0e6b052cf108fd8b9f770c482341a9c792a6a78ea"
 25876          },
 25877          {
 25878            "alg": "SHA3-256",
 25879            "content": "303509ac267cb1973a97fe711da884bdf067b472fecce82777e85b0d98b46050"
 25880          },
 25881          {
 25882            "alg": "SHA3-384",
 25883            "content": "3eac46266472bcd9906681e6eb039bd9035afef0bbc9c028dcbf6242ba97075c6be12f132eaec94aaf8944c49641cb2c"
 25884          },
 25885          {
 25886            "alg": "SHA3-512",
 25887            "content": "0c820c50baeebe134b570b8d862a25f7f81da9b6345b6c936a43213e1b6b8fd7bcaad1e39acb3eff098f83136b0d6a92876a988edf2db2ece2155b187527034e"
 25888          }
 25889        ],
 25890        "licenses": [
 25891          {"license": {"id": "Apache-2.0"}},
 25892          {"license": {"id": "EPL-1.0"}}
 25893        ],
 25894        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.3.9.v20160517?type=jar",
 25895        "externalReferences": [
 25896          {
 25897            "type": "vcs",
 25898            "url": "https://github.com/eclipse/jetty.project"
 25899          },
 25900          {
 25901            "type": "website",
 25902            "url": "http://webtide.com"
 25903          },
 25904          {
 25905            "type": "distribution",
 25906            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25907          },
 25908          {
 25909            "type": "issue-tracker",
 25910            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 25911          },
 25912          {
 25913            "type": "mailing-list",
 25914            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25915          }
 25916        ]
 25917      },
 25918      {
 25919        "type": "library",
 25920        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.2.v20170220?type=jar",
 25921        "publisher": "Webtide",
 25922        "group": "org.eclipse.jetty",
 25923        "name": "jetty-server",
 25924        "version": "9.4.2.v20170220",
 25925        "description": "The core jetty server artifact.",
 25926        "hashes": [
 25927          {
 25928            "alg": "MD5",
 25929            "content": "2dc4360fb13de133a15e81f1ffb1fdf1"
 25930          },
 25931          {
 25932            "alg": "SHA-1",
 25933            "content": "d44c34ac77053f49c963dba7b122d01343f2d40d"
 25934          },
 25935          {
 25936            "alg": "SHA-256",
 25937            "content": "bcf714709421f1388966cf392d391214a55541c1862bb59c8dac561510bf229a"
 25938          },
 25939          {
 25940            "alg": "SHA-384",
 25941            "content": "e8ecdd69961949be61dcfe84539bbb72b57719220fe0643ba5bec0013b134a2131890e79791be6bc895decf91d075431"
 25942          },
 25943          {
 25944            "alg": "SHA-512",
 25945            "content": "8e33a686f60323c9d7094893e28ba1dad0985614afceeac137d48c04e964983f9eda57dc3c0d4c5b94d69a1af42b39442a4e23c6819b62c29310dd75620ad877"
 25946          },
 25947          {
 25948            "alg": "SHA3-256",
 25949            "content": "4ee1e69ff8761e4af204c77593cf08def969e3a4e0f26a80111828bc23459425"
 25950          },
 25951          {
 25952            "alg": "SHA3-384",
 25953            "content": "edb7f7542f1b0d2d28a55d0d2639c304b86760dda0747e9dd13b51be328d7317b117c87429c42e286d43ca7a84ddacd4"
 25954          },
 25955          {
 25956            "alg": "SHA3-512",
 25957            "content": "f50bf3e45c40132b682990a9bec65c65065921cb24aed4153c25eae23b6d12675afc7bca4afe97d20a84f9166c982ca11f308d7d143b80cb69fb61549247ae31"
 25958          }
 25959        ],
 25960        "licenses": [
 25961          {"license": {"id": "Apache-2.0"}},
 25962          {"license": {"id": "EPL-1.0"}}
 25963        ],
 25964        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.2.v20170220?type=jar",
 25965        "externalReferences": [
 25966          {
 25967            "type": "website",
 25968            "url": "https://webtide.com"
 25969          },
 25970          {
 25971            "type": "distribution",
 25972            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 25973          },
 25974          {
 25975            "type": "issue-tracker",
 25976            "url": "https://github.com/eclipse/jetty.project/issues"
 25977          },
 25978          {
 25979            "type": "mailing-list",
 25980            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 25981          },
 25982          {
 25983            "type": "vcs",
 25984            "url": "https://github.com/eclipse/jetty.project"
 25985          }
 25986        ]
 25987      },
 25988      {
 25989        "type": "library",
 25990        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220?type=jar",
 25991        "publisher": "Webtide",
 25992        "group": "org.eclipse.jetty",
 25993        "name": "jetty-http",
 25994        "version": "9.4.2.v20170220",
 25995        "description": "The Eclipse Jetty Project",
 25996        "hashes": [
 25997          {
 25998            "alg": "MD5",
 25999            "content": "386ed57d8b083ae5b91aae425b0a7d8e"
 26000          },
 26001          {
 26002            "alg": "SHA-1",
 26003            "content": "d22fac65c0c7a7cc188cfb9d70312b5ae0db8fd8"
 26004          },
 26005          {
 26006            "alg": "SHA-256",
 26007            "content": "4e0d6ec1b078ef4bb300a58d147e42632a5b115ed345f614417d93df45104d0c"
 26008          },
 26009          {
 26010            "alg": "SHA-384",
 26011            "content": "b37118a791801b5dc99712491b3011787dee643c211d423b3eb1b3e69c1b1f4ef9a024278f0f28440c0e85d27723928a"
 26012          },
 26013          {
 26014            "alg": "SHA-512",
 26015            "content": "55b5e218b85f992b35e0b67ff33ad1382d6877d583f126f23e9d8385ef29440e28ab7dd82f455b14d8d67955eb99b21fbe30ecfb4d5fb0ec1ae8857c8ded1a73"
 26016          },
 26017          {
 26018            "alg": "SHA3-256",
 26019            "content": "550432a536145ebd638c5f7af417a541ac23fdbcaea34251fddec75889bd0fdf"
 26020          },
 26021          {
 26022            "alg": "SHA3-384",
 26023            "content": "1421504a23ebd57b81b159b67eec64a03f482e255f1b084622d47acdea5b6b9f45832c57c05aaf555a40c3b350c06280"
 26024          },
 26025          {
 26026            "alg": "SHA3-512",
 26027            "content": "6394252b9c303d5d88fdb8ab45d7d3493180b1fc3a829aa2ae7b462266c0ea7b89d69bcff0939a0fa24c9d70f54b9a1cf823207194e8c061639e160dfa8ec5a2"
 26028          }
 26029        ],
 26030        "licenses": [
 26031          {"license": {"id": "Apache-2.0"}},
 26032          {"license": {"id": "EPL-1.0"}}
 26033        ],
 26034        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220?type=jar",
 26035        "externalReferences": [
 26036          {
 26037            "type": "website",
 26038            "url": "https://webtide.com"
 26039          },
 26040          {
 26041            "type": "distribution",
 26042            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26043          },
 26044          {
 26045            "type": "issue-tracker",
 26046            "url": "https://github.com/eclipse/jetty.project/issues"
 26047          },
 26048          {
 26049            "type": "mailing-list",
 26050            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 26051          },
 26052          {
 26053            "type": "vcs",
 26054            "url": "https://github.com/eclipse/jetty.project"
 26055          }
 26056        ]
 26057      },
 26058      {
 26059        "type": "library",
 26060        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.2.v20170220?type=jar",
 26061        "publisher": "Webtide",
 26062        "group": "org.eclipse.jetty",
 26063        "name": "jetty-io",
 26064        "version": "9.4.2.v20170220",
 26065        "description": "The Eclipse Jetty Project",
 26066        "hashes": [
 26067          {
 26068            "alg": "MD5",
 26069            "content": "176233ae3ddfde3e751e1b2c58aa9355"
 26070          },
 26071          {
 26072            "alg": "SHA-1",
 26073            "content": "c0c1c3b9dfc2ecadf75aa789ab0feb3c74d5b820"
 26074          },
 26075          {
 26076            "alg": "SHA-256",
 26077            "content": "3deca8c33a5af323278d6d50e88b3456e89081d7b9e2c67a6361b939c2da686e"
 26078          },
 26079          {
 26080            "alg": "SHA-384",
 26081            "content": "bc7bb07de4ea79e3b07e1ae9b8aafdc49217eda3249957991fdd48c458c1fc0e83758507ca525fa7facfb38f79d379a8"
 26082          },
 26083          {
 26084            "alg": "SHA-512",
 26085            "content": "8bbad19528bfa4904b7cf2fa5fdd45e54dc57e3ebd7e057f96ab6900e17f96d558b622447fcbe5dce1ab28f59df4c88593d9ae72c8772fc7cfaa18e224c124e9"
 26086          },
 26087          {
 26088            "alg": "SHA3-256",
 26089            "content": "7522d15ce218696eac0e07bd9d57638b5a2bf1de2f6efa93e3e563f08dd3c404"
 26090          },
 26091          {
 26092            "alg": "SHA3-384",
 26093            "content": "2ac99bc657476ce8aa7cb454e778c359fe13465ae7ab9c68afa84c6d6a27907ab3b9b1cae63c0319eaa7f5611fd01d6e"
 26094          },
 26095          {
 26096            "alg": "SHA3-512",
 26097            "content": "09a7c890c0e69b4dc0c635fb64ea198000929e5f21ae03633c671ec90daba7e5a283815adf150d8ca636ac760a89338111bdac6aa59830e56a6a5f7df89ee22d"
 26098          }
 26099        ],
 26100        "licenses": [
 26101          {"license": {"id": "Apache-2.0"}},
 26102          {"license": {"id": "EPL-1.0"}}
 26103        ],
 26104        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.2.v20170220?type=jar",
 26105        "externalReferences": [
 26106          {
 26107            "type": "website",
 26108            "url": "https://webtide.com"
 26109          },
 26110          {
 26111            "type": "distribution",
 26112            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26113          },
 26114          {
 26115            "type": "issue-tracker",
 26116            "url": "https://github.com/eclipse/jetty.project/issues"
 26117          },
 26118          {
 26119            "type": "mailing-list",
 26120            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 26121          },
 26122          {
 26123            "type": "vcs",
 26124            "url": "https://github.com/eclipse/jetty.project"
 26125          }
 26126        ]
 26127      },
 26128      {
 26129        "type": "library",
 26130        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.2.v20170220?type=jar",
 26131        "publisher": "Webtide",
 26132        "group": "org.eclipse.jetty",
 26133        "name": "jetty-util",
 26134        "version": "9.4.2.v20170220",
 26135        "description": "Utility classes for Jetty",
 26136        "hashes": [
 26137          {
 26138            "alg": "MD5",
 26139            "content": "d62b323296e809494e670d9b35ae8ac4"
 26140          },
 26141          {
 26142            "alg": "SHA-1",
 26143            "content": "df66fc12053bf23308d799890cd31bea497fda46"
 26144          },
 26145          {
 26146            "alg": "SHA-256",
 26147            "content": "9e76023b3743e6fa238c1de406d7cf2a98cdd3d0de200e538c73bcf9feb618db"
 26148          },
 26149          {
 26150            "alg": "SHA-384",
 26151            "content": "fe1d7dae9d86b8421f75845ab3c18804d19fd272401af21505c0073a2c13dad63dd3f4ec8e221bbf80ab16fa6b756038"
 26152          },
 26153          {
 26154            "alg": "SHA-512",
 26155            "content": "d5b8ff815560997bc98d6c30873a80d01430ef03a9f18f14ebd4c126145880cb37897e58c8d6b27ce24d1b14111e0e9a82cc0cb8bf28bae0b682d5ecca4d906c"
 26156          },
 26157          {
 26158            "alg": "SHA3-256",
 26159            "content": "ccf6efd4a56ec644a6c91952c0002da0c3e74cc0b06a36f78d735135bacbb1a1"
 26160          },
 26161          {
 26162            "alg": "SHA3-384",
 26163            "content": "bc1b7d2d760734f504b78d84dff9d286663741f76f107bd5ab8cab278d7c6b566b085d1cb506136d26f33bb0f16d2f86"
 26164          },
 26165          {
 26166            "alg": "SHA3-512",
 26167            "content": "92efc448e83decc06a9e7e7e4a29c9a2efbd3304b47f7498186eb6b83cfcd5c262fdf48d5bdd3c816ef967e0348676b3f20e2de27c1356cc8e4c7f79f72fa2c7"
 26168          }
 26169        ],
 26170        "licenses": [
 26171          {"license": {"id": "Apache-2.0"}},
 26172          {"license": {"id": "EPL-1.0"}}
 26173        ],
 26174        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.2.v20170220?type=jar",
 26175        "externalReferences": [
 26176          {
 26177            "type": "website",
 26178            "url": "https://webtide.com"
 26179          },
 26180          {
 26181            "type": "distribution",
 26182            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26183          },
 26184          {
 26185            "type": "issue-tracker",
 26186            "url": "https://github.com/eclipse/jetty.project/issues"
 26187          },
 26188          {
 26189            "type": "mailing-list",
 26190            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 26191          },
 26192          {
 26193            "type": "vcs",
 26194            "url": "https://github.com/eclipse/jetty.project"
 26195          }
 26196        ]
 26197      },
 26198      {
 26199        "type": "library",
 26200        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.2.v20170220?type=jar",
 26201        "publisher": "Webtide",
 26202        "group": "org.eclipse.jetty",
 26203        "name": "jetty-security",
 26204        "version": "9.4.2.v20170220",
 26205        "description": "Jetty security infrastructure",
 26206        "hashes": [
 26207          {
 26208            "alg": "MD5",
 26209            "content": "5a43409dd2f79e05524d36fa0891497c"
 26210          },
 26211          {
 26212            "alg": "SHA-1",
 26213            "content": "17650f5424d3b5f3782d6c196a6ca4989a8adeec"
 26214          },
 26215          {
 26216            "alg": "SHA-256",
 26217            "content": "8654fcf19905c953d184d338e84957907f6f6238ac02046d7ca96a856f4f332a"
 26218          },
 26219          {
 26220            "alg": "SHA-384",
 26221            "content": "87fd2f50ad1879bf3714296d0a834aafc03be803ab84936c7b48f07fa7cd6cdf44168e43600505d95078afe95d1af1e7"
 26222          },
 26223          {
 26224            "alg": "SHA-512",
 26225            "content": "e36a20a9c719010653fa71970aa45b7c3484e74feef4dd1f9651b2e53f36a6dc5b15456fc4b769164b98a3338dc49835559b1600337037c673780f0466528a47"
 26226          },
 26227          {
 26228            "alg": "SHA3-256",
 26229            "content": "b6ec9abae235893e5e23d2e87ce7edd5a0bbb2d1b09a44f28990407a1e66a914"
 26230          },
 26231          {
 26232            "alg": "SHA3-384",
 26233            "content": "9270faf84b18a0fd2f7287bc1302e54dfef82b347a8f8556cd3736dd91bea304712bdf9fd7d47db54cb9fb7fa1fe0123"
 26234          },
 26235          {
 26236            "alg": "SHA3-512",
 26237            "content": "76229c6a221b14cb173b91e80726bb38bd6d36c8e185540d8d93326085bbbee61595a833983e5150099230f3e24287d4dd813a756d2ffc3abb0587ab43f065f3"
 26238          }
 26239        ],
 26240        "licenses": [
 26241          {"license": {"id": "Apache-2.0"}},
 26242          {"license": {"id": "EPL-1.0"}}
 26243        ],
 26244        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.2.v20170220?type=jar",
 26245        "externalReferences": [
 26246          {
 26247            "type": "website",
 26248            "url": "https://webtide.com"
 26249          },
 26250          {
 26251            "type": "distribution",
 26252            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26253          },
 26254          {
 26255            "type": "issue-tracker",
 26256            "url": "https://github.com/eclipse/jetty.project/issues"
 26257          },
 26258          {
 26259            "type": "mailing-list",
 26260            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 26261          },
 26262          {
 26263            "type": "vcs",
 26264            "url": "https://github.com/eclipse/jetty.project"
 26265          }
 26266        ]
 26267      },
 26268      {
 26269        "type": "library",
 26270        "bom-ref": "pkg:maven/org.osgi/org.osgi.core@4.2.0?type=jar",
 26271        "group": "org.osgi",
 26272        "name": "org.osgi.core",
 26273        "version": "4.2.0",
 26274        "description": "POM was created by Sonatype Nexus",
 26275        "hashes": [
 26276          {
 26277            "alg": "MD5",
 26278            "content": "fe78bba6a5aa44cd9f3aef235ed16994"
 26279          },
 26280          {
 26281            "alg": "SHA-1",
 26282            "content": "66ab449ff3aa5c4adfc82c89025cc983b422eb95"
 26283          },
 26284          {
 26285            "alg": "SHA-256",
 26286            "content": "f61afff1c8ea076b1fb0f935f832bdd2ad7ed5d087ba00bf42606514c2ffe8b4"
 26287          },
 26288          {
 26289            "alg": "SHA-384",
 26290            "content": "7ec969c96f9cd224929cf34d3c4462a844e6262bb26e5fb28bd06d83b818caaf5576e51ade1cc766cd8ac948c02d528e"
 26291          },
 26292          {
 26293            "alg": "SHA-512",
 26294            "content": "1a060cdae74c869832daf6f51a4a08e5a5ef0742df9524c4f23b5948ce561092a3f6e12c21c59b8815e2f2e8d75cdbb4ea83db875c227c5fd5fce6d6a78b4f44"
 26295          },
 26296          {
 26297            "alg": "SHA3-256",
 26298            "content": "4b2eebac216b1046617b012a44c82f52301765522ba226ba03dbe50e8eb389a4"
 26299          },
 26300          {
 26301            "alg": "SHA3-384",
 26302            "content": "90a5307623b843e5242f0aa795d6bf904c8d0fbd5461da0544d827ebae8fb9ba2b207822c7d01fa1ca9fe26660f06522"
 26303          },
 26304          {
 26305            "alg": "SHA3-512",
 26306            "content": "82d039b4741c8e00324154d1119966f9d016e01e9d346bd9fa80cebeceae17c2c37d08f9ecb6cbfd9ffbec5de352a3d2247be7b9c6e60327c91ff539da84bf2b"
 26307          }
 26308        ],
 26309        "licenses": [],
 26310        "purl": "pkg:maven/org.osgi/org.osgi.core@4.2.0?type=jar"
 26311      },
 26312      {
 26313        "type": "library",
 26314        "bom-ref": "pkg:maven/org.osgi/org.osgi.enterprise@4.2.0?type=jar",
 26315        "group": "org.osgi",
 26316        "name": "org.osgi.enterprise",
 26317        "version": "4.2.0",
 26318        "description": "OSGi 4.2.0 Enterprise API",
 26319        "hashes": [
 26320          {
 26321            "alg": "MD5",
 26322            "content": "c7e77f6056db8b4d6bd9ccf512b66f75"
 26323          },
 26324          {
 26325            "alg": "SHA-1",
 26326            "content": "8634dcb0fc62196e820ed0f1062993c377f74972"
 26327          },
 26328          {
 26329            "alg": "SHA-256",
 26330            "content": "c05df7ec091e991712996e4ef9880b165bcde2c4127231607c58c3f558a65f2b"
 26331          },
 26332          {
 26333            "alg": "SHA-384",
 26334            "content": "5819725567378d6f2010d82aefaef4721e7c9a579399c39f3ebcdc210d79714c64dec02c39732c05dc28a1a20f6acf28"
 26335          },
 26336          {
 26337            "alg": "SHA-512",
 26338            "content": "af23a3bac8fd95f57972cf8896d7befe9771134b5966bb17afb8a73aab45b15623978302f27ca2900d1bbf92e9c13d8b02c6f5b256070ad68cb8f188d2ae5ced"
 26339          },
 26340          {
 26341            "alg": "SHA3-256",
 26342            "content": "96234e936e1e09a8a23cdc5ea2f02de62f18d616e7afc865c7d6cf7c8a106804"
 26343          },
 26344          {
 26345            "alg": "SHA3-384",
 26346            "content": "42961bfbf1305de263875ec81ef206c41bd0e1e62bdb07d1c6e3b464fc3b0e643bf6e865d03f5ad0378b6baea0b09824"
 26347          },
 26348          {
 26349            "alg": "SHA3-512",
 26350            "content": "21a86ff1ed479d62bc0360eebc72081f807bba1b4fa1725fe2ab7983e0b33624a0c06d2f4a02179d1f5f5b27c775b1cf9dac104133c7aa74e91fd686e0979e8e"
 26351          }
 26352        ],
 26353        "licenses": [],
 26354        "purl": "pkg:maven/org.osgi/org.osgi.enterprise@4.2.0?type=jar"
 26355      },
 26356      {
 26357        "type": "library",
 26358        "bom-ref": "pkg:maven/org.ops4j.pax.web/pax-web-runtime@7.1.0?type=jar",
 26359        "publisher": "OPS4J - Open Participation Software for Java",
 26360        "group": "org.ops4j.pax.web",
 26361        "name": "pax-web-runtime",
 26362        "version": "7.1.0",
 26363        "description": "Pax Web is a OSGi Http Service based on Jetty 6. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.",
 26364        "hashes": [
 26365          {
 26366            "alg": "MD5",
 26367            "content": "a79a72fb650edd5bc24c4ee5a0e00b72"
 26368          },
 26369          {
 26370            "alg": "SHA-1",
 26371            "content": "746848d0e007d7639fdf186f6bfae3d178eabee7"
 26372          },
 26373          {
 26374            "alg": "SHA-256",
 26375            "content": "e518bfcc18ed15ce72b35fc3eebeebc7bd5695ec4e574c7e8d0fe7816ef9a619"
 26376          },
 26377          {
 26378            "alg": "SHA-384",
 26379            "content": "a0c0d283b080aa40a32e08a07f97a02842c0521a19f4cc59e1cba4b3d95900cfcefae7e527dd2b2a12f38388f6afbe2b"
 26380          },
 26381          {
 26382            "alg": "SHA-512",
 26383            "content": "4134ab48ca0ad9d376c025d3e65bebb656d9b3d07bba85e3874267cfec17d75a3d559f4dfd6f0a099106935bb209bd851189740acbc9e398496db148ef7f2675"
 26384          },
 26385          {
 26386            "alg": "SHA3-256",
 26387            "content": "2e34c4b52dff073deda7107d081d1ee94fcfff462c7ebc11f9d2fff0e92b4465"
 26388          },
 26389          {
 26390            "alg": "SHA3-384",
 26391            "content": "f83816fd9dae572bcf613b4cc0c87d849a045fd969295a83f0f06bad5e6692db218b3383b58f9e1e4412dea008f399cd"
 26392          },
 26393          {
 26394            "alg": "SHA3-512",
 26395            "content": "74d12937f4c420f5e225bc316e11b93de758adec7602589b9f27b4e0145a72e43ef96796a56471e4cceac4b6cb11e16287302dbf1ffbe6898cfcb9b9251daee4"
 26396          }
 26397        ],
 26398        "licenses": [{"license": {
 26399          "name": "ALv2",
 26400          "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
 26401        }}],
 26402        "purl": "pkg:maven/org.ops4j.pax.web/pax-web-runtime@7.1.0?type=jar",
 26403        "externalReferences": [
 26404          {
 26405            "type": "build-system",
 26406            "url": "http://ci.ops4j.org/jenkins/"
 26407          },
 26408          {
 26409            "type": "issue-tracker",
 26410            "url": "https://ops4j1.jira.com/projects/PAXWEB"
 26411          },
 26412          {
 26413            "type": "vcs",
 26414            "url": "http://github.com/ops4j/org.ops4j.pax.web/tree/pax-web-6.1.x"
 26415          },
 26416          {
 26417            "type": "website",
 26418            "url": "http://www.ops4j.org/"
 26419          },
 26420          {
 26421            "type": "distribution",
 26422            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26423          },
 26424          {
 26425            "type": "mailing-list",
 26426            "url": "https://groups.google.com/forum/?fromgroups=#!forum/ops4j"
 26427          }
 26428        ]
 26429      },
 26430      {
 26431        "type": "library",
 26432        "bom-ref": "pkg:maven/org.jasypt/jasypt@1.9.2?type=jar",
 26433        "publisher": "The JASYPT team",
 26434        "group": "org.jasypt",
 26435        "name": "jasypt",
 26436        "version": "1.9.2",
 26437        "description": "Java library which enables encryption in java apps with minimum effort.",
 26438        "hashes": [
 26439          {
 26440            "alg": "MD5",
 26441            "content": "92a13d215927d3d5fccb5487c1b13ba2"
 26442          },
 26443          {
 26444            "alg": "SHA-1",
 26445            "content": "91eee489a389faba9fc57bfee75c87c615c19cd7"
 26446          },
 26447          {
 26448            "alg": "SHA-256",
 26449            "content": "32f8755847f3fce72de4aa16480ed8fe23b51d0f4aea7eab9e167126bb1ba048"
 26450          },
 26451          {
 26452            "alg": "SHA-384",
 26453            "content": "df4817b0957c6dac7f13fa2fb53d733267b038ef3a6575600f69559c3d1d209163079f572d993faa23664b0c8c8c2b0e"
 26454          },
 26455          {
 26456            "alg": "SHA-512",
 26457            "content": "540f7d09595480e257f3b9dc664c866f232610ea4c472dfb225ecb3409c963f89ef5b4c600b297933b4c69b7b2486f9c6bef3004365b0deae32a1392329fcc16"
 26458          },
 26459          {
 26460            "alg": "SHA3-256",
 26461            "content": "f8cdb1d467ec64a032c38656a6f50740cec6be225fa6e19dcf1b7c0a66dc1771"
 26462          },
 26463          {
 26464            "alg": "SHA3-384",
 26465            "content": "5ad0f3650225d129aab4674b7bc220aa9efcf3ef45b831fa0c32bf08b6da83b1430d492c36592caa8aeda4391b3eb9a2"
 26466          },
 26467          {
 26468            "alg": "SHA3-512",
 26469            "content": "e729b5eebdee90aaa4c8909a1c1199223b62b6b8e12a0fb66f1f44fc710f4e83f8aacc35c28d14ec69f406a79d0ec1a48231d24d310eb275c4dfaed122cfdda3"
 26470          }
 26471        ],
 26472        "licenses": [{"license": {"id": "Apache-2.0"}}],
 26473        "purl": "pkg:maven/org.jasypt/jasypt@1.9.2?type=jar",
 26474        "externalReferences": [
 26475          {
 26476            "type": "website",
 26477            "url": "http://www.jasypt.org"
 26478          },
 26479          {
 26480            "type": "distribution",
 26481            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 26482          }
 26483        ]
 26484      },
 26485      {
 26486        "type": "library",
 26487        "bom-ref": "pkg:maven/org.ops4j.pax.web/pax-web-spi@7.1.0?type=jar",
 26488        "publisher": "OPS4J - Open Participation Software for Java",
 26489        "group": "org.ops4j.pax.web",
 26490        "name": "pax-web-spi",
 26491        "version": "7.1.0",
 26492        "description": "Pax Web is a OSGi Http Service based on Jetty 6. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.",
 26493        "hashes": [
 26494          {
 26495            "alg": "MD5",
 26496            "content": "51ac7fb2e6a078248f7187dfd9d9b508"
 26497          },
 26498          {
 26499            "alg": "SHA-1",
 26500            "content": "1652ab2cd0580bce821a2fef227c7abbf88c1d6f"
 26501          },
 26502          {
 26503            "alg": "SHA-256",
 26504            "content": "915db79c01f3f5f3fb2a0c29412da39ed79204b31f88c550c4e4abba826a56b6"
 26505          },
 26506          {
 26507            "alg": "SHA-384",
 26508            "content": "3e60681a91b434ef4a0070cb7381a0a675c48e858da60ab8ebd6f98de20f27d082c5abb2d9fc425adffcc6acb77c32a0"
 26509          },
 26510          {
 26511            "alg": "SHA-512",
 26512            "content": "2fd09a2a9b62ee90ec0124f982ff7867fe4b3cf7dfd9c7c51491c3d23c03bc2e582e8e360966ab6df1d999700aa2273f5a722897c6af6fa34480511303e8d066"
 26513          },
 26514          {
 26515            "alg": "SHA3-256",
 26516            "content": "1c5b8b3e90b32580e385108f6be11d486ee9d451b51e8e69d4c19b0811cfcf10"
 26517          },
 26518          {
 26519            "alg": "SHA3-384",
 26520            "content": "c2b6d03f9236d57530e291b3b063f964a0316a92a4a579c7981cfc2b43a53103770a5afcec98cc682543b4ac136220a5"
 26521          },
 26522          {
 26523            "alg": "SHA3-512",
 26524            "content": "79204d792d96e1b36252cba6bcf08119ff81f0316cf2f2cfc4f169b2c657e7d1c5086eec410032cf422677da7f9223c66ea2ef37dd7fe073e45379bfe6aca03e"
 26525          }
 26526        ],
 26527        "licenses": [{"license": {
 26528          "name": "ALv2",
 26529          "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
 26530        }}],
 26531        "purl": "pkg:maven/org.ops4j.pax.web/pax-web-spi@7.1.0?type=jar",
 26532        "externalReferences": [
 26533          {
 26534            "type": "build-system",
 26535            "url": "http://ci.ops4j.org/jenkins/"
 26536          },
 26537          {
 26538            "type": "issue-tracker",
 26539            "url": "https://ops4j1.jira.com/projects/PAXWEB"
 26540          },
 26541          {
 26542            "type": "vcs",
 26543            "url": "http://github.com/ops4j/org.ops4j.pax.web/tree/pax-web-6.1.x"
 26544          },
 26545          {
 26546            "type": "website",
 26547            "url": "http://www.ops4j.org/"
 26548          },
 26549          {
 26550            "type": "distribution",
 26551            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26552          },
 26553          {
 26554            "type": "mailing-list",
 26555            "url": "https://groups.google.com/forum/?fromgroups=#!forum/ops4j"
 26556          }
 26557        ]
 26558      },
 26559      {
 26560        "type": "library",
 26561        "bom-ref": "pkg:maven/org.ops4j.pax.web/pax-web-api@7.1.0?type=jar",
 26562        "publisher": "OPS4J - Open Participation Software for Java",
 26563        "group": "org.ops4j.pax.web",
 26564        "name": "pax-web-api",
 26565        "version": "7.1.0",
 26566        "description": "Pax Web is a OSGi Http Service based on Jetty 6. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.",
 26567        "hashes": [
 26568          {
 26569            "alg": "MD5",
 26570            "content": "e5435ac9ccf4ac858e44d4730c5d226f"
 26571          },
 26572          {
 26573            "alg": "SHA-1",
 26574            "content": "ababb9ce4dda841a7aa7dba98c7f7643202eeddd"
 26575          },
 26576          {
 26577            "alg": "SHA-256",
 26578            "content": "3319e79856bd5ab4c08435af6b01874701e6ac1bcd6ca3a7408cf5c7020b3d75"
 26579          },
 26580          {
 26581            "alg": "SHA-384",
 26582            "content": "26cf2c78c02a3a2381bc414e5000e6542173a9ce93bc1588561cd671bca7785805281fc1f36c36196a82fc8d16bc7180"
 26583          },
 26584          {
 26585            "alg": "SHA-512",
 26586            "content": "886dc89af3a69d491311ee07a24d5bfa56a4a2357756d878ecd2346a907db2bc21a49726e188606f941577ad077d75da7419ff6bbad9586c3fd81bb73aafe654"
 26587          },
 26588          {
 26589            "alg": "SHA3-256",
 26590            "content": "2149bf0bd9a6220055ce143cf3dbb22d9ffc47c7af244a65ac4a533b2c1a9387"
 26591          },
 26592          {
 26593            "alg": "SHA3-384",
 26594            "content": "b616fb44df06ff08bb790ba558d534b468f4fed13458a623d2105dcc796b19f3678c51a9fbb31a12fbfc2666646e7dcd"
 26595          },
 26596          {
 26597            "alg": "SHA3-512",
 26598            "content": "3b45aba1ac5e476bcfb0e9fad124f2091c67454e920213e2eb1187cf7b24ba0bff70e37d65daff062cf8fc279a2abaa5f980dbfaf30c0b24be67adfc70f3be96"
 26599          }
 26600        ],
 26601        "licenses": [{"license": {
 26602          "name": "ALv2",
 26603          "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
 26604        }}],
 26605        "purl": "pkg:maven/org.ops4j.pax.web/pax-web-api@7.1.0?type=jar",
 26606        "externalReferences": [
 26607          {
 26608            "type": "build-system",
 26609            "url": "http://ci.ops4j.org/jenkins/"
 26610          },
 26611          {
 26612            "type": "issue-tracker",
 26613            "url": "https://ops4j1.jira.com/projects/PAXWEB"
 26614          },
 26615          {
 26616            "type": "vcs",
 26617            "url": "http://github.com/ops4j/org.ops4j.pax.web/tree/pax-web-6.1.x"
 26618          },
 26619          {
 26620            "type": "website",
 26621            "url": "http://www.ops4j.org/"
 26622          },
 26623          {
 26624            "type": "distribution",
 26625            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 26626          },
 26627          {
 26628            "type": "mailing-list",
 26629            "url": "https://groups.google.com/forum/?fromgroups=#!forum/ops4j"
 26630          }
 26631        ]
 26632      },
 26633      {
 26634        "type": "library",
 26635        "bom-ref": "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 26636        "publisher": "JBoss by Red Hat",
 26637        "group": "org.keycloak",
 26638        "name": "keycloak-undertow-adapter",
 26639        "version": "10.0.2",
 26640        "description": "",
 26641        "hashes": [
 26642          {
 26643            "alg": "MD5",
 26644            "content": "f86edaaaa136a6c24a95b4919ec8a116"
 26645          },
 26646          {
 26647            "alg": "SHA-1",
 26648            "content": "5fd7e390b399afdab15c5461b8513e3564e2521f"
 26649          },
 26650          {
 26651            "alg": "SHA-256",
 26652            "content": "587629cbf2fa4950974d03b8e8189a1e0b11de5ac7b3e23b6d4ca2ad0f65ceed"
 26653          },
 26654          {
 26655            "alg": "SHA-384",
 26656            "content": "5f75d493ff484e4d959b00b3ea2d6cc8e499ad866a5c4502ae396445021c089c6a6a2878f7407deeffba7a3c8e7b3ed8"
 26657          },
 26658          {
 26659            "alg": "SHA-512",
 26660            "content": "e1c937a03bddb8c7d844dfcb8b7bc0ab74e5666297bb6b50f5b7f342258ffec63d14501eab093938c178bdd71de9d75fb2f49310bce9ac4feb8f91cacbe4904f"
 26661          },
 26662          {
 26663            "alg": "SHA3-256",
 26664            "content": "0534bcfd37e6a89be62e739882d63387d51f3f0c276bdd9a25277be6501038ce"
 26665          },
 26666          {
 26667            "alg": "SHA3-384",
 26668            "content": "3b2dbfd0deca81fa4f040fedcba481b9cfdb9167c652d21f5393bb1a3c50bd664f90faa8c8233b3625a669eae5b31385"
 26669          },
 26670          {
 26671            "alg": "SHA3-512",
 26672            "content": "b849fdaa19b2d3e652d31d8f32343e9370a43b7105521cab7f7af1e2e9c7b81908c807ce8ce6e3361653bd99a9420ab45dfb51915f658b1c7048f1ab00d4b5d0"
 26673          }
 26674        ],
 26675        "licenses": [{"license": {"id": "Apache-2.0"}}],
 26676        "purl": "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 26677        "externalReferences": [
 26678          {
 26679            "type": "distribution",
 26680            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 26681          },
 26682          {
 26683            "type": "issue-tracker",
 26684            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 26685          },
 26686          {
 26687            "type": "vcs",
 26688            "url": "https://github.com/keycloak/keycloak/tree/master/"
 26689          },
 26690          {
 26691            "type": "website",
 26692            "url": "http://www.jboss.org"
 26693          },
 26694          {
 26695            "type": "mailing-list",
 26696            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 26697          }
 26698        ]
 26699      },
 26700      {
 26701        "type": "library",
 26702        "bom-ref": "pkg:maven/org.apache.camel/camel-undertow@2.21.2?type=jar",
 26703        "publisher": "The Apache Software Foundation",
 26704        "group": "org.apache.camel",
 26705        "name": "camel-undertow",
 26706        "version": "2.21.2",
 26707        "description": "Camel Components",
 26708        "hashes": [
 26709          {
 26710            "alg": "MD5",
 26711            "content": "59546e83ff96d8d06c1f5f5ef70d5773"
 26712          },
 26713          {
 26714            "alg": "SHA-1",
 26715            "content": "9de1190eef7bf42ddd71e4cd6f4d4b5bceceb0e0"
 26716          },
 26717          {
 26718            "alg": "SHA-256",
 26719            "content": "c5ec043d822b060ac4b620a8df87e765ba3bd4165704ff9ec0b84c3ea909ba6b"
 26720          },
 26721          {
 26722            "alg": "SHA-384",
 26723            "content": "bed7fd6c323c9c1ac05fac8564651652212884bdce1a7a6e0a77d0228ce34a4b72ae69562a32dff36a4cf7b2b0224454"
 26724          },
 26725          {
 26726            "alg": "SHA-512",
 26727            "content": "f19b8c0dcc0856bf899d464836da78c91a6a0fc77dcd7f12c63f469aba1f8405898061374380ab6692cb49868ab32b4f26db360ecfc6d4a10ed4ad1f85a3a7ee"
 26728          },
 26729          {
 26730            "alg": "SHA3-256",
 26731            "content": "45e9efc3d934808d728c34a1822c74d1a2a1294a83bb329e0643c002a207514f"
 26732          },
 26733          {
 26734            "alg": "SHA3-384",
 26735            "content": "1c990d264054749060c47ce430bfddd6cc11ff20db09fd5527529eccd7727015b3e4841088f652b8a72f5f424c673014"
 26736          },
 26737          {
 26738            "alg": "SHA3-512",
 26739            "content": "3fc5ea5b7bbaa2802ebbbea1517d0125ac69824a3357848a92cd79238d7b449f1cbe210f3faaed4b00c015680ad44ff0a216509e065086c670bddee60d6a6dfe"
 26740          }
 26741        ],
 26742        "licenses": [{"license": {"id": "Apache-2.0"}}],
 26743        "purl": "pkg:maven/org.apache.camel/camel-undertow@2.21.2?type=jar",
 26744        "externalReferences": [
 26745          {
 26746            "type": "issue-tracker",
 26747            "url": "https://issues.apache.org/jira/browse/CAMEL"
 26748          },
 26749          {
 26750            "type": "vcs",
 26751            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 26752          },
 26753          {
 26754            "type": "website",
 26755            "url": "https://www.apache.org/"
 26756          },
 26757          {
 26758            "type": "distribution",
 26759            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 26760          },
 26761          {
 26762            "type": "mailing-list",
 26763            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 26764          }
 26765        ]
 26766      },
 26767      {
 26768        "type": "library",
 26769        "bom-ref": "pkg:maven/org.apache.camel/camel-http-common@2.21.2?type=jar",
 26770        "publisher": "The Apache Software Foundation",
 26771        "group": "org.apache.camel",
 26772        "name": "camel-http-common",
 26773        "version": "2.21.2",
 26774        "description": "Camel HTTP common",
 26775        "hashes": [
 26776          {
 26777            "alg": "MD5",
 26778            "content": "7217a2d1a93204cfe44fb03159a1fc2e"
 26779          },
 26780          {
 26781            "alg": "SHA-1",
 26782            "content": "fc92a2508e3f68d7c858f8b6ca2ee2c94649987a"
 26783          },
 26784          {
 26785            "alg": "SHA-256",
 26786            "content": "887b19588f6ee416f1b20278674af6cfc368867cc1ca41916fb9c01bb2f84980"
 26787          },
 26788          {
 26789            "alg": "SHA-384",
 26790            "content": "9b2b3df263df8f97fb0ccc4ba92d3e54864399c94633b188ad72abc81dd32d2f47ecc18c2b09967a9fdcb8206807ec45"
 26791          },
 26792          {
 26793            "alg": "SHA-512",
 26794            "content": "fdd0341281c1b01981394b8e18b552bb6529e99026b15b086a1ef9a9cdeb1f9f853e5f3ab13e8b7316c4117ccb3f1d49afb5e9171b4c32625f7093f8518a8aa1"
 26795          },
 26796          {
 26797            "alg": "SHA3-256",
 26798            "content": "638a774d686ad2cbb5bad09b6fad3a228fe13bb409e0cb34a40025293089856a"
 26799          },
 26800          {
 26801            "alg": "SHA3-384",
 26802            "content": "8b685570c2c80bf10cb45f6a693948d6c3d4c311814c7698a4d9cab739ea167dfc4550cb404b7cb96f7bb9f1d3a0a1b8"
 26803          },
 26804          {
 26805            "alg": "SHA3-512",
 26806            "content": "ce3663cae5d8aa0916ec53fb2e1749a2e485cd7f87fff9a1a3d8c3777b459c86acb0b12d10e57b1b4016da05174b8cddce166b3ad8d66eb92f117b56b7928563"
 26807          }
 26808        ],
 26809        "licenses": [{"license": {"id": "Apache-2.0"}}],
 26810        "purl": "pkg:maven/org.apache.camel/camel-http-common@2.21.2?type=jar",
 26811        "externalReferences": [
 26812          {
 26813            "type": "issue-tracker",
 26814            "url": "https://issues.apache.org/jira/browse/CAMEL"
 26815          },
 26816          {
 26817            "type": "vcs",
 26818            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 26819          },
 26820          {
 26821            "type": "website",
 26822            "url": "https://www.apache.org/"
 26823          },
 26824          {
 26825            "type": "distribution",
 26826            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 26827          },
 26828          {
 26829            "type": "mailing-list",
 26830            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 26831          }
 26832        ]
 26833      },
 26834      {
 26835        "type": "library",
 26836        "bom-ref": "pkg:maven/org.apache.camel/camel-core@2.21.2?type=jar",
 26837        "publisher": "The Apache Software Foundation",
 26838        "group": "org.apache.camel",
 26839        "name": "camel-core",
 26840        "version": "2.21.2",
 26841        "description": "The Core Camel Java DSL based router",
 26842        "hashes": [
 26843          {
 26844            "alg": "MD5",
 26845            "content": "a14f3f5a56f1e175a74980bb2177c1cc"
 26846          },
 26847          {
 26848            "alg": "SHA-1",
 26849            "content": "0ea6a2624f71dd1300b153cc083500aa337aa04e"
 26850          },
 26851          {
 26852            "alg": "SHA-256",
 26853            "content": "fb9394c0ed153e835cd6389c1cd7e2a997b1b7a45cef3264a9c3d2f2c20d5b9f"
 26854          },
 26855          {
 26856            "alg": "SHA-384",
 26857            "content": "2b275d9ebd1ce42ba2c4a75b7f3bc3935133277207c9ea1899942b16fb5a89f9ff8276e8d612b628ac78dae42d770ac7"
 26858          },
 26859          {
 26860            "alg": "SHA-512",
 26861            "content": "dd58db7937f0dc333af13d67b8e40ec7de401c507ba2a0cb1e520466b9188731c3f683ddaf46fa39859a61e69726f74be685bf16044f1cee85f4e10deadfd093"
 26862          },
 26863          {
 26864            "alg": "SHA3-256",
 26865            "content": "df775f3be8ebed5831d2e32dbeec3f6a056e2c3c6057460fc5ed5002bbba9958"
 26866          },
 26867          {
 26868            "alg": "SHA3-384",
 26869            "content": "6651aeb4144d330e3b1c2abcb3576336e3926f0dddddfc1b6552e3151b00a790e5ab5a3a2c88881dc88ca85c8c158243"
 26870          },
 26871          {
 26872            "alg": "SHA3-512",
 26873            "content": "26a779908b640fa28282d47ce2965013f5050f69ec6c3515b6f6604e00afec95ca7e3e1d06ecb19286ebe83582104152a075106316444e964b63350b34889bc8"
 26874          }
 26875        ],
 26876        "licenses": [{"license": {"id": "Apache-2.0"}}],
 26877        "purl": "pkg:maven/org.apache.camel/camel-core@2.21.2?type=jar",
 26878        "externalReferences": [
 26879          {
 26880            "type": "issue-tracker",
 26881            "url": "https://issues.apache.org/jira/browse/CAMEL"
 26882          },
 26883          {
 26884            "type": "vcs",
 26885            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 26886          },
 26887          {
 26888            "type": "website",
 26889            "url": "https://www.apache.org/"
 26890          },
 26891          {
 26892            "type": "distribution",
 26893            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 26894          },
 26895          {
 26896            "type": "mailing-list",
 26897            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 26898          }
 26899        ]
 26900      },
 26901      {
 26902        "type": "library",
 26903        "bom-ref": "pkg:maven/com.sun.xml.bind/jaxb-core@2.3.0?type=jar",
 26904        "publisher": "Oracle Corporation",
 26905        "group": "com.sun.xml.bind",
 26906        "name": "jaxb-core",
 26907        "version": "2.3.0",
 26908        "description": "Old JAXB Core module. Contains sources required by XJC, JXC and Runtime modules with dependencies.",
 26909        "hashes": [
 26910          {
 26911            "alg": "MD5",
 26912            "content": "c97c33a3fa1ba9c96b7fd640337a2361"
 26913          },
 26914          {
 26915            "alg": "SHA-1",
 26916            "content": "d044c784e41d026778693fb44a8026c1fd9a7506"
 26917          },
 26918          {
 26919            "alg": "SHA-256",
 26920            "content": "33061af8d2a07379d452f8f0fddcbbf518428dfd3b83d9e2d479c1948020795b"
 26921          },
 26922          {
 26923            "alg": "SHA-384",
 26924            "content": "b9f74db7d73f19099497fe325affda1eea54c614b6bffc168fefd39aef69d96f27346e81eece79e8637d60d6cfb3df9e"
 26925          },
 26926          {
 26927            "alg": "SHA-512",
 26928            "content": "c09afdcd1ff46605975ef0baaf2e81fbb8016f2d3ead844db68c4142bdebf251a500972c1bc9f4311fd14ed5ed2a2a61533d0c459f535d5960284cf1cd38cae3"
 26929          },
 26930          {
 26931            "alg": "SHA3-256",
 26932            "content": "9823872e91d3277f2c8f8ef0b43a417ca209e602724288aac9062569fa01a474"
 26933          },
 26934          {
 26935            "alg": "SHA3-384",
 26936            "content": "05f7b00c72ea24aafe392b5eaeadddf8466451502a0b30a97b39e61111583b74f0c47597fb73b62c6dddd11c7de553c1"
 26937          },
 26938          {
 26939            "alg": "SHA3-512",
 26940            "content": "d5b0d8f148877a383fb168bab7b4666178c94fb8fbe422e2c0d712e21ac6a40c56b44a3e424485f5ef7f68ec7b098d91ae5576db87dfaa3c0409e5aa8941ef48"
 26941          }
 26942        ],
 26943        "licenses": [{"license": {
 26944          "id": "CDDL-1.1",
 26945          "url": "http://glassfish.java.net/public/CDDL+GPL_1_1.html"
 26946        }}],
 26947        "purl": "pkg:maven/com.sun.xml.bind/jaxb-core@2.3.0?type=jar",
 26948        "externalReferences": [
 26949          {
 26950            "type": "website",
 26951            "url": "http://www.oracle.com/"
 26952          },
 26953          {
 26954            "type": "issue-tracker",
 26955            "url": "http://java.net/jira/browse/JAXB"
 26956          },
 26957          {
 26958            "type": "mailing-list",
 26959            "url": "http://java.net/projects/jaxb/lists/users/archive"
 26960          },
 26961          {
 26962            "type": "vcs",
 26963            "url": "http://java.net/projects/jaxb/sources/v2/show"
 26964          },
 26965          {
 26966            "type": "distribution",
 26967            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 26968          }
 26969        ]
 26970      },
 26971      {
 26972        "type": "library",
 26973        "bom-ref": "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.0?type=jar",
 26974        "publisher": "Oracle Corporation",
 26975        "group": "com.sun.xml.bind",
 26976        "name": "jaxb-impl",
 26977        "version": "2.3.0",
 26978        "description": "Old JAXB Runtime module. Contains sources required for runtime processing.",
 26979        "hashes": [
 26980          {
 26981            "alg": "MD5",
 26982            "content": "5d6b1dc4f9ba545681a10b11090dde3e"
 26983          },
 26984          {
 26985            "alg": "SHA-1",
 26986            "content": "3a3c6a62719d967175b76b63925f1fb495f11437"
 26987          },
 26988          {
 26989            "alg": "SHA-256",
 26990            "content": "edd691fc6ad7c7f3167e1a6833372367bedf6f4f2a4b8230df444a59bb3718b1"
 26991          },
 26992          {
 26993            "alg": "SHA-384",
 26994            "content": "1c547bac0752716582b7c95091ce91343d033d4405f8bdaade622ebb47e26526d6de1c247071c3bae3a1cb58bb7cd053"
 26995          },
 26996          {
 26997            "alg": "SHA-512",
 26998            "content": "c8808d7309fc6404cb23aebe9c3a65247e9d177a9e1d02aeb9bec09b717ced15a63d06f7ea037ce1b11ad8823b05d46f596c98e93e538e437154d4db4ea160bc"
 26999          },
 27000          {
 27001            "alg": "SHA3-256",
 27002            "content": "615b41234bf4035dcf8c346d38542567c1c7431ebcbc95ef9c2830d56e2e53c5"
 27003          },
 27004          {
 27005            "alg": "SHA3-384",
 27006            "content": "d6cfc9188d1e708f124e1898cc9ccdae5448cc2e82fe6129d2ca931d214cd3279769314017bd3484492a53b4de117071"
 27007          },
 27008          {
 27009            "alg": "SHA3-512",
 27010            "content": "c6b9e55aa36338c2ac19295f599679440b5646459b1d8c368d3da738d8a48fa23c53aa5b34d4b83ca13ab3bc7909f34f5348e76e2fafb6205a918ffd3a648deb"
 27011          }
 27012        ],
 27013        "licenses": [{"license": {
 27014          "id": "CDDL-1.1",
 27015          "url": "http://glassfish.java.net/public/CDDL+GPL_1_1.html"
 27016        }}],
 27017        "purl": "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.0?type=jar",
 27018        "externalReferences": [
 27019          {
 27020            "type": "website",
 27021            "url": "http://www.oracle.com/"
 27022          },
 27023          {
 27024            "type": "issue-tracker",
 27025            "url": "http://java.net/jira/browse/JAXB"
 27026          },
 27027          {
 27028            "type": "mailing-list",
 27029            "url": "http://java.net/projects/jaxb/lists/users/archive"
 27030          },
 27031          {
 27032            "type": "vcs",
 27033            "url": "http://java.net/projects/jaxb/sources/v2/show"
 27034          },
 27035          {
 27036            "type": "distribution",
 27037            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 27038          }
 27039        ]
 27040      },
 27041      {
 27042        "type": "library",
 27043        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.3.6?type=jar",
 27044        "publisher": "The Apache Software Foundation",
 27045        "group": "org.apache.cxf",
 27046        "name": "cxf-rt-transports-http",
 27047        "version": "3.3.6",
 27048        "description": "Apache CXF Runtime HTTP Transport",
 27049        "hashes": [
 27050          {
 27051            "alg": "MD5",
 27052            "content": "7c9de6dc67a77ed1d1c887fb9fb99408"
 27053          },
 27054          {
 27055            "alg": "SHA-1",
 27056            "content": "e5939dc3da573a05c5cc1c9318226faa9c00a3df"
 27057          },
 27058          {
 27059            "alg": "SHA-256",
 27060            "content": "118951888f7f30e9280f16a1088f42e3b0a299972c711fcf90236c53420fd9e5"
 27061          },
 27062          {
 27063            "alg": "SHA-384",
 27064            "content": "bb375ef9d080ccdf2e5149429e9958f2a325871735e9f1610f15bbec5b0f43bb185b912bbf98519167d2afd5cc268eb0"
 27065          },
 27066          {
 27067            "alg": "SHA-512",
 27068            "content": "1241af9d0fdf50906af0fcf9ca314715d1a1fc6c9db4f70994ec42ffd3d020b0f068bcc6cee6be82e886d657b8694a96bff9214962b2fa049cabd7b53d57cd18"
 27069          },
 27070          {
 27071            "alg": "SHA3-256",
 27072            "content": "50b20be62c46446fc9d2f7849d47b9b5320063c7de143efa666f4ab40d7b3100"
 27073          },
 27074          {
 27075            "alg": "SHA3-384",
 27076            "content": "138047cad83f73a96df276e47c54765aabdacdca50022a0b39123526a8de6f2b5ebbe7c689c299cbad1f8d74f00cbaca"
 27077          },
 27078          {
 27079            "alg": "SHA3-512",
 27080            "content": "940514e3c10a3943f67e8571e4878937b433ba7fbb7ff0e0503a6130633e182a990048c8dbd307d3ba5697029968f6676adeaed58f34d6a2834f0858bd0f0da8"
 27081          }
 27082        ],
 27083        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27084        "purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.3.6?type=jar",
 27085        "externalReferences": [
 27086          {
 27087            "type": "website",
 27088            "url": "https://www.apache.org/"
 27089          },
 27090          {
 27091            "type": "build-system",
 27092            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 27093          },
 27094          {
 27095            "type": "distribution",
 27096            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 27097          },
 27098          {
 27099            "type": "issue-tracker",
 27100            "url": "https://issues.apache.org/jira/browse/CXF"
 27101          },
 27102          {
 27103            "type": "mailing-list",
 27104            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 27105          },
 27106          {
 27107            "type": "vcs",
 27108            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 27109          }
 27110        ]
 27111      },
 27112      {
 27113        "type": "library",
 27114        "bom-ref": "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 27115        "publisher": "The Apache Software Foundation",
 27116        "group": "org.apache.cxf",
 27117        "name": "cxf-core",
 27118        "version": "3.3.6",
 27119        "description": "Apache CXF Core",
 27120        "hashes": [
 27121          {
 27122            "alg": "MD5",
 27123            "content": "c512f016b08fcaf35413841d880e1cb6"
 27124          },
 27125          {
 27126            "alg": "SHA-1",
 27127            "content": "d0550751b3c42813ff32a95142f29eafc001ec28"
 27128          },
 27129          {
 27130            "alg": "SHA-256",
 27131            "content": "5a4c8568dff8a99ec67f49dcd4a82c0bae476c7b24e3e541fab8c1a207b5918c"
 27132          },
 27133          {
 27134            "alg": "SHA-384",
 27135            "content": "3d25401b0223c5a2b512cdd7e3e4470d189bd158bb789d2e31b373712d7782da95b5110903a4f5277dcad73a92a36fab"
 27136          },
 27137          {
 27138            "alg": "SHA-512",
 27139            "content": "94b38d4f2ea99ed304c907ac0c7c984d30368ffe648fd848bd5eecc4241e574985c6ca2bce09af5dfd58e6862c68dba7585a66ce8984bc89eb62bf88556fa4a5"
 27140          },
 27141          {
 27142            "alg": "SHA3-256",
 27143            "content": "f1cedd8335e37429af85c01b1a9bd702b640d2261985d1b626498a40fca7cee1"
 27144          },
 27145          {
 27146            "alg": "SHA3-384",
 27147            "content": "6987a31a5f09682f6f356336efe23c0d5ac9b6f26d94074830870785b9b6022b731fede074885a03a5ee29ac867c01d2"
 27148          },
 27149          {
 27150            "alg": "SHA3-512",
 27151            "content": "701c80fb7636fe94102b647abbb1f421b4766cdf83794c0095140a0fdca1fe0d900b2488bafcdf77366142026c72b753b5b7ee95ebfc1e7946b29febb2add40b"
 27152          }
 27153        ],
 27154        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27155        "purl": "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 27156        "externalReferences": [
 27157          {
 27158            "type": "website",
 27159            "url": "https://www.apache.org/"
 27160          },
 27161          {
 27162            "type": "build-system",
 27163            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 27164          },
 27165          {
 27166            "type": "distribution",
 27167            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 27168          },
 27169          {
 27170            "type": "issue-tracker",
 27171            "url": "https://issues.apache.org/jira/browse/CXF"
 27172          },
 27173          {
 27174            "type": "mailing-list",
 27175            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 27176          },
 27177          {
 27178            "type": "vcs",
 27179            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 27180          }
 27181        ]
 27182      },
 27183      {
 27184        "type": "library",
 27185        "bom-ref": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.0.3?type=jar",
 27186        "publisher": "FasterXML",
 27187        "group": "com.fasterxml.woodstox",
 27188        "name": "woodstox-core",
 27189        "version": "5.0.3",
 27190        "description": "Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs",
 27191        "hashes": [
 27192          {
 27193            "alg": "MD5",
 27194            "content": "8b151bd3d262d9c07e0384b7cc6c4cd9"
 27195          },
 27196          {
 27197            "alg": "SHA-1",
 27198            "content": "10aa199207fda142eff01cd61c69244877d71770"
 27199          },
 27200          {
 27201            "alg": "SHA-256",
 27202            "content": "a1c04b64fbfe20ae9f2c60a3bf1633fed6688ae31935b6bd4a457a1bbb2e82d4"
 27203          },
 27204          {
 27205            "alg": "SHA-384",
 27206            "content": "b7d2c00f9a22ad89b40ea248b322e9decadb6731d45327b2233908f78b27e103b0581f23bd746357ba3e2f0cbeebc09f"
 27207          },
 27208          {
 27209            "alg": "SHA-512",
 27210            "content": "c7c3a5b069b764aa64388c73f1f16b4089a12ac8f5e1c56149c542cff17d4dffc42a22b36a900c4aa478b019950952ae4539f2739f7dce4182896eaf2906d095"
 27211          },
 27212          {
 27213            "alg": "SHA3-256",
 27214            "content": "70550f9d814a94d4fde58d32722c6ccad528ecb11f807566f2b119d355828bca"
 27215          },
 27216          {
 27217            "alg": "SHA3-384",
 27218            "content": "f7e253aee0b67bf480c269ca8e468055b2b448b605cf5e427951af5feb1b2bcea996ac805f4bac359c060b9d883190f9"
 27219          },
 27220          {
 27221            "alg": "SHA3-512",
 27222            "content": "b747a3620be8991d4fe664b2fe4def137a6fe42e97627d3f08383d6a15fee39826413553ccc31eadc09e4b331575333de7c18f7488841f439bc41d728c887c1d"
 27223          }
 27224        ],
 27225        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27226        "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.0.3?type=jar",
 27227        "externalReferences": [
 27228          {
 27229            "type": "website",
 27230            "url": "http://fasterxml.com"
 27231          },
 27232          {
 27233            "type": "issue-tracker",
 27234            "url": "https://github.com/FasterXML/woodstox/issues"
 27235          },
 27236          {
 27237            "type": "vcs",
 27238            "url": "https://github.com/FasterXML/woodstox"
 27239          },
 27240          {
 27241            "type": "distribution",
 27242            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 27243          }
 27244        ]
 27245      },
 27246      {
 27247        "type": "library",
 27248        "bom-ref": "pkg:maven/org.codehaus.woodstox/stax2-api@3.1.4?type=jar",
 27249        "publisher": "fasterxml.com",
 27250        "group": "org.codehaus.woodstox",
 27251        "name": "stax2-api",
 27252        "version": "3.1.4",
 27253        "description": "tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.",
 27254        "hashes": [
 27255          {
 27256            "alg": "MD5",
 27257            "content": "c08e89de601b0a78f941b2c29db565c3"
 27258          },
 27259          {
 27260            "alg": "SHA-1",
 27261            "content": "ac19014b1e6a7c08aad07fe114af792676b685b7"
 27262          },
 27263          {
 27264            "alg": "SHA-256",
 27265            "content": "86d7c0b775a7c9b454cc6ba61d40a8eb3b99cc129f832eb9b977a3755b4b338e"
 27266          },
 27267          {
 27268            "alg": "SHA-384",
 27269            "content": "83c42936c43d6d6826edea636cf315924cdf52a7201bf07f1cf87a30d2b2855088306c94f39dea55529fed0360cf563f"
 27270          },
 27271          {
 27272            "alg": "SHA-512",
 27273            "content": "911e3e250c9ac9098899f12db584b83f36d91e8cca1afeef38c19952a168647dbbc88cb1cbdd5919769342ed09267263a142b12e71cab465b25daeedf2255cb7"
 27274          },
 27275          {
 27276            "alg": "SHA3-256",
 27277            "content": "308d5a1692fd0135e5af967b0b83803a2fd835429ac83401124a0357f99cbb84"
 27278          },
 27279          {
 27280            "alg": "SHA3-384",
 27281            "content": "905976003ae70127f2c6142070da5736fc4a01b7a98008fefa1270fc9096691c1307e002f3b6381da462a92f2f31478e"
 27282          },
 27283          {
 27284            "alg": "SHA3-512",
 27285            "content": "ac3d87dab7f1e89c83f039557557536433c52a0d3201a2f514b82bb8b4f454eb9fc28b02b46a45a9caf983239612cf270085270421e4fd79eccfce0fd01f99da"
 27286          }
 27287        ],
 27288        "licenses": [{"license": {
 27289          "name": "The BSD License",
 27290          "url": "http://www.opensource.org/licenses/bsd-license.php"
 27291        }}],
 27292        "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@3.1.4?type=jar",
 27293        "externalReferences": [
 27294          {
 27295            "type": "website",
 27296            "url": "http://fasterxml.com"
 27297          },
 27298          {
 27299            "type": "vcs",
 27300            "url": "http://github.com/FasterXML/stax2-api"
 27301          },
 27302          {
 27303            "type": "distribution",
 27304            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 27305          }
 27306        ]
 27307      },
 27308      {
 27309        "type": "library",
 27310        "bom-ref": "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5?type=jar",
 27311        "publisher": "The Apache Software Foundation",
 27312        "group": "org.apache.ws.xmlschema",
 27313        "name": "xmlschema-core",
 27314        "version": "2.2.5",
 27315        "description": "Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema.",
 27316        "hashes": [
 27317          {
 27318            "alg": "MD5",
 27319            "content": "8cbc8d8b10fb67051a17eaf94bee5a9d"
 27320          },
 27321          {
 27322            "alg": "SHA-1",
 27323            "content": "789b4ad32ad7ff021c7731fa43d324c0ce8105f2"
 27324          },
 27325          {
 27326            "alg": "SHA-256",
 27327            "content": "803194d9877110ea2ca795b0b16b13c89851f631d5c601ab5ef9d8ec7e1b0ea6"
 27328          },
 27329          {
 27330            "alg": "SHA-384",
 27331            "content": "37d7c8931976082cb256630a8a795042a3b300c996c51aa65eb63fc9173c2c98ff7936249a97590a39234512bbd6e594"
 27332          },
 27333          {
 27334            "alg": "SHA-512",
 27335            "content": "1eb699b43dc25df52298859fa603445dbd3fb2892694c5c931207cfb5f09a075440912a556eae130f19e1008b0ff53e052a8dcf7df52ad0101b402bbfd0d5b62"
 27336          },
 27337          {
 27338            "alg": "SHA3-256",
 27339            "content": "b9ddf38e1e6c6f14b2db5da0190a955e1a33ee223dcf8ceba1361805faf29161"
 27340          },
 27341          {
 27342            "alg": "SHA3-384",
 27343            "content": "7ba43a0e53ba5feb95137487647b1ce642cf01a38a785957d82f8be7fcd30b222c8a637fe6fc3762f2d53d98de89115a"
 27344          },
 27345          {
 27346            "alg": "SHA3-512",
 27347            "content": "c5adac90dfd591d8fca6b43ca7e20e0acda8c8396e3f162a0ff0c06ccb261d82853b227b03921482da8795d9af971bf9cbb284892bb0a466cff4b57ef8b1af89"
 27348          }
 27349        ],
 27350        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27351        "purl": "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5?type=jar",
 27352        "externalReferences": [
 27353          {
 27354            "type": "website",
 27355            "url": "https://www.apache.org/"
 27356          },
 27357          {
 27358            "type": "issue-tracker",
 27359            "url": "https://issues.apache.org/jira/browse/XMLSCHEMA"
 27360          },
 27361          {
 27362            "type": "mailing-list",
 27363            "url": "https://mail-archives.apache.org/mod_mbox/ws-dev/"
 27364          },
 27365          {
 27366            "type": "vcs",
 27367            "url": "https://gitbox.apache.org/repos/asf?p=ws-xmlschema.git;a=summary"
 27368          },
 27369          {
 27370            "type": "distribution",
 27371            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 27372          }
 27373        ]
 27374      },
 27375      {
 27376        "type": "library",
 27377        "bom-ref": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.3?type=jar",
 27378        "publisher": "The Apache Software Foundation",
 27379        "group": "org.apache.geronimo.specs",
 27380        "name": "geronimo-ws-metadata_2.0_spec",
 27381        "version": "1.1.3",
 27382        "description": "Web Services Metadata 2.0 API",
 27383        "hashes": [
 27384          {
 27385            "alg": "MD5",
 27386            "content": "7b87d27ff907a4ed84fe8a0a209b7257"
 27387          },
 27388          {
 27389            "alg": "SHA-1",
 27390            "content": "5b6aa041a37145d6deedd92c66b3a266d4a601a1"
 27391          },
 27392          {
 27393            "alg": "SHA-256",
 27394            "content": "905806340528726b2d1a53a82024442ab31b95a6f730750f0720ded806f888a5"
 27395          },
 27396          {
 27397            "alg": "SHA-384",
 27398            "content": "1c6e9e8189c4fb00bce6992c483b57196f6cea27f3a3a2c79fb5c867a39ef23659f6ea998fe50355a7e3d886582f3a52"
 27399          },
 27400          {
 27401            "alg": "SHA-512",
 27402            "content": "047790eb209aacb4ba1f1976eea0176050d74befe30c34fd174a4a9ac9e0604a500bf5af26b25f4ecc11d644e64eed4134a5ae2c1969852522cc674920bd7a41"
 27403          },
 27404          {
 27405            "alg": "SHA3-256",
 27406            "content": "4a849268bcd9845ce1fe60c795c65d50633f5047569e4c4a53bd60b783ca62a4"
 27407          },
 27408          {
 27409            "alg": "SHA3-384",
 27410            "content": "a1c4fba0538447d9461f57844ac2afbf97c75539526d37ea3beb840fe2ce2a47731e610116cdf3484a595ad906a57176"
 27411          },
 27412          {
 27413            "alg": "SHA3-512",
 27414            "content": "d8cdadaf35428b85020f03c01a5e102801615f3a1f4d6b968951565dbafd720e7f05b7089a79d7a293c8c5d000a9d03251a0d50dc2ca51349df5713147c3aa41"
 27415          }
 27416        ],
 27417        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27418        "purl": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.3?type=jar",
 27419        "externalReferences": [
 27420          {
 27421            "type": "vcs",
 27422            "url": "http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-ws-metadata_2.0_spec-1.1.3"
 27423          },
 27424          {
 27425            "type": "website",
 27426            "url": "http://www.apache.org"
 27427          },
 27428          {
 27429            "type": "issue-tracker",
 27430            "url": "https://issues.apache.org/jira/browse/GERONIMO"
 27431          },
 27432          {
 27433            "type": "mailing-list",
 27434            "url": "http://mail-archives.apache.org/mod_mbox/geronimo-user"
 27435          },
 27436          {
 27437            "type": "distribution",
 27438            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 27439          }
 27440        ]
 27441      },
 27442      {
 27443        "type": "library",
 27444        "bom-ref": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 27445        "publisher": "Oracle",
 27446        "group": "com.sun.xml.messaging.saaj",
 27447        "name": "saaj-impl",
 27448        "version": "1.4.0-b03",
 27449        "description": "Open source Reference Implementation of JSR-67: SOAP with Attachments API for Java (SAAJ MR :1.3)",
 27450        "hashes": [
 27451          {
 27452            "alg": "MD5",
 27453            "content": "6bded5e10e49d2a34dde60fa5ffc20cf"
 27454          },
 27455          {
 27456            "alg": "SHA-1",
 27457            "content": "4aa26cc119607babfd4b66f7d031f40584a05827"
 27458          },
 27459          {
 27460            "alg": "SHA-256",
 27461            "content": "b5ba86d000fff6222846393c7fc9d4421b90fa3aa5e29469d35e1f5780d08aa7"
 27462          },
 27463          {
 27464            "alg": "SHA-384",
 27465            "content": "79a404fb92697500e37174a6e8cfa79aa51b1423ec230b64eedb320809fad7ab30296f9c4057aa63ecace0db21b3c5b2"
 27466          },
 27467          {
 27468            "alg": "SHA-512",
 27469            "content": "cd4406c3893997153832f580e17bf80823a28a0f78e0dde49a22b3a528bdc00bfd02eb42b02cf3224af0cdf1b3a4d4d6b0b5af51415d36789837306daa71ec0d"
 27470          },
 27471          {
 27472            "alg": "SHA3-256",
 27473            "content": "73a54389c85f326868d6697a75e106ef678e3287fef8e8bb2f3f6a5192dbc111"
 27474          },
 27475          {
 27476            "alg": "SHA3-384",
 27477            "content": "d9ca5d067d0bbe8ec67d4321a4e8229ec107eec9e4785ef4903ccc341cf89e56ce0b96f1ae5b7b8699253cefadb1474e"
 27478          },
 27479          {
 27480            "alg": "SHA3-512",
 27481            "content": "72b6b7342923c1c1b0b08c2562f86c53eaf553935e1b068a67f3a177212f00175718684e4dd1fae594d276e4a228029dbf83f7c682ca16704fed478941a952f2"
 27482          }
 27483        ],
 27484        "licenses": [],
 27485        "purl": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 27486        "externalReferences": [
 27487          {
 27488            "type": "website",
 27489            "url": "http://www.oracle.com/"
 27490          },
 27491          {
 27492            "type": "issue-tracker",
 27493            "url": "http://java.net/jira/browse/SAAJ"
 27494          },
 27495          {
 27496            "type": "vcs",
 27497            "url": "http://java.net/projects/saaj/sources/git/show"
 27498          },
 27499          {
 27500            "type": "distribution",
 27501            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 27502          }
 27503        ]
 27504      },
 27505      {
 27506        "type": "library",
 27507        "bom-ref": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.7?type=jar",
 27508        "publisher": "Oracle Corporation",
 27509        "group": "org.jvnet.mimepull",
 27510        "name": "mimepull",
 27511        "version": "1.9.7",
 27512        "description": "Provides a streaming API to access attachments parts in a MIME message.",
 27513        "hashes": [
 27514          {
 27515            "alg": "MD5",
 27516            "content": "c40355c6207b1a32fd0ad0eaff96dbbe"
 27517          },
 27518          {
 27519            "alg": "SHA-1",
 27520            "content": "3085dfe507b6ce43c1fcc60f228d65a7731b8e7d"
 27521          },
 27522          {
 27523            "alg": "SHA-256",
 27524            "content": "f0beb78ece32bce4af1a1d371df7681e3f9d57e54b0caa0d6f833f391218432c"
 27525          },
 27526          {
 27527            "alg": "SHA-384",
 27528            "content": "4c4f54f324e681140a2e805f4eef8bf92cf15ea5346c4427504286cb231dff683f34f557b8776fc481e72237034c161c"
 27529          },
 27530          {
 27531            "alg": "SHA-512",
 27532            "content": "fa27d069c4e8f0f0cfee0609e06d99e8b4406c07b008ca23504b57730b38ea7111d54899495e68ee05cd1637217845293b31ef64484dc021b0a54eaadf2cb672"
 27533          },
 27534          {
 27535            "alg": "SHA3-256",
 27536            "content": "aebb78070a9945a05b6be65950c5ac6fc9e9f16a718796d0af772fe2274b9107"
 27537          },
 27538          {
 27539            "alg": "SHA3-384",
 27540            "content": "45b5913610f49b1ac967840978f43c235100c316a5280ce3b85af11aa396926adf58b0774e2ab48707e82353556da6f6"
 27541          },
 27542          {
 27543            "alg": "SHA3-512",
 27544            "content": "330b97ddfe89271637f16a0050e0aa35afedc5019b32ac705b0e875da895bdc91a3d21ae589df88b97a2abd5341caab3fa74f71542639326ea13bc428c704df2"
 27545          }
 27546        ],
 27547        "licenses": [
 27548          {"license": {"id": "CDDL-1.1"}},
 27549          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 27550        ],
 27551        "purl": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.7?type=jar",
 27552        "externalReferences": [
 27553          {
 27554            "type": "website",
 27555            "url": "http://www.oracle.com/"
 27556          },
 27557          {
 27558            "type": "issue-tracker",
 27559            "url": "http://java.net/jira/browse/mimepull"
 27560          },
 27561          {
 27562            "type": "mailing-list",
 27563            "url": "http://java.net/projects/mimepull/lists/users/archive"
 27564          },
 27565          {
 27566            "type": "vcs",
 27567            "url": "http://java.net/projects/mimepull/sources/svn/show/tags/mimepull-1.9.7"
 27568          },
 27569          {
 27570            "type": "distribution",
 27571            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 27572          }
 27573        ]
 27574      },
 27575      {
 27576        "type": "library",
 27577        "bom-ref": "pkg:maven/org.jvnet.staxex/stax-ex@1.7.8?type=jar",
 27578        "group": "org.jvnet.staxex",
 27579        "name": "stax-ex",
 27580        "version": "1.7.8",
 27581        "description": "Extensions to JSR-173 StAX API.",
 27582        "hashes": [
 27583          {
 27584            "alg": "MD5",
 27585            "content": "bf9963c5574fdd6f69a927710ec1faf6"
 27586          },
 27587          {
 27588            "alg": "SHA-1",
 27589            "content": "377077e4441cc46be5efde9de63efdf790a59cd7"
 27590          },
 27591          {
 27592            "alg": "SHA-256",
 27593            "content": "66a8b44e63c47a088ba1953875ea5b2b0eb0769a23906405789b3bb01c9cf8dd"
 27594          },
 27595          {
 27596            "alg": "SHA-384",
 27597            "content": "c8e0708966c438ba981be813425e6b43bbbb032cdbbbf310d10159b9ef1087e03b5f50887fc7ccf9d0adc78759e8738d"
 27598          },
 27599          {
 27600            "alg": "SHA-512",
 27601            "content": "90018af27d31c1ebb6cc2b0a9bbe7a5d6756e72feb94165c5ad2d00179a5e4fb7fd1b1f38f6838b55bb4d2e9332cae5cb14bcb21376dc21f79cfd45d190ef367"
 27602          },
 27603          {
 27604            "alg": "SHA3-256",
 27605            "content": "5fb8fae1a8c0adf3925aeac89504b3f6d286743e193ecb2dd05ebd27e30f8723"
 27606          },
 27607          {
 27608            "alg": "SHA3-384",
 27609            "content": "b759c642aef6c74b9d7658962d45208708fa3282d93518d550722a41db4fa14d8063498b50a6590ee9f69beaa2479909"
 27610          },
 27611          {
 27612            "alg": "SHA3-512",
 27613            "content": "661062c5207f0ec6ec827e8afee5be7f7174e38e9ee1034dc0fde4a4b37ef272b5fc322e1d9c00513dfbde4a4954ebebf3e5bae443ead57565ee70bb2b6b5c90"
 27614          }
 27615        ],
 27616        "licenses": [],
 27617        "purl": "pkg:maven/org.jvnet.staxex/stax-ex@1.7.8?type=jar",
 27618        "externalReferences": [
 27619          {
 27620            "type": "vcs",
 27621            "url": "http://java.net/projects/stax-ex/sources/svn/show/tags/stax-ex-1.7.8"
 27622          },
 27623          {
 27624            "type": "distribution",
 27625            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 27626          }
 27627        ]
 27628      },
 27629      {
 27630        "type": "library",
 27631        "bom-ref": "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar",
 27632        "publisher": "JacORB",
 27633        "group": "org.jacorb",
 27634        "name": "jacorb-omgapi",
 27635        "version": "3.9",
 27636        "description": "JacORB OMG API Stubs",
 27637        "hashes": [
 27638          {
 27639            "alg": "MD5",
 27640            "content": "6dc650cf37bcf15dcc6a2f6e745aa9bf"
 27641          },
 27642          {
 27643            "alg": "SHA-1",
 27644            "content": "0ff5bf7ba180c5534191ac9a02e7d6937748bf36"
 27645          },
 27646          {
 27647            "alg": "SHA-256",
 27648            "content": "247f565dfd4b0c1ee54b1e0a6288be84fc66ae961c34715171ca2867c6857447"
 27649          },
 27650          {
 27651            "alg": "SHA-384",
 27652            "content": "86a076941587a2a23d49fb4af639380132895160c58e9d48a6deacea9b761d13f4130ce65ffd6a4df91a75f046013f8a"
 27653          },
 27654          {
 27655            "alg": "SHA-512",
 27656            "content": "a8b17c3b3f7150b760f8375ba54ef2c826fa0e5cf96a7f84d7f409496df31628f27cbb6449a8114b9b5485bb950319c64d6bcb52f7db8862bb101890a55c0328"
 27657          },
 27658          {
 27659            "alg": "SHA3-256",
 27660            "content": "a416b222bdd96907bea007389d9bac7ac29497b375ab96bfbd27bc48319cb5a2"
 27661          },
 27662          {
 27663            "alg": "SHA3-384",
 27664            "content": "6a0739165a89f887fc1d9436816cc72bc27fb6491525497235fc649e45853d5f8aa63d2bef1be8f14b06d48a1b736915"
 27665          },
 27666          {
 27667            "alg": "SHA3-512",
 27668            "content": "dcd9a56dfb4cd9d062253a41dcef80f59e037afee155d75bae2ffb29a4037dd70df00f75bfb0af182823e517316015f4354a2a875bf10a5ff11ac7c36905c63e"
 27669          }
 27670        ],
 27671        "licenses": [{"license": {
 27672          "name": "GNU Lesser General Public License",
 27673          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
 27674        }}],
 27675        "purl": "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar",
 27676        "externalReferences": [
 27677          {
 27678            "type": "website",
 27679            "url": "http://www.jacorb.org"
 27680          },
 27681          {
 27682            "type": "issue-tracker",
 27683            "url": "http://www.jacorb.org/cgi-bin/bugzilla/index.cgi"
 27684          },
 27685          {
 27686            "type": "vcs",
 27687            "url": "https://github.com/JacORB/JacORB"
 27688          },
 27689          {
 27690            "type": "distribution",
 27691            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 27692          }
 27693        ]
 27694      },
 27695      {
 27696        "type": "library",
 27697        "bom-ref": "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar",
 27698        "publisher": "Apache Software Foundation",
 27699        "group": "org.apache.geronimo.specs",
 27700        "name": "geronimo-jta_1.1_spec",
 27701        "version": "1.1.1",
 27702        "description": "Provides open-source implementations of Sun specifications.",
 27703        "hashes": [
 27704          {
 27705            "alg": "MD5",
 27706            "content": "4aa8d50456bcec0bf6f032ceb182ad64"
 27707          },
 27708          {
 27709            "alg": "SHA-1",
 27710            "content": "aabab3165b8ea936b9360abbf448459c0d04a5a4"
 27711          },
 27712          {
 27713            "alg": "SHA-256",
 27714            "content": "3a0c3c1bbc2efe8383969574922791959670ef547d6c897496915617025c3023"
 27715          },
 27716          {
 27717            "alg": "SHA-384",
 27718            "content": "56f9ad1bcf3f0c3d9ed9c6c372274a47e046ad88335c842f2959c95646eebc14d0ca68562d86a53b8ed6fd56613297bc"
 27719          },
 27720          {
 27721            "alg": "SHA-512",
 27722            "content": "ee10f942eda7199a522aa0838ad69c9b58117580bd60185b4c01bfc43913fd485154b1b3d437b0a361d1bed8a18974c84f5bdf1cb27ed9bc18fe33fba4d8f1f8"
 27723          },
 27724          {
 27725            "alg": "SHA3-256",
 27726            "content": "a8093bd9834f683448f2f01ea33383ad27572ff09f9c29bcef1ecf43d1d33c7c"
 27727          },
 27728          {
 27729            "alg": "SHA3-384",
 27730            "content": "64b62186232c70ed56c386cfe2eefb45345c8a39f60ccae6b41c0b1664731b77a047a02b7c888ec1ff68cb2a2c2b8a90"
 27731          },
 27732          {
 27733            "alg": "SHA3-512",
 27734            "content": "aeb00105ed515e0127fc391fa86b3e805819047b6aa42963c0b6d1bbf23216c26efd7152655d18d428b3965a2bdd6695aaca8d261030841b661df539f96f9d7c"
 27735          }
 27736        ],
 27737        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27738        "purl": "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar",
 27739        "externalReferences": [
 27740          {
 27741            "type": "vcs",
 27742            "url": "http://svn.apache.org/viewvc/geronimo/specs/tags/specs-1.4"
 27743          },
 27744          {
 27745            "type": "website",
 27746            "url": "http://www.apache.org"
 27747          },
 27748          {
 27749            "type": "issue-tracker",
 27750            "url": "http://issues.apache.org/jira/browse/GERONIMO"
 27751          },
 27752          {
 27753            "type": "mailing-list",
 27754            "url": "http://mail-archives.apache.org/mod_mbox/geronimo-user"
 27755          }
 27756        ]
 27757      },
 27758      {
 27759        "type": "library",
 27760        "bom-ref": "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar",
 27761        "publisher": "JBoss by Red Hat",
 27762        "group": "org.jboss.spec.javax.rmi",
 27763        "name": "jboss-rmi-api_1.0_spec",
 27764        "version": "1.0.6.Final",
 27765        "description": "The javax.rmi and javax.rmi.CORBA classes",
 27766        "hashes": [
 27767          {
 27768            "alg": "MD5",
 27769            "content": "c7ae7add11a83cbfee9950ab41d1b06b"
 27770          },
 27771          {
 27772            "alg": "SHA-1",
 27773            "content": "91c0dd9795b90a040bbd3eb591ce4f80bf084caf"
 27774          },
 27775          {
 27776            "alg": "SHA-256",
 27777            "content": "07615653320a010a648d164e77751daddcfea5602148aa4da2f052bc6af0689e"
 27778          },
 27779          {
 27780            "alg": "SHA-384",
 27781            "content": "1db721c31ee3823afa8cba00836fe90fd101bf4eb59aefc62168de914494b077b337d4b77ddc73bba5e77d7411e8083f"
 27782          },
 27783          {
 27784            "alg": "SHA-512",
 27785            "content": "7c4d42e4667ac945cb4a12465cf33b4a546e901ed9dc887113521226de3cdcece383539efb36b2a354911e558a998ef3c615af23e07db809e3b9a601f07f9160"
 27786          },
 27787          {
 27788            "alg": "SHA3-256",
 27789            "content": "c882e0e97fbd3cbe6a51442f01475d1bcb05abdbb144f26e7d119daa0c586400"
 27790          },
 27791          {
 27792            "alg": "SHA3-384",
 27793            "content": "b7225ba4cc04a86fa6a8cb69a354334087c281849ed911d9d2cd47b6f9a2f6a0be9ac2a1658caf79e0d9c5bd434e48bc"
 27794          },
 27795          {
 27796            "alg": "SHA3-512",
 27797            "content": "c6faa07271a730b8b93480c389202c9e25c58ba9eb0c3da85bb26ca724d7ecd8feccdce5f91f20fba535034bf5a6caf1559cfa3b4858b3af4ecbd1425e0f9579"
 27798          }
 27799        ],
 27800        "licenses": [{"license": {
 27801          "name": "lgpl",
 27802          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
 27803        }}],
 27804        "purl": "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar",
 27805        "externalReferences": [
 27806          {
 27807            "type": "vcs",
 27808            "url": "https://github.com/jboss/jboss-rmi-api_spec"
 27809          },
 27810          {
 27811            "type": "website",
 27812            "url": "http://www.jboss.org"
 27813          },
 27814          {
 27815            "type": "issue-tracker",
 27816            "url": "https://issues.jboss.org/"
 27817          },
 27818          {
 27819            "type": "mailing-list",
 27820            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 27821          }
 27822        ]
 27823      },
 27824      {
 27825        "type": "library",
 27826        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-undertow@3.3.6?type=jar",
 27827        "publisher": "The Apache Software Foundation",
 27828        "group": "org.apache.cxf",
 27829        "name": "cxf-rt-transports-http-undertow",
 27830        "version": "3.3.6",
 27831        "description": "Apache CXF Runtime HTTP Undertow Transport",
 27832        "hashes": [
 27833          {
 27834            "alg": "MD5",
 27835            "content": "f6c53504e1d33da1cd7da057b6fa0b6b"
 27836          },
 27837          {
 27838            "alg": "SHA-1",
 27839            "content": "02f76979e6e8cf5b551e8268a59e2881e2c119b3"
 27840          },
 27841          {
 27842            "alg": "SHA-256",
 27843            "content": "38a93850ccd376e4fee0d1d32308e5a808b7bf7f3500418ad080c2302c34b335"
 27844          },
 27845          {
 27846            "alg": "SHA-384",
 27847            "content": "0bdedbc1f8dac5e0818aa2ef57d1fc5a1bd317655a2d23680421359444ad5049710ab5fd985052f47e0c0aab4b3a56db"
 27848          },
 27849          {
 27850            "alg": "SHA-512",
 27851            "content": "c5f61a0dc61fc7adf5db37770be54979013738292d5e44753d117688bdf2d165bf1328b99e282cac999288411dc63f336c17f2a4581ea7b266f98eb4af088a19"
 27852          },
 27853          {
 27854            "alg": "SHA3-256",
 27855            "content": "3db43197830d775196c188c60f96e5db56bdac9da11ee334661c0fe4b01ec3b6"
 27856          },
 27857          {
 27858            "alg": "SHA3-384",
 27859            "content": "171760ed4f75acbfcf0accb87800a4704ba13381bb414ffc51c74b7ea6c1ce6ff65f0d4eece3b8d0dcfd111812793197"
 27860          },
 27861          {
 27862            "alg": "SHA3-512",
 27863            "content": "6c5c2ca97ed9c8f6b88d5d364179087fe952bf3d6f57480f3acc3603decb8d2a32928973ec81a53936c500b3326669f3fafd447416917d6f22ffa6436013745b"
 27864          }
 27865        ],
 27866        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27867        "purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-undertow@3.3.6?type=jar",
 27868        "externalReferences": [
 27869          {
 27870            "type": "website",
 27871            "url": "https://www.apache.org/"
 27872          },
 27873          {
 27874            "type": "build-system",
 27875            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 27876          },
 27877          {
 27878            "type": "distribution",
 27879            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 27880          },
 27881          {
 27882            "type": "issue-tracker",
 27883            "url": "https://issues.apache.org/jira/browse/CXF"
 27884          },
 27885          {
 27886            "type": "mailing-list",
 27887            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 27888          },
 27889          {
 27890            "type": "vcs",
 27891            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 27892          }
 27893        ]
 27894      },
 27895      {
 27896        "type": "library",
 27897        "bom-ref": "pkg:maven/org.keycloak/keycloak-osgi-adapter@10.0.2?type=jar",
 27898        "publisher": "JBoss by Red Hat",
 27899        "group": "org.keycloak",
 27900        "name": "keycloak-osgi-adapter",
 27901        "version": "10.0.2",
 27902        "description": "Keycloak SSO",
 27903        "hashes": [
 27904          {
 27905            "alg": "MD5",
 27906            "content": "af64f55117b182affef0cf6b6464dd48"
 27907          },
 27908          {
 27909            "alg": "SHA-1",
 27910            "content": "eeb11661fcc84de745054bb68de5edb9718fcdf1"
 27911          },
 27912          {
 27913            "alg": "SHA-256",
 27914            "content": "957763ff2622d57aa77b784c936ac0e3394eaa9865076a26c2e1fae188dda17b"
 27915          },
 27916          {
 27917            "alg": "SHA-384",
 27918            "content": "11a2e931bc2ed5d7e001a3ba23950f08cd2476ac2df27fe9acd5d34bbc7cf8cabb2bda29dd8ad534185ffea42ae759d9"
 27919          },
 27920          {
 27921            "alg": "SHA-512",
 27922            "content": "0167c31621756ae88e9ad7c26a2d8844d180e574df2c75a8bb8dea503ec09f9f84f6a97dee6dc07a7587beccb37d726f8b21414f0f7c7e7efc5feb8ced7772e1"
 27923          },
 27924          {
 27925            "alg": "SHA3-256",
 27926            "content": "81d44696c2262eed6e5f147089502a15502e0bbbe5de08bf10aae20fe243f7fe"
 27927          },
 27928          {
 27929            "alg": "SHA3-384",
 27930            "content": "fc6a7d5bed2a3f691d6eaa8849489c2d129c89be475ebcbc2befffaed7a3f4d5c53e886b4c7448c995ea5c77dbdfd811"
 27931          },
 27932          {
 27933            "alg": "SHA3-512",
 27934            "content": "a60d3945106bfaf9470f7010ea8d77d998b9a908b12364fafe8ac9eb262398a22697f57a4bcef9b4e1657ee3605b4549c14ed646a391a75de807cebb01ec0820"
 27935          }
 27936        ],
 27937        "licenses": [{"license": {"id": "Apache-2.0"}}],
 27938        "purl": "pkg:maven/org.keycloak/keycloak-osgi-adapter@10.0.2?type=jar",
 27939        "externalReferences": [
 27940          {
 27941            "type": "distribution",
 27942            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 27943          },
 27944          {
 27945            "type": "issue-tracker",
 27946            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 27947          },
 27948          {
 27949            "type": "vcs",
 27950            "url": "https://github.com/keycloak/keycloak/tree/master/"
 27951          },
 27952          {
 27953            "type": "website",
 27954            "url": "http://www.jboss.org"
 27955          },
 27956          {
 27957            "type": "mailing-list",
 27958            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 27959          }
 27960        ]
 27961      },
 27962      {
 27963        "type": "library",
 27964        "bom-ref": "pkg:maven/org.keycloak/keycloak-jetty-core@10.0.2?type=jar",
 27965        "publisher": "JBoss by Red Hat",
 27966        "group": "org.keycloak",
 27967        "name": "keycloak-jetty-core",
 27968        "version": "10.0.2",
 27969        "description": "",
 27970        "hashes": [
 27971          {
 27972            "alg": "MD5",
 27973            "content": "9642ff4cb4f432b48ad0afaddb9a0ba4"
 27974          },
 27975          {
 27976            "alg": "SHA-1",
 27977            "content": "775aa6147b6ed13278ddc3072077b42e8cdcbc23"
 27978          },
 27979          {
 27980            "alg": "SHA-256",
 27981            "content": "c22ef5bf73468d7e53ec2a66b312d40c013b2a6be498b48510c239eac4ca4b90"
 27982          },
 27983          {
 27984            "alg": "SHA-384",
 27985            "content": "02f01a22fc8ca8df254805b2963d3cb7ba6e55fe3c77b220fc93400c2b86f2a8b5d8ba2d300c092eaedcc04a836b28b3"
 27986          },
 27987          {
 27988            "alg": "SHA-512",
 27989            "content": "ac6681574b327c4a4c167ad2de58734d4f6199c5c6bb18913079d1ff079587bbda2db84ec8b75eb9858cc5dd4bd5270198dcbefd9a1e6c81551dd3d1f29d0685"
 27990          },
 27991          {
 27992            "alg": "SHA3-256",
 27993            "content": "31db8ad476ddf2ed587cc1c45bc7a5f3a7195c8c9e4d6be5e024061ac6836ed7"
 27994          },
 27995          {
 27996            "alg": "SHA3-384",
 27997            "content": "44ddd17bb50c732a2944255638489072632cb7c9d4398a934c9226938fb68f28cb01df5dcd74ec50c150b89ce0b1a33b"
 27998          },
 27999          {
 28000            "alg": "SHA3-512",
 28001            "content": "08d6d98f77a435d57b2e08442b1d07773261f2dfb89d10a449c9234541ea343831019840c80f84961fcc857060c755a900f0ffe9c49dee1b33f0ac3129adcba3"
 28002          }
 28003        ],
 28004        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28005        "purl": "pkg:maven/org.keycloak/keycloak-jetty-core@10.0.2?type=jar",
 28006        "externalReferences": [
 28007          {
 28008            "type": "distribution",
 28009            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28010          },
 28011          {
 28012            "type": "issue-tracker",
 28013            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28014          },
 28015          {
 28016            "type": "vcs",
 28017            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28018          },
 28019          {
 28020            "type": "website",
 28021            "url": "http://www.jboss.org"
 28022          },
 28023          {
 28024            "type": "mailing-list",
 28025            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28026          }
 28027        ]
 28028      },
 28029      {
 28030        "type": "library",
 28031        "bom-ref": "pkg:maven/org.keycloak/keycloak-jetty94-adapter@10.0.2?type=jar",
 28032        "publisher": "JBoss by Red Hat",
 28033        "group": "org.keycloak",
 28034        "name": "keycloak-jetty94-adapter",
 28035        "version": "10.0.2",
 28036        "description": "",
 28037        "hashes": [
 28038          {
 28039            "alg": "MD5",
 28040            "content": "dbd90fbd970c7a1309fd4521e3990303"
 28041          },
 28042          {
 28043            "alg": "SHA-1",
 28044            "content": "2a00e9b8d37a33ca37847be41d167ba5583bc7ad"
 28045          },
 28046          {
 28047            "alg": "SHA-256",
 28048            "content": "3e22cc132a6de085f715097cfae36146bc94c178c1b1a20483402cac35ceb132"
 28049          },
 28050          {
 28051            "alg": "SHA-384",
 28052            "content": "f19d851fc55d804900eadd7208da0ca2b259314299f01165ec0a8404d982f2fc27fb9cc1a979b500cd4a576a7ff818ab"
 28053          },
 28054          {
 28055            "alg": "SHA-512",
 28056            "content": "7cc7beab3be53b0c45cc409dd4232d0d5bb88ab23da3a5ca73a2acb5e8605ec6f62986e385dcd0ddf20c786dafe583d67bc1210f3d661d7e44b4284d54303d44"
 28057          },
 28058          {
 28059            "alg": "SHA3-256",
 28060            "content": "6dae7a128e14da3088d213c5315219e4217bdf7728390922ee5f7d553deb30ab"
 28061          },
 28062          {
 28063            "alg": "SHA3-384",
 28064            "content": "1239e0bffbcf5c30802c495179b601f76ff250a31187e472c5d8fdc33f88392998e6f1fb0ee9951970653326fbefd001"
 28065          },
 28066          {
 28067            "alg": "SHA3-512",
 28068            "content": "e6ac1e27de8073f4921640a3b4646adcd525b58f5953f57fa64606d22601a4bdba50b213da8d4c2b4398313b26b59c11cbdfbb6c671de231193069db344d4ea3"
 28069          }
 28070        ],
 28071        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28072        "purl": "pkg:maven/org.keycloak/keycloak-jetty94-adapter@10.0.2?type=jar",
 28073        "externalReferences": [
 28074          {
 28075            "type": "distribution",
 28076            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28077          },
 28078          {
 28079            "type": "issue-tracker",
 28080            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28081          },
 28082          {
 28083            "type": "vcs",
 28084            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28085          },
 28086          {
 28087            "type": "website",
 28088            "url": "http://www.jboss.org"
 28089          },
 28090          {
 28091            "type": "mailing-list",
 28092            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28093          }
 28094        ]
 28095      },
 28096      {
 28097        "type": "library",
 28098        "bom-ref": "pkg:maven/org.keycloak/keycloak-tomcat-core-adapter@10.0.2?type=jar",
 28099        "publisher": "JBoss by Red Hat",
 28100        "group": "org.keycloak",
 28101        "name": "keycloak-tomcat-core-adapter",
 28102        "version": "10.0.2",
 28103        "description": "",
 28104        "hashes": [
 28105          {
 28106            "alg": "MD5",
 28107            "content": "02e4c733e7beeb0f431a51c814a33305"
 28108          },
 28109          {
 28110            "alg": "SHA-1",
 28111            "content": "a96f856bbf5b945e86bb2f8223f7065177f8be40"
 28112          },
 28113          {
 28114            "alg": "SHA-256",
 28115            "content": "93e116f2429f5e3d0297ec5817832914b8b5317028b245c27b599c2802940581"
 28116          },
 28117          {
 28118            "alg": "SHA-384",
 28119            "content": "03b2f69d237de1a612ffea329e5657791ef92e4e1939c5a889947cecddd0c7085ec06f4e6fcdc8a021603cf236b4b66d"
 28120          },
 28121          {
 28122            "alg": "SHA-512",
 28123            "content": "fa7048997d3c458c668060704ecbbd918af48f025d50eedd55378299def14bc7c262d37f9b50694b0007b54c4ba178028df24818f525a40ba8e84ac5104a81d1"
 28124          },
 28125          {
 28126            "alg": "SHA3-256",
 28127            "content": "60e8a41300910fb145bb5838f7b2aa701ca9b231152e408f9719cf4f92a363c7"
 28128          },
 28129          {
 28130            "alg": "SHA3-384",
 28131            "content": "59da7b3629b5c5ba3d5fa6ccb4f6d1722cf7e4a07e9eb72902fbdcf68a90c14733c9fed578780cbc9b7e7f288001b0b8"
 28132          },
 28133          {
 28134            "alg": "SHA3-512",
 28135            "content": "d2e52e22e71853b10856ea7760628eb2a61ef7d0872f502a230e81a8f95a18c5edcc030a617aadbbf56c2098ea1f0201623e49a1c92c460a5b9aade3f6bc914b"
 28136          }
 28137        ],
 28138        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28139        "purl": "pkg:maven/org.keycloak/keycloak-tomcat-core-adapter@10.0.2?type=jar",
 28140        "externalReferences": [
 28141          {
 28142            "type": "distribution",
 28143            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28144          },
 28145          {
 28146            "type": "issue-tracker",
 28147            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28148          },
 28149          {
 28150            "type": "vcs",
 28151            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28152          },
 28153          {
 28154            "type": "website",
 28155            "url": "http://www.jboss.org"
 28156          },
 28157          {
 28158            "type": "mailing-list",
 28159            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28160          }
 28161        ]
 28162      },
 28163      {
 28164        "type": "library",
 28165        "bom-ref": "pkg:maven/org.keycloak/keycloak-tomcat-adapter@10.0.2?type=jar",
 28166        "publisher": "JBoss by Red Hat",
 28167        "group": "org.keycloak",
 28168        "name": "keycloak-tomcat-adapter",
 28169        "version": "10.0.2",
 28170        "description": "",
 28171        "hashes": [
 28172          {
 28173            "alg": "MD5",
 28174            "content": "53304050b64aa5886c64b43631b619a3"
 28175          },
 28176          {
 28177            "alg": "SHA-1",
 28178            "content": "a05468bc9244ae3513d779a7ccb765069396a89c"
 28179          },
 28180          {
 28181            "alg": "SHA-256",
 28182            "content": "5a29dcf3ef79d8f63fc03fb5178aef24673750bbd316a8f6452000b975f1dd43"
 28183          },
 28184          {
 28185            "alg": "SHA-384",
 28186            "content": "14cb3b0469281b9a72f3a7383f2dfcc941e94c7438ef0096485fa679749f47af54894aaa7bd6ef89d503bc010b3b0705"
 28187          },
 28188          {
 28189            "alg": "SHA-512",
 28190            "content": "2acbc99651e86f63891dc2e497cd226de17cab9bb0552343ff9c424f44f9d26f1d79fbacef166c2fcdace8c37de39716523acbb451ae992004efd6daa44a03f5"
 28191          },
 28192          {
 28193            "alg": "SHA3-256",
 28194            "content": "64dd68a3737fdaecdbfd97ddc84a9b1353ade4fdf75389db3ce7b5f6da8a22ff"
 28195          },
 28196          {
 28197            "alg": "SHA3-384",
 28198            "content": "ca0502783f1016db389be06644d1fe80ebe7bfde4e9b448063dc635d3b80704c3c93d862f3ed95d62135819dbceba086"
 28199          },
 28200          {
 28201            "alg": "SHA3-512",
 28202            "content": "beee8245494d694b7ebb030ec5749f3e2172bb4eadbbdf519b354ac9e9ce748d20c2a1dc41fe0addd4549c09713866f5aff002c39fa35a4bbe0365c5cb118792"
 28203          }
 28204        ],
 28205        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28206        "purl": "pkg:maven/org.keycloak/keycloak-tomcat-adapter@10.0.2?type=jar",
 28207        "externalReferences": [
 28208          {
 28209            "type": "distribution",
 28210            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28211          },
 28212          {
 28213            "type": "issue-tracker",
 28214            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28215          },
 28216          {
 28217            "type": "vcs",
 28218            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28219          },
 28220          {
 28221            "type": "website",
 28222            "url": "http://www.jboss.org"
 28223          },
 28224          {
 28225            "type": "mailing-list",
 28226            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28227          }
 28228        ]
 28229      },
 28230      {
 28231        "type": "library",
 28232        "bom-ref": "pkg:maven/org.keycloak/keycloak-installed-adapter@10.0.2?type=jar",
 28233        "publisher": "JBoss by Red Hat",
 28234        "group": "org.keycloak",
 28235        "name": "keycloak-installed-adapter",
 28236        "version": "10.0.2",
 28237        "description": "",
 28238        "hashes": [
 28239          {
 28240            "alg": "MD5",
 28241            "content": "a6415a5993a254e06f509389d819a222"
 28242          },
 28243          {
 28244            "alg": "SHA-1",
 28245            "content": "2f1baa94e4268356dc01dce28402de868a57a850"
 28246          },
 28247          {
 28248            "alg": "SHA-256",
 28249            "content": "9f27186299d85b14e92000b411472541dd4a2257f33aba9ebda03d60eeebaf55"
 28250          },
 28251          {
 28252            "alg": "SHA-384",
 28253            "content": "3866f3452d17eb389f0b280ec4605347d4992c56a166364336e520816da53c4ec0dc31e60fe950c1e2c11b87443c42df"
 28254          },
 28255          {
 28256            "alg": "SHA-512",
 28257            "content": "9da6bd2ed8a1ff9ca8bfe267e63515ea188a5dbe84e10986cc075874f12b5bcccbbf3717272b868ec192e6b31ea22913d61fe4b6c19c0c7e7d7a57cb629d6a2a"
 28258          },
 28259          {
 28260            "alg": "SHA3-256",
 28261            "content": "2ad7faf759a947eba1f2786a7353858e191b14560fd185eb2915b9511a2a2b23"
 28262          },
 28263          {
 28264            "alg": "SHA3-384",
 28265            "content": "8ad04d0b6c50b4f0535267f7401296d6a9e70d849f316f21d7d68a6935ffa60aceeb25466a6ac8b701346eedb32bf74e"
 28266          },
 28267          {
 28268            "alg": "SHA3-512",
 28269            "content": "e4003b456595d7449f550bf060f2d1f333f3c410e0d2735467d226ef7bb60e2685357dffdcf929848e5f6f618869b6db8933d3c4c5fa26b1d10be5b33e97212c"
 28270          }
 28271        ],
 28272        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28273        "purl": "pkg:maven/org.keycloak/keycloak-installed-adapter@10.0.2?type=jar",
 28274        "externalReferences": [
 28275          {
 28276            "type": "distribution",
 28277            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28278          },
 28279          {
 28280            "type": "issue-tracker",
 28281            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28282          },
 28283          {
 28284            "type": "vcs",
 28285            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28286          },
 28287          {
 28288            "type": "website",
 28289            "url": "http://www.jboss.org"
 28290          },
 28291          {
 28292            "type": "mailing-list",
 28293            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28294          }
 28295        ]
 28296      },
 28297      {
 28298        "type": "library",
 28299        "bom-ref": "pkg:maven/commons-codec/commons-codec@1.13?type=jar",
 28300        "publisher": "The Apache Software Foundation",
 28301        "group": "commons-codec",
 28302        "name": "commons-codec",
 28303        "version": "1.13",
 28304        "description": "The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.",
 28305        "hashes": [
 28306          {
 28307            "alg": "MD5",
 28308            "content": "5085f186156822fa3a02e55bcd5584a8"
 28309          },
 28310          {
 28311            "alg": "SHA-1",
 28312            "content": "3f18e1aa31031d89db6f01ba05d501258ce69d2c"
 28313          },
 28314          {
 28315            "alg": "SHA-256",
 28316            "content": "61f7a3079e92b9fdd605238d0295af5fd11ac411a0a0af48deace1f6c5ffa072"
 28317          },
 28318          {
 28319            "alg": "SHA-384",
 28320            "content": "24bdb183e7c6204f7b725467d0936adb9d75f3be7dfd403fb37e4e8dea4506665e447dedb27e7fdb7b284b07e6c6ccb4"
 28321          },
 28322          {
 28323            "alg": "SHA-512",
 28324            "content": "e78265b77a4b69d8d66c45f98b70fb32d84b214a4323b86e9191ffc279bb271243b43b7d38edbc2ba8a1f319b6d642ab76a6c40c9681cea8b6ebd5b79c3a8b93"
 28325          },
 28326          {
 28327            "alg": "SHA3-256",
 28328            "content": "59aa868e1b30bdb69d986248abf5d318c1122058b380e03b8de0f10bc59e5b5d"
 28329          },
 28330          {
 28331            "alg": "SHA3-384",
 28332            "content": "fb6ca7b9dc4e65f502a13849b5f6cace152ce99e5b1773e491fe4b2c7a259360b4fb940e5ea8ac57d4ea33cf288dbc55"
 28333          },
 28334          {
 28335            "alg": "SHA3-512",
 28336            "content": "aa59b6235ef5fdd249b906a2165693fa859d6901f8cc761b2dbe01985c4447cc9fb733b16a34c1b15dcbdc20e4eaf673606680c8049c7ef518be5a294393264c"
 28337          }
 28338        ],
 28339        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28340        "purl": "pkg:maven/commons-codec/commons-codec@1.13?type=jar",
 28341        "externalReferences": [
 28342          {
 28343            "type": "issue-tracker",
 28344            "url": "https://issues.apache.org/jira/browse/CODEC"
 28345          },
 28346          {
 28347            "type": "vcs",
 28348            "url": "https://github.com/apache/commons-codec"
 28349          },
 28350          {
 28351            "type": "build-system",
 28352            "url": "https://builds.apache.org/"
 28353          },
 28354          {
 28355            "type": "mailing-list",
 28356            "url": "https://mail-archives.apache.org/mod_mbox/commons-user/"
 28357          },
 28358          {
 28359            "type": "website",
 28360            "url": "https://www.apache.org/"
 28361          },
 28362          {
 28363            "type": "distribution",
 28364            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 28365          }
 28366        ]
 28367      },
 28368      {
 28369        "type": "library",
 28370        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.11.2.Final?type=jar",
 28371        "publisher": "JBoss by Red Hat",
 28372        "group": "org.jboss.resteasy",
 28373        "name": "resteasy-jackson2-provider",
 28374        "version": "3.11.2.Final",
 28375        "description": "",
 28376        "hashes": [
 28377          {
 28378            "alg": "MD5",
 28379            "content": "ec440c606b6e90c3df787ef4b82452ea"
 28380          },
 28381          {
 28382            "alg": "SHA-1",
 28383            "content": "9dff3f99c9193c38ec619cc35dde1c6dcc846e12"
 28384          },
 28385          {
 28386            "alg": "SHA-256",
 28387            "content": "a5a9a551550c42dcdbcd24f3521bf2e94135a39b71c9472dff64d10ba10ccbfc"
 28388          },
 28389          {
 28390            "alg": "SHA-384",
 28391            "content": "044b40cc67eac196f816a52f2fa44a31d4d3c93872434da1dffd20c3bf42fbe5aa1f9f3d01e257a2d3a572ac4cb05ec2"
 28392          },
 28393          {
 28394            "alg": "SHA-512",
 28395            "content": "26a3edee3b2afff56caa7c7642150db26330ca872981a34d2621e1c35fd73aef7e86955a9672502a32e67eccbed8b0b95241905e28d3d44bfd135a5a4bef3e51"
 28396          },
 28397          {
 28398            "alg": "SHA3-256",
 28399            "content": "bb5fa3eee49a0b807a5ffb170f9224a1b835aa8beac63a905e4c70197139058d"
 28400          },
 28401          {
 28402            "alg": "SHA3-384",
 28403            "content": "47e515887eceef50db208bc642fd77fe201e1a75e66e21dcf00306100c97b505bc9e7e6c0e156d1524ebf8af6839dc68"
 28404          },
 28405          {
 28406            "alg": "SHA3-512",
 28407            "content": "217ba0463ba7124d3e446548cf93ee339e6c544c35e33b34e5f0e7532874490e86e3d985508d2191bbba20bc22e4882942fb83072374ccff35d4867af73aefd4"
 28408          }
 28409        ],
 28410        "licenses": [{"license": {
 28411          "id": "Apache-2.0",
 28412          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 28413        }}],
 28414        "purl": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.11.2.Final?type=jar",
 28415        "externalReferences": [
 28416          {
 28417            "type": "distribution",
 28418            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28419          },
 28420          {
 28421            "type": "issue-tracker",
 28422            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 28423          },
 28424          {
 28425            "type": "vcs",
 28426            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 28427          },
 28428          {
 28429            "type": "website",
 28430            "url": "http://www.jboss.org"
 28431          },
 28432          {
 28433            "type": "mailing-list",
 28434            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28435          }
 28436        ]
 28437      },
 28438      {
 28439        "type": "library",
 28440        "bom-ref": "pkg:maven/org.keycloak/keycloak-jetty93-adapter@10.0.2?type=jar",
 28441        "publisher": "JBoss by Red Hat",
 28442        "group": "org.keycloak",
 28443        "name": "keycloak-jetty93-adapter",
 28444        "version": "10.0.2",
 28445        "description": "",
 28446        "hashes": [
 28447          {
 28448            "alg": "MD5",
 28449            "content": "51af2b147d5204d04f96c4cfab9fbdaf"
 28450          },
 28451          {
 28452            "alg": "SHA-1",
 28453            "content": "09a4f075a49915af6ffde11902e248b9348a5ad3"
 28454          },
 28455          {
 28456            "alg": "SHA-256",
 28457            "content": "cdc3c8f23ee90fc3d0fac837b7c40a90b36e3d38ebf13ebac59b7e8264faca3f"
 28458          },
 28459          {
 28460            "alg": "SHA-384",
 28461            "content": "a74cae97801dd74094bf22073b5fa447e130845546ae038f95dd1df4b6e240dcda3b9eec7136931be1786f004a8c02e7"
 28462          },
 28463          {
 28464            "alg": "SHA-512",
 28465            "content": "6d924d52c82619d8b98cf87a1e6e7e02269effef5c1ea182fac6fb18c528e9ae61744158904d75463971c601b458a95434e409212873c303ae148d252304e2ba"
 28466          },
 28467          {
 28468            "alg": "SHA3-256",
 28469            "content": "7e63f898bcc95ad04c5ebb75e932742f21ddc35e21df2c3e63a7c39750ef2b55"
 28470          },
 28471          {
 28472            "alg": "SHA3-384",
 28473            "content": "e07c71ec876ca2fdda3fef83930c1ddb4afb5c14e01119eefa152f99894b2888e3063f3304b281a8747dbcc7d2f82dc6"
 28474          },
 28475          {
 28476            "alg": "SHA3-512",
 28477            "content": "8b808f8ae43161d2e24b60b380a833978248a4304d60d0ef24694c1a78dd0836819cc42ab61bb3e93626d0fe3302fab102774f9340afa40d1d9c09b13bc5d06e"
 28478          }
 28479        ],
 28480        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28481        "purl": "pkg:maven/org.keycloak/keycloak-jetty93-adapter@10.0.2?type=jar",
 28482        "externalReferences": [
 28483          {
 28484            "type": "distribution",
 28485            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 28486          },
 28487          {
 28488            "type": "issue-tracker",
 28489            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 28490          },
 28491          {
 28492            "type": "vcs",
 28493            "url": "https://github.com/keycloak/keycloak/tree/master/"
 28494          },
 28495          {
 28496            "type": "website",
 28497            "url": "http://www.jboss.org"
 28498          },
 28499          {
 28500            "type": "mailing-list",
 28501            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 28502          }
 28503        ]
 28504      },
 28505      {
 28506        "type": "library",
 28507        "bom-ref": "pkg:maven/org.springframework.security/spring-security-config@3.2.7.RELEASE?type=jar",
 28508        "publisher": "spring.io",
 28509        "group": "org.springframework.security",
 28510        "name": "spring-security-config",
 28511        "version": "3.2.7.RELEASE",
 28512        "description": "spring-security-config",
 28513        "hashes": [
 28514          {
 28515            "alg": "MD5",
 28516            "content": "e0b368e2d28253c5b5f0064fdf105ae2"
 28517          },
 28518          {
 28519            "alg": "SHA-1",
 28520            "content": "36ded839a3f90b268c2b708a5a92a50aa0412223"
 28521          },
 28522          {
 28523            "alg": "SHA-256",
 28524            "content": "2c23ddca4be07bd297ec5862d35e7bd3d9a1d8071fb16e6f233f2063cae06d5b"
 28525          },
 28526          {
 28527            "alg": "SHA-384",
 28528            "content": "cb758e756df12eea0004330242cfa230678f377d619368037de2ec3a35f464fcf407d11e6652aae95ad409a6f968472b"
 28529          },
 28530          {
 28531            "alg": "SHA-512",
 28532            "content": "4f8beced1adb69ad15f246f657f9ee25cb19ae420ed9b8c03d3d8f8eaf6894d249d0233e1c1eb8286f414f59d766b2a9c5031c96ee2758120ef0e3512424ee68"
 28533          },
 28534          {
 28535            "alg": "SHA3-256",
 28536            "content": "07a1974244dc36a118da33fe7022e58652617b47f008024e36c7d1a98693cc59"
 28537          },
 28538          {
 28539            "alg": "SHA3-384",
 28540            "content": "7d2de927b907699a8aedd3ff308e9eeec79a51194e5d5921cc1a90414a20d5a7078864a6b03feaff69ffe8ee9b2e6e06"
 28541          },
 28542          {
 28543            "alg": "SHA3-512",
 28544            "content": "9137f0d93ddb70680536d36c0dbae5f1a78e111622c55c6715d37a7a3d1683c526868b1f56e6a04fa3bb89df8dcbab6e9d4edd3464449d5e4b2abf86a8bd6ae5"
 28545          }
 28546        ],
 28547        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28548        "purl": "pkg:maven/org.springframework.security/spring-security-config@3.2.7.RELEASE?type=jar",
 28549        "externalReferences": [
 28550          {
 28551            "type": "website",
 28552            "url": "http://spring.io/"
 28553          },
 28554          {
 28555            "type": "vcs",
 28556            "url": "https://github.com/spring-projects/spring-security"
 28557          }
 28558        ]
 28559      },
 28560      {
 28561        "type": "library",
 28562        "bom-ref": "pkg:maven/aopalliance/aopalliance@1.0?type=jar",
 28563        "group": "aopalliance",
 28564        "name": "aopalliance",
 28565        "version": "1.0",
 28566        "description": "AOP Alliance",
 28567        "hashes": [
 28568          {
 28569            "alg": "MD5",
 28570            "content": "04177054e180d09e3998808efa0401c7"
 28571          },
 28572          {
 28573            "alg": "SHA-1",
 28574            "content": "0235ba8b489512805ac13a8f9ea77a1ca5ebe3e8"
 28575          },
 28576          {
 28577            "alg": "SHA-256",
 28578            "content": "0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08"
 28579          },
 28580          {
 28581            "alg": "SHA-384",
 28582            "content": "4dddf44338b5aff9580da2532b81c0ac3e1d09e1f28c6db871a55cad442b705dd7791eb07f9d4577d49d0be3673ba783"
 28583          },
 28584          {
 28585            "alg": "SHA-512",
 28586            "content": "3f44a932d8c00cfeee2eb057bcd7c301a2d029063e0a916e1e20b3aec4877d19d67a2fd8aaf58fa2d5a00133d1602128a7f50912ffb6cabc7b0fdc7fbda3f8a1"
 28587          },
 28588          {
 28589            "alg": "SHA3-256",
 28590            "content": "d4a726b2bf8aa58197021a7d8fca674b4b2790d4c48de43a92f728866a91c2f0"
 28591          },
 28592          {
 28593            "alg": "SHA3-384",
 28594            "content": "2bd64cbaf769c6e4e85e34f7a6119d89e16fbf55af3fc5d6cbd52eb214c367dec1ac7b9062ee0fb35a2e0acfc7c477e1"
 28595          },
 28596          {
 28597            "alg": "SHA3-512",
 28598            "content": "830bc3f8328be76897990e9b9fc42eef02623115e456af96ad09b20900ad615519c8c8de60155ac04fb332eaa9510110d52edd13911af76271c71d91cbd789cc"
 28599          }
 28600        ],
 28601        "licenses": [{"license": {"name": "Public Domain"}}],
 28602        "purl": "pkg:maven/aopalliance/aopalliance@1.0?type=jar"
 28603      },
 28604      {
 28605        "type": "library",
 28606        "bom-ref": "pkg:maven/org.springframework.security/spring-security-core@3.2.7.RELEASE?type=jar",
 28607        "publisher": "spring.io",
 28608        "group": "org.springframework.security",
 28609        "name": "spring-security-core",
 28610        "version": "3.2.7.RELEASE",
 28611        "description": "spring-security-core",
 28612        "hashes": [
 28613          {
 28614            "alg": "MD5",
 28615            "content": "1b6bfc7d9c9c732b239e58d702b4afb9"
 28616          },
 28617          {
 28618            "alg": "SHA-1",
 28619            "content": "50c170701f0cc9a99d14a50a7a97ff0c651bab66"
 28620          },
 28621          {
 28622            "alg": "SHA-256",
 28623            "content": "2f2b456e32c5bc8e38f5827f2e99e9c0a5b4e2a3379ce75784708bde5523dde5"
 28624          },
 28625          {
 28626            "alg": "SHA-384",
 28627            "content": "aeffcdd29ebc81e976151a007c15020b632ce599acfbee2f8137cdd4bd7ddc0e972c695ae057fa18debd97bc25a0431b"
 28628          },
 28629          {
 28630            "alg": "SHA-512",
 28631            "content": "96b5818aa6029512f5c38286c0ba8b8ff5eb78f49a4f215e41dd7111e5f8ccb34f3d32e5c067a27a9b4249e1526e08d31cf92c3c2762afd0aaa6ec0bc169cbf3"
 28632          },
 28633          {
 28634            "alg": "SHA3-256",
 28635            "content": "fcf5154ab6d95d783ddcd5ce0fbabdd3035a132f25e58b31118b774e30c172dd"
 28636          },
 28637          {
 28638            "alg": "SHA3-384",
 28639            "content": "16732f9b17b9715937e9971391b0347f569bfa5d5e6ccb3011d9a98f6339cdb15f7f256b0891773e9e985438b3cdb2d4"
 28640          },
 28641          {
 28642            "alg": "SHA3-512",
 28643            "content": "77c474797954f565f4d81288ce6c09cef34840f10c0388eb188a3c0a19941394ddd4a77327bba1f828d8234e564da584c1441b37f9ad71d22659190bbb87ff22"
 28644          }
 28645        ],
 28646        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28647        "purl": "pkg:maven/org.springframework.security/spring-security-core@3.2.7.RELEASE?type=jar",
 28648        "externalReferences": [
 28649          {
 28650            "type": "website",
 28651            "url": "http://spring.io/"
 28652          },
 28653          {
 28654            "type": "vcs",
 28655            "url": "https://github.com/spring-projects/spring-security"
 28656          }
 28657        ]
 28658      },
 28659      {
 28660        "type": "library",
 28661        "bom-ref": "pkg:maven/org.springframework/spring-aop@3.2.13.RELEASE?type=jar",
 28662        "publisher": "SpringSource",
 28663        "group": "org.springframework",
 28664        "name": "spring-aop",
 28665        "version": "3.2.13.RELEASE",
 28666        "description": "Spring AOP",
 28667        "hashes": [
 28668          {
 28669            "alg": "MD5",
 28670            "content": "d7796dbda2f2c2ee63327e324fbc66f6"
 28671          },
 28672          {
 28673            "alg": "SHA-1",
 28674            "content": "1f7d6b590ca7abc95b4bfc19ba307b0dc5fe2170"
 28675          },
 28676          {
 28677            "alg": "SHA-256",
 28678            "content": "e3861aa51a93c604d570c22ab50146ea78e648c534af3e0851010cb9b6961610"
 28679          },
 28680          {
 28681            "alg": "SHA-384",
 28682            "content": "cc0cc0e01f361fe58f889680d15301e9bb84b4ddfb3d25982d6c6028492322160e38a8b7de58fcc9c965f7ab24bb19a4"
 28683          },
 28684          {
 28685            "alg": "SHA-512",
 28686            "content": "63c8832173a3d4c07d4fdab0579e593ac2ed9a357721151cb4a9b0593bbc9642cf3472560dce41023a2a23ba8d2d60ae0356d79972c7264dcbc8e2f41eca73ab"
 28687          },
 28688          {
 28689            "alg": "SHA3-256",
 28690            "content": "f457fb246f378d4b7fcf3ec7c40c4f296fb12fdb050dc73775296cb97d4f23aa"
 28691          },
 28692          {
 28693            "alg": "SHA3-384",
 28694            "content": "8e2fde3c76f8ca7b21335fbc969bdb9762f2a9fdbd36fd7d79896d5d394a9c95f99b887a008ec0a80dac0e9d2e315e89"
 28695          },
 28696          {
 28697            "alg": "SHA3-512",
 28698            "content": "ca16575b392cda4ea1775864aff933a30209ce1188ce62a4e8fb9ae290c6b73d1afda5cd76d73167ae0218b48d14b154f8506e1cb83e63136991c69a2d8509cd"
 28699          }
 28700        ],
 28701        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28702        "purl": "pkg:maven/org.springframework/spring-aop@3.2.13.RELEASE?type=jar",
 28703        "externalReferences": [
 28704          {
 28705            "type": "website",
 28706            "url": "http://springsource.org/spring-framework"
 28707          },
 28708          {
 28709            "type": "vcs",
 28710            "url": "https://github.com/SpringSource/spring-framework"
 28711          }
 28712        ]
 28713      },
 28714      {
 28715        "type": "library",
 28716        "bom-ref": "pkg:maven/org.springframework/spring-beans@3.2.13.RELEASE?type=jar",
 28717        "publisher": "SpringSource",
 28718        "group": "org.springframework",
 28719        "name": "spring-beans",
 28720        "version": "3.2.13.RELEASE",
 28721        "description": "Spring Beans",
 28722        "hashes": [
 28723          {
 28724            "alg": "MD5",
 28725            "content": "941fbe367ee7908fdc39e103e4d92b97"
 28726          },
 28727          {
 28728            "alg": "SHA-1",
 28729            "content": "bbac7d9b8583a0d54e14aa23715cd7fbeb5f5c47"
 28730          },
 28731          {
 28732            "alg": "SHA-256",
 28733            "content": "908d8f97840bde1ee2b3ee498be5d3976a277ba427451bcdbec82657cb562b01"
 28734          },
 28735          {
 28736            "alg": "SHA-384",
 28737            "content": "e018cdd17d7f01bed27c03e0a575e76e24749414a0f11285562aaff5379d62816f91dbb8edae4b7e7b33bf0a19d46dfb"
 28738          },
 28739          {
 28740            "alg": "SHA-512",
 28741            "content": "93e47795df344dc2f8dacddcca4a3f193f4c0f3fcd8fe7a670fb9d1bb409600af7252bab06d5de340b65301dec923a4a839295bb9f4fe6e7774445ca86e09ff7"
 28742          },
 28743          {
 28744            "alg": "SHA3-256",
 28745            "content": "65ff0e3bcc1bf7c344fa264b2a6da9bf727bb0168828fd50a5bbc4a71978ab78"
 28746          },
 28747          {
 28748            "alg": "SHA3-384",
 28749            "content": "ec60cc8d62630a0b12403a061aab6922e313fec8b19cead82649e76c7385a0da7e9f2fd90cfb3e41948cb5fdc9047a15"
 28750          },
 28751          {
 28752            "alg": "SHA3-512",
 28753            "content": "778b62af6b1e2456c1aa38c710d58707d5d46f31a28bc9adee373687936e81fa6bc7eb93bd512a1f66953a0da544f40d744928348718a0dd43033e18064e7ec7"
 28754          }
 28755        ],
 28756        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28757        "purl": "pkg:maven/org.springframework/spring-beans@3.2.13.RELEASE?type=jar",
 28758        "externalReferences": [
 28759          {
 28760            "type": "website",
 28761            "url": "http://springsource.org/spring-framework"
 28762          },
 28763          {
 28764            "type": "vcs",
 28765            "url": "https://github.com/SpringSource/spring-framework"
 28766          }
 28767        ]
 28768      },
 28769      {
 28770        "type": "library",
 28771        "bom-ref": "pkg:maven/org.springframework/spring-context@3.2.13.RELEASE?type=jar",
 28772        "publisher": "SpringSource",
 28773        "group": "org.springframework",
 28774        "name": "spring-context",
 28775        "version": "3.2.13.RELEASE",
 28776        "description": "Spring Context",
 28777        "hashes": [
 28778          {
 28779            "alg": "MD5",
 28780            "content": "001a0c8142926ffd518e408b9b563b30"
 28781          },
 28782          {
 28783            "alg": "SHA-1",
 28784            "content": "64f675d9c83ac4637bd32a5250e20fc5c42e4e8e"
 28785          },
 28786          {
 28787            "alg": "SHA-256",
 28788            "content": "6c45348d5b2cbc113929018659a15b0649fe9252e5297c074fba08330104e89a"
 28789          },
 28790          {
 28791            "alg": "SHA-384",
 28792            "content": "fe87e7ec066ca53a0404adcf5791423e24d6af77b94d46daac2f0315f9901986da359c7c5388d776e4f766c0579f86ac"
 28793          },
 28794          {
 28795            "alg": "SHA-512",
 28796            "content": "f035fe295a63f177dbf94c66e6893345d0f3af69e8bd587dadc80e09f7478e7a58e16f154ce3e788e73958cc95298110f6ef47847c9a519ff92a5fffc8656b17"
 28797          },
 28798          {
 28799            "alg": "SHA3-256",
 28800            "content": "bbc55804cb52246411252daf2511c094e230b9fe720fe8a38f989f97e1c4a8bc"
 28801          },
 28802          {
 28803            "alg": "SHA3-384",
 28804            "content": "7732b230c5b001856b8195cd1cf388394fdf936c7be6ea5ecc150372f9f0c099e94f4fa9d29e49c4b37ae492c72d6594"
 28805          },
 28806          {
 28807            "alg": "SHA3-512",
 28808            "content": "7845eef8d5172a2211e8c4c9127e710b661f22a7457f5877ed7734b5441e8af9ddc7fc133f3c086f738d29d1693a9e383f9b28e9995fb99cccbf31e09b676f09"
 28809          }
 28810        ],
 28811        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28812        "purl": "pkg:maven/org.springframework/spring-context@3.2.13.RELEASE?type=jar",
 28813        "externalReferences": [
 28814          {
 28815            "type": "website",
 28816            "url": "http://springsource.org/spring-framework"
 28817          },
 28818          {
 28819            "type": "vcs",
 28820            "url": "https://github.com/SpringSource/spring-framework"
 28821          }
 28822        ]
 28823      },
 28824      {
 28825        "type": "library",
 28826        "bom-ref": "pkg:maven/org.springframework/spring-core@3.2.13.RELEASE?type=jar",
 28827        "publisher": "SpringSource",
 28828        "group": "org.springframework",
 28829        "name": "spring-core",
 28830        "version": "3.2.13.RELEASE",
 28831        "description": "Spring Core",
 28832        "hashes": [
 28833          {
 28834            "alg": "MD5",
 28835            "content": "3e6b83aaecc1be3d44445cfe444a0b22"
 28836          },
 28837          {
 28838            "alg": "SHA-1",
 28839            "content": "c419ec49b76c9c260c417d9f97d234069fad404b"
 28840          },
 28841          {
 28842            "alg": "SHA-256",
 28843            "content": "aa61c884a3827868004e71a3cfdfa00c2e5b858033a9471f7cc0af14fcb9ea7d"
 28844          },
 28845          {
 28846            "alg": "SHA-384",
 28847            "content": "23a8e651273345676a64a2225cabc3dfa9f374c4366cbb9ac31f864e132314e6c236d3c9ac9ede6e50200d6d9fe31fe8"
 28848          },
 28849          {
 28850            "alg": "SHA-512",
 28851            "content": "70b9139292a67ef1c97f7d36f05d0ada4a3eb8e7d3772b7cec72cce57fb2670d50433c80c9dfc124f2faf47915a6eb476b3d670c5ece367fc0db3fd6602bfeca"
 28852          },
 28853          {
 28854            "alg": "SHA3-256",
 28855            "content": "66e9e825bdd241b1ee3dbbf55ac2694a23a106c1f0ca49684791a81bc701ad98"
 28856          },
 28857          {
 28858            "alg": "SHA3-384",
 28859            "content": "13bbea279c3493ecdda9b870b528b7f91b9c35a97109fc3472d7d7506e54b74ed902e478744504d301757d373d5a3ac8"
 28860          },
 28861          {
 28862            "alg": "SHA3-512",
 28863            "content": "903e726d79eea2ec80577fb3323569090c6d1677f41a3cbc23328268cafcaacf366bc85fcbf8b82082c93922b401b6f395775b4d7fc9d9933b88317173a96e82"
 28864          }
 28865        ],
 28866        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28867        "purl": "pkg:maven/org.springframework/spring-core@3.2.13.RELEASE?type=jar",
 28868        "externalReferences": [
 28869          {
 28870            "type": "website",
 28871            "url": "http://springsource.org/spring-framework"
 28872          },
 28873          {
 28874            "type": "vcs",
 28875            "url": "https://github.com/SpringSource/spring-framework"
 28876          }
 28877        ]
 28878      },
 28879      {
 28880        "type": "library",
 28881        "bom-ref": "pkg:maven/org.springframework.security/spring-security-web@3.2.7.RELEASE?type=jar",
 28882        "publisher": "spring.io",
 28883        "group": "org.springframework.security",
 28884        "name": "spring-security-web",
 28885        "version": "3.2.7.RELEASE",
 28886        "description": "spring-security-web",
 28887        "hashes": [
 28888          {
 28889            "alg": "MD5",
 28890            "content": "64c5f3c938f4e0440c82bf422a964fea"
 28891          },
 28892          {
 28893            "alg": "SHA-1",
 28894            "content": "3170f54765d6d9f99cf2d4ba7f25698d1026cf6f"
 28895          },
 28896          {
 28897            "alg": "SHA-256",
 28898            "content": "4bab5c971a5e35fcd030c4635700e50cd8f9d658e481961dda101980522b83d7"
 28899          },
 28900          {
 28901            "alg": "SHA-384",
 28902            "content": "a9366ec979623f6d1a44145647f43a2a4118c9d659e5cbff3611562f7d02313014f21c359528ae4abef7e9b1ea149c7b"
 28903          },
 28904          {
 28905            "alg": "SHA-512",
 28906            "content": "ecadde06b39419431472d6cd1abb1d4212e8062c65bcd213250529176ab77bcb5f283edc9798029d7791f311827546335c1cb0ad5bc28dbe0f5fa42d4289f62f"
 28907          },
 28908          {
 28909            "alg": "SHA3-256",
 28910            "content": "40f7c8b376c92f7832d5ef7627247ed8599adc55def973fce92dff6671c89311"
 28911          },
 28912          {
 28913            "alg": "SHA3-384",
 28914            "content": "fb0bf84a3e148354bd4a9a6dfe73c544cb63f765e71b9b88aa56ed16cefe32e376432e27147bb87d53e2ab3152926171"
 28915          },
 28916          {
 28917            "alg": "SHA3-512",
 28918            "content": "10821f95e3c5673c243c2133e65fb8c6f575cdaa2e11f37d1268f443b431d863236d1f09ede6c454f91198b5f764ad9622d7a5d93574e1fc67e7e37a64d6e525"
 28919          }
 28920        ],
 28921        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28922        "purl": "pkg:maven/org.springframework.security/spring-security-web@3.2.7.RELEASE?type=jar",
 28923        "externalReferences": [
 28924          {
 28925            "type": "website",
 28926            "url": "http://spring.io/"
 28927          },
 28928          {
 28929            "type": "vcs",
 28930            "url": "https://github.com/spring-projects/spring-security"
 28931          }
 28932        ]
 28933      },
 28934      {
 28935        "type": "library",
 28936        "bom-ref": "pkg:maven/org.springframework/spring-expression@3.2.13.RELEASE?type=jar",
 28937        "publisher": "SpringSource",
 28938        "group": "org.springframework",
 28939        "name": "spring-expression",
 28940        "version": "3.2.13.RELEASE",
 28941        "description": "Spring Expression Language (SpEL)",
 28942        "hashes": [
 28943          {
 28944            "alg": "MD5",
 28945            "content": "e0d3165542f6903dccd6795dde4ef984"
 28946          },
 28947          {
 28948            "alg": "SHA-1",
 28949            "content": "d9cd7ddd3016e672988c2602e3961c582ab01390"
 28950          },
 28951          {
 28952            "alg": "SHA-256",
 28953            "content": "051dc8671ada8c30e784ec96ab55301b232f4b40d0e3363e194c472ce6144acb"
 28954          },
 28955          {
 28956            "alg": "SHA-384",
 28957            "content": "118abd48a675096f280248b3a0d3265ad6ee86ab977930cf97bb4360cdfc624013b04df9b355f9cf1c2b4cda1a6217a2"
 28958          },
 28959          {
 28960            "alg": "SHA-512",
 28961            "content": "d89af6ceaf3833810a216aee34c587c68ce2a6a4a1bea954a283215daed95c6a9fd2912af352d23189dc7b7964afcf8bff99bc9163d2940a6f053103ec88b68b"
 28962          },
 28963          {
 28964            "alg": "SHA3-256",
 28965            "content": "849f7dcc4ccb4fa0645477dd9cd3664216d6b152b26934cc7d95943eed666a5d"
 28966          },
 28967          {
 28968            "alg": "SHA3-384",
 28969            "content": "81812c0b6b882bdd46ba0a2bfd32dc942f939f102ce2935032230836d0b22bb908d92e7ab41f6623a351d7cb3d24101e"
 28970          },
 28971          {
 28972            "alg": "SHA3-512",
 28973            "content": "03ea22a32558c93bf3cc76ddba03c986cc18aae134413627a47d3d6f1af4e7f78fbbf38fb5c14303225a0a1617d05ae626b344d427512e8758d953b0b085477d"
 28974          }
 28975        ],
 28976        "licenses": [{"license": {"id": "Apache-2.0"}}],
 28977        "purl": "pkg:maven/org.springframework/spring-expression@3.2.13.RELEASE?type=jar",
 28978        "externalReferences": [
 28979          {
 28980            "type": "website",
 28981            "url": "http://springsource.org/spring-framework"
 28982          },
 28983          {
 28984            "type": "vcs",
 28985            "url": "https://github.com/SpringSource/spring-framework"
 28986          }
 28987        ]
 28988      },
 28989      {
 28990        "type": "library",
 28991        "bom-ref": "pkg:maven/org.springframework/spring-web@3.2.13.RELEASE?type=jar",
 28992        "publisher": "SpringSource",
 28993        "group": "org.springframework",
 28994        "name": "spring-web",
 28995        "version": "3.2.13.RELEASE",
 28996        "description": "Spring Web",
 28997        "hashes": [
 28998          {
 28999            "alg": "MD5",
 29000            "content": "43480a18d2cc42e7fbb50ff8342bcab1"
 29001          },
 29002          {
 29003            "alg": "SHA-1",
 29004            "content": "77490ac80fe3618d5db42714dc051798384af628"
 29005          },
 29006          {
 29007            "alg": "SHA-256",
 29008            "content": "30dd87f1a8c1aa87268dff5a97f4bda0b76e329722644901ad331c3a72859b12"
 29009          },
 29010          {
 29011            "alg": "SHA-384",
 29012            "content": "79629fc3c844c55f51e725662ae604fe0d0eac2a55aae43d904a7e48c863855a081d873c51f01b3c68fd706387457d8f"
 29013          },
 29014          {
 29015            "alg": "SHA-512",
 29016            "content": "1642a5d3fcb8ae51a63f5968fa913729925107edcd691cb9c70f0615227b665c012e0904e54589c05b8deda0c7dfa8fad4db2225951eff8ac0b8004029c5b1e5"
 29017          },
 29018          {
 29019            "alg": "SHA3-256",
 29020            "content": "e3098946b1743aa023e2aa149eb53e5415f1c0b08f6d82b8414ab71b9e538b56"
 29021          },
 29022          {
 29023            "alg": "SHA3-384",
 29024            "content": "984d46136c72d0978b50328548fbb6ac4d339d92eeea9f3d6055cbd101b2f5dd6f12d6708495b48966bc609af4205467"
 29025          },
 29026          {
 29027            "alg": "SHA3-512",
 29028            "content": "bd26e874647a0f0ee01d7163db2465ee3bff38267263e70522673855a92556ed5b4848173a14134716c109f4e6bde156294eff503f524ec7f8b2efee180fb1bb"
 29029          }
 29030        ],
 29031        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29032        "purl": "pkg:maven/org.springframework/spring-web@3.2.13.RELEASE?type=jar",
 29033        "externalReferences": [
 29034          {
 29035            "type": "website",
 29036            "url": "http://springsource.org/spring-framework"
 29037          },
 29038          {
 29039            "type": "vcs",
 29040            "url": "https://github.com/SpringSource/spring-framework"
 29041          }
 29042        ]
 29043      },
 29044      {
 29045        "type": "library",
 29046        "bom-ref": "pkg:maven/org.keycloak/spring-boot-container-bundle@10.0.2?type=jar",
 29047        "publisher": "JBoss by Red Hat",
 29048        "group": "org.keycloak",
 29049        "name": "spring-boot-container-bundle",
 29050        "version": "10.0.2",
 29051        "description": "Keycloak SSO",
 29052        "hashes": [
 29053          {
 29054            "alg": "MD5",
 29055            "content": "d9a490deb2b1ac1b6567baa3b1f74c7f"
 29056          },
 29057          {
 29058            "alg": "SHA-1",
 29059            "content": "64b4227a21784c198594fb429d6a79c6a664c4ed"
 29060          },
 29061          {
 29062            "alg": "SHA-256",
 29063            "content": "ffb2530cd6ab2271f0b83e5b0c1eefe074f466cfea4e8bfd94df29e2814790d7"
 29064          },
 29065          {
 29066            "alg": "SHA-384",
 29067            "content": "f1d376ad9569c8ffcd88a05a496b7cdad2476df86da8d5b4903a473ae4f7c5692516301d454757b4f512ee0ccc172f72"
 29068          },
 29069          {
 29070            "alg": "SHA-512",
 29071            "content": "c53ba725ac61ff737563ff42e99bd9e2c5160f3936c541e2b66b242f573946a4944afa9a12893eb6ca15bc556b76ddc7f16e7b01b5085fec3119bccca42b8fc2"
 29072          },
 29073          {
 29074            "alg": "SHA3-256",
 29075            "content": "b2cdb6dbd691ece1ca3252b2165ffeb0dfeea040674b47739d3dc7a3ecbfa7da"
 29076          },
 29077          {
 29078            "alg": "SHA3-384",
 29079            "content": "9323275b9e0467ac1c3ff1a0d97b6a86b672e03364d9c2dfef8fad50fd6bb57f170659ed66340d4f3627ae4593f9cb5e"
 29080          },
 29081          {
 29082            "alg": "SHA3-512",
 29083            "content": "e24d012373ed374d1b8e3e2aea3603b88f0f6001ffb7ed2a93224926ff13de5c2b737c5a3fbdab337a69e603a400b8632174daceebe325cf57db3a6179664eaa"
 29084          }
 29085        ],
 29086        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29087        "purl": "pkg:maven/org.keycloak/spring-boot-container-bundle@10.0.2?type=jar",
 29088        "externalReferences": [
 29089          {
 29090            "type": "distribution",
 29091            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 29092          },
 29093          {
 29094            "type": "issue-tracker",
 29095            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 29096          },
 29097          {
 29098            "type": "vcs",
 29099            "url": "https://github.com/keycloak/keycloak/tree/master/"
 29100          },
 29101          {
 29102            "type": "website",
 29103            "url": "http://www.jboss.org"
 29104          },
 29105          {
 29106            "type": "mailing-list",
 29107            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 29108          }
 29109        ]
 29110      },
 29111      {
 29112        "type": "library",
 29113        "bom-ref": "pkg:maven/org.keycloak/spring-boot-legacy-container-bundle@10.0.2?type=jar",
 29114        "publisher": "JBoss by Red Hat",
 29115        "group": "org.keycloak",
 29116        "name": "spring-boot-legacy-container-bundle",
 29117        "version": "10.0.2",
 29118        "description": "Keycloak SSO",
 29119        "hashes": [
 29120          {
 29121            "alg": "MD5",
 29122            "content": "ccfdb87eb9ab806b2a86e148c5fcec38"
 29123          },
 29124          {
 29125            "alg": "SHA-1",
 29126            "content": "381dd3ae83d21e4d4917ca40c62d637edec1bfb5"
 29127          },
 29128          {
 29129            "alg": "SHA-256",
 29130            "content": "a467e19ae4148277a666ed7a9a80a8fed2e2c067291646f8cc2dcf94dd4a25ed"
 29131          },
 29132          {
 29133            "alg": "SHA-384",
 29134            "content": "f06bd97f7a3c30ae0adf00d38854c2a7520f44c3e027318ef8c768248f8f11e4286f48733730b6d945bbfef205f4f88c"
 29135          },
 29136          {
 29137            "alg": "SHA-512",
 29138            "content": "137462d2d4959a559555f7f56cc543048f4608c64dd42ffa510f26763f460feb0d5e2c3d0a1be365bb675d9c63b948c019e0c21ba26364fadb3eb4cc6340921b"
 29139          },
 29140          {
 29141            "alg": "SHA3-256",
 29142            "content": "978a2f817b6f87f93956e6de8090a1283f2f47e451748f3023ab3c1f3ffedeb9"
 29143          },
 29144          {
 29145            "alg": "SHA3-384",
 29146            "content": "90401e1a033517fc8e1f5990120c26be5fd55f19885f1e01a2d38ddef9cf281f1e00ab8a75eb1c80f1cbecd1f8c9d0d3"
 29147          },
 29148          {
 29149            "alg": "SHA3-512",
 29150            "content": "bbe7c4c9b54e224dbe2b57ce26f6a136ea107106bb6676401b3126f45b418b2f129e1b728c041e0602adb9f03af49c23cc796415dea4d611ee141eca65706af6"
 29151          }
 29152        ],
 29153        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29154        "purl": "pkg:maven/org.keycloak/spring-boot-legacy-container-bundle@10.0.2?type=jar",
 29155        "externalReferences": [
 29156          {
 29157            "type": "distribution",
 29158            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 29159          },
 29160          {
 29161            "type": "issue-tracker",
 29162            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 29163          },
 29164          {
 29165            "type": "vcs",
 29166            "url": "https://github.com/keycloak/keycloak/tree/master/"
 29167          },
 29168          {
 29169            "type": "website",
 29170            "url": "http://www.jboss.org"
 29171          },
 29172          {
 29173            "type": "mailing-list",
 29174            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 29175          }
 29176        ]
 29177      },
 29178      {
 29179        "type": "library",
 29180        "bom-ref": "pkg:maven/org.keycloak/keycloak-spring-security-adapter@10.0.2?type=jar",
 29181        "publisher": "JBoss by Red Hat",
 29182        "group": "org.keycloak",
 29183        "name": "keycloak-spring-security-adapter",
 29184        "version": "10.0.2",
 29185        "description": "",
 29186        "hashes": [
 29187          {
 29188            "alg": "MD5",
 29189            "content": "fcb7fa44040f0adaa30ef7228114b1eb"
 29190          },
 29191          {
 29192            "alg": "SHA-1",
 29193            "content": "ea606b7ce5d5b9f5ed48257fb626a120b8ae4d73"
 29194          },
 29195          {
 29196            "alg": "SHA-256",
 29197            "content": "c6d5aae3878049b859e04dc915a86e9801a53d29a86d11986f935d717af26df2"
 29198          },
 29199          {
 29200            "alg": "SHA-384",
 29201            "content": "c62a76ea00f895f7fd55c4e8162361c2b89c03956bf276f87920ae72fed394a36f7661c6a52fc5161d791299ab396231"
 29202          },
 29203          {
 29204            "alg": "SHA-512",
 29205            "content": "340ace52124f22dff3b47cb0bc26ec1d005c254294a1d3c1043e7dc2ada6dfa567e13faa9192b518ee2fd00e77e20c864350b58826a95e05a10cbdd4c464776f"
 29206          },
 29207          {
 29208            "alg": "SHA3-256",
 29209            "content": "217b892e9d4859121110592e4f3ffe0e2c9bcf01bdb5d0868135cc5668bd5842"
 29210          },
 29211          {
 29212            "alg": "SHA3-384",
 29213            "content": "5af18f744178a850694a19484b5db3fbeb1ea90e2ecca0c17d9f59f790a37c24935ae15162ff504248094f98ce307cc0"
 29214          },
 29215          {
 29216            "alg": "SHA3-512",
 29217            "content": "bcc2f06d3e00b063a8e8db94f94843f06a0ae7b2082ae1840801a344486ebccb651973ec870b6d99ee07257484a4066105140058d1d4877687e609cebf5b1a01"
 29218          }
 29219        ],
 29220        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29221        "purl": "pkg:maven/org.keycloak/keycloak-spring-security-adapter@10.0.2?type=jar",
 29222        "externalReferences": [
 29223          {
 29224            "type": "distribution",
 29225            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 29226          },
 29227          {
 29228            "type": "issue-tracker",
 29229            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 29230          },
 29231          {
 29232            "type": "vcs",
 29233            "url": "https://github.com/keycloak/keycloak/tree/master/"
 29234          },
 29235          {
 29236            "type": "website",
 29237            "url": "http://www.jboss.org"
 29238          },
 29239          {
 29240            "type": "mailing-list",
 29241            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 29242          }
 29243        ]
 29244      },
 29245      {
 29246        "type": "library",
 29247        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.16.RELEASE?type=jar",
 29248        "publisher": "Pivotal Software, Inc.",
 29249        "group": "org.springframework.boot",
 29250        "name": "spring-boot-starter-web",
 29251        "version": "1.5.16.RELEASE",
 29252        "description": "Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container",
 29253        "hashes": [
 29254          {
 29255            "alg": "MD5",
 29256            "content": "fa20f712134e775c8f81311ea1a02908"
 29257          },
 29258          {
 29259            "alg": "SHA-1",
 29260            "content": "51a6058bdb32108d3b8856860211e99565bd76d0"
 29261          },
 29262          {
 29263            "alg": "SHA-256",
 29264            "content": "a18c2eeaaa6f2eda7cb1f8247c5a2fc3036e992d48305e71a4d73c4537b4717e"
 29265          },
 29266          {
 29267            "alg": "SHA-384",
 29268            "content": "f08e7c7d0b56582e0d8b736789c3775b291356ccc43158542a180e630bd74621ab74a447e402a16dac4c4e21086985ca"
 29269          },
 29270          {
 29271            "alg": "SHA-512",
 29272            "content": "5db4c2770b1052c1236894b69a6bbcc8d4b8c2c3215193437e5e896d3a739ee02a12a4ac52dc26ba66f2666cebf5aa338a194675b48f141ce8c59c54e1dec33a"
 29273          },
 29274          {
 29275            "alg": "SHA3-256",
 29276            "content": "b464df0ec8107ff0545d0cdd26026919001e0b596288315f28f97e3f63096a47"
 29277          },
 29278          {
 29279            "alg": "SHA3-384",
 29280            "content": "3ca93d7b110eb99db8976a6ee1503f4a97ad59408db2388f0c7512ec9ec10d980f82435ca1da634c991a6c2344adca1a"
 29281          },
 29282          {
 29283            "alg": "SHA3-512",
 29284            "content": "0a171bce17a51bc758c090d79fb38d73b5095d430dbe51ca15b4a8347749f367019a0c878b39d50f0969e88d07f9b9d742d4089826090c46c7cbcc7cfc592cf3"
 29285          }
 29286        ],
 29287        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29288        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.16.RELEASE?type=jar",
 29289        "externalReferences": [
 29290          {
 29291            "type": "website",
 29292            "url": "http://www.spring.io"
 29293          },
 29294          {
 29295            "type": "build-system",
 29296            "url": "https://build.spring.io/browse/BOOT-PUB"
 29297          },
 29298          {
 29299            "type": "issue-tracker",
 29300            "url": "https://github.com/spring-projects/spring-boot/issues"
 29301          },
 29302          {
 29303            "type": "vcs",
 29304            "url": "http://github.com/spring-projects/spring-boot"
 29305          }
 29306        ]
 29307      },
 29308      {
 29309        "type": "library",
 29310        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.16.RELEASE?type=jar",
 29311        "publisher": "Pivotal Software, Inc.",
 29312        "group": "org.springframework.boot",
 29313        "name": "spring-boot-starter",
 29314        "version": "1.5.16.RELEASE",
 29315        "description": "Core starter, including auto-configuration support, logging and YAML",
 29316        "hashes": [
 29317          {
 29318            "alg": "MD5",
 29319            "content": "2df4b8a2d8db26ae1f0854d010dcd1a0"
 29320          },
 29321          {
 29322            "alg": "SHA-1",
 29323            "content": "f4fde2cdb903502a2010714139490872d0819926"
 29324          },
 29325          {
 29326            "alg": "SHA-256",
 29327            "content": "e0ae4b7afb9c90494987123d3af82499fbabb9ba4e8c241ad201407e5025b998"
 29328          },
 29329          {
 29330            "alg": "SHA-384",
 29331            "content": "4fed02837e49d8cf7b31ac860e1497364a73d74726fb4055e67b71d0da41c2e3236ca82b20ae3866078ebe1154090594"
 29332          },
 29333          {
 29334            "alg": "SHA-512",
 29335            "content": "9e21d361375f50cbae37e0748aa554086b7abe87ecccfc816d0f3101f422fe84f15a40d7cb06b0ae22be8381caea6aba32461ba9aaa403541c882e6d63b8b579"
 29336          },
 29337          {
 29338            "alg": "SHA3-256",
 29339            "content": "03f0aab478bec6727bc6f6defc0f5de92b66d4e3d8bd0fc4eef4cd0d695601c1"
 29340          },
 29341          {
 29342            "alg": "SHA3-384",
 29343            "content": "8891b4775dc4421ea2169be558d40039c420f218104058ced332384a4de83d62888a6a8d417892633232c0aaf13ebd49"
 29344          },
 29345          {
 29346            "alg": "SHA3-512",
 29347            "content": "ed119204d1076ec286ebe76ac5a80e06e150dc086ba61503099a1635bfee76ecb6b0a2dc3f49d17e5de696f801e3ab3d0c7621b3841cbcd8da4f85304cc65b70"
 29348          }
 29349        ],
 29350        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29351        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.16.RELEASE?type=jar",
 29352        "externalReferences": [
 29353          {
 29354            "type": "website",
 29355            "url": "http://www.spring.io"
 29356          },
 29357          {
 29358            "type": "build-system",
 29359            "url": "https://build.spring.io/browse/BOOT-PUB"
 29360          },
 29361          {
 29362            "type": "issue-tracker",
 29363            "url": "https://github.com/spring-projects/spring-boot/issues"
 29364          },
 29365          {
 29366            "type": "vcs",
 29367            "url": "http://github.com/spring-projects/spring-boot"
 29368          }
 29369        ]
 29370      },
 29371      {
 29372        "type": "library",
 29373        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.16.RELEASE?type=jar",
 29374        "publisher": "Pivotal Software, Inc.",
 29375        "group": "org.springframework.boot",
 29376        "name": "spring-boot",
 29377        "version": "1.5.16.RELEASE",
 29378        "description": "Spring Boot",
 29379        "hashes": [
 29380          {
 29381            "alg": "MD5",
 29382            "content": "77dc121fcdfa28e8d677817461f82d78"
 29383          },
 29384          {
 29385            "alg": "SHA-1",
 29386            "content": "b0d5e696bea06749372aa892dbbd3b3c4b6cc59c"
 29387          },
 29388          {
 29389            "alg": "SHA-256",
 29390            "content": "a67f9c8b8f0ae92f458b5d685e135574254e1712cc2b04db99511086ae1b57d3"
 29391          },
 29392          {
 29393            "alg": "SHA-384",
 29394            "content": "987de6b7ed9d572cd876f8aef4360a66c652ac49812282f79947f45703c8b5d3c097e92697969b5b7dc778547e9a3d21"
 29395          },
 29396          {
 29397            "alg": "SHA-512",
 29398            "content": "b80676b6ac96ce6ae059e28ecdffb206a40e2992a9b0abe5567a24dab7e98f845bcca9c339fcef6cfb0e3fbe94eaae3c340fad583971c8ec630d57d9957e8ec8"
 29399          },
 29400          {
 29401            "alg": "SHA3-256",
 29402            "content": "6a5bd2a8575514e69dace561a120333ed9a88af606a1f0ddcd26e5bea4b933f1"
 29403          },
 29404          {
 29405            "alg": "SHA3-384",
 29406            "content": "575f2a8f16c775a812e3ca9a15f4c87149b29f6ec1153d352bbccfcd9055b67159b8026ccbc833cc4482375a39c47acc"
 29407          },
 29408          {
 29409            "alg": "SHA3-512",
 29410            "content": "4c171a516f5cd0fe73ecc219cb5b029cf293bcd3d9beda778c196976ad88983c37647461980e439e14895d4f547bf27d6baa88a0d2d2cf556f825cbf410b7d1d"
 29411          }
 29412        ],
 29413        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29414        "purl": "pkg:maven/org.springframework.boot/spring-boot@1.5.16.RELEASE?type=jar",
 29415        "externalReferences": [
 29416          {
 29417            "type": "website",
 29418            "url": "http://www.spring.io"
 29419          },
 29420          {
 29421            "type": "build-system",
 29422            "url": "https://build.spring.io/browse/BOOT-PUB"
 29423          },
 29424          {
 29425            "type": "issue-tracker",
 29426            "url": "https://github.com/spring-projects/spring-boot/issues"
 29427          },
 29428          {
 29429            "type": "vcs",
 29430            "url": "http://github.com/spring-projects/spring-boot"
 29431          }
 29432        ]
 29433      },
 29434      {
 29435        "type": "library",
 29436        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.16.RELEASE?type=jar",
 29437        "publisher": "Pivotal Software, Inc.",
 29438        "group": "org.springframework.boot",
 29439        "name": "spring-boot-autoconfigure",
 29440        "version": "1.5.16.RELEASE",
 29441        "description": "Spring Boot AutoConfigure",
 29442        "hashes": [
 29443          {
 29444            "alg": "MD5",
 29445            "content": "6f042182b2bb7b56b10f4ef8f10a6457"
 29446          },
 29447          {
 29448            "alg": "SHA-1",
 29449            "content": "32b6dd3ac882cd5bad2bae7f1e299d1b1411990e"
 29450          },
 29451          {
 29452            "alg": "SHA-256",
 29453            "content": "e72b76416888c0a7fa2cd98e155a5981c7fe021b78777091d83da7c82992ae92"
 29454          },
 29455          {
 29456            "alg": "SHA-384",
 29457            "content": "81015f216b7e78c09bf2226e6edb510fc6be11673bff11cdf84a63498351008b6c21ab96fb4d10c4070198dc4449fd51"
 29458          },
 29459          {
 29460            "alg": "SHA-512",
 29461            "content": "a6eab10c7d003304446a2093718ba0950b0b78564169ca721ed846689b4cfc293f737a1289c64d1b86901a1bd06ebdb688efa85ae9f2321c6bba09fc668709d1"
 29462          },
 29463          {
 29464            "alg": "SHA3-256",
 29465            "content": "ab2d17edcc1f266c7f7d1292c4a78731ad8106e08de48db11dc6a0a641dfb81c"
 29466          },
 29467          {
 29468            "alg": "SHA3-384",
 29469            "content": "3263aefc6d5a1b7540ddd159368f8acebf341bc0ffd4bf6db2ed4d8749d44c6d00ac955bf6da54d99304774ea08aa2e9"
 29470          },
 29471          {
 29472            "alg": "SHA3-512",
 29473            "content": "a16131685bc1cdc9056d13c8ed0f94a0f2b06cf8309476940ea645e1c8621ce261c5c60ba61272fa3aa821f82bc8b24d7a518842c437ce8fc199dd1744698126"
 29474          }
 29475        ],
 29476        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29477        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.16.RELEASE?type=jar",
 29478        "externalReferences": [
 29479          {
 29480            "type": "website",
 29481            "url": "http://www.spring.io"
 29482          },
 29483          {
 29484            "type": "build-system",
 29485            "url": "https://build.spring.io/browse/BOOT-PUB"
 29486          },
 29487          {
 29488            "type": "issue-tracker",
 29489            "url": "https://github.com/spring-projects/spring-boot/issues"
 29490          },
 29491          {
 29492            "type": "vcs",
 29493            "url": "http://github.com/spring-projects/spring-boot"
 29494          }
 29495        ]
 29496      },
 29497      {
 29498        "type": "library",
 29499        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.16.RELEASE?type=jar",
 29500        "publisher": "Pivotal Software, Inc.",
 29501        "group": "org.springframework.boot",
 29502        "name": "spring-boot-starter-logging",
 29503        "version": "1.5.16.RELEASE",
 29504        "description": "Starter for logging using Logback. Default logging starter",
 29505        "hashes": [
 29506          {
 29507            "alg": "MD5",
 29508            "content": "3798ad11a5dc4cb4fceeeb8e254c3712"
 29509          },
 29510          {
 29511            "alg": "SHA-1",
 29512            "content": "28429e43bd3ae3cd710bf47bcba84af38e5e69cb"
 29513          },
 29514          {
 29515            "alg": "SHA-256",
 29516            "content": "7f050a6789f3754b0646ff26bcd101a84d0084be54d848a55ad730367536ac4f"
 29517          },
 29518          {
 29519            "alg": "SHA-384",
 29520            "content": "54c723652e3ab1219af06d4e85768a8621c7cd913825d8c810bbb516d899fb8e5ee28cf139f600dd93dbfc33bfdad1e3"
 29521          },
 29522          {
 29523            "alg": "SHA-512",
 29524            "content": "2f59efee095dddff6f62b208ead7e36a81c8e3e0ce0f7af717cbfec599a74eb89a3aebd7b18d27cf3297f08a0557e4616281c76630e33d3f8f98ac37cb67d568"
 29525          },
 29526          {
 29527            "alg": "SHA3-256",
 29528            "content": "eef82a8d3c33e87e84ab13cafe95e5e194f906d4c71f4f55fe9b0ecc5f83cbfb"
 29529          },
 29530          {
 29531            "alg": "SHA3-384",
 29532            "content": "6565374ee75b06eb09bf959cfd246af7472257b5cd121f1269fcdf0bf8953ea680e57cd0b4fe2d2bfc338d8ead868945"
 29533          },
 29534          {
 29535            "alg": "SHA3-512",
 29536            "content": "71ca4920ca961d41759a432d083b1c76ce6cb8a056bc90e323881fa879f1de9fea8846725eef04cfdb72b1c98e9b9d7b859fabccb2133cfb616d6ee161821565"
 29537          }
 29538        ],
 29539        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29540        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.16.RELEASE?type=jar",
 29541        "externalReferences": [
 29542          {
 29543            "type": "website",
 29544            "url": "http://www.spring.io"
 29545          },
 29546          {
 29547            "type": "build-system",
 29548            "url": "https://build.spring.io/browse/BOOT-PUB"
 29549          },
 29550          {
 29551            "type": "issue-tracker",
 29552            "url": "https://github.com/spring-projects/spring-boot/issues"
 29553          },
 29554          {
 29555            "type": "vcs",
 29556            "url": "http://github.com/spring-projects/spring-boot"
 29557          }
 29558        ]
 29559      },
 29560      {
 29561        "type": "library",
 29562        "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 29563        "publisher": "QOS.ch",
 29564        "group": "ch.qos.logback",
 29565        "name": "logback-classic",
 29566        "version": "1.1.11",
 29567        "description": "logback-classic module",
 29568        "hashes": [
 29569          {
 29570            "alg": "MD5",
 29571            "content": "8064835579ddb2c86ae26b447b0c5f76"
 29572          },
 29573          {
 29574            "alg": "SHA-1",
 29575            "content": "ccedfbacef4a6515d2983e3f89ed753d5d4fb665"
 29576          },
 29577          {
 29578            "alg": "SHA-256",
 29579            "content": "86a0268c3c96888d4e49d8a754b5b2173286aee100559e803efcbb0df676c66e"
 29580          },
 29581          {
 29582            "alg": "SHA-384",
 29583            "content": "ab69b626149a411315d46c0a2acb395662cba5c72b6b6c4b21ad884562968e83387509c4e744109527c5b22d646bb6ed"
 29584          },
 29585          {
 29586            "alg": "SHA-512",
 29587            "content": "9058a4d6b4abc72cb56cb10836fdc87ac829e7e8c436bda5b0630c2702ba28d5dfbc123771fa8eb566431617ffdffeadba2f55b6d22658b6fe1d263ec27393df"
 29588          },
 29589          {
 29590            "alg": "SHA3-256",
 29591            "content": "4d0f2d41718a5ea4e4d0b737f335f1d85dbd839c5476e61d7f7e007fdee39408"
 29592          },
 29593          {
 29594            "alg": "SHA3-384",
 29595            "content": "ae2f0360ee5c9ee983e79f2dcd8e99314dbc72df621dac69ace28fd6570ff464d180ee7bb582ebae4697ea1f03509fbb"
 29596          },
 29597          {
 29598            "alg": "SHA3-512",
 29599            "content": "bb96a2b97cf3c1e404ea0d3630b8a8444654d9cca7e983cbdd1f9ef2440cdca0e686c4406ac17de4511ae13fc6bc1345bf82e2b763dce4f773d64e26162710d2"
 29600          }
 29601        ],
 29602        "licenses": [
 29603          {"license": {"id": "EPL-1.0"}},
 29604          {"license": {
 29605            "name": "GNU Lesser General Public License",
 29606            "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
 29607          }}
 29608        ],
 29609        "purl": "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 29610        "externalReferences": [
 29611          {
 29612            "type": "website",
 29613            "url": "http://www.qos.ch"
 29614          },
 29615          {
 29616            "type": "distribution",
 29617            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 29618          },
 29619          {
 29620            "type": "vcs",
 29621            "url": "https://github.com/ceki/logback"
 29622          }
 29623        ]
 29624      },
 29625      {
 29626        "type": "library",
 29627        "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.1.11?type=jar",
 29628        "publisher": "QOS.ch",
 29629        "group": "ch.qos.logback",
 29630        "name": "logback-core",
 29631        "version": "1.1.11",
 29632        "description": "logback-core module",
 29633        "hashes": [
 29634          {
 29635            "alg": "MD5",
 29636            "content": "cc7a8deacd26b0aa2668779ce2721c0f"
 29637          },
 29638          {
 29639            "alg": "SHA-1",
 29640            "content": "88b8df40340eed549fb07e2613879bf6b006704d"
 29641          },
 29642          {
 29643            "alg": "SHA-256",
 29644            "content": "58738067842476feeae5768e832cd36a0e40ce41576ba5739c3632d376bd8c86"
 29645          },
 29646          {
 29647            "alg": "SHA-384",
 29648            "content": "edfe845793cf4cc86288a0cce09ff528889a6fd98f987ddd9cd4b94f3c865a2bc471f0a8d5ec0f5489c2a4ca57e606b4"
 29649          },
 29650          {
 29651            "alg": "SHA-512",
 29652            "content": "ba95809db2641fd9042624475e66b43ea497aaee53e31f440f7d08f5f2cd96b66afb0e41d7fd8897c829ee91605a7a76da5bf7dfdc4669b46f45c225d869a395"
 29653          },
 29654          {
 29655            "alg": "SHA3-256",
 29656            "content": "d0c79c38f4884faee6befe55f2fd7a537b2fe72135bcd1aea1347b0d42f756f1"
 29657          },
 29658          {
 29659            "alg": "SHA3-384",
 29660            "content": "f219c0bef50cedf5684b09f983ae02a099ef8d58975cf693d89681475ac26756a404648e44766009f0d44b66659166d1"
 29661          },
 29662          {
 29663            "alg": "SHA3-512",
 29664            "content": "7ae5d275ddf5942b8c305d6c0ab75a40edbed096469e8ad5fffd79984e503b5d520303b49ce6dab234b2bb3375fdde44d87faf9d8d0974ae66fc499b88761308"
 29665          }
 29666        ],
 29667        "licenses": [
 29668          {"license": {"id": "EPL-1.0"}},
 29669          {"license": {
 29670            "name": "GNU Lesser General Public License",
 29671            "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
 29672          }}
 29673        ],
 29674        "purl": "pkg:maven/ch.qos.logback/logback-core@1.1.11?type=jar",
 29675        "externalReferences": [
 29676          {
 29677            "type": "website",
 29678            "url": "http://www.qos.ch"
 29679          },
 29680          {
 29681            "type": "distribution",
 29682            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 29683          },
 29684          {
 29685            "type": "vcs",
 29686            "url": "https://github.com/ceki/logback"
 29687          }
 29688        ]
 29689      },
 29690      {
 29691        "type": "library",
 29692        "bom-ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25?type=jar",
 29693        "publisher": "QOS.ch",
 29694        "group": "org.slf4j",
 29695        "name": "jcl-over-slf4j",
 29696        "version": "1.7.25",
 29697        "description": "JCL 1.2 implemented over SLF4J",
 29698        "hashes": [
 29699          {
 29700            "alg": "MD5",
 29701            "content": "56b22adc639b09b2e917f42d68b26600"
 29702          },
 29703          {
 29704            "alg": "SHA-1",
 29705            "content": "f8c32b13ff142a513eeb5b6330b1588dcb2c0461"
 29706          },
 29707          {
 29708            "alg": "SHA-256",
 29709            "content": "5e938457e79efcbfb3ab64bc29c43ec6c3b95fffcda3c155f4a86cc320c11e14"
 29710          },
 29711          {
 29712            "alg": "SHA-384",
 29713            "content": "6928492388b56628cf4a2b8411d4032d179a9cf318b03fb4bade1ef690e75813354482a68d667f64d9f2c7dad57ff9db"
 29714          },
 29715          {
 29716            "alg": "SHA-512",
 29717            "content": "0a703864b269de6f7bc98df0fa98aa943cc327a4ca2915899d460e4a071fcc3fbe70957eb91b740cc935d0960b3d98f30c54a0a4019d7ae8c6d50f51edb8d149"
 29718          },
 29719          {
 29720            "alg": "SHA3-256",
 29721            "content": "6ecd86745e9cb7165c98725e9d17ceaedeafd90ac42c90ca2ed102900f7fc20f"
 29722          },
 29723          {
 29724            "alg": "SHA3-384",
 29725            "content": "b02c290871df4d411761548ed6d976adcc7a56df251b5facef6f9de1e31cf6e62d40e002c35b301827b60a65b65d11da"
 29726          },
 29727          {
 29728            "alg": "SHA3-512",
 29729            "content": "dffaa6188e8fb42a235fa9bd9caf4ca4c2c9f8545763d673552a3746ef7bd51ec0f2270de2e0cca21b290a01d01004ff0baaecef4ffcdb616fbec363cc8b9d22"
 29730          }
 29731        ],
 29732        "licenses": [{"license": {
 29733          "id": "MIT",
 29734          "url": "https://opensource.org/licenses/MIT"
 29735        }}],
 29736        "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25?type=jar",
 29737        "externalReferences": [
 29738          {
 29739            "type": "website",
 29740            "url": "http://www.qos.ch"
 29741          },
 29742          {
 29743            "type": "distribution",
 29744            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 29745          },
 29746          {
 29747            "type": "vcs",
 29748            "url": "https://github.com/qos-ch/slf4j"
 29749          }
 29750        ]
 29751      },
 29752      {
 29753        "type": "library",
 29754        "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar",
 29755        "publisher": "QOS.ch",
 29756        "group": "org.slf4j",
 29757        "name": "jul-to-slf4j",
 29758        "version": "1.7.25",
 29759        "description": "JUL to SLF4J bridge",
 29760        "hashes": [
 29761          {
 29762            "alg": "MD5",
 29763            "content": "ab28124cb05fec600f2ffe37b94629e0"
 29764          },
 29765          {
 29766            "alg": "SHA-1",
 29767            "content": "0af5364cd6679bfffb114f0dec8a157aaa283b76"
 29768          },
 29769          {
 29770            "alg": "SHA-256",
 29771            "content": "416c5a0c145ad19526e108d44b6bf77b75412d47982cce6ce8d43abdbdbb0fac"
 29772          },
 29773          {
 29774            "alg": "SHA-384",
 29775            "content": "1758d8f3b244e66b46d34d62162714abbbe0d535e69f654e1e1de65ed48e255042a7ed892cbd942453ac69f24b162064"
 29776          },
 29777          {
 29778            "alg": "SHA-512",
 29779            "content": "61d40a8d5aeccc80134ccefd1e7b6abfd3908af1d4470f3a964b70b38304c7a6edd551066a834854d7b8483d240344a537e300bc69ef4cf038fc97f8455e6ade"
 29780          },
 29781          {
 29782            "alg": "SHA3-256",
 29783            "content": "4a74227761028a4affc9f03e1ad5739171c0cbdcf330ef0696e80c8d6c7f699c"
 29784          },
 29785          {
 29786            "alg": "SHA3-384",
 29787            "content": "d305dea6c306e62c1c84758da31f693854c203b31faf3f9d7f7f9dc56b06637f3efac8660620b9a442c838cccf5e9f3d"
 29788          },
 29789          {
 29790            "alg": "SHA3-512",
 29791            "content": "55dbffa865b1b757b3eec49f6b9def8baac2677eb251f605b02108f5260acfabf900eeb3e962d55d74796c0fec2e7721dacb2a3136221c02cda78f852885d1a7"
 29792          }
 29793        ],
 29794        "licenses": [{"license": {
 29795          "id": "MIT",
 29796          "url": "https://opensource.org/licenses/MIT"
 29797        }}],
 29798        "purl": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar",
 29799        "externalReferences": [
 29800          {
 29801            "type": "website",
 29802            "url": "http://www.qos.ch"
 29803          },
 29804          {
 29805            "type": "distribution",
 29806            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 29807          },
 29808          {
 29809            "type": "vcs",
 29810            "url": "https://github.com/qos-ch/slf4j"
 29811          }
 29812        ]
 29813      },
 29814      {
 29815        "type": "library",
 29816        "bom-ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.25?type=jar",
 29817        "publisher": "QOS.ch",
 29818        "group": "org.slf4j",
 29819        "name": "log4j-over-slf4j",
 29820        "version": "1.7.25",
 29821        "description": "Log4j implemented over SLF4J",
 29822        "hashes": [
 29823          {
 29824            "alg": "MD5",
 29825            "content": "fb818c7981d842875905587a61f2b942"
 29826          },
 29827          {
 29828            "alg": "SHA-1",
 29829            "content": "a87bb47468f47ee7aabbd54f93e133d4215769c3"
 29830          },
 29831          {
 29832            "alg": "SHA-256",
 29833            "content": "c84c5ce4bbb661369ccd4c7b99682027598a0fb2e3d63a84259dbe5c0bf1f949"
 29834          },
 29835          {
 29836            "alg": "SHA-384",
 29837            "content": "0c37929867ac7e140e9d2448066a990541a335bd043ed3e56a82dee5b0e2c2da5580a0b267ca3ae46549b728a5e26cbe"
 29838          },
 29839          {
 29840            "alg": "SHA-512",
 29841            "content": "0903a65cc6521f31226a4ed80816a334c6a0b8432fbc6d09c4cb99db246edd39374c6f57727e7838e89465916f7e3fbd29fd75e56040b722a2aac04c240e90e9"
 29842          },
 29843          {
 29844            "alg": "SHA3-256",
 29845            "content": "a4e18d6fe97a3e31acd62cd05ed88004d6e71dae41a0a0df69507e3f68020765"
 29846          },
 29847          {
 29848            "alg": "SHA3-384",
 29849            "content": "3acfc59008e3097ca66a5576c82d2539b51275c12e7c74cca1a0eea0dfc86bdc70f607d7cc320891c6205fa8802690a8"
 29850          },
 29851          {
 29852            "alg": "SHA3-512",
 29853            "content": "3c0141440cd9f7223b0b32246f4cc72a9f97a9776f4ecd156f177ddf81716db959a6b3e1e9e1b547ff418cf011435109c2d0c94f120fd14416ccaacd21789bf5"
 29854          }
 29855        ],
 29856        "licenses": [{"license": {
 29857          "name": "Apache Software Licenses",
 29858          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
 29859        }}],
 29860        "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.25?type=jar",
 29861        "externalReferences": [
 29862          {
 29863            "type": "website",
 29864            "url": "http://www.qos.ch"
 29865          },
 29866          {
 29867            "type": "distribution",
 29868            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 29869          },
 29870          {
 29871            "type": "vcs",
 29872            "url": "https://github.com/qos-ch/slf4j"
 29873          }
 29874        ]
 29875      },
 29876      {
 29877        "type": "library",
 29878        "bom-ref": "pkg:maven/org.springframework/spring-core@4.3.19.RELEASE?type=jar",
 29879        "publisher": "Spring IO",
 29880        "group": "org.springframework",
 29881        "name": "spring-core",
 29882        "version": "4.3.19.RELEASE",
 29883        "description": "Spring Core",
 29884        "hashes": [
 29885          {
 29886            "alg": "MD5",
 29887            "content": "78651d4983e181c2c0e21e2e85bb6715"
 29888          },
 29889          {
 29890            "alg": "SHA-1",
 29891            "content": "519cfdf4887adefbda2f13bbc45e8e933a0cd894"
 29892          },
 29893          {
 29894            "alg": "SHA-256",
 29895            "content": "0c2e0f3df6ea22558546dac4900094df815acf5ec17ef869969816de6a100a34"
 29896          },
 29897          {
 29898            "alg": "SHA-384",
 29899            "content": "bfd4e2015a8d90c8d96d97488d033e98b074b895fe2046be7c3a3a38da657cd38fda84d7422aebce146d3ae5b0f7c7a6"
 29900          },
 29901          {
 29902            "alg": "SHA-512",
 29903            "content": "226fd33ca37681de6f4ff78dc665a59e1406b521042c15c92c199d916bf1032572513dd90c44a892f903c9f36580df99eb56842dfc3dd312af32b191a799eff5"
 29904          },
 29905          {
 29906            "alg": "SHA3-256",
 29907            "content": "60c7d042f8c74a37210658ed04cb904a7aad204a3a276a35fca2aeea1d1867cc"
 29908          },
 29909          {
 29910            "alg": "SHA3-384",
 29911            "content": "858c928114892f026c56e137382e739521e84078e42d41bfaa05d01e82f151977b0285f20d3a930238ff32a7f4e9381f"
 29912          },
 29913          {
 29914            "alg": "SHA3-512",
 29915            "content": "09dc490ba248aa1a7221b13b078af2c697e653d2b18d020a5846aa751b1bc47df6e41592261f88069dc6589d0d0147c398b1e543f9d527785d78d236ad955329"
 29916          }
 29917        ],
 29918        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29919        "purl": "pkg:maven/org.springframework/spring-core@4.3.19.RELEASE?type=jar",
 29920        "externalReferences": [
 29921          {
 29922            "type": "website",
 29923            "url": "http://projects.spring.io/spring-framework"
 29924          },
 29925          {
 29926            "type": "issue-tracker",
 29927            "url": "https://jira.springsource.org/browse/SPR"
 29928          },
 29929          {
 29930            "type": "vcs",
 29931            "url": "https://github.com/spring-projects/spring-framework"
 29932          }
 29933        ]
 29934      },
 29935      {
 29936        "type": "library",
 29937        "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.17?type=jar",
 29938        "group": "org.yaml",
 29939        "name": "snakeyaml",
 29940        "version": "1.17",
 29941        "description": "YAML 1.1 parser and emitter for Java",
 29942        "hashes": [
 29943          {
 29944            "alg": "MD5",
 29945            "content": "ab621c3cee316236ad04a6f0fe4dd17c"
 29946          },
 29947          {
 29948            "alg": "SHA-1",
 29949            "content": "7a27ea250c5130b2922b86dea63cbb1cc10a660c"
 29950          },
 29951          {
 29952            "alg": "SHA-256",
 29953            "content": "5666b36f9db46f06dd5a19d73bbff3b588d5969c0f4b8848fde0f5ec849430a5"
 29954          },
 29955          {
 29956            "alg": "SHA-384",
 29957            "content": "58cd7b347f1440f0b29fbe44d9813c6475279d7d9fafd76d84935389d23a308830f0c3146c80f1e91c7c6556140cdf5f"
 29958          },
 29959          {
 29960            "alg": "SHA-512",
 29961            "content": "f1158edc1cc658d7a574a6d4bb330ab26eb1fec259cae0a2fb1743eb764099b1867ac78766dc97efeda4c93fb3f34001c861d0f8b8d05916b832abd873b39f1e"
 29962          },
 29963          {
 29964            "alg": "SHA3-256",
 29965            "content": "79ae4b0114140e05a5c8856204a47ee100c85a8a8944e0df4dd4218809936790"
 29966          },
 29967          {
 29968            "alg": "SHA3-384",
 29969            "content": "5829ebaa934b331a0383c1cdf95b23200ba6316335bcb1ac96b041f522616af232ccc80fc255c758d90ebbf4f3b6c59b"
 29970          },
 29971          {
 29972            "alg": "SHA3-512",
 29973            "content": "c72751b39000c6e06dd2c6ecad316b33f3eaf84ea2c089ad4f86e990a1556947fc6e969d186554cce9e865b831cdc3a198a7f5dd564193c8ae9ae1b9e34b4c89"
 29974          }
 29975        ],
 29976        "licenses": [{"license": {"id": "Apache-2.0"}}],
 29977        "purl": "pkg:maven/org.yaml/snakeyaml@1.17?type=jar",
 29978        "externalReferences": [
 29979          {
 29980            "type": "issue-tracker",
 29981            "url": "https://bitbucket.org/asomov/snakeyaml/issues"
 29982          },
 29983          {
 29984            "type": "vcs",
 29985            "url": "https://bitbucket.org/asomov/snakeyaml/src"
 29986          }
 29987        ]
 29988      },
 29989      {
 29990        "type": "library",
 29991        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.16.RELEASE?type=jar",
 29992        "publisher": "Pivotal Software, Inc.",
 29993        "group": "org.springframework.boot",
 29994        "name": "spring-boot-starter-tomcat",
 29995        "version": "1.5.16.RELEASE",
 29996        "description": "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web",
 29997        "hashes": [
 29998          {
 29999            "alg": "MD5",
 30000            "content": "b745e74ac0eef5a9d6af0424c72b8d30"
 30001          },
 30002          {
 30003            "alg": "SHA-1",
 30004            "content": "b753680d2d1b77efeabd8a96fc65f927fbd0a2e6"
 30005          },
 30006          {
 30007            "alg": "SHA-256",
 30008            "content": "ee5da8ba7c90ef0c87f35f0ffe0d04d4f15067318a83edb42daa6bfdc5b4377c"
 30009          },
 30010          {
 30011            "alg": "SHA-384",
 30012            "content": "efd6ab8b7b3662b3bbdefb0a85b024b39fbe5f5622e14c3e35466c55ec62c1d9d75e87041bb0fdd270c066dc482e3976"
 30013          },
 30014          {
 30015            "alg": "SHA-512",
 30016            "content": "99555204c87d9068f4602a092addcbf23ced36bb29dc0b9948245cef8d919885fd4832b48c2ab348cda3f5cfb433217135bccf5296ec1d4f41dff65f1b256103"
 30017          },
 30018          {
 30019            "alg": "SHA3-256",
 30020            "content": "257a2fafbadf8ce6de9f49f03c9ed66b249bc5559bda4599976abacf3df46062"
 30021          },
 30022          {
 30023            "alg": "SHA3-384",
 30024            "content": "caffa1d53e8719c858fd7ec8a704a64044a3ddc31c376a24f14c34ce8dafea9ca1e207b01b5a84f6b8e9d740b77ddc52"
 30025          },
 30026          {
 30027            "alg": "SHA3-512",
 30028            "content": "13d66b7f2cdbf9863db891d7ad1cb385c3bc0824d8aad0a6d100aca588f07ae35169ec02b33779cc53c4b9d54abde6b78f0b1dd2d3cbe28cb55ba8804968603b"
 30029          }
 30030        ],
 30031        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30032        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.16.RELEASE?type=jar",
 30033        "externalReferences": [
 30034          {
 30035            "type": "website",
 30036            "url": "http://www.spring.io"
 30037          },
 30038          {
 30039            "type": "build-system",
 30040            "url": "https://build.spring.io/browse/BOOT-PUB"
 30041          },
 30042          {
 30043            "type": "issue-tracker",
 30044            "url": "https://github.com/spring-projects/spring-boot/issues"
 30045          },
 30046          {
 30047            "type": "vcs",
 30048            "url": "http://github.com/spring-projects/spring-boot"
 30049          }
 30050        ]
 30051      },
 30052      {
 30053        "type": "library",
 30054        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.34?type=jar",
 30055        "group": "org.apache.tomcat.embed",
 30056        "name": "tomcat-embed-core",
 30057        "version": "8.5.34",
 30058        "description": "Core Tomcat implementation",
 30059        "hashes": [
 30060          {
 30061            "alg": "MD5",
 30062            "content": "737cdbd3066faeca55af8dadf7df061e"
 30063          },
 30064          {
 30065            "alg": "SHA-1",
 30066            "content": "a038040d68a90397f95dd1e11b979fe364a5000f"
 30067          },
 30068          {
 30069            "alg": "SHA-256",
 30070            "content": "3de1ec648a90cc394b98b434e16d887a158d3ba201714d8a811001eef73fc1b9"
 30071          },
 30072          {
 30073            "alg": "SHA-384",
 30074            "content": "3c1bb0fc6377066fbc3556e6519aaddced959b133441a8713b0c743ebe84d684977145682e6d92ee2ed0040e777cb271"
 30075          },
 30076          {
 30077            "alg": "SHA-512",
 30078            "content": "c0e6294fcd4f1566ab8fbc33df1443cb75ae0de52a305c8428e3d9f5c369418b458a8ec015b01920dddea539536a6c07168a73c9df1f107947cbb28574a090b5"
 30079          },
 30080          {
 30081            "alg": "SHA3-256",
 30082            "content": "48a5ec6c0c99bf5699a3e3e3febd7a977e0aa40746d6572dbf9cce3c0a1cf65d"
 30083          },
 30084          {
 30085            "alg": "SHA3-384",
 30086            "content": "901381fcef3d9140e9aa20f5f10ff9696be4bc8e2482533af76b8e9f061813d4eff4b2191853e30f13946bf438f865da"
 30087          },
 30088          {
 30089            "alg": "SHA3-512",
 30090            "content": "68a7b0ac69b3032f55c8f616774e95e4e31a015871f55d69c4ae5da1e77a148c1d006bec0951963e5ef31c8d574e32ce6758c192bf19ad1e3f5185a178042a3e"
 30091          }
 30092        ],
 30093        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30094        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.34?type=jar"
 30095      },
 30096      {
 30097        "type": "library",
 30098        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.34?type=jar",
 30099        "group": "org.apache.tomcat",
 30100        "name": "tomcat-annotations-api",
 30101        "version": "8.5.34",
 30102        "description": "Annotations Package",
 30103        "hashes": [
 30104          {
 30105            "alg": "MD5",
 30106            "content": "0c304d25f72c47c5732f9eb67d84b63a"
 30107          },
 30108          {
 30109            "alg": "SHA-1",
 30110            "content": "edd8e694ef125878e277d198bc0c333c2250d2c2"
 30111          },
 30112          {
 30113            "alg": "SHA-256",
 30114            "content": "8074b90c9f5225c7695b9810db69e0bc3c673bdd623e26533409e2f9b22b080e"
 30115          },
 30116          {
 30117            "alg": "SHA-384",
 30118            "content": "55ab7fd33e8bd3d006f7e793eba6ede8516089879999952718cc30e3768b253120e3ab7ac9c4648e7591a0af9a353daf"
 30119          },
 30120          {
 30121            "alg": "SHA-512",
 30122            "content": "4451b4cc2e47b42c27ef8dec7786dc5091ad841e25ed3f0f01a687076bb83a559ffdbd08f4bfc186078697d68890ebf0d37874263bc76ef103fe829b4e296f5f"
 30123          },
 30124          {
 30125            "alg": "SHA3-256",
 30126            "content": "1cb6317f30ec37cf0202fd3cf2f3f13c0fd6bc1ff775237d40650e74553cdedf"
 30127          },
 30128          {
 30129            "alg": "SHA3-384",
 30130            "content": "430a99bd31af3e3730d0368e63821af105cc045601bcce0b4e0bbadf780c3b4cf4cbaf19bf5ce9292df43a0123233351"
 30131          },
 30132          {
 30133            "alg": "SHA3-512",
 30134            "content": "73d2054d5596542272360e94e486666332e991c116093160d85bb87e3effcdb6ccadbd25bf6045720960587001610729db05dcb697acb57db28483a43aaa9b68"
 30135          }
 30136        ],
 30137        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30138        "purl": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.34?type=jar"
 30139      },
 30140      {
 30141        "type": "library",
 30142        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.34?type=jar",
 30143        "group": "org.apache.tomcat.embed",
 30144        "name": "tomcat-embed-el",
 30145        "version": "8.5.34",
 30146        "description": "Core Tomcat implementation",
 30147        "hashes": [
 30148          {
 30149            "alg": "MD5",
 30150            "content": "6871c7694436f150902f270219c62ab9"
 30151          },
 30152          {
 30153            "alg": "SHA-1",
 30154            "content": "be71a9a5bdd001db7cf97c47429eec0bdd3b7b88"
 30155          },
 30156          {
 30157            "alg": "SHA-256",
 30158            "content": "9b52dce02ef748342298fd94dcb7368e90fbb9303d2fbf78ff46fc0c30adcf16"
 30159          },
 30160          {
 30161            "alg": "SHA-384",
 30162            "content": "a529e33cc5a68d89b71ebb5640c6a604bf2362cd90603248b5a5d1fd49c24b3eecb2ea67bf625e293e879aeabaaa07c9"
 30163          },
 30164          {
 30165            "alg": "SHA-512",
 30166            "content": "7fea0dc999befa9633b167c833170bb5e0de3309cfa92c0c357c903ea0fcdcb84d610a3760ab06ac991d2836e82db17be7e69519240e0cad4621863316488b69"
 30167          },
 30168          {
 30169            "alg": "SHA3-256",
 30170            "content": "d8c8388af2b2eb010c0cdf3bceb7fab7ffa89c3bef3f1c122cdfef329e04307f"
 30171          },
 30172          {
 30173            "alg": "SHA3-384",
 30174            "content": "c7834cdfb4017935561ab84183ff1c24fc9d2fb2975aeee64e17f636758881f8422f1c5960f57f5a1e7acfb730439bcf"
 30175          },
 30176          {
 30177            "alg": "SHA3-512",
 30178            "content": "2c618085c132dc4b6dce7e2bdea651aa43c928fee768233585f8dec706b0a3aa8c8432c6a4ccc789b55912b3e0bad89a21d5a74fda9cec933569463c535bd0ac"
 30179          }
 30180        ],
 30181        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30182        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.34?type=jar"
 30183      },
 30184      {
 30185        "type": "library",
 30186        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.34?type=jar",
 30187        "group": "org.apache.tomcat.embed",
 30188        "name": "tomcat-embed-websocket",
 30189        "version": "8.5.34",
 30190        "description": "Core Tomcat implementation",
 30191        "hashes": [
 30192          {
 30193            "alg": "MD5",
 30194            "content": "9bed9d7f86dab3bd57b54553087baf62"
 30195          },
 30196          {
 30197            "alg": "SHA-1",
 30198            "content": "5f86906367c2540b21e6aeecc277d2ce9ec939b0"
 30199          },
 30200          {
 30201            "alg": "SHA-256",
 30202            "content": "8594cc996e34edf296a4d2bcd2b6faa46849554fabb1d3a4400b7d0e0199f09f"
 30203          },
 30204          {
 30205            "alg": "SHA-384",
 30206            "content": "9c2e1788913a9617d7564643968af12350d9ca502305ed5d74f8370b43f2a31833494e525940312c70805a18ca7f0f94"
 30207          },
 30208          {
 30209            "alg": "SHA-512",
 30210            "content": "b57d1a905898e681fb2bd76c56987865db730570d9170d2ffd0d416f956f7a7556e25273f5773d847efd5aba419f365ea1b914248a85e773d32e827caddd2aea"
 30211          },
 30212          {
 30213            "alg": "SHA3-256",
 30214            "content": "fc137b975ad73163002e8c42e871f80827e07df94e7950545338d050e4b5589e"
 30215          },
 30216          {
 30217            "alg": "SHA3-384",
 30218            "content": "2f2088d25d1932c6c3d989c7706c1490557c2f37aaadde305b07305f4469ddfef5ba01c9c33900caec09b039b4089674"
 30219          },
 30220          {
 30221            "alg": "SHA3-512",
 30222            "content": "6cb09f840253f3a2debdd75e12862b43e98519f6c23a4aa451fa20175d24e31ba00665ac0b3d16d7c85408b855108ed9fe069a5adf68b5921433e37b1c56e139"
 30223          }
 30224        ],
 30225        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30226        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.34?type=jar"
 30227      },
 30228      {
 30229        "type": "library",
 30230        "bom-ref": "pkg:maven/org.hibernate/hibernate-validator@5.3.6.Final?type=jar",
 30231        "group": "org.hibernate",
 30232        "name": "hibernate-validator",
 30233        "version": "5.3.6.Final",
 30234        "description": "Hibernate's Bean Validation (JSR-303) reference implementation.",
 30235        "hashes": [
 30236          {
 30237            "alg": "MD5",
 30238            "content": "417eed33c6739627f9a987a77a2b5802"
 30239          },
 30240          {
 30241            "alg": "SHA-1",
 30242            "content": "04c730be8bf55a8e9a61e79a2f2c079abf48b718"
 30243          },
 30244          {
 30245            "alg": "SHA-256",
 30246            "content": "bc73804bd1dca71d7b2c2696d239720a654b34d46ff172516ecdac1f26adccb4"
 30247          },
 30248          {
 30249            "alg": "SHA-384",
 30250            "content": "d63e96c743f6ba05358e31909cb01aa82271249bb7edf811e4b19b3c5b15448c53f86fe4525bf897701b41d8ae2bafd7"
 30251          },
 30252          {
 30253            "alg": "SHA-512",
 30254            "content": "2ce205f04d96523da24a34ff79f1d398c4afb1ac3fbdc444f2e7065783e10038b956307be3568155879f89cc7b31cd2fd6c8b2a21c47f23e43e39e2e18c28713"
 30255          },
 30256          {
 30257            "alg": "SHA3-256",
 30258            "content": "30171660b863e7b104aa2c88bd583d37acf8d748924536baf8091419e58d58b1"
 30259          },
 30260          {
 30261            "alg": "SHA3-384",
 30262            "content": "31eede6dba6078c62d17270ac36419bb6bfd8abbec5532733a1229c899b54a0c0828b9914d46d2b1840c00d34c975318"
 30263          },
 30264          {
 30265            "alg": "SHA3-512",
 30266            "content": "05c5c0b8c2414d313518e8a001bfba3efe9e00d1282175942b851a952b23a337950b98d4dd2323bc0bec046d93666c620f53ec2e7169e7367027f0af00ceef86"
 30267          }
 30268        ],
 30269        "licenses": [{"license": {
 30270          "id": "Apache-2.0",
 30271          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 30272        }}],
 30273        "purl": "pkg:maven/org.hibernate/hibernate-validator@5.3.6.Final?type=jar",
 30274        "externalReferences": [
 30275          {
 30276            "type": "build-system",
 30277            "url": "http://ci.hibernate.org/view/Validator/"
 30278          },
 30279          {
 30280            "type": "distribution",
 30281            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 30282          },
 30283          {
 30284            "type": "issue-tracker",
 30285            "url": "https://hibernate.atlassian.net/projects/HV/summary"
 30286          },
 30287          {
 30288            "type": "vcs",
 30289            "url": "http://github.com/hibernate/hibernate-validator"
 30290          }
 30291        ]
 30292      },
 30293      {
 30294        "type": "library",
 30295        "bom-ref": "pkg:maven/javax.validation/validation-api@1.1.0.Final?type=jar",
 30296        "group": "javax.validation",
 30297        "name": "validation-api",
 30298        "version": "1.1.0.Final",
 30299        "description": "Bean Validation API",
 30300        "hashes": [
 30301          {
 30302            "alg": "MD5",
 30303            "content": "4c257f52462860b62ab3cdab45f53082"
 30304          },
 30305          {
 30306            "alg": "SHA-1",
 30307            "content": "8613ae82954779d518631e05daa73a6a954817d5"
 30308          },
 30309          {
 30310            "alg": "SHA-256",
 30311            "content": "f39d7ba7253e35f5ac48081ec1bc28c5df9b32ac4b7db20853e5a8e76bf7b0ed"
 30312          },
 30313          {
 30314            "alg": "SHA-384",
 30315            "content": "c5c2853c8d811def0417e2c2f2e91468979008637d5e87441980af17c86e17ac1b59ea0587a70f376d40ca7a99d047f9"
 30316          },
 30317          {
 30318            "alg": "SHA-512",
 30319            "content": "bc137c5f7fa6b7092f9fc233d8be7d21d6767f8aa51c2e934b73692c82d28dbb410f55674d7b5a0e1523b514654339277b535b7f5bb01d457a11aba2eca3bbed"
 30320          },
 30321          {
 30322            "alg": "SHA3-256",
 30323            "content": "469fa33a7d6854ac73627c8b4d281165c26dbcb21e645df792c3144453ab3129"
 30324          },
 30325          {
 30326            "alg": "SHA3-384",
 30327            "content": "ba17c332df426d79dd8b73032860e9ce64a984b65d54fd04e5598095b2fb05e757062d469bf3ec67d05d0ff8978d3f13"
 30328          },
 30329          {
 30330            "alg": "SHA3-512",
 30331            "content": "a042781692aaaa9458be722d0437484c5f1fd8f3f4955c00008224caebeb671ab93740052599ce2f5feab8d7ec712c72786492f7c7ca1c27c25425545b05a91e"
 30332          }
 30333        ],
 30334        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30335        "purl": "pkg:maven/javax.validation/validation-api@1.1.0.Final?type=jar",
 30336        "externalReferences": [
 30337          {
 30338            "type": "distribution",
 30339            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 30340          },
 30341          {
 30342            "type": "issue-tracker",
 30343            "url": "http://opensource.atlassian.com/projects/hibernate/browse/BVAL"
 30344          },
 30345          {
 30346            "type": "vcs",
 30347            "url": "https://github.com/beanvalidation/beanvalidation-api"
 30348          }
 30349        ]
 30350      },
 30351      {
 30352        "type": "library",
 30353        "bom-ref": "pkg:maven/com.fasterxml/classmate@1.3.1?type=jar",
 30354        "publisher": "fasterxml.com",
 30355        "group": "com.fasterxml",
 30356        "name": "classmate",
 30357        "version": "1.3.1",
 30358        "description": "Library for introspecting types with full generic information including resolving of field and method types.",
 30359        "hashes": [
 30360          {
 30361            "alg": "MD5",
 30362            "content": "ec2f1109b7020232c6350fd9ded3e40b"
 30363          },
 30364          {
 30365            "alg": "SHA-1",
 30366            "content": "02ad2fd09dcf5607ca96f8ef432096a96986c40a"
 30367          },
 30368          {
 30369            "alg": "SHA-256",
 30370            "content": "c2585bca1fd36a1e6bc7c94c4459ec65e3aa393cbfcee204fd134ed018bfd22f"
 30371          },
 30372          {
 30373            "alg": "SHA-384",
 30374            "content": "ff3c50f27e6f0e1f29fcf6d69ae08b9f0f92f382167a89f78369e97c542c8340ac13db563852c380565cc8b750928d91"
 30375          },
 30376          {
 30377            "alg": "SHA-512",
 30378            "content": "82b53871f346c6aa3b177f1e195bd15b88ea8d371cee15ce972f60da0e8ceaf63faeb09947660cf5be88b3af74f7a972e2377a7cb9ec98235c56ff82ac59d825"
 30379          },
 30380          {
 30381            "alg": "SHA3-256",
 30382            "content": "15495d0466b164fcc89950378d00c88ddb4022280932950aee24f58d84625d20"
 30383          },
 30384          {
 30385            "alg": "SHA3-384",
 30386            "content": "f20a5087bc6b679563737d9126ca19a53ced3f408bf37b071e81c61d94021a5dd682295bd5e15b2321f0ab059bf0e054"
 30387          },
 30388          {
 30389            "alg": "SHA3-512",
 30390            "content": "4f8dbfc4a877d6d68327e06c3e808f2a3594e2faa0657a7b9a3630af97d6822271bde7cf55a1442f75034d42d610466836a93b400de0ae58ba3ea60f2414385b"
 30391          }
 30392        ],
 30393        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30394        "purl": "pkg:maven/com.fasterxml/classmate@1.3.1?type=jar",
 30395        "externalReferences": [
 30396          {
 30397            "type": "website",
 30398            "url": "http://fasterxml.com"
 30399          },
 30400          {
 30401            "type": "vcs",
 30402            "url": "http://github.com/cowtowncoder/java-classmate"
 30403          },
 30404          {
 30405            "type": "distribution",
 30406            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 30407          },
 30408          {
 30409            "type": "issue-tracker",
 30410            "url": "https://github.com/FasterXML/${project.artifactId}/issues"
 30411          }
 30412        ]
 30413      },
 30414      {
 30415        "type": "library",
 30416        "bom-ref": "pkg:maven/org.springframework/spring-web@4.3.19.RELEASE?type=jar",
 30417        "publisher": "Spring IO",
 30418        "group": "org.springframework",
 30419        "name": "spring-web",
 30420        "version": "4.3.19.RELEASE",
 30421        "description": "Spring Web",
 30422        "hashes": [
 30423          {
 30424            "alg": "MD5",
 30425            "content": "4c1831c1bf83c0c5c9578d91d5243b0a"
 30426          },
 30427          {
 30428            "alg": "SHA-1",
 30429            "content": "586f1391142ed1309b302197b80229fce77d1599"
 30430          },
 30431          {
 30432            "alg": "SHA-256",
 30433            "content": "a255061617aaf7d459b53f176cf058587df539ce2c0b8cd04fd009b5a6e44114"
 30434          },
 30435          {
 30436            "alg": "SHA-384",
 30437            "content": "a7afa2c3ec28b073f650972eb72b95957172d6efc79e0277676e8967cdf3a2f768679226082af4afeffd9dce3f129a57"
 30438          },
 30439          {
 30440            "alg": "SHA-512",
 30441            "content": "90f58bef5786be926c405c3895087f3870ef8852af790a65bfb55828ab4de5fcc46a7315b8fbaa04783c31fbaba0a03073ad12b4dc1282c8a8857baa03cc2848"
 30442          },
 30443          {
 30444            "alg": "SHA3-256",
 30445            "content": "d614bbb94fc7580f3c134710090d4aa4a29159d6282cf3f1ce8efcc674364826"
 30446          },
 30447          {
 30448            "alg": "SHA3-384",
 30449            "content": "806db295bcee0fd30de5a6f190c6d6b7e2010856700db8bd3e709d5caf7d36acf4f36615ef3c9892a55d31011c55dbc1"
 30450          },
 30451          {
 30452            "alg": "SHA3-512",
 30453            "content": "ea2c497f5c02a099bd1187e29a6fa68eeaa78a4c651d593f000d5fd8755f85f7a1d900b743d6078e9700f1226bc3da3eaa28a10452582c225d742dcad8eb8903"
 30454          }
 30455        ],
 30456        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30457        "purl": "pkg:maven/org.springframework/spring-web@4.3.19.RELEASE?type=jar",
 30458        "externalReferences": [
 30459          {
 30460            "type": "website",
 30461            "url": "http://projects.spring.io/spring-framework"
 30462          },
 30463          {
 30464            "type": "issue-tracker",
 30465            "url": "https://jira.springsource.org/browse/SPR"
 30466          },
 30467          {
 30468            "type": "vcs",
 30469            "url": "https://github.com/spring-projects/spring-framework"
 30470          }
 30471        ]
 30472      },
 30473      {
 30474        "type": "library",
 30475        "bom-ref": "pkg:maven/org.springframework/spring-aop@4.3.19.RELEASE?type=jar",
 30476        "publisher": "Spring IO",
 30477        "group": "org.springframework",
 30478        "name": "spring-aop",
 30479        "version": "4.3.19.RELEASE",
 30480        "description": "Spring AOP",
 30481        "hashes": [
 30482          {
 30483            "alg": "MD5",
 30484            "content": "9f402ab822de94d86cf0687b609fe85a"
 30485          },
 30486          {
 30487            "alg": "SHA-1",
 30488            "content": "1f475ad8e9cbd6df169f61a5e4106306ecd7d370"
 30489          },
 30490          {
 30491            "alg": "SHA-256",
 30492            "content": "831882a70b701e527d03cc3fd6796598347e1415024fb103fb2da9bcf6b03d81"
 30493          },
 30494          {
 30495            "alg": "SHA-384",
 30496            "content": "78f17257d6bafe1918c8298ee04003f003dc349363ad375b34d5118ff7da1d46ace6201aa8014cf79733223c450abd40"
 30497          },
 30498          {
 30499            "alg": "SHA-512",
 30500            "content": "2e1fe77e47ad150143652b70e7986009989de183dc897c1d05ff4a4c5a8760b1f731cebad7f4f7aff3cdb498989cd2abf3942651d55ed5cda8dcbe52acfa6358"
 30501          },
 30502          {
 30503            "alg": "SHA3-256",
 30504            "content": "8f8959e3db550fcd448957753e90098a13ea895c45220d8ffb3a4750a74dd79f"
 30505          },
 30506          {
 30507            "alg": "SHA3-384",
 30508            "content": "dcf66297d6b56c3dac8129e0bfe32160678411f26ba28979e8db98057d9b5c8ad051d90379bdbbc7c22891a424fa5d8a"
 30509          },
 30510          {
 30511            "alg": "SHA3-512",
 30512            "content": "1248dc8e662f23dbc65dcdc9b38976229c3bb46e5e39b786912562712369254459903d43c17cd679d811905ab41e960ac33a9003f64f90b6fe7302758b57cb83"
 30513          }
 30514        ],
 30515        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30516        "purl": "pkg:maven/org.springframework/spring-aop@4.3.19.RELEASE?type=jar",
 30517        "externalReferences": [
 30518          {
 30519            "type": "website",
 30520            "url": "http://projects.spring.io/spring-framework"
 30521          },
 30522          {
 30523            "type": "issue-tracker",
 30524            "url": "https://jira.springsource.org/browse/SPR"
 30525          },
 30526          {
 30527            "type": "vcs",
 30528            "url": "https://github.com/spring-projects/spring-framework"
 30529          }
 30530        ]
 30531      },
 30532      {
 30533        "type": "library",
 30534        "bom-ref": "pkg:maven/org.springframework/spring-beans@4.3.19.RELEASE?type=jar",
 30535        "publisher": "Spring IO",
 30536        "group": "org.springframework",
 30537        "name": "spring-beans",
 30538        "version": "4.3.19.RELEASE",
 30539        "description": "Spring Beans",
 30540        "hashes": [
 30541          {
 30542            "alg": "MD5",
 30543            "content": "00b5c013f29ae9b4349dbae249eabfad"
 30544          },
 30545          {
 30546            "alg": "SHA-1",
 30547            "content": "5bd5eb9e4dc86f985c4e6936e0463eee75e24781"
 30548          },
 30549          {
 30550            "alg": "SHA-256",
 30551            "content": "88785cd6d433df6d69224622f52cedfc29d1e7a38c61d7dac29c75965cb93fcd"
 30552          },
 30553          {
 30554            "alg": "SHA-384",
 30555            "content": "544fd34b06685d9a7348f7f19b9414a2df6aac8bea6c8f0654915d5c2c9f2ea24168ddaeb235feefd48c055ff1baee80"
 30556          },
 30557          {
 30558            "alg": "SHA-512",
 30559            "content": "62e18ca5b77eec09099d49474f5d789c82e0d16006178ef12c6e40244e5744b7452872b5a32353bcebe84f318ee8ccbc0f52473ed72df995b154e044fbabd72d"
 30560          },
 30561          {
 30562            "alg": "SHA3-256",
 30563            "content": "2203958a8f35e6abf1fc2845b143d870256c33f7ec1c358382cf797f70dff7c3"
 30564          },
 30565          {
 30566            "alg": "SHA3-384",
 30567            "content": "a6431e9c9f430c56b9ad46efc6a12d6c640fc59ae3573673f23201e0c1b2dca8c5a7eb8f8d33ee238f00ae86c7178849"
 30568          },
 30569          {
 30570            "alg": "SHA3-512",
 30571            "content": "409ad64bd05cce47ede56a4e7307892cb05436efcf93625725f11ea0d6ceac413d2905c0bf39452facd8835eb03230ed30e9f6aebcb7dfda98900ecda25d6e99"
 30572          }
 30573        ],
 30574        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30575        "purl": "pkg:maven/org.springframework/spring-beans@4.3.19.RELEASE?type=jar",
 30576        "externalReferences": [
 30577          {
 30578            "type": "website",
 30579            "url": "http://projects.spring.io/spring-framework"
 30580          },
 30581          {
 30582            "type": "issue-tracker",
 30583            "url": "https://jira.springsource.org/browse/SPR"
 30584          },
 30585          {
 30586            "type": "vcs",
 30587            "url": "https://github.com/spring-projects/spring-framework"
 30588          }
 30589        ]
 30590      },
 30591      {
 30592        "type": "library",
 30593        "bom-ref": "pkg:maven/org.springframework/spring-context@4.3.19.RELEASE?type=jar",
 30594        "publisher": "Spring IO",
 30595        "group": "org.springframework",
 30596        "name": "spring-context",
 30597        "version": "4.3.19.RELEASE",
 30598        "description": "Spring Context",
 30599        "hashes": [
 30600          {
 30601            "alg": "MD5",
 30602            "content": "f07b8547ffe5ad5e952d941c68976edd"
 30603          },
 30604          {
 30605            "alg": "SHA-1",
 30606            "content": "ea103d73207f4f17f824de2eb5e128b06bdf050a"
 30607          },
 30608          {
 30609            "alg": "SHA-256",
 30610            "content": "1047f472714896535b9e8ca1f39ed4f2137e3a27aec4c2956a686b4d94a550cb"
 30611          },
 30612          {
 30613            "alg": "SHA-384",
 30614            "content": "f652c54ebfd879f6c00f7b77aeafee368f1624c46f4839bc002333cdceb9ab448aa2e6e33a4e8f1afc09a6c1fd2b3e2f"
 30615          },
 30616          {
 30617            "alg": "SHA-512",
 30618            "content": "aa4b0b4c69998e8b6b954c8c5c23c37e09de0b1005845c1a49646dee12caa23d78340ba16e8b9bcc0e9352b4d4d89f95ef26f9bb482c740b4954ad2b6306b60b"
 30619          },
 30620          {
 30621            "alg": "SHA3-256",
 30622            "content": "0397c083494fd4409023a64bf8ec7a96ca4fe206a33f37aea7b86efd810f48a1"
 30623          },
 30624          {
 30625            "alg": "SHA3-384",
 30626            "content": "9f8fe880b60e31babd45bd490ac9808078e16530dd4c17f8cee7a5b840e9f2b819fa0c1c401816f7c96aeb51f6c45961"
 30627          },
 30628          {
 30629            "alg": "SHA3-512",
 30630            "content": "04bd8b78ccbe001640ec4c0d9a5e28b90fcfccbd08c20e6ce8c08d92ece807eed72b2b7bbe64e8aa515995966162e06d8d6efaf34ada4c18f81cb2af853b3276"
 30631          }
 30632        ],
 30633        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30634        "purl": "pkg:maven/org.springframework/spring-context@4.3.19.RELEASE?type=jar",
 30635        "externalReferences": [
 30636          {
 30637            "type": "website",
 30638            "url": "http://projects.spring.io/spring-framework"
 30639          },
 30640          {
 30641            "type": "issue-tracker",
 30642            "url": "https://jira.springsource.org/browse/SPR"
 30643          },
 30644          {
 30645            "type": "vcs",
 30646            "url": "https://github.com/spring-projects/spring-framework"
 30647          }
 30648        ]
 30649      },
 30650      {
 30651        "type": "library",
 30652        "bom-ref": "pkg:maven/org.springframework/spring-webmvc@4.3.19.RELEASE?type=jar",
 30653        "publisher": "Spring IO",
 30654        "group": "org.springframework",
 30655        "name": "spring-webmvc",
 30656        "version": "4.3.19.RELEASE",
 30657        "description": "Spring Web MVC",
 30658        "hashes": [
 30659          {
 30660            "alg": "MD5",
 30661            "content": "2ff7aafc47673701a434bd93e6d2a185"
 30662          },
 30663          {
 30664            "alg": "SHA-1",
 30665            "content": "a868662db5210599fd5db5a4e5a793d7143cf830"
 30666          },
 30667          {
 30668            "alg": "SHA-256",
 30669            "content": "2ebd2137494fa3fdb0f0e34014027c1346490e7a9fbbcc70e9fa3df8921fb7e3"
 30670          },
 30671          {
 30672            "alg": "SHA-384",
 30673            "content": "0a9ddda23878cfb5a3721a0aed0ed375bd185484452dfa62c48febcf654dcb22e78bd07175251247c344ceb5d18786f3"
 30674          },
 30675          {
 30676            "alg": "SHA-512",
 30677            "content": "1828bb7efbab63b131cfca7d3c4f48d255691c7842410210021a6ed679bc8bc6aa6801a24fb0fd4a25e189b7c7aa156c7e2866df5e452a667c5750695314ead9"
 30678          },
 30679          {
 30680            "alg": "SHA3-256",
 30681            "content": "84022d8f28696132e0467750a8e480c587f7b4233b3426154adf71aa295a1638"
 30682          },
 30683          {
 30684            "alg": "SHA3-384",
 30685            "content": "27f613310f01c3631b7f003441b1a626c31db63ed8a3fa9cb1ee471bb6c1b656a6a4a5f17369510bb6a1223853e116b0"
 30686          },
 30687          {
 30688            "alg": "SHA3-512",
 30689            "content": "09fcf22a44505fe1b7241c2b68e5bc5989e468ab0abbad852c31e59c62d21b28c3c1e5149bcf14e0ba228618f9fbcee1cb0b00222726cc49062f60581dab0d24"
 30690          }
 30691        ],
 30692        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30693        "purl": "pkg:maven/org.springframework/spring-webmvc@4.3.19.RELEASE?type=jar",
 30694        "externalReferences": [
 30695          {
 30696            "type": "website",
 30697            "url": "http://projects.spring.io/spring-framework"
 30698          },
 30699          {
 30700            "type": "issue-tracker",
 30701            "url": "https://jira.springsource.org/browse/SPR"
 30702          },
 30703          {
 30704            "type": "vcs",
 30705            "url": "https://github.com/spring-projects/spring-framework"
 30706          }
 30707        ]
 30708      },
 30709      {
 30710        "type": "library",
 30711        "bom-ref": "pkg:maven/org.springframework/spring-expression@4.3.19.RELEASE?type=jar",
 30712        "publisher": "Spring IO",
 30713        "group": "org.springframework",
 30714        "name": "spring-expression",
 30715        "version": "4.3.19.RELEASE",
 30716        "description": "Spring Expression Language (SpEL)",
 30717        "hashes": [
 30718          {
 30719            "alg": "MD5",
 30720            "content": "380c158f8d4586aae5dc41ecb80edd82"
 30721          },
 30722          {
 30723            "alg": "SHA-1",
 30724            "content": "6d4998d23d22ae976fd8f807f8ceeff5df0925d4"
 30725          },
 30726          {
 30727            "alg": "SHA-256",
 30728            "content": "88998e5bbab12a965f304815159670238b24d272b24339a9a8545b3913eb640a"
 30729          },
 30730          {
 30731            "alg": "SHA-384",
 30732            "content": "29f609cfe073bd2be0c439e4cf367bd670bc1c4a26376c210c54018e7e3627993cd99f619c0c3c4ae1772921a308b411"
 30733          },
 30734          {
 30735            "alg": "SHA-512",
 30736            "content": "234130d4d8ba07787752a634204795ab2f27d6fedc7c8619377ac7bc3ef6e5144e521b2125c2dabf528eaacef9277f9821a975e6b1146cba4b723511847c9c2b"
 30737          },
 30738          {
 30739            "alg": "SHA3-256",
 30740            "content": "d5352b04043cbb4f59cdc57797fb4dc0ddb78dce83480fb28474859b3349c201"
 30741          },
 30742          {
 30743            "alg": "SHA3-384",
 30744            "content": "9b8fabae1d7528b5b4dd0a31d30342a03c2167a38eeebb1be12549c2765805c12681daed00bbb133354b719a39bb450d"
 30745          },
 30746          {
 30747            "alg": "SHA3-512",
 30748            "content": "05b1898484fe78283f926ac6e32826e300047aa1ec6a63572687f26998e0d8e2491e8b14753acc0b0c425f2c3adb470632edd87e49b048ddece00e0e56c6285f"
 30749          }
 30750        ],
 30751        "licenses": [{"license": {"id": "Apache-2.0"}}],
 30752        "purl": "pkg:maven/org.springframework/spring-expression@4.3.19.RELEASE?type=jar",
 30753        "externalReferences": [
 30754          {
 30755            "type": "website",
 30756            "url": "http://projects.spring.io/spring-framework"
 30757          },
 30758          {
 30759            "type": "issue-tracker",
 30760            "url": "https://jira.springsource.org/browse/SPR"
 30761          },
 30762          {
 30763            "type": "vcs",
 30764            "url": "https://github.com/spring-projects/spring-framework"
 30765          }
 30766        ]
 30767      },
 30768      {
 30769        "type": "library",
 30770        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103?type=jar",
 30771        "publisher": "Webtide",
 30772        "group": "org.eclipse.jetty",
 30773        "name": "jetty-webapp",
 30774        "version": "9.2.4.v20141103",
 30775        "description": "Jetty web application support",
 30776        "hashes": [
 30777          {
 30778            "alg": "MD5",
 30779            "content": "2709d3c5f41febbfa2f69fd49fe18277"
 30780          },
 30781          {
 30782            "alg": "SHA-1",
 30783            "content": "d82b8bec8812be1fffe5546b9c131461ad3d1135"
 30784          },
 30785          {
 30786            "alg": "SHA-256",
 30787            "content": "e13b4c0ea689c584eaff60b00de012e20416ffd4c68bc2369fe4371a84922fd2"
 30788          },
 30789          {
 30790            "alg": "SHA-384",
 30791            "content": "78afed568a2d334b43c07d311176a83524f954c3c8c12294df5d493d1045106fdd7e14a78a8867f9a4f8e2f29d666253"
 30792          },
 30793          {
 30794            "alg": "SHA-512",
 30795            "content": "00f302ce3b46bad214f2f67eb7693a68f1555cdca266d58b309bf27d44ac3c650bbef902b6b54063f8b16df5529901fd809a1b9fb9494ea6c234d7bbb2039ea8"
 30796          },
 30797          {
 30798            "alg": "SHA3-256",
 30799            "content": "bf317f57e917a62826063e9ca4c0298ba7224dbc24efb8ce856edee5bdfb6ffe"
 30800          },
 30801          {
 30802            "alg": "SHA3-384",
 30803            "content": "dcd140066bf2a51ced93e98c4698fc66df49faf06aae909cb6c354d27c4da0f40bfbf6d2f7afa477baaabd3b5f31532f"
 30804          },
 30805          {
 30806            "alg": "SHA3-512",
 30807            "content": "ca74de8eab86e93a0f2598a7c3a6096ee290a682b376a1d715e48153cc0ec562db32ae55c559e6e710c63984728db68dd5d3388a194c2ad1f39619fb791b8893"
 30808          }
 30809        ],
 30810        "licenses": [
 30811          {"license": {"id": "Apache-2.0"}},
 30812          {"license": {"id": "EPL-1.0"}}
 30813        ],
 30814        "purl": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103?type=jar",
 30815        "externalReferences": [
 30816          {
 30817            "type": "vcs",
 30818            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 30819          },
 30820          {
 30821            "type": "website",
 30822            "url": "http://webtide.com"
 30823          },
 30824          {
 30825            "type": "distribution",
 30826            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 30827          },
 30828          {
 30829            "type": "issue-tracker",
 30830            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 30831          },
 30832          {
 30833            "type": "mailing-list",
 30834            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 30835          }
 30836        ]
 30837      },
 30838      {
 30839        "type": "library",
 30840        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-xml@9.2.4.v20141103?type=jar",
 30841        "publisher": "Webtide",
 30842        "group": "org.eclipse.jetty",
 30843        "name": "jetty-xml",
 30844        "version": "9.2.4.v20141103",
 30845        "description": "The jetty xml utilities.",
 30846        "hashes": [
 30847          {
 30848            "alg": "MD5",
 30849            "content": "c9987837314bca9fd491b728b53e731a"
 30850          },
 30851          {
 30852            "alg": "SHA-1",
 30853            "content": "fef62ba707fb0f1941c1649cd3862a01e8c576e8"
 30854          },
 30855          {
 30856            "alg": "SHA-256",
 30857            "content": "cfb7e3cfccd27084475b3cd42dc3422e922d92070ed1c87dcb1899e4d3c420f6"
 30858          },
 30859          {
 30860            "alg": "SHA-384",
 30861            "content": "e057c6f50adaffd8411ecedef70b9dd670989dd295d84c9149cb8340161a009a20fcc0d6a65afaa03360d87ba220b69d"
 30862          },
 30863          {
 30864            "alg": "SHA-512",
 30865            "content": "ba5a5fc25718683e0f985788ba81913325171b43ac28d255483222bb6652b50ac72f047c2ab6bfa44618634e1888b82f06116ec23564f214dff25547b917d2b4"
 30866          },
 30867          {
 30868            "alg": "SHA3-256",
 30869            "content": "b5296d662c9c973766930b59765e805194f0f701e4cec0ca0cdb5b3c9390e5bf"
 30870          },
 30871          {
 30872            "alg": "SHA3-384",
 30873            "content": "b16a3f0c6f55d7e11c3213acb209f8eac7fdffc5d00409d78c60fa098f6f928bea639af3d7aef8a020611be153fed69a"
 30874          },
 30875          {
 30876            "alg": "SHA3-512",
 30877            "content": "a1ed07d5ea6d2490dc03d3c6a5d947947325a6bc96d92448dd95a89b30d25a9d89f35e34b0e879bd2a7115dada22d409b8730409c2538494a823e09d61bb56a4"
 30878          }
 30879        ],
 30880        "licenses": [
 30881          {"license": {"id": "Apache-2.0"}},
 30882          {"license": {"id": "EPL-1.0"}}
 30883        ],
 30884        "purl": "pkg:maven/org.eclipse.jetty/jetty-xml@9.2.4.v20141103?type=jar",
 30885        "externalReferences": [
 30886          {
 30887            "type": "vcs",
 30888            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 30889          },
 30890          {
 30891            "type": "website",
 30892            "url": "http://webtide.com"
 30893          },
 30894          {
 30895            "type": "distribution",
 30896            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 30897          },
 30898          {
 30899            "type": "issue-tracker",
 30900            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 30901          },
 30902          {
 30903            "type": "mailing-list",
 30904            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 30905          }
 30906        ]
 30907      },
 30908      {
 30909        "type": "library",
 30910        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.2.4.v20141103?type=jar",
 30911        "publisher": "Webtide",
 30912        "group": "org.eclipse.jetty",
 30913        "name": "jetty-servlet",
 30914        "version": "9.2.4.v20141103",
 30915        "description": "Jetty Servlet Container",
 30916        "hashes": [
 30917          {
 30918            "alg": "MD5",
 30919            "content": "c5e78b71e3c110bc09b137ca083e7147"
 30920          },
 30921          {
 30922            "alg": "SHA-1",
 30923            "content": "54d1b7932611cf6fb8908f19dcdfe4046d4d9c53"
 30924          },
 30925          {
 30926            "alg": "SHA-256",
 30927            "content": "9c28a9e833edc4f57018c17e861575ada7a124008f2890e4a24e6b9c9f6f3bc6"
 30928          },
 30929          {
 30930            "alg": "SHA-384",
 30931            "content": "634fe92cce79d02c0092d826565f8def7c896592fa6de024f3eef6833ab1cc5c709beebbfbd38f295a896bb4e4781a92"
 30932          },
 30933          {
 30934            "alg": "SHA-512",
 30935            "content": "eeb6715f6a7acfb1d93bd5223554d97d7f0a4cdb4c97bbb8e2675903d6374ea05aed86d1cb9d56e322595233795408b54c0a92e30ac116cfb58c2a883d494342"
 30936          },
 30937          {
 30938            "alg": "SHA3-256",
 30939            "content": "1a0a5420d7848a48ae34962b279103dead5bc1ecbe977c42059daa93e3463608"
 30940          },
 30941          {
 30942            "alg": "SHA3-384",
 30943            "content": "d43b1d84d1593d40d141c56bf99c762c3ffecb0d4eb488249f509c6ea96416aed370db95a032be19c5d7ebf33c3cc78e"
 30944          },
 30945          {
 30946            "alg": "SHA3-512",
 30947            "content": "d82d173bcdd2aff63438b8fafa6596d0c4f2e529ee6ef291825640d1f562834bc3c91f9125b4eb36c8acb059c0a2854c2bbbdd8434f778d1a59a6bd39d664a8d"
 30948          }
 30949        ],
 30950        "licenses": [
 30951          {"license": {"id": "Apache-2.0"}},
 30952          {"license": {"id": "EPL-1.0"}}
 30953        ],
 30954        "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.2.4.v20141103?type=jar",
 30955        "externalReferences": [
 30956          {
 30957            "type": "vcs",
 30958            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 30959          },
 30960          {
 30961            "type": "website",
 30962            "url": "http://webtide.com"
 30963          },
 30964          {
 30965            "type": "distribution",
 30966            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 30967          },
 30968          {
 30969            "type": "issue-tracker",
 30970            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 30971          },
 30972          {
 30973            "type": "mailing-list",
 30974            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 30975          }
 30976        ]
 30977      },
 30978      {
 30979        "type": "library",
 30980        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@1.5.16.RELEASE?type=jar",
 30981        "publisher": "Pivotal Software, Inc.",
 30982        "group": "org.springframework.boot",
 30983        "name": "spring-boot-configuration-processor",
 30984        "version": "1.5.16.RELEASE",
 30985        "description": "Spring Boot Configuration Processor",
 30986        "hashes": [
 30987          {
 30988            "alg": "MD5",
 30989            "content": "a3089e9adbb3104580759967fcad0f07"
 30990          },
 30991          {
 30992            "alg": "SHA-1",
 30993            "content": "e926c741817025efe89e32306d1f30c775844016"
 30994          },
 30995          {
 30996            "alg": "SHA-256",
 30997            "content": "14f4b98d2fc89ef5e45c8bab3579a118954cbf7a518c31171fa81542e9fcbfab"
 30998          },
 30999          {
 31000            "alg": "SHA-384",
 31001            "content": "b0ea6d71398588f6d527109e8b23a78f5d973cafefa2f4c03ae193c5699717989586a2e8f51bd8e65bec34d1c1112598"
 31002          },
 31003          {
 31004            "alg": "SHA-512",
 31005            "content": "86151c572d29eb764bd1af1ca2c2b1ece2567a8e8e192da52d1c781d82e549f202c6f95f55ccd66da2d414570ce67f92d701d44de14934e163db33114334ff30"
 31006          },
 31007          {
 31008            "alg": "SHA3-256",
 31009            "content": "c7ee989d9d17741d92d4f0386f27b599956cf0b5a29534636b78c565a98632cc"
 31010          },
 31011          {
 31012            "alg": "SHA3-384",
 31013            "content": "8da738de0b336e30090e61aa0564768f2ebce2f2ca571eae3b3a4a8e47100fed1bfffebcb9bf5692711a9c19feaee7d9"
 31014          },
 31015          {
 31016            "alg": "SHA3-512",
 31017            "content": "14d33737c3ee85c0ec9c9e8ff60011c9b45cff28a3272df14178e267211c53b06c9ddfabaf4183d3966cba6e50ea731ee78ff94cb4420c14dc7a4a857ff6f5b6"
 31018          }
 31019        ],
 31020        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31021        "purl": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@1.5.16.RELEASE?type=jar",
 31022        "externalReferences": [
 31023          {
 31024            "type": "website",
 31025            "url": "http://www.spring.io"
 31026          },
 31027          {
 31028            "type": "build-system",
 31029            "url": "https://build.spring.io/browse/BOOT-PUB"
 31030          },
 31031          {
 31032            "type": "issue-tracker",
 31033            "url": "https://github.com/spring-projects/spring-boot/issues"
 31034          },
 31035          {
 31036            "type": "vcs",
 31037            "url": "http://github.com/spring-projects/spring-boot"
 31038          }
 31039        ]
 31040      },
 31041      {
 31042        "type": "library",
 31043        "bom-ref": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter-core@10.0.2?type=jar",
 31044        "publisher": "JBoss by Red Hat",
 31045        "group": "org.keycloak",
 31046        "name": "keycloak-spring-boot-adapter-core",
 31047        "version": "10.0.2",
 31048        "description": "",
 31049        "hashes": [
 31050          {
 31051            "alg": "MD5",
 31052            "content": "58f0b1204491aac22cdbfc59c67713b2"
 31053          },
 31054          {
 31055            "alg": "SHA-1",
 31056            "content": "da72140c5a202a0ff6225a95d6bdf6e701fa0f8d"
 31057          },
 31058          {
 31059            "alg": "SHA-256",
 31060            "content": "9c3b5370d51935fb8936c8770d8fd8695c2b00379b78b3c3ce8604925e9fa2d7"
 31061          },
 31062          {
 31063            "alg": "SHA-384",
 31064            "content": "a5318aed5105f2f2fc8859e91744a613fb65ffb28771eedf3cee327f0ef4b6de197bf5c85fb698d49c9f68eec494a3f7"
 31065          },
 31066          {
 31067            "alg": "SHA-512",
 31068            "content": "86f7cd73759dfd556ce49ddacc4aa3bb18000d1a8fc73835ffadb65a2b0dde8f68203a7ab96a25ae302d82b2d8c84b23a8e270c0fec9c4f7b41083b45d1e82a7"
 31069          },
 31070          {
 31071            "alg": "SHA3-256",
 31072            "content": "99a8b1a9aa06650562afccbac53c72412c8671973a5c27afc0f9171db4bf782f"
 31073          },
 31074          {
 31075            "alg": "SHA3-384",
 31076            "content": "27aae54c51decbef4eee4df81f235cee8b1ee6cc6486d16ded85606ed443a6b28d9aa3401e1598c6528ec8ae8c563e54"
 31077          },
 31078          {
 31079            "alg": "SHA3-512",
 31080            "content": "f95d736a19a24e403122a5e47ad0c9a5a1f965128e9075aedc71550b7a25cee8c79eb5f2c20ac33cba7b103408969ad82d54e36ce0b6038948a9691749ce63e0"
 31081          }
 31082        ],
 31083        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31084        "purl": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter-core@10.0.2?type=jar",
 31085        "externalReferences": [
 31086          {
 31087            "type": "distribution",
 31088            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 31089          },
 31090          {
 31091            "type": "issue-tracker",
 31092            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 31093          },
 31094          {
 31095            "type": "vcs",
 31096            "url": "https://github.com/keycloak/keycloak/tree/master/"
 31097          },
 31098          {
 31099            "type": "website",
 31100            "url": "http://www.jboss.org"
 31101          },
 31102          {
 31103            "type": "mailing-list",
 31104            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 31105          }
 31106        ]
 31107      },
 31108      {
 31109        "type": "library",
 31110        "bom-ref": "pkg:maven/org.springframework/spring-core@4.1.6.RELEASE?type=jar",
 31111        "publisher": "Spring IO",
 31112        "group": "org.springframework",
 31113        "name": "spring-core",
 31114        "version": "4.1.6.RELEASE",
 31115        "description": "Spring Core",
 31116        "hashes": [
 31117          {
 31118            "alg": "MD5",
 31119            "content": "f9f20b46de6a0555ca748ad3a436c08c"
 31120          },
 31121          {
 31122            "alg": "SHA-1",
 31123            "content": "e2f486124d5dea2d91a9c2ea7d4456bc343ca2cc"
 31124          },
 31125          {
 31126            "alg": "SHA-256",
 31127            "content": "b444b840b2ccae2081c6a123144cd2649c731be9a6674c50af77103751699d2c"
 31128          },
 31129          {
 31130            "alg": "SHA-384",
 31131            "content": "a3a6f7297ce243882c9be2d4c3f2a4688cab1e94f431319d3f87354cac4b7112f43a8173171ffe4103e7d7a40a0e7c74"
 31132          },
 31133          {
 31134            "alg": "SHA-512",
 31135            "content": "13adfec6d17b52b44e27556315cb2d8dc9d3005a2b7b2f909a3d058aece04bdf68cd989fe0721213bc5dede7a91f3a50f3e064f3ba6cf6959ea7600bd161e7bf"
 31136          },
 31137          {
 31138            "alg": "SHA3-256",
 31139            "content": "f27fcae8c7f5451f394a9abf1389ccd7fe37e7d10cc51f5ec5a7dcd4188471b0"
 31140          },
 31141          {
 31142            "alg": "SHA3-384",
 31143            "content": "3fc451d5aace9e866f47695686efc9ad977e05a848972d77d6d04e635f1d181039b9865ce33c7a2294112eda36d7f114"
 31144          },
 31145          {
 31146            "alg": "SHA3-512",
 31147            "content": "8a0a7c4e88613841be5709fed8ff1dc852de7db3b262539ca0713323228fa062f3bc9df869abfc19985b2b93b7f41a3695e49d73030b9c0568f029c08caaa3e6"
 31148          }
 31149        ],
 31150        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31151        "purl": "pkg:maven/org.springframework/spring-core@4.1.6.RELEASE?type=jar",
 31152        "externalReferences": [
 31153          {
 31154            "type": "website",
 31155            "url": "http://projects.spring.io/spring-framework"
 31156          },
 31157          {
 31158            "type": "issue-tracker",
 31159            "url": "https://jira.springsource.org/browse/SPR"
 31160          },
 31161          {
 31162            "type": "vcs",
 31163            "url": "https://github.com/spring-projects/spring-framework"
 31164          }
 31165        ]
 31166      },
 31167      {
 31168        "type": "library",
 31169        "bom-ref": "pkg:maven/org.springframework/spring-core@5.0.2.RELEASE?type=jar",
 31170        "publisher": "Spring IO",
 31171        "group": "org.springframework",
 31172        "name": "spring-core",
 31173        "version": "5.0.2.RELEASE",
 31174        "description": "Spring Core",
 31175        "hashes": [
 31176          {
 31177            "alg": "MD5",
 31178            "content": "1e6c4f50919e824cff940b7b6847b7e6"
 31179          },
 31180          {
 31181            "alg": "SHA-1",
 31182            "content": "45b2958ab3fb022dd29f8b1c553ebf1c75a144aa"
 31183          },
 31184          {
 31185            "alg": "SHA-256",
 31186            "content": "7fdf01404d57297b81103de73c79e2f13655bcc8096488f2fa47d74a0f0d1959"
 31187          },
 31188          {
 31189            "alg": "SHA-384",
 31190            "content": "fd50bfd60b04735527e068e0243e6a1a48247ce2173ceeca1eb7b880fd4055d3facdebbf881808f7de7e107e8fcabbc8"
 31191          },
 31192          {
 31193            "alg": "SHA-512",
 31194            "content": "8958c30328eb7ca8f9b23fb10408e6ea7beb8a7dbde2a6e1db6a338f45a8c19ba7bd5ad93c1f1e43ff12d11c66ed0da78351437f7f1e65544e25eaf458f48066"
 31195          },
 31196          {
 31197            "alg": "SHA3-256",
 31198            "content": "a6e78e99c9fa66024852873bb541adfe21d6a89b7533209f9a2738b4a289af5a"
 31199          },
 31200          {
 31201            "alg": "SHA3-384",
 31202            "content": "29292581aca519d1cc5b057db96a89dbce959168d2acae5f46e3a5b9b49c1686305b14cc111a64ef65ae79742f7b0578"
 31203          },
 31204          {
 31205            "alg": "SHA3-512",
 31206            "content": "a443e65b5d52339c295ff5e4ec5aeb792d6b35dc1d01ea768e44aba12a6693c66e707933814dfac7611ee0133df9c08cd8abe61f6d72ac073aa8b6ad586e3529"
 31207          }
 31208        ],
 31209        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31210        "purl": "pkg:maven/org.springframework/spring-core@5.0.2.RELEASE?type=jar",
 31211        "externalReferences": [
 31212          {
 31213            "type": "website",
 31214            "url": "http://projects.spring.io/spring-framework"
 31215          },
 31216          {
 31217            "type": "issue-tracker",
 31218            "url": "https://jira.springsource.org/browse/SPR"
 31219          },
 31220          {
 31221            "type": "vcs",
 31222            "url": "https://github.com/spring-projects/spring-framework"
 31223          }
 31224        ]
 31225      },
 31226      {
 31227        "type": "library",
 31228        "bom-ref": "pkg:maven/org.springframework/spring-jcl@5.0.2.RELEASE?type=jar",
 31229        "publisher": "Spring IO",
 31230        "group": "org.springframework",
 31231        "name": "spring-jcl",
 31232        "version": "5.0.2.RELEASE",
 31233        "description": "Spring Commons Logging Bridge",
 31234        "hashes": [
 31235          {
 31236            "alg": "MD5",
 31237            "content": "e7c3cbc5798abf27f3252a0a56dbd106"
 31238          },
 31239          {
 31240            "alg": "SHA-1",
 31241            "content": "212a0bdd54e026641cf527aeb8e578f86e402bf1"
 31242          },
 31243          {
 31244            "alg": "SHA-256",
 31245            "content": "5f4c1dea433de1cbb39ddb574bec23eebeb68a64d77b4f5c9324e68574c6248b"
 31246          },
 31247          {
 31248            "alg": "SHA-384",
 31249            "content": "2e0db4521a8afc9e73afa5ff9d5df48322e539b52606c0e77743d20160f710948b56d0e17ee5d80ceb2a4f513c6a2682"
 31250          },
 31251          {
 31252            "alg": "SHA-512",
 31253            "content": "427fbe525c306dc1be893fa9ecb75516ff77e7d8c74023808b2079bd2e40b40b2ece96a11e4ae1c8ab3c7f78a67a477b4235ae4d1c769cc9df39d1229b432a4c"
 31254          },
 31255          {
 31256            "alg": "SHA3-256",
 31257            "content": "cfcec89fe5c03bff831e980c1409627e439b05d66b4600f0a7bd387a208de275"
 31258          },
 31259          {
 31260            "alg": "SHA3-384",
 31261            "content": "02a436c51fa154f37c7db5d46ffbc75f878b361d413f5718c4e27723ba6c58e052ced34f726395f440ac451f26c22e6d"
 31262          },
 31263          {
 31264            "alg": "SHA3-512",
 31265            "content": "2eea0cb41f1399dce2e929c2ecc5b321c88a5af6be79e60325111d780bb4f1ffc8fb43d2fb8afce8353c9bb734fc3306c4d8ddbbfa1af852b1873046302339ad"
 31266          }
 31267        ],
 31268        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31269        "purl": "pkg:maven/org.springframework/spring-jcl@5.0.2.RELEASE?type=jar",
 31270        "externalReferences": [
 31271          {
 31272            "type": "website",
 31273            "url": "http://projects.spring.io/spring-framework"
 31274          },
 31275          {
 31276            "type": "issue-tracker",
 31277            "url": "https://jira.springsource.org/browse/SPR"
 31278          },
 31279          {
 31280            "type": "vcs",
 31281            "url": "https://github.com/spring-projects/spring-framework"
 31282          }
 31283        ]
 31284      },
 31285      {
 31286        "type": "library",
 31287        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@2.0.5.RELEASE?type=jar",
 31288        "publisher": "Pivotal Software, Inc.",
 31289        "group": "org.springframework.boot",
 31290        "name": "spring-boot-starter-web",
 31291        "version": "2.0.5.RELEASE",
 31292        "description": "Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container",
 31293        "hashes": [
 31294          {
 31295            "alg": "MD5",
 31296            "content": "5d5f673d80bf2e63d1452d74000d13e5"
 31297          },
 31298          {
 31299            "alg": "SHA-1",
 31300            "content": "52daa1f1509bd637a737206e54c06a17aabb9504"
 31301          },
 31302          {
 31303            "alg": "SHA-256",
 31304            "content": "68c043328e1d31bbf07fc17bab963b307f8058e692854675058ad07ef1d34df8"
 31305          },
 31306          {
 31307            "alg": "SHA-384",
 31308            "content": "77ecbe35c76f4498d0d1e5686792be7972f8651f1a1e1121161851097f049197365bc6e9585b431aa9e44c31144a6d31"
 31309          },
 31310          {
 31311            "alg": "SHA-512",
 31312            "content": "a82219a442e4d8f69a5b6eecf21a74e69871e2345feab784891193f1c27eae75e5a131a8bd6de945c032d6ed9045a260a80ccc55738d6112c1b3897d93317aac"
 31313          },
 31314          {
 31315            "alg": "SHA3-256",
 31316            "content": "15cea7ed8d1b3271b6fcd774f02704c6a4d459320dcdb7cd6d9b255e1a170197"
 31317          },
 31318          {
 31319            "alg": "SHA3-384",
 31320            "content": "7c1dd5b621501e1a5185f4536972148f2cb5b1c69d0589742a3c2b36d7b169bd571c709687d379eaf202bf0b7b7fcc18"
 31321          },
 31322          {
 31323            "alg": "SHA3-512",
 31324            "content": "52f6a2c53336967bc62270ad75a89dbf2758a59badb18bb5dee5a707f014a67390556b8c894b93ddb793ea0d482e56072684bbd6810efbef71cf62948870dd52"
 31325          }
 31326        ],
 31327        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31328        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-web@2.0.5.RELEASE?type=jar",
 31329        "externalReferences": [
 31330          {
 31331            "type": "website",
 31332            "url": "https://spring.io"
 31333          },
 31334          {
 31335            "type": "issue-tracker",
 31336            "url": "https://github.com/spring-projects/spring-boot/issues"
 31337          },
 31338          {
 31339            "type": "vcs",
 31340            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-web"
 31341          }
 31342        ]
 31343      },
 31344      {
 31345        "type": "library",
 31346        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.5.RELEASE?type=jar",
 31347        "publisher": "Pivotal Software, Inc.",
 31348        "group": "org.springframework.boot",
 31349        "name": "spring-boot-starter",
 31350        "version": "2.0.5.RELEASE",
 31351        "description": "Core starter, including auto-configuration support, logging and YAML",
 31352        "hashes": [
 31353          {
 31354            "alg": "MD5",
 31355            "content": "d9e9e8945ed0a35d294e4159fcd8e446"
 31356          },
 31357          {
 31358            "alg": "SHA-1",
 31359            "content": "1f53487a373be18d064a5815e9bac9882ef15cdc"
 31360          },
 31361          {
 31362            "alg": "SHA-256",
 31363            "content": "f9fe2a764e6e3ef33516b9938996fa1d816a069e17e0ea7e9adf082bd78ed2c0"
 31364          },
 31365          {
 31366            "alg": "SHA-384",
 31367            "content": "16f31f65ff1eb430f014effe6062060c3e9b081acf58783f9f9b77c161e24de0f85e74c8a066708135d66766befa378f"
 31368          },
 31369          {
 31370            "alg": "SHA-512",
 31371            "content": "ebf6b79e998d290d4af19640a534f5ebd38326a9fcf571463eba4268050a2d340f9ce4e1cfd09d9b75a52b944d06e83409a499d5745bce4c39e297110fae4b38"
 31372          },
 31373          {
 31374            "alg": "SHA3-256",
 31375            "content": "d0f94c9574f20cb6d301cf86162dcd186d6a5f276e48159ecf19a8032c71868d"
 31376          },
 31377          {
 31378            "alg": "SHA3-384",
 31379            "content": "4c9ad7651229a2d214f07bc6cea1a46c4646c7ddd9c1ca7ae7b08ffa7e457ef1087df3ecd04b555068e06271d157a215"
 31380          },
 31381          {
 31382            "alg": "SHA3-512",
 31383            "content": "e7eff871a2dfc7379ee22d8290c1a750b8b617215b884e3ec4e4e10a14682049418b9541472c3e20ce25815da635d4646a1c836127aedd3aec895988e9b61620"
 31384          }
 31385        ],
 31386        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31387        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.5.RELEASE?type=jar",
 31388        "externalReferences": [
 31389          {
 31390            "type": "website",
 31391            "url": "https://spring.io"
 31392          },
 31393          {
 31394            "type": "issue-tracker",
 31395            "url": "https://github.com/spring-projects/spring-boot/issues"
 31396          },
 31397          {
 31398            "type": "vcs",
 31399            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter"
 31400          }
 31401        ]
 31402      },
 31403      {
 31404        "type": "library",
 31405        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@2.0.5.RELEASE?type=jar",
 31406        "publisher": "Pivotal Software, Inc.",
 31407        "group": "org.springframework.boot",
 31408        "name": "spring-boot",
 31409        "version": "2.0.5.RELEASE",
 31410        "description": "Spring Boot",
 31411        "hashes": [
 31412          {
 31413            "alg": "MD5",
 31414            "content": "1a98a1efb95255c66e5465d8810aad04"
 31415          },
 31416          {
 31417            "alg": "SHA-1",
 31418            "content": "19a4624cbd89a318d10c79f289c6c816043850fb"
 31419          },
 31420          {
 31421            "alg": "SHA-256",
 31422            "content": "650eba45980a0ca88c3f6a4179a2f7c07ea14199f74e2298c20449227a3bd39f"
 31423          },
 31424          {
 31425            "alg": "SHA-384",
 31426            "content": "08190cb2078de0ba9d541bdfbc1820863b66290e702bfa6c760e1ca13ee66865d919893fb54efe4458ebff862234a401"
 31427          },
 31428          {
 31429            "alg": "SHA-512",
 31430            "content": "fa0588f8a839e72db35d072f10f1a21730dce1906d4ea08012bf240a2189c4d82df886f9ecf6b897eb7e24b712a5f0e71ff653f39670c1dffb1fbf2354cc832b"
 31431          },
 31432          {
 31433            "alg": "SHA3-256",
 31434            "content": "87932d4a9b3f7864083beeb45ba262921ac4d3af10c852721bbdf29b8778b1fc"
 31435          },
 31436          {
 31437            "alg": "SHA3-384",
 31438            "content": "4abc8fce11949c561250781a650b318fd8764926591fb5c716bc725e3501170d4ac9bb0ad0663481b506119ddb670f0c"
 31439          },
 31440          {
 31441            "alg": "SHA3-512",
 31442            "content": "55d9d601ce73de8593363ba5ceb76ea6fc8ea216ce32cafaa1f1e72345c5ca7c08081e85d42ac40a608ef26de72bd597143cc0a7724c89e31fd5e5069113924a"
 31443          }
 31444        ],
 31445        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31446        "purl": "pkg:maven/org.springframework.boot/spring-boot@2.0.5.RELEASE?type=jar",
 31447        "externalReferences": [
 31448          {
 31449            "type": "website",
 31450            "url": "https://spring.io"
 31451          },
 31452          {
 31453            "type": "issue-tracker",
 31454            "url": "https://github.com/spring-projects/spring-boot/issues"
 31455          },
 31456          {
 31457            "type": "vcs",
 31458            "url": "http://github.com/spring-projects/spring-boot/spring-boot"
 31459          }
 31460        ]
 31461      },
 31462      {
 31463        "type": "library",
 31464        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.5.RELEASE?type=jar",
 31465        "publisher": "Pivotal Software, Inc.",
 31466        "group": "org.springframework.boot",
 31467        "name": "spring-boot-autoconfigure",
 31468        "version": "2.0.5.RELEASE",
 31469        "description": "Spring Boot AutoConfigure",
 31470        "hashes": [
 31471          {
 31472            "alg": "MD5",
 31473            "content": "cc606519bd015119905c3aed975333e9"
 31474          },
 31475          {
 31476            "alg": "SHA-1",
 31477            "content": "e5588642799e0c0c04638e255c3d3f31ba400ff4"
 31478          },
 31479          {
 31480            "alg": "SHA-256",
 31481            "content": "4c0543a30cee6902720c6054bc3ca4c2d265f34bc4716e49e359ba1dda72ba92"
 31482          },
 31483          {
 31484            "alg": "SHA-384",
 31485            "content": "90c4b108b8a5fcdbee15a14e44f20a1e0ad5fdd1869ad2cf4a432cf78632555b55f34fa4895d95388022ea30fc94a2cc"
 31486          },
 31487          {
 31488            "alg": "SHA-512",
 31489            "content": "16240dfc16060138a902ed05501f7a568415b795a4203d5547cea0b9973ffcf8b35907cc07b686e9efbb6ea3cd624d56582272dea399c23c75d7ec65ff18d617"
 31490          },
 31491          {
 31492            "alg": "SHA3-256",
 31493            "content": "f875e6b4a860eb9bc29d5a0dd11c831893b96aef1aa6b33107fe7285e48a5b66"
 31494          },
 31495          {
 31496            "alg": "SHA3-384",
 31497            "content": "15c7792907b102b29d1d1d9e54cc09f32456739680946f4beb7fe77f58b73eed353e0608ecb5aad00a654a337d0862ce"
 31498          },
 31499          {
 31500            "alg": "SHA3-512",
 31501            "content": "87a3bbc1117320a1764962e4f51c7b9d56f8418983d02b36256c8b30aa43df6b71df364bf57094bcf7bd3d9c8a2b48a44a3ad668185341f0e8385c889b323bf1"
 31502          }
 31503        ],
 31504        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31505        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.5.RELEASE?type=jar",
 31506        "externalReferences": [
 31507          {
 31508            "type": "website",
 31509            "url": "https://spring.io"
 31510          },
 31511          {
 31512            "type": "issue-tracker",
 31513            "url": "https://github.com/spring-projects/spring-boot/issues"
 31514          },
 31515          {
 31516            "type": "vcs",
 31517            "url": "http://github.com/spring-projects/spring-boot/spring-boot-autoconfigure"
 31518          }
 31519        ]
 31520      },
 31521      {
 31522        "type": "library",
 31523        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.5.RELEASE?type=jar",
 31524        "publisher": "Pivotal Software, Inc.",
 31525        "group": "org.springframework.boot",
 31526        "name": "spring-boot-starter-logging",
 31527        "version": "2.0.5.RELEASE",
 31528        "description": "Starter for logging using Logback. Default logging starter",
 31529        "hashes": [
 31530          {
 31531            "alg": "MD5",
 31532            "content": "eabd8a1da89edb7758e78d2b58118b7a"
 31533          },
 31534          {
 31535            "alg": "SHA-1",
 31536            "content": "c353e0b9591d0765c687ff0a678478cbebfd5c23"
 31537          },
 31538          {
 31539            "alg": "SHA-256",
 31540            "content": "9dc999f47db7123f908ccaef65ee81584e3de93db3c305812b6426afc0d8929d"
 31541          },
 31542          {
 31543            "alg": "SHA-384",
 31544            "content": "fe11f3f0b383a5e8738059315c7433c0cfd8280c9739cf746bb32ed6f0cf84f64dc6942fb3db37f0c6e354e1864729a3"
 31545          },
 31546          {
 31547            "alg": "SHA-512",
 31548            "content": "e18e6e5f3663c52a606c45968650a1845e3e32fc2f12b31ec7789d9db8ed59bc324a32b6f4b4e3177924b2e63f161f405c2f0b88c143d99a796f943915082532"
 31549          },
 31550          {
 31551            "alg": "SHA3-256",
 31552            "content": "bf19711bcd0d5d9737a4392609183128f958f58baf09fde0b2c49381918a4a42"
 31553          },
 31554          {
 31555            "alg": "SHA3-384",
 31556            "content": "e685cb2c73eb7fb1e59e61f2acd4bcd361d5072230493b8a1ba0d305e5cfe8766423b3567146c4e8d0824eb0722824b1"
 31557          },
 31558          {
 31559            "alg": "SHA3-512",
 31560            "content": "e39de394778c87f2e11b973d33791c0d8d9bb127f0d0a9157d12bfef1cdeb57bd97a719f586ed4236e91ae2c64d2369c43d20dd2644bb6a0b3e7c823e9a322f3"
 31561          }
 31562        ],
 31563        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31564        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.5.RELEASE?type=jar",
 31565        "externalReferences": [
 31566          {
 31567            "type": "website",
 31568            "url": "https://spring.io"
 31569          },
 31570          {
 31571            "type": "issue-tracker",
 31572            "url": "https://github.com/spring-projects/spring-boot/issues"
 31573          },
 31574          {
 31575            "type": "vcs",
 31576            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-logging"
 31577          }
 31578        ]
 31579      },
 31580      {
 31581        "type": "library",
 31582        "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.2.3?type=jar",
 31583        "publisher": "QOS.ch",
 31584        "group": "ch.qos.logback",
 31585        "name": "logback-classic",
 31586        "version": "1.2.3",
 31587        "description": "logback-classic module",
 31588        "hashes": [
 31589          {
 31590            "alg": "MD5",
 31591            "content": "64f7a68f931aed8e5ad8243470440f0b"
 31592          },
 31593          {
 31594            "alg": "SHA-1",
 31595            "content": "7c4f3c474fb2c041d8028740440937705ebb473a"
 31596          },
 31597          {
 31598            "alg": "SHA-256",
 31599            "content": "fb53f8539e7fcb8f093a56e138112056ec1dc809ebb020b59d8a36a5ebac37e0"
 31600          },
 31601          {
 31602            "alg": "SHA-384",
 31603            "content": "42a5975c9db68045fd2d662f5168df6b19e5e8b715401fd5786325a02f531b44f1cf4e64f69f5ef5bbef70929e1d6fd3"
 31604          },
 31605          {
 31606            "alg": "SHA-512",
 31607            "content": "9ad5df9055e74c1db67e10422774e740903477c821591702d2709a4c1f73e3fc3fa6b1a871b6985901817bc2bdeba916849035dc2bbf518f308637b0586e36f1"
 31608          },
 31609          {
 31610            "alg": "SHA3-256",
 31611            "content": "7d38586cfd6e1363970ac1811eb49dd9e535e2d2bf967118ce8f28592655ac24"
 31612          },
 31613          {
 31614            "alg": "SHA3-384",
 31615            "content": "5085a62b9616b811d2346c81aace07020cd7a8865046c4bffb0137f8120c46340741475d83a7c1b4fe1889cd83f774f5"
 31616          },
 31617          {
 31618            "alg": "SHA3-512",
 31619            "content": "0a47917a6adfaef45e1170ff419800a7c88771510c6d5744b081e0572f70d2e339a5bbdd9b0637c2ecfcdd49a095c856ec293e8a41bbd03ef9b5a67d42731e67"
 31620          }
 31621        ],
 31622        "licenses": [
 31623          {"license": {"id": "EPL-1.0"}},
 31624          {"license": {
 31625            "name": "GNU Lesser General Public License",
 31626            "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
 31627          }}
 31628        ],
 31629        "purl": "pkg:maven/ch.qos.logback/logback-classic@1.2.3?type=jar",
 31630        "externalReferences": [
 31631          {
 31632            "type": "website",
 31633            "url": "http://www.qos.ch"
 31634          },
 31635          {
 31636            "type": "distribution",
 31637            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 31638          },
 31639          {
 31640            "type": "vcs",
 31641            "url": "https://github.com/ceki/logback"
 31642          }
 31643        ]
 31644      },
 31645      {
 31646        "type": "library",
 31647        "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.2.3?type=jar",
 31648        "publisher": "QOS.ch",
 31649        "group": "ch.qos.logback",
 31650        "name": "logback-core",
 31651        "version": "1.2.3",
 31652        "description": "logback-core module",
 31653        "hashes": [
 31654          {
 31655            "alg": "MD5",
 31656            "content": "841fc80c6edff60d947a3872a2db4d45"
 31657          },
 31658          {
 31659            "alg": "SHA-1",
 31660            "content": "864344400c3d4d92dfeb0a305dc87d953677c03c"
 31661          },
 31662          {
 31663            "alg": "SHA-256",
 31664            "content": "5946d837fe6f960c02a53eda7a6926ecc3c758bbdd69aa453ee429f858217f22"
 31665          },
 31666          {
 31667            "alg": "SHA-384",
 31668            "content": "2c34d2bc4c85beee3d82b7aff9f351615a1de9a4f1e262c6e891136a621a3ea27296fbac399398aa8c1fd857fa38393d"
 31669          },
 31670          {
 31671            "alg": "SHA-512",
 31672            "content": "bd1a7512647fe61b90cfd18bedf2a33f3f16f334f8f8ce947cdd353c0b0b7a7cce203070f0d2183f6583e0f2b2fe6e0b12eb93bd5b2dc29076e7b466447f6dc5"
 31673          },
 31674          {
 31675            "alg": "SHA3-256",
 31676            "content": "7e43423025fc6ebe94b4cc641dc60a4507f93dd1445214847a069595f7cb728e"
 31677          },
 31678          {
 31679            "alg": "SHA3-384",
 31680            "content": "f511c84d1434e12c1c220d0ec3300a8c5fa3f23b2026c74f2d63be08af02e209ebfa28bd4ca18b0c0557c1e3dba77359"
 31681          },
 31682          {
 31683            "alg": "SHA3-512",
 31684            "content": "76a7f8df50903e80c5455da2307705f1ce08e098b75d02c1e36cb8b06eb3dc18c4e93fbf4ed1dea143d73645a652b52bb26e789d1fa111866c54a57c2025049e"
 31685          }
 31686        ],
 31687        "licenses": [
 31688          {"license": {"id": "EPL-1.0"}},
 31689          {"license": {
 31690            "name": "GNU Lesser General Public License",
 31691            "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
 31692          }}
 31693        ],
 31694        "purl": "pkg:maven/ch.qos.logback/logback-core@1.2.3?type=jar",
 31695        "externalReferences": [
 31696          {
 31697            "type": "website",
 31698            "url": "http://www.qos.ch"
 31699          },
 31700          {
 31701            "type": "distribution",
 31702            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 31703          },
 31704          {
 31705            "type": "vcs",
 31706            "url": "https://github.com/ceki/logback"
 31707          }
 31708        ]
 31709      },
 31710      {
 31711        "type": "library",
 31712        "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.10.0?type=jar",
 31713        "publisher": "The Apache Software Foundation",
 31714        "group": "org.apache.logging.log4j",
 31715        "name": "log4j-to-slf4j",
 31716        "version": "2.10.0",
 31717        "description": "The Apache Log4j binding between Log4j 2 API and SLF4J.",
 31718        "hashes": [
 31719          {
 31720            "alg": "MD5",
 31721            "content": "7ac821f6ff3d7f9ed68ffe982a76b8c2"
 31722          },
 31723          {
 31724            "alg": "SHA-1",
 31725            "content": "f7e631ccf49cfc0aefa4a2a728da7d374c05bd3c"
 31726          },
 31727          {
 31728            "alg": "SHA-256",
 31729            "content": "b9006337856504a2dd930eb4900ca78d63c13c8a2dd195fc65ca2aa4cfc04850"
 31730          },
 31731          {
 31732            "alg": "SHA-384",
 31733            "content": "b1ce8f8f64fe113ad03cca18d1a457a24603f4d74cbc2d1863a45efbcf3485905fd73a9a17c00699f0112e7f1828ae65"
 31734          },
 31735          {
 31736            "alg": "SHA-512",
 31737            "content": "027de6a4a52e260839b7014e566daafcc244ac7390f6dc9cc1978ce7b2143c0a98b9d20ef2e5eb91d9a54901b425862871e5f315118561fb11a91b1a7010d3f6"
 31738          },
 31739          {
 31740            "alg": "SHA3-256",
 31741            "content": "d33e1257af4cadbbb49285bfc8adcb014cc9252c2f7c7cd891a598329713f51c"
 31742          },
 31743          {
 31744            "alg": "SHA3-384",
 31745            "content": "3ec982ba045a10e5bac6b20f1ab4d2026325f94c91a3881a7a8fc1c0b0d891437c1782a746623328deef724c880e57c6"
 31746          },
 31747          {
 31748            "alg": "SHA3-512",
 31749            "content": "eb816a9e2c45dcdb12e79fd7bf04c758f5aeb79e821a1e63234564bcca0ae45ca68ea9288239dded475cd89b631cc6918117a11a0c59ed95c1ac5d40137f0c6b"
 31750          }
 31751        ],
 31752        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31753        "purl": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.10.0?type=jar",
 31754        "externalReferences": [
 31755          {
 31756            "type": "build-system",
 31757            "url": "https://builds.apache.org/job/Log4j%202.x/"
 31758          },
 31759          {
 31760            "type": "distribution",
 31761            "url": "https://logging.apache.org/log4j/2.x/download.html"
 31762          },
 31763          {
 31764            "type": "issue-tracker",
 31765            "url": "https://issues.apache.org/jira/browse/LOG4J2"
 31766          },
 31767          {
 31768            "type": "mailing-list",
 31769            "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org"
 31770          },
 31771          {
 31772            "type": "vcs",
 31773            "url": "https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary"
 31774          },
 31775          {
 31776            "type": "website",
 31777            "url": "https://www.apache.org/"
 31778          }
 31779        ]
 31780      },
 31781      {
 31782        "type": "library",
 31783        "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0?type=jar",
 31784        "publisher": "The Apache Software Foundation",
 31785        "group": "org.apache.logging.log4j",
 31786        "name": "log4j-api",
 31787        "version": "2.10.0",
 31788        "description": "The Apache Log4j API",
 31789        "hashes": [
 31790          {
 31791            "alg": "MD5",
 31792            "content": "b15b1def49daaf7e74fffcce9442ba98"
 31793          },
 31794          {
 31795            "alg": "SHA-1",
 31796            "content": "fec5797a55b786184a537abd39c3fa1449d752d6"
 31797          },
 31798          {
 31799            "alg": "SHA-256",
 31800            "content": "26af661e5c37cfe233cdec402e8a5c0bd112e03d3b6cf12b0d9db7ee7f6fbdd9"
 31801          },
 31802          {
 31803            "alg": "SHA-384",
 31804            "content": "e04ef7d41572d79b0a64c60c2314d4a20b380058eaa65f2f392f2ad61069023bb06eb1f613690651b3064da15ce1ae2e"
 31805          },
 31806          {
 31807            "alg": "SHA-512",
 31808            "content": "19264538372ef3b4d21c08918f8ca728c1af3198196eb0fc9b22594f7d1f908a40bf699f7caa53eebb40081248400785c51cfcb9ecd36d0730dd6c60c98c6c22"
 31809          },
 31810          {
 31811            "alg": "SHA3-256",
 31812            "content": "a3c2cae784c800ae17b830a32d6c5efee324c51d993ec98d7c90c2b606bc05cf"
 31813          },
 31814          {
 31815            "alg": "SHA3-384",
 31816            "content": "06f45f1c0d46e99aeac4602cf940e2c66bfc4e183969d16d3ab58388ea6081654c0f2514437cf52461c43334b93220e5"
 31817          },
 31818          {
 31819            "alg": "SHA3-512",
 31820            "content": "d0fae8fe2b6ca37036b697bb55dcb4c2432b5df78f4b99103d7a00b486029d44b23c9ef00c9c955c8cd16c6e0d924a7dbc6ab8f30ca91b06354f2cecf760ed95"
 31821          }
 31822        ],
 31823        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31824        "purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0?type=jar",
 31825        "externalReferences": [
 31826          {
 31827            "type": "build-system",
 31828            "url": "https://builds.apache.org/job/Log4j%202.x/"
 31829          },
 31830          {
 31831            "type": "distribution",
 31832            "url": "https://logging.apache.org/log4j/2.x/download.html"
 31833          },
 31834          {
 31835            "type": "issue-tracker",
 31836            "url": "https://issues.apache.org/jira/browse/LOG4J2"
 31837          },
 31838          {
 31839            "type": "mailing-list",
 31840            "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org"
 31841          },
 31842          {
 31843            "type": "vcs",
 31844            "url": "https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary"
 31845          },
 31846          {
 31847            "type": "website",
 31848            "url": "https://www.apache.org/"
 31849          }
 31850        ]
 31851      },
 31852      {
 31853        "type": "library",
 31854        "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.19?type=jar",
 31855        "group": "org.yaml",
 31856        "name": "snakeyaml",
 31857        "version": "1.19",
 31858        "description": "YAML 1.1 parser and emitter for Java",
 31859        "hashes": [
 31860          {
 31861            "alg": "MD5",
 31862            "content": "95472b5a0ded8761545342a087e82117"
 31863          },
 31864          {
 31865            "alg": "SHA-1",
 31866            "content": "2d998d3d674b172a588e54ab619854d073f555b5"
 31867          },
 31868          {
 31869            "alg": "SHA-256",
 31870            "content": "0a7b1063fcaeb806b40b728d01b9361d38e1ed8deb93f945994fec7c1761dad1"
 31871          },
 31872          {
 31873            "alg": "SHA-384",
 31874            "content": "08ca87e1439968114b25a06a0b1166c363ecd40f01b20644b01dbf58dc61a8f684565d9bd64e40fc78885ae7c6aa21c1"
 31875          },
 31876          {
 31877            "alg": "SHA-512",
 31878            "content": "b7ef491ded21c61260d6ad68b1541d0c753f01f3f065b66a31c8e4d8f5f6b5eff31e82a7cc68562567811cc0d540c980e8a42714574f50e7713b4799192f50f9"
 31879          },
 31880          {
 31881            "alg": "SHA3-256",
 31882            "content": "b9dd4ef1eedb1aa2a6875a4bd328930dc0e8a786c886dd1c9c0682391ede9c9a"
 31883          },
 31884          {
 31885            "alg": "SHA3-384",
 31886            "content": "4873d21e68c4bcb68796ca129f6aada93986653531a9228ae95acde514743d11db64534e2111daff9cc327b71ba71ae6"
 31887          },
 31888          {
 31889            "alg": "SHA3-512",
 31890            "content": "d266d19ac942a73d593c0a1fe73e158b70b310cbf0518483798b75f7536c7fe1989d9359d7296f43c787644c0001399e128bfc93452ceda11e39659844a06f86"
 31891          }
 31892        ],
 31893        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31894        "purl": "pkg:maven/org.yaml/snakeyaml@1.19?type=jar",
 31895        "externalReferences": [
 31896          {
 31897            "type": "issue-tracker",
 31898            "url": "https://bitbucket.org/asomov/snakeyaml/issues"
 31899          },
 31900          {
 31901            "type": "vcs",
 31902            "url": "https://bitbucket.org/asomov/snakeyaml/src"
 31903          }
 31904        ]
 31905      },
 31906      {
 31907        "type": "library",
 31908        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@2.0.5.RELEASE?type=jar",
 31909        "publisher": "Pivotal Software, Inc.",
 31910        "group": "org.springframework.boot",
 31911        "name": "spring-boot-starter-json",
 31912        "version": "2.0.5.RELEASE",
 31913        "description": "Starter for reading and writing json",
 31914        "hashes": [
 31915          {
 31916            "alg": "MD5",
 31917            "content": "5f0115547c9d06dba1aa225f39b72059"
 31918          },
 31919          {
 31920            "alg": "SHA-1",
 31921            "content": "d0052ded4733ceb1fb7d927238f22f9a92099227"
 31922          },
 31923          {
 31924            "alg": "SHA-256",
 31925            "content": "d79d266ec9dfe0f81e8e82d30ed98292fec6a0063e80b144ce0f55b561d2842a"
 31926          },
 31927          {
 31928            "alg": "SHA-384",
 31929            "content": "6387c4f9874262591e9c76fbdaddce35e457b916089d9eff1ced0b927dcb97b2b6bd8cd3250a84557f9f5a22421c833e"
 31930          },
 31931          {
 31932            "alg": "SHA-512",
 31933            "content": "8e24110b15c9d8f1cf81d810617c97013f949c1866c60722e8fba9a781250ee340770370bb60e861726e17de635b33254b1bc887411f718626b53cdcb813ae19"
 31934          },
 31935          {
 31936            "alg": "SHA3-256",
 31937            "content": "e781ec8ef3a852cbd0c5d42e48ea758fa678b14a24e2a670a7b4b32d4eeb99be"
 31938          },
 31939          {
 31940            "alg": "SHA3-384",
 31941            "content": "a9265bf9bef0fc3c987096218eb5cd3ade2b80d8c2abc4f511b7a457a60fac9a8bca7dd7d94a6ff2abb6cd2464eb7e67"
 31942          },
 31943          {
 31944            "alg": "SHA3-512",
 31945            "content": "8e876cacda60aadb1d8f0e77083fdf9257099e2c92183f6f7b6ae44cbed98a847f66bff2b2f8664e63459a9e0ba91d5f2a8ee535a19312915f8c8b708a47f2c6"
 31946          }
 31947        ],
 31948        "licenses": [{"license": {"id": "Apache-2.0"}}],
 31949        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-json@2.0.5.RELEASE?type=jar",
 31950        "externalReferences": [
 31951          {
 31952            "type": "website",
 31953            "url": "https://spring.io"
 31954          },
 31955          {
 31956            "type": "issue-tracker",
 31957            "url": "https://github.com/spring-projects/spring-boot/issues"
 31958          },
 31959          {
 31960            "type": "vcs",
 31961            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-json"
 31962          }
 31963        ]
 31964      },
 31965      {
 31966        "type": "library",
 31967        "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.9.6?type=jar",
 31968        "publisher": "FasterXML",
 31969        "group": "com.fasterxml.jackson.datatype",
 31970        "name": "jackson-datatype-jdk8",
 31971        "version": "2.9.6",
 31972        "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support JDK 8 data types.",
 31973        "hashes": [
 31974          {
 31975            "alg": "MD5",
 31976            "content": "d6f821f9723569da1802c801a1b37307"
 31977          },
 31978          {
 31979            "alg": "SHA-1",
 31980            "content": "456895fc91bf7180b216fead220373e6278230c9"
 31981          },
 31982          {
 31983            "alg": "SHA-256",
 31984            "content": "fa0f855e408a50690213e03ab711c294d920a218a379c5a9304de17abd51d514"
 31985          },
 31986          {
 31987            "alg": "SHA-384",
 31988            "content": "77ab0289cc111b8609010e81e802b57049e38c3cc8793c0b3780116105f3f67c1695e50ee03d4ab9d9830fa4fad459d8"
 31989          },
 31990          {
 31991            "alg": "SHA-512",
 31992            "content": "454073a6712402a284ec4dcdda0101b08d3c4935feda33ab6190d97928f4e805add1b9ddb9a1bb0de7250a8e12cc6fadc2f87718c9a9e8302e076f9de5e36328"
 31993          },
 31994          {
 31995            "alg": "SHA3-256",
 31996            "content": "8618a8409755b096f14d7d89670b264e98c86623efabe72af5c80b47bb1558cb"
 31997          },
 31998          {
 31999            "alg": "SHA3-384",
 32000            "content": "a2632a0480bde1c42c346c16534b8e4176361b274a8c0bc61c080ec2cfb9b55f0cfa6263f39508caeae7caf86dbb8b70"
 32001          },
 32002          {
 32003            "alg": "SHA3-512",
 32004            "content": "d38f3243cf3f6e5851d44b0a8edf9f4f584e65a0fd72dd8a279e4293ff496ff72918969fbe60dd1d9faad5c5b1e2e3f9b1a1c642d45e0f61e1d5921d83790a51"
 32005          }
 32006        ],
 32007        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32008        "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.9.6?type=jar",
 32009        "externalReferences": [
 32010          {
 32011            "type": "issue-tracker",
 32012            "url": "https://github.com/FasterXML/jackson-modules-java8/issues"
 32013          },
 32014          {
 32015            "type": "vcs",
 32016            "url": "http://github.com/FasterXML/jackson-modules-java8"
 32017          },
 32018          {
 32019            "type": "website",
 32020            "url": "http://fasterxml.com/"
 32021          },
 32022          {
 32023            "type": "distribution",
 32024            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 32025          }
 32026        ]
 32027      },
 32028      {
 32029        "type": "library",
 32030        "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.9.6?type=jar",
 32031        "publisher": "FasterXML",
 32032        "group": "com.fasterxml.jackson.datatype",
 32033        "name": "jackson-datatype-jsr310",
 32034        "version": "2.9.6",
 32035        "description": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types.",
 32036        "hashes": [
 32037          {
 32038            "alg": "MD5",
 32039            "content": "d4a030f745871eade54d2e1b30297d22"
 32040          },
 32041          {
 32042            "alg": "SHA-1",
 32043            "content": "ea54f6193d224e5e5732bbd4262327eb465397c2"
 32044          },
 32045          {
 32046            "alg": "SHA-256",
 32047            "content": "38a9d4f92b7a839826fb8393b4b5ed51903993291de928b8e9d11a1a5ad7ee41"
 32048          },
 32049          {
 32050            "alg": "SHA-384",
 32051            "content": "35b26554c90d32bb22892c7e1637a468013dea914aeba97f80f3182e5fbfc1cf2b7064804dfeee49c6087f4e075c44d0"
 32052          },
 32053          {
 32054            "alg": "SHA-512",
 32055            "content": "e48ccb8bcf228b98d21322802388109813cb66f2dc7e25ff37019367daced045a5e95263ed9722997f7b62b5b7a30e83bd9e04942d554742cb0f543666d54d1a"
 32056          },
 32057          {
 32058            "alg": "SHA3-256",
 32059            "content": "73bd1b233ec4a6b852107603043e0727fdc50b97737f05ac124009d81a7d4f31"
 32060          },
 32061          {
 32062            "alg": "SHA3-384",
 32063            "content": "df79b8b45a6ac80276c21f813174ca84235f65fb53677385d704c436ca4bdee1b91dbef2845ef4315e3d7ff32b0663d1"
 32064          },
 32065          {
 32066            "alg": "SHA3-512",
 32067            "content": "b530c6a40c3f455f6dd8feb533da4d5b0f16f2dd7ebc7505c9b09419b86a512fa36b3da486f427c835597a4b0529760d3465406c4c2e52b914e15463387ef30c"
 32068          }
 32069        ],
 32070        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32071        "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.9.6?type=jar",
 32072        "externalReferences": [
 32073          {
 32074            "type": "issue-tracker",
 32075            "url": "https://github.com/FasterXML/jackson-modules-java8/issues"
 32076          },
 32077          {
 32078            "type": "vcs",
 32079            "url": "http://github.com/FasterXML/jackson-modules-java8"
 32080          },
 32081          {
 32082            "type": "website",
 32083            "url": "http://fasterxml.com/"
 32084          },
 32085          {
 32086            "type": "distribution",
 32087            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 32088          }
 32089        ]
 32090      },
 32091      {
 32092        "type": "library",
 32093        "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.9.6?type=jar",
 32094        "publisher": "FasterXML",
 32095        "group": "com.fasterxml.jackson.module",
 32096        "name": "jackson-module-parameter-names",
 32097        "version": "2.9.6",
 32098        "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support introspection of method/constructor parameter names, without having to add explicit property name annotation.",
 32099        "hashes": [
 32100          {
 32101            "alg": "MD5",
 32102            "content": "207a3991e02fa5e0497525a4364265a7"
 32103          },
 32104          {
 32105            "alg": "SHA-1",
 32106            "content": "129acd77a4b6ee30d62d3a0899b1344c8ec2bff8"
 32107          },
 32108          {
 32109            "alg": "SHA-256",
 32110            "content": "b8ba6ece7042f25ef1a3b5fbe1241a3e2c4fa55d50d91e64367ff6ca641af025"
 32111          },
 32112          {
 32113            "alg": "SHA-384",
 32114            "content": "1522643afccc1ec30cca3ffd235cc974bc3cc48bd49e99b2fbf8fa662e74091d002a7486b43906273339fcacfaff9a61"
 32115          },
 32116          {
 32117            "alg": "SHA-512",
 32118            "content": "b6367bb6bd168deaf6fc67ba18282b2ca75fad0842c5e8c90738eeafd6f78bff12ede15533d004a2761dcb52d0364f3a7d29830f9ce4ccd88c885d9e35f298ef"
 32119          },
 32120          {
 32121            "alg": "SHA3-256",
 32122            "content": "a10933c8ee92a0768cc28bb178c36d49b04659b25be879a311f0d17dc8848808"
 32123          },
 32124          {
 32125            "alg": "SHA3-384",
 32126            "content": "802abd2b4e83e75dbdc532dd8ff4d054d677421fd41063624fa20176ca9284976c0cefb37f0b6acb860d49cf5af4878f"
 32127          },
 32128          {
 32129            "alg": "SHA3-512",
 32130            "content": "fcd971b4e51f15fb63c96173d84281824ddce6972939a7a69e2b6cae7f249e18e858d3e5f118922246730ee3a9a674a9247678ffd7744ffc18a43b4c1139095b"
 32131          }
 32132        ],
 32133        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32134        "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.9.6?type=jar",
 32135        "externalReferences": [
 32136          {
 32137            "type": "issue-tracker",
 32138            "url": "https://github.com/FasterXML/jackson-modules-java8/issues"
 32139          },
 32140          {
 32141            "type": "vcs",
 32142            "url": "http://github.com/FasterXML/jackson-modules-java8"
 32143          },
 32144          {
 32145            "type": "website",
 32146            "url": "http://fasterxml.com/"
 32147          },
 32148          {
 32149            "type": "distribution",
 32150            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 32151          }
 32152        ]
 32153      },
 32154      {
 32155        "type": "library",
 32156        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@2.0.5.RELEASE?type=jar",
 32157        "publisher": "Pivotal Software, Inc.",
 32158        "group": "org.springframework.boot",
 32159        "name": "spring-boot-starter-tomcat",
 32160        "version": "2.0.5.RELEASE",
 32161        "description": "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web",
 32162        "hashes": [
 32163          {
 32164            "alg": "MD5",
 32165            "content": "a3933993003fb215e77141b7ee462797"
 32166          },
 32167          {
 32168            "alg": "SHA-1",
 32169            "content": "eaac8a5d73b45400bc88cd7f6b5c99b5f0d5e9b7"
 32170          },
 32171          {
 32172            "alg": "SHA-256",
 32173            "content": "82601cc86ae9f706fa3b75ce9287f4f1da1ac97a2ed663b755e6974bff308dc0"
 32174          },
 32175          {
 32176            "alg": "SHA-384",
 32177            "content": "4e4fc63127966330fd5ea9b0ec36aa6281de6938ab874291f54eea16d015dc196daa7e22b2e17c7c04700cef7e84c4e1"
 32178          },
 32179          {
 32180            "alg": "SHA-512",
 32181            "content": "5954f3f2e2f3ebe027dc2ed37b2257464cfc839bc056688074b3d787fa4cd212946ab504d60f1daf7f7082b524d3576bff5a4ae6a4490e24a0a516d8f6e19e8f"
 32182          },
 32183          {
 32184            "alg": "SHA3-256",
 32185            "content": "0281416170d255baea87391e1e4d47dae22b8d003ebe3a57a5ae98303d70c10c"
 32186          },
 32187          {
 32188            "alg": "SHA3-384",
 32189            "content": "842e66d656922d6a06054bc08f32abc252da582d86efe38b91ef900ea5154258dbcd7489a34a0965ae0bad5e1ccf687e"
 32190          },
 32191          {
 32192            "alg": "SHA3-512",
 32193            "content": "539c23902941a73ccd5610b1033933f1de4fd26ec1f851332667047e40dc1d61da7d4216ca231cf74e58c8459d5ec07ffb2c0d9000fe5e50e846f323d5261185"
 32194          }
 32195        ],
 32196        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32197        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@2.0.5.RELEASE?type=jar",
 32198        "externalReferences": [
 32199          {
 32200            "type": "website",
 32201            "url": "https://spring.io"
 32202          },
 32203          {
 32204            "type": "issue-tracker",
 32205            "url": "https://github.com/spring-projects/spring-boot/issues"
 32206          },
 32207          {
 32208            "type": "vcs",
 32209            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-tomcat"
 32210          }
 32211        ]
 32212      },
 32213      {
 32214        "type": "library",
 32215        "bom-ref": "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.12.Final?type=jar",
 32216        "group": "org.hibernate.validator",
 32217        "name": "hibernate-validator",
 32218        "version": "6.0.12.Final",
 32219        "description": "Hibernate's Bean Validation (JSR-380) reference implementation.",
 32220        "hashes": [
 32221          {
 32222            "alg": "MD5",
 32223            "content": "d3684ee3a5a42bdc4e416be4dcc66159"
 32224          },
 32225          {
 32226            "alg": "SHA-1",
 32227            "content": "0478003e61b056c1f97840ba3e62ff31cdc89597"
 32228          },
 32229          {
 32230            "alg": "SHA-256",
 32231            "content": "80c8bb4dfea89b452246744477c9995fd39aacee991f0677c679a5aebb30bb5e"
 32232          },
 32233          {
 32234            "alg": "SHA-384",
 32235            "content": "c22e052e8c261825b470c6a0796bc501f00757305462073ff0b6a1cffef66f94b57a999b514295bbe4ad547e1ca226af"
 32236          },
 32237          {
 32238            "alg": "SHA-512",
 32239            "content": "a84f9cad4292c0c9cc9ca623b6e3a7c78245d1ce7b876364be2f9d9176f0278163eb289250d24029cc04aa21452b13e306e325944e052c5ea92a85007a4482f0"
 32240          },
 32241          {
 32242            "alg": "SHA3-256",
 32243            "content": "cb95c12919b8ab10cbc425c5e30173cfed0bd52e23b8e2350b910b1daa9bda2e"
 32244          },
 32245          {
 32246            "alg": "SHA3-384",
 32247            "content": "96bdbca71c1fdeca92130a4ebe51e5d648eabb661e76e5e50008652633639029d357d0aee89c9290eac7637ec9506274"
 32248          },
 32249          {
 32250            "alg": "SHA3-512",
 32251            "content": "0ef231d8ce857e39da520d9301d7a1895c23da185e08774dd10ec10eb0a89bdf790678224990328630245f61f1efabba4c353d1c85b8392f40d80b6528b5fdc1"
 32252          }
 32253        ],
 32254        "licenses": [{"license": {
 32255          "id": "Apache-2.0",
 32256          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 32257        }}],
 32258        "purl": "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.12.Final?type=jar",
 32259        "externalReferences": [
 32260          {
 32261            "type": "build-system",
 32262            "url": "http://ci.hibernate.org/view/Validator/"
 32263          },
 32264          {
 32265            "type": "distribution",
 32266            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 32267          },
 32268          {
 32269            "type": "issue-tracker",
 32270            "url": "https://hibernate.atlassian.net/projects/HV/summary"
 32271          },
 32272          {
 32273            "type": "vcs",
 32274            "url": "http://github.com/hibernate/hibernate-validator"
 32275          }
 32276        ]
 32277      },
 32278      {
 32279        "type": "library",
 32280        "bom-ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar",
 32281        "group": "javax.validation",
 32282        "name": "validation-api",
 32283        "version": "2.0.1.Final",
 32284        "description": "Bean Validation API",
 32285        "hashes": [
 32286          {
 32287            "alg": "MD5",
 32288            "content": "5d02c034034a7a16725ceff787e191d6"
 32289          },
 32290          {
 32291            "alg": "SHA-1",
 32292            "content": "cb855558e6271b1b32e716d24cb85c7f583ce09e"
 32293          },
 32294          {
 32295            "alg": "SHA-256",
 32296            "content": "9873b46df1833c9ee8f5bc1ff6853375115dadd8897bcb5a0dffb5848835ee6c"
 32297          },
 32298          {
 32299            "alg": "SHA-384",
 32300            "content": "c0559eff2537f82b11f611546b0b387f8076efdee8e90537b2c9f0f2325cc7686c1fbbf4b00d6217dc33677f4d5382f8"
 32301          },
 32302          {
 32303            "alg": "SHA-512",
 32304            "content": "2f136d337c49a83dc0eff1caae74ba11413269b779257ae0b76864e207abd729b2392ab2ae3a3dc7a6d065d60baef844ad797a11f69589119a827ccee5c20840"
 32305          },
 32306          {
 32307            "alg": "SHA3-256",
 32308            "content": "987342d3fd7c3275cdbde0295e91a0dfac15058f73b57341ba40cce62f581195"
 32309          },
 32310          {
 32311            "alg": "SHA3-384",
 32312            "content": "e26cb51beade8cd45a737002c98a400c800928b9a26a702a1833c29e1e0868af355460416d9d813b0830a184a9fefc08"
 32313          },
 32314          {
 32315            "alg": "SHA3-512",
 32316            "content": "c8e8c4f83fb4c3d881c7dfda07650b035db00251aa8b8030f00c4a0cf1ed919665a76c44a0da78b1bda118279cbf26646c1b813c1f3c21be2b8099020ffdfd01"
 32317          }
 32318        ],
 32319        "licenses": [{"license": {
 32320          "id": "Apache-2.0",
 32321          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 32322        }}],
 32323        "purl": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar",
 32324        "externalReferences": [
 32325          {
 32326            "type": "distribution",
 32327            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 32328          },
 32329          {
 32330            "type": "issue-tracker",
 32331            "url": "https://hibernate.atlassian.net/projects/BVAL/"
 32332          },
 32333          {
 32334            "type": "vcs",
 32335            "url": "https://github.com/beanvalidation/beanvalidation-api"
 32336          }
 32337        ]
 32338      },
 32339      {
 32340        "type": "library",
 32341        "bom-ref": "pkg:maven/org.springframework/spring-web@5.0.9.RELEASE?type=jar",
 32342        "publisher": "Spring IO",
 32343        "group": "org.springframework",
 32344        "name": "spring-web",
 32345        "version": "5.0.9.RELEASE",
 32346        "description": "Spring Web",
 32347        "hashes": [
 32348          {
 32349            "alg": "MD5",
 32350            "content": "b6f675ea9d4d83131ebe6e1b1ac02a31"
 32351          },
 32352          {
 32353            "alg": "SHA-1",
 32354            "content": "1ea3aab93340849313fa74ec626ddaf1fff9ed8e"
 32355          },
 32356          {
 32357            "alg": "SHA-256",
 32358            "content": "8b205c59445f5852652f8b224ae1b343a787cff8c0b442b73946f9f2db245031"
 32359          },
 32360          {
 32361            "alg": "SHA-384",
 32362            "content": "e5cd1330871b04815384b63dcdd84e02e814e26ccb1dd9723425ffdadefa9f3dac133b051b31ea0263551913f702cf05"
 32363          },
 32364          {
 32365            "alg": "SHA-512",
 32366            "content": "14d3a9fde9376b699e2431feca2278ec0e30a2ec10d5a136976286e99fe3fdec213f338e43a4d8f283acb437c57147fa29b99047fd4ee6c7c1666c162d45106a"
 32367          },
 32368          {
 32369            "alg": "SHA3-256",
 32370            "content": "b642e502dc52f6aa73b8548f781d5131c13c55b8149bb16c0fd548e6058d8ddb"
 32371          },
 32372          {
 32373            "alg": "SHA3-384",
 32374            "content": "9894c6d3e1be2772a546410b896259c72ebc936afb98984ea6947299e0a76e354a7b72f60775761df9056ea6bb596f0f"
 32375          },
 32376          {
 32377            "alg": "SHA3-512",
 32378            "content": "2de13071fd177b9622db10675007f09fd42ea4d2b5674e9d95e95295c981dfea88dafa0c3eeed552240ade401a623046e7dbe4e14c7f5de0ccd34eec76796318"
 32379          }
 32380        ],
 32381        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32382        "purl": "pkg:maven/org.springframework/spring-web@5.0.9.RELEASE?type=jar",
 32383        "externalReferences": [
 32384          {
 32385            "type": "website",
 32386            "url": "http://projects.spring.io/spring-framework"
 32387          },
 32388          {
 32389            "type": "issue-tracker",
 32390            "url": "https://jira.springsource.org/browse/SPR"
 32391          },
 32392          {
 32393            "type": "vcs",
 32394            "url": "https://github.com/spring-projects/spring-framework"
 32395          }
 32396        ]
 32397      },
 32398      {
 32399        "type": "library",
 32400        "bom-ref": "pkg:maven/org.springframework/spring-beans@5.0.9.RELEASE?type=jar",
 32401        "publisher": "Spring IO",
 32402        "group": "org.springframework",
 32403        "name": "spring-beans",
 32404        "version": "5.0.9.RELEASE",
 32405        "description": "Spring Beans",
 32406        "hashes": [
 32407          {
 32408            "alg": "MD5",
 32409            "content": "bbeb836b49cf0462d78b237bdbfab115"
 32410          },
 32411          {
 32412            "alg": "SHA-1",
 32413            "content": "65f56fdab1bb90ad059e314d2f2f4cf76f9bdbde"
 32414          },
 32415          {
 32416            "alg": "SHA-256",
 32417            "content": "ad4d4578a035b23b201f3e05b73beb1d2283505c5de5f445c24fbb80e39c96cd"
 32418          },
 32419          {
 32420            "alg": "SHA-384",
 32421            "content": "edb9363366e8e0c0cc702828bc681e9c7663fead6369f63b13aa432605e4a9931378fda7617520261018f43eb9b8c144"
 32422          },
 32423          {
 32424            "alg": "SHA-512",
 32425            "content": "a5925201b7e6f10d40e048cb028f9f1f4fd3db964c8147b02e468f69a1a990bd88c777faee1c2e9972ed748469ffa3e602c3a28fed346bbb0fcdd62c32e574df"
 32426          },
 32427          {
 32428            "alg": "SHA3-256",
 32429            "content": "0f0bf3244251a90d5454c7737819fe5839d8460491026fcdc5e39d07dd855574"
 32430          },
 32431          {
 32432            "alg": "SHA3-384",
 32433            "content": "c9c39d8e6c6c9bf4a06afba5bd28ac62d5cc602449f92dc151e584d255f1bae6a951dc9ec007215f8474ce640d904f6b"
 32434          },
 32435          {
 32436            "alg": "SHA3-512",
 32437            "content": "2b79a45bd4ec939018d6f5b66204d06747ab33ac5636acb6a71b6e1afb1d6d44db591f002c92aba621edc6a6bc80f5619da7f30599cac2e8c90632b10ad9c423"
 32438          }
 32439        ],
 32440        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32441        "purl": "pkg:maven/org.springframework/spring-beans@5.0.9.RELEASE?type=jar",
 32442        "externalReferences": [
 32443          {
 32444            "type": "website",
 32445            "url": "http://projects.spring.io/spring-framework"
 32446          },
 32447          {
 32448            "type": "issue-tracker",
 32449            "url": "https://jira.springsource.org/browse/SPR"
 32450          },
 32451          {
 32452            "type": "vcs",
 32453            "url": "https://github.com/spring-projects/spring-framework"
 32454          }
 32455        ]
 32456      },
 32457      {
 32458        "type": "library",
 32459        "bom-ref": "pkg:maven/org.springframework/spring-webmvc@5.0.9.RELEASE?type=jar",
 32460        "publisher": "Spring IO",
 32461        "group": "org.springframework",
 32462        "name": "spring-webmvc",
 32463        "version": "5.0.9.RELEASE",
 32464        "description": "Spring Web MVC",
 32465        "hashes": [
 32466          {
 32467            "alg": "MD5",
 32468            "content": "a6b51be769cb88d8c3edc541fdfcd488"
 32469          },
 32470          {
 32471            "alg": "SHA-1",
 32472            "content": "c18346caaeb8dc648c4cc01874996fd9fef76664"
 32473          },
 32474          {
 32475            "alg": "SHA-256",
 32476            "content": "dc1a0677b717d2711da931c381392342dc66ffea5b2004288c3944de5480b8de"
 32477          },
 32478          {
 32479            "alg": "SHA-384",
 32480            "content": "fc599d354fef53bb867d21aaa2616e1b51d4577107dfab3f136b28aebfdc8b87d76312017b64fd957cf9f7cbfb94e483"
 32481          },
 32482          {
 32483            "alg": "SHA-512",
 32484            "content": "d0686b2cfde5354033c1f9741c9e7edef8e3285a1b7edc5e0b919ca1e1da19fe185333a81bebc72cc31ed48dfc095ed7da8b03b2a5c02b4aec4d2d9b8d8feff2"
 32485          },
 32486          {
 32487            "alg": "SHA3-256",
 32488            "content": "5b67fbcd99540c73235426b2143268b1924352bf4e41a5de97b4847e40e64499"
 32489          },
 32490          {
 32491            "alg": "SHA3-384",
 32492            "content": "ced12a8a1e7351a5b6a692712297c119b1a9a6eaa1248f597c068dfeab868fcdbbd6c129ada0099d56970fd88e31d494"
 32493          },
 32494          {
 32495            "alg": "SHA3-512",
 32496            "content": "7526d4b5267a097da9f31ed6c0350cd43ea279714cd3fe171da6b45e22b4ec28f2cf429e585b1e9bb3e166c9d5559b3e048a3be3495f7ac0381ff7c408bf2c80"
 32497          }
 32498        ],
 32499        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32500        "purl": "pkg:maven/org.springframework/spring-webmvc@5.0.9.RELEASE?type=jar",
 32501        "externalReferences": [
 32502          {
 32503            "type": "website",
 32504            "url": "http://projects.spring.io/spring-framework"
 32505          },
 32506          {
 32507            "type": "issue-tracker",
 32508            "url": "https://jira.springsource.org/browse/SPR"
 32509          },
 32510          {
 32511            "type": "vcs",
 32512            "url": "https://github.com/spring-projects/spring-framework"
 32513          }
 32514        ]
 32515      },
 32516      {
 32517        "type": "library",
 32518        "bom-ref": "pkg:maven/org.springframework/spring-aop@5.0.9.RELEASE?type=jar",
 32519        "publisher": "Spring IO",
 32520        "group": "org.springframework",
 32521        "name": "spring-aop",
 32522        "version": "5.0.9.RELEASE",
 32523        "description": "Spring AOP",
 32524        "hashes": [
 32525          {
 32526            "alg": "MD5",
 32527            "content": "78ba6e0d567a3a9271d3f724223fe73a"
 32528          },
 32529          {
 32530            "alg": "SHA-1",
 32531            "content": "98003b099697fe46b6bdf18c7e3f66d7a1381060"
 32532          },
 32533          {
 32534            "alg": "SHA-256",
 32535            "content": "a2fcb9e2381e52a35e9d01ab90708a485b25fc81f692fee9a371e49eac7645cc"
 32536          },
 32537          {
 32538            "alg": "SHA-384",
 32539            "content": "e28b8f4f60ad142581940e54bbee0b0c144890174565d1bf7d611fa6f2277384bc7ecf4cbf432778ccd20fa7fa954fcf"
 32540          },
 32541          {
 32542            "alg": "SHA-512",
 32543            "content": "31ec6b9ea2a3d9006530075449e151b9205ce0a3a90cc6a1107ee029973794bb1fa0e1bb1f0e777e23c3634ae1e110e6334767f24ccc475550916ab16f3dc7c2"
 32544          },
 32545          {
 32546            "alg": "SHA3-256",
 32547            "content": "64a638d6d7ce37b056481ef3263a6a24350462f3198aa522343959181c445b05"
 32548          },
 32549          {
 32550            "alg": "SHA3-384",
 32551            "content": "e829f2c52eaf8c368497b69ebb29f8c8f81151aa8de3965468ed16bad8c47bc29e0f21ec3ca2cd775d53d7aa794cfc6d"
 32552          },
 32553          {
 32554            "alg": "SHA3-512",
 32555            "content": "0a7e28a00fa13871636f88bdc59c1f3ed8e0ffdefc67c3927107e4fd04dab7109f6f020b94b7aceffff9084c0508806dc197207d630552f0ff2764b21f1ed1d9"
 32556          }
 32557        ],
 32558        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32559        "purl": "pkg:maven/org.springframework/spring-aop@5.0.9.RELEASE?type=jar",
 32560        "externalReferences": [
 32561          {
 32562            "type": "website",
 32563            "url": "http://projects.spring.io/spring-framework"
 32564          },
 32565          {
 32566            "type": "issue-tracker",
 32567            "url": "https://jira.springsource.org/browse/SPR"
 32568          },
 32569          {
 32570            "type": "vcs",
 32571            "url": "https://github.com/spring-projects/spring-framework"
 32572          }
 32573        ]
 32574      },
 32575      {
 32576        "type": "library",
 32577        "bom-ref": "pkg:maven/org.springframework/spring-context@5.0.9.RELEASE?type=jar",
 32578        "publisher": "Spring IO",
 32579        "group": "org.springframework",
 32580        "name": "spring-context",
 32581        "version": "5.0.9.RELEASE",
 32582        "description": "Spring Context",
 32583        "hashes": [
 32584          {
 32585            "alg": "MD5",
 32586            "content": "764ddf24ae6d17cf4ff56a4cb718cd74"
 32587          },
 32588          {
 32589            "alg": "SHA-1",
 32590            "content": "2501e55acb6c2e84667cda3f845d1d00a0dc4e05"
 32591          },
 32592          {
 32593            "alg": "SHA-256",
 32594            "content": "377f72d40e01a3d80e004b0d28a95d33e29014dcf86b9327a2c8cc4077a8a5f2"
 32595          },
 32596          {
 32597            "alg": "SHA-384",
 32598            "content": "c292a578cabd4db35627486a8d45af2670e6ccd0e7b43443ca860439126812d0c3b2b682c1fa3a695124eb5a8090158b"
 32599          },
 32600          {
 32601            "alg": "SHA-512",
 32602            "content": "e51c4f95d925e3966af61cbe7410729f1f2a9586121c9eb42958ef10dc749e25958b037b180d7ce58474e9310cb049465d181a1f70da597de04b347756b39179"
 32603          },
 32604          {
 32605            "alg": "SHA3-256",
 32606            "content": "45237a851e3174e80c3d57da807420e0c3cb28a59db76c6ac4ba7e1f91df4d73"
 32607          },
 32608          {
 32609            "alg": "SHA3-384",
 32610            "content": "b4e89b8e1d0aef22021d4962a37b8d1c76616692809e7bfed482b169c64193304d3eb623b8fcbebc25e38c4416ac4b2c"
 32611          },
 32612          {
 32613            "alg": "SHA3-512",
 32614            "content": "6ff5b0205eaf65131d9773d10d26dd7e1a11376fc2885f2a2fbbc8e1c3bba4327d76c57e0b1867ad5fce44b4cc1aad3901591b8e862aa0ac7cece6209ce6a859"
 32615          }
 32616        ],
 32617        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32618        "purl": "pkg:maven/org.springframework/spring-context@5.0.9.RELEASE?type=jar",
 32619        "externalReferences": [
 32620          {
 32621            "type": "website",
 32622            "url": "http://projects.spring.io/spring-framework"
 32623          },
 32624          {
 32625            "type": "issue-tracker",
 32626            "url": "https://jira.springsource.org/browse/SPR"
 32627          },
 32628          {
 32629            "type": "vcs",
 32630            "url": "https://github.com/spring-projects/spring-framework"
 32631          }
 32632        ]
 32633      },
 32634      {
 32635        "type": "library",
 32636        "bom-ref": "pkg:maven/org.springframework/spring-expression@5.0.9.RELEASE?type=jar",
 32637        "publisher": "Spring IO",
 32638        "group": "org.springframework",
 32639        "name": "spring-expression",
 32640        "version": "5.0.9.RELEASE",
 32641        "description": "Spring Expression Language (SpEL)",
 32642        "hashes": [
 32643          {
 32644            "alg": "MD5",
 32645            "content": "7b989e32b553b48f42053373c3c1f6b1"
 32646          },
 32647          {
 32648            "alg": "SHA-1",
 32649            "content": "1f9db5ff3a758102c0434cc3457aa47c50c39a4a"
 32650          },
 32651          {
 32652            "alg": "SHA-256",
 32653            "content": "bef588c14abcd02b7bd94862e8f638025e4f7f7d799e1c926a5ae7991660a030"
 32654          },
 32655          {
 32656            "alg": "SHA-384",
 32657            "content": "64a708563e857fd4f1b7fd31fff9e4a452b3d94b3e78ab5ab08d5ea44c9e523d9ce6a474a3780df2002d614d4b808b63"
 32658          },
 32659          {
 32660            "alg": "SHA-512",
 32661            "content": "ba5fa250fb155bb8ae17bd60ad87203d69bb1e9c325431760b50affbc0c05c744223ff9fcf492d1a75131d1bedff29459364eba416baf82961eb3cf1c6c9cbd8"
 32662          },
 32663          {
 32664            "alg": "SHA3-256",
 32665            "content": "4821d095864e5db1c4842580bd2b05b092f04ad3d54a125e43f7bfc7afa2c577"
 32666          },
 32667          {
 32668            "alg": "SHA3-384",
 32669            "content": "3f7390469b3bc5e30b03df19dca5f6a9d364a0a774b80255c4e9089233f2f58e8af91215324b7c0a6c27c91b6d738a72"
 32670          },
 32671          {
 32672            "alg": "SHA3-512",
 32673            "content": "61af1d6ced4b5150dd7ec3281fac278e6ed92faff67507b66f8c7153a96c50073a3fe29023c502fce0a8031ff0935eef6358fd23e04e6a07a56f8a9101b59263"
 32674          }
 32675        ],
 32676        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32677        "purl": "pkg:maven/org.springframework/spring-expression@5.0.9.RELEASE?type=jar",
 32678        "externalReferences": [
 32679          {
 32680            "type": "website",
 32681            "url": "http://projects.spring.io/spring-framework"
 32682          },
 32683          {
 32684            "type": "issue-tracker",
 32685            "url": "https://jira.springsource.org/browse/SPR"
 32686          },
 32687          {
 32688            "type": "vcs",
 32689            "url": "https://github.com/spring-projects/spring-framework"
 32690          }
 32691        ]
 32692      },
 32693      {
 32694        "type": "library",
 32695        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@2.0.5.RELEASE?type=jar",
 32696        "publisher": "Pivotal Software, Inc.",
 32697        "group": "org.springframework.boot",
 32698        "name": "spring-boot-configuration-processor",
 32699        "version": "2.0.5.RELEASE",
 32700        "description": "Spring Boot Configuration Processor",
 32701        "hashes": [
 32702          {
 32703            "alg": "MD5",
 32704            "content": "d777210a68d2d4000df2e05cfe3db9d7"
 32705          },
 32706          {
 32707            "alg": "SHA-1",
 32708            "content": "aa2630ce70029ecd71983d82b56fa5df8fe092a2"
 32709          },
 32710          {
 32711            "alg": "SHA-256",
 32712            "content": "f2722bbae7bb7ae9215a01f1bbcd29ed7949f2a312c177c5fa8aadf486438f08"
 32713          },
 32714          {
 32715            "alg": "SHA-384",
 32716            "content": "716f95ee4c1444fa8f9acb13c5be3f9b1161422c3fb834c18a747985da437f14494e4751f276f364fc02f6e26a6f9000"
 32717          },
 32718          {
 32719            "alg": "SHA-512",
 32720            "content": "67c23dbb8c8133c337efb53435d92dc391379967ca3f6f8081b2279f580733569574bf5373e02e3eb849ba7250921ed54a80586abf37452faf2b57b681fc8ac4"
 32721          },
 32722          {
 32723            "alg": "SHA3-256",
 32724            "content": "77f7646efb1bda8987a01e1b9af66902948dd4afe0b08565c6875b6f4f1ed6ac"
 32725          },
 32726          {
 32727            "alg": "SHA3-384",
 32728            "content": "8caaa050ca2e413835664d48a9d0be864e2cf4190188bcaddf447b37328d18a82836a35616f6a6453377a8d34e816fdf"
 32729          },
 32730          {
 32731            "alg": "SHA3-512",
 32732            "content": "066b5f788a87f83961715e18fb52a6d420b0cf9835c6d24e0846bab00e45587f978a6283bb16399c7e5c715e61e75e3c298860c9bed735356d67d70f27da49c1"
 32733          }
 32734        ],
 32735        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32736        "purl": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@2.0.5.RELEASE?type=jar",
 32737        "externalReferences": [
 32738          {
 32739            "type": "website",
 32740            "url": "https://spring.io"
 32741          },
 32742          {
 32743            "type": "issue-tracker",
 32744            "url": "https://github.com/spring-projects/spring-boot/issues"
 32745          },
 32746          {
 32747            "type": "vcs",
 32748            "url": "http://github.com/spring-projects/spring-boot/spring-boot-tools/spring-boot-configuration-processor"
 32749          }
 32750        ]
 32751      },
 32752      {
 32753        "type": "library",
 32754        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure-processor@2.0.5.RELEASE?type=jar",
 32755        "publisher": "Pivotal Software, Inc.",
 32756        "group": "org.springframework.boot",
 32757        "name": "spring-boot-autoconfigure-processor",
 32758        "version": "2.0.5.RELEASE",
 32759        "description": "Spring Auto-Configure Annotation Processor",
 32760        "hashes": [
 32761          {
 32762            "alg": "MD5",
 32763            "content": "168474a542aa55bec955c848e54bae20"
 32764          },
 32765          {
 32766            "alg": "SHA-1",
 32767            "content": "824193fa548bc70d9fd4b2ba8e0ecbd6674dea7d"
 32768          },
 32769          {
 32770            "alg": "SHA-256",
 32771            "content": "315da8a74e7c74ede57d4ec586918dcb3df406921f38d08ff5180ad56fc307e8"
 32772          },
 32773          {
 32774            "alg": "SHA-384",
 32775            "content": "c7c401e853fcda02e7b159cb399b408edaabd0922846afd75e38de43cd8f27be46cae4d56e12f2518577ec4d59c75e2d"
 32776          },
 32777          {
 32778            "alg": "SHA-512",
 32779            "content": "3846426eb57cf1ee291f594e6df8a2d58fd247e6acdd121c38d69ec2ffaed7c8c54b2d2abde6b1dadc0e94fd948e8a3abd66f9f785ae2be74392620e9e2aaa2f"
 32780          },
 32781          {
 32782            "alg": "SHA3-256",
 32783            "content": "2ebb0cd067158373143def63e3abcdb3df581ea0ccb0cd7dcad4d151be1407f6"
 32784          },
 32785          {
 32786            "alg": "SHA3-384",
 32787            "content": "cfc381904a6d26206a3fbee8c6e9bc660f84e7e6445d6879510796381a4ada9f9d5a0d6abef435bcac030cfcc9b570ea"
 32788          },
 32789          {
 32790            "alg": "SHA3-512",
 32791            "content": "6e7064a3016e9e22039c93942490846d9a71c260cb5462e8b615900d3332fd758e30a231c49421c7e14269e9327c3783aa3cfdcabfa2ed60b1e4fdfd16446257"
 32792          }
 32793        ],
 32794        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32795        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure-processor@2.0.5.RELEASE?type=jar",
 32796        "externalReferences": [
 32797          {
 32798            "type": "website",
 32799            "url": "https://spring.io"
 32800          },
 32801          {
 32802            "type": "issue-tracker",
 32803            "url": "https://github.com/spring-projects/spring-boot/issues"
 32804          },
 32805          {
 32806            "type": "vcs",
 32807            "url": "http://github.com/spring-projects/spring-boot/spring-boot-tools/spring-boot-autoconfigure-processor"
 32808          }
 32809        ]
 32810      },
 32811      {
 32812        "type": "library",
 32813        "bom-ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-common-test@1.7.1.Final?type=jar",
 32814        "publisher": "JBoss by Red Hat",
 32815        "group": "org.wildfly.security.elytron-web",
 32816        "name": "undertow-common-test",
 32817        "version": "1.7.1.Final",
 32818        "description": "Common test code for the Undertow integration.",
 32819        "hashes": [
 32820          {
 32821            "alg": "MD5",
 32822            "content": "bcb8e5c3a2f4143032bc3a03266892a0"
 32823          },
 32824          {
 32825            "alg": "SHA-1",
 32826            "content": "9c0d66d52131904cd43f408684e7b479f9c84b9b"
 32827          },
 32828          {
 32829            "alg": "SHA-256",
 32830            "content": "2dd7f5acad22eb09e4b83b39ee0810867ba1633da933ae1cd1ebd3ddd6340063"
 32831          },
 32832          {
 32833            "alg": "SHA-384",
 32834            "content": "2e3433923501887fae13f1d0ffedc8defec821bcd2517f18e4f84347b07e479041393b7edadb205e00da1d1770b62a16"
 32835          },
 32836          {
 32837            "alg": "SHA-512",
 32838            "content": "d91c10d84dd89f169bfd561041b134f2188f88ecdee32865d013a5a22551ce6c92aeecc1bf417121425ecf5f9b122ac80fee22f9c84fee5de881d773f08772d8"
 32839          },
 32840          {
 32841            "alg": "SHA3-256",
 32842            "content": "07a217c8e19301903e2915f680af51120973ea0ae4f243872726fad9364bfbbd"
 32843          },
 32844          {
 32845            "alg": "SHA3-384",
 32846            "content": "db3b0d68554292982a8856300cebb5cf5243fe8a9570d222915349b02ea0b0d4b36ba2794d00221baaaf883481b8b2f6"
 32847          },
 32848          {
 32849            "alg": "SHA3-512",
 32850            "content": "357b8bf7c4dab83bd0f37507a81cc53419ecd331b5e5a3239a595d14416d497f2db14e3675c84e1f1deeed68e1fa567414656c37cee2bc14c2ae614d19a5525a"
 32851          }
 32852        ],
 32853        "licenses": [{"license": {
 32854          "id": "Apache-2.0",
 32855          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 32856        }}],
 32857        "purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-common-test@1.7.1.Final?type=jar",
 32858        "externalReferences": [
 32859          {
 32860            "type": "website",
 32861            "url": "http://www.jboss.org"
 32862          },
 32863          {
 32864            "type": "issue-tracker",
 32865            "url": "https://issues.jboss.org/"
 32866          },
 32867          {
 32868            "type": "mailing-list",
 32869            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 32870          },
 32871          {
 32872            "type": "vcs",
 32873            "url": "http://github.com/jboss/jboss-parent-pom"
 32874          }
 32875        ]
 32876      },
 32877      {
 32878        "type": "library",
 32879        "bom-ref": "pkg:maven/org.keycloak/keycloak-wildfly-adapter@10.0.2?type=jar",
 32880        "publisher": "JBoss by Red Hat",
 32881        "group": "org.keycloak",
 32882        "name": "keycloak-wildfly-adapter",
 32883        "version": "10.0.2",
 32884        "description": "",
 32885        "hashes": [
 32886          {
 32887            "alg": "MD5",
 32888            "content": "0db1a05af82862d054e962dc98800564"
 32889          },
 32890          {
 32891            "alg": "SHA-1",
 32892            "content": "54cb5e9851bb5e70164c29eba4774befbca122b7"
 32893          },
 32894          {
 32895            "alg": "SHA-256",
 32896            "content": "ebd452691625e7e5d2bbd2483a7f3029d1d2cec7d58de10323f6a69633c2f600"
 32897          },
 32898          {
 32899            "alg": "SHA-384",
 32900            "content": "d24600886bcd65d9cdbc921cf5f6c9ae175971fb3336b95a7d89e1ec1f24faec34891e1060e2ccf3bf9430351fe129ac"
 32901          },
 32902          {
 32903            "alg": "SHA-512",
 32904            "content": "5728ea9662c5467e39339856b50cd1ebb0a978976a5e99ecbc6de3b8e840f8b83ab86539fb56f324bf945b474f0d5f332d18fc6e9da2c43ca5e85ba277468823"
 32905          },
 32906          {
 32907            "alg": "SHA3-256",
 32908            "content": "73f8d05b81eb1b5eea04acde9f29f31e1a3315c2c774deb298c2d74395e49c4e"
 32909          },
 32910          {
 32911            "alg": "SHA3-384",
 32912            "content": "4f7b0c176bedac07b423afe7349f424f8f9a6380ca70b85342c967293f1daef51810c8700c635077c2b01f92f8d11bef"
 32913          },
 32914          {
 32915            "alg": "SHA3-512",
 32916            "content": "78f046f0bc68a7afa972e26b8bc5d84c02edb7df87c1121078f9024594d7cc7f6a644054cb9d84ae2a82c2cbe4caecdcf9f99d5a788a58a610cd7050a3c3c487"
 32917          }
 32918        ],
 32919        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32920        "purl": "pkg:maven/org.keycloak/keycloak-wildfly-adapter@10.0.2?type=jar",
 32921        "externalReferences": [
 32922          {
 32923            "type": "distribution",
 32924            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 32925          },
 32926          {
 32927            "type": "issue-tracker",
 32928            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 32929          },
 32930          {
 32931            "type": "vcs",
 32932            "url": "https://github.com/keycloak/keycloak/tree/master/"
 32933          },
 32934          {
 32935            "type": "website",
 32936            "url": "http://www.jboss.org"
 32937          },
 32938          {
 32939            "type": "mailing-list",
 32940            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 32941          }
 32942        ]
 32943      },
 32944      {
 32945        "type": "library",
 32946        "bom-ref": "pkg:maven/org.keycloak/keycloak-wildfly-elytron-oidc-adapter@10.0.2?type=jar",
 32947        "publisher": "JBoss by Red Hat",
 32948        "group": "org.keycloak",
 32949        "name": "keycloak-wildfly-elytron-oidc-adapter",
 32950        "version": "10.0.2",
 32951        "description": "",
 32952        "hashes": [
 32953          {
 32954            "alg": "MD5",
 32955            "content": "16bf2d6f659186b965bee07f0499dc4d"
 32956          },
 32957          {
 32958            "alg": "SHA-1",
 32959            "content": "d9d15cc2783ca4e22747a0b57c9410f13e2aa79e"
 32960          },
 32961          {
 32962            "alg": "SHA-256",
 32963            "content": "9e3bd144724ced08efa18954029e14f19101580ef1244b02a1c666b1645dbbbf"
 32964          },
 32965          {
 32966            "alg": "SHA-384",
 32967            "content": "9d7ac735e25faa403ab19d6a27522ed8a1c1f5633985fefaa5b254bbf57cd6806eb69f623ecaf38f66fafc4d6c48b480"
 32968          },
 32969          {
 32970            "alg": "SHA-512",
 32971            "content": "41deca69d0d0688ce3b2e7a1e112d40268a18a37f21a91dc752bf2e23922953920eaa3c491c1f52271a2a960825045e7dfcd781c74e3e04ba6d9c0f660cbb8a7"
 32972          },
 32973          {
 32974            "alg": "SHA3-256",
 32975            "content": "f80e4e1916bed893791cce6d9ac6ed70c05881f8a23e96c66ff5c32427cf9713"
 32976          },
 32977          {
 32978            "alg": "SHA3-384",
 32979            "content": "7c537aa8e43cea443922f71cfb1c479ccf0c128206f0a9dc71819707d86874ba2d0d705c9def75cca37f1a9df5046fb8"
 32980          },
 32981          {
 32982            "alg": "SHA3-512",
 32983            "content": "182459e9db934db9f2804678d120adf0411b5c509a98065b8f5f7d52f14153629af9492463bbe4a69d52af4b3b3f2b2840d8a455e66af74f947beddf9b16347f"
 32984          }
 32985        ],
 32986        "licenses": [{"license": {"id": "Apache-2.0"}}],
 32987        "purl": "pkg:maven/org.keycloak/keycloak-wildfly-elytron-oidc-adapter@10.0.2?type=jar",
 32988        "externalReferences": [
 32989          {
 32990            "type": "distribution",
 32991            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 32992          },
 32993          {
 32994            "type": "issue-tracker",
 32995            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 32996          },
 32997          {
 32998            "type": "vcs",
 32999            "url": "https://github.com/keycloak/keycloak/tree/master/"
 33000          },
 33001          {
 33002            "type": "website",
 33003            "url": "http://www.jboss.org"
 33004          },
 33005          {
 33006            "type": "mailing-list",
 33007            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 33008          }
 33009        ]
 33010      },
 33011      {
 33012        "type": "library",
 33013        "bom-ref": "pkg:maven/org.keycloak/keycloak-spring-boot-2-adapter@10.0.2?type=jar",
 33014        "publisher": "JBoss by Red Hat",
 33015        "group": "org.keycloak",
 33016        "name": "keycloak-spring-boot-2-adapter",
 33017        "version": "10.0.2",
 33018        "description": "",
 33019        "hashes": [
 33020          {
 33021            "alg": "MD5",
 33022            "content": "41d5899dd4f5090e5654249c0b7f3981"
 33023          },
 33024          {
 33025            "alg": "SHA-1",
 33026            "content": "382bf602689df97dbb583e3b2dcb272ee4d21ba1"
 33027          },
 33028          {
 33029            "alg": "SHA-256",
 33030            "content": "9732feae91e7139565d186f532c1f26fcd406736c342a34d10d2a1d79d629fe2"
 33031          },
 33032          {
 33033            "alg": "SHA-384",
 33034            "content": "edb42ccdaf8bda5cd2c77f66c124e6ff28390f4acc4d65a0026a59a85abce09584819ac10248f65db4a73de49c2ade18"
 33035          },
 33036          {
 33037            "alg": "SHA-512",
 33038            "content": "658211c9a63caec00ba281b3a25836287346f1bb545ffaaa0e97526214a3c420a4baf4e82307b1ae1cb1a7ece24a7cd4784ee6a5dcd5e8b32f6e1f7a6ad71c53"
 33039          },
 33040          {
 33041            "alg": "SHA3-256",
 33042            "content": "9402ad3e62e1255d196d52d9f51a59dc4045e722edf2ad5a4a853ea251edf183"
 33043          },
 33044          {
 33045            "alg": "SHA3-384",
 33046            "content": "73d34f61155e2f44a0805e051b94e9b84378dacaa88c62431347d05a7a32590dbd3a567c99bd8b7df5ff36b00ad9e094"
 33047          },
 33048          {
 33049            "alg": "SHA3-512",
 33050            "content": "1604041677e61711415b23e093baf790e9f29ee4a97c097ed67fd9445dd372f380dda7526511bfffd61972481401f6109f41d1f34cf6ee67877002e8fe4f4374"
 33051          }
 33052        ],
 33053        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33054        "purl": "pkg:maven/org.keycloak/keycloak-spring-boot-2-adapter@10.0.2?type=jar",
 33055        "externalReferences": [
 33056          {
 33057            "type": "distribution",
 33058            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 33059          },
 33060          {
 33061            "type": "issue-tracker",
 33062            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 33063          },
 33064          {
 33065            "type": "vcs",
 33066            "url": "https://github.com/keycloak/keycloak/tree/master/"
 33067          },
 33068          {
 33069            "type": "website",
 33070            "url": "http://www.jboss.org"
 33071          },
 33072          {
 33073            "type": "mailing-list",
 33074            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 33075          }
 33076        ]
 33077      },
 33078      {
 33079        "type": "library",
 33080        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.3.RELEASE?type=jar",
 33081        "publisher": "Pivotal Software, Inc.",
 33082        "group": "org.springframework.boot",
 33083        "name": "spring-boot-starter",
 33084        "version": "2.0.3.RELEASE",
 33085        "description": "Core starter, including auto-configuration support, logging and YAML",
 33086        "hashes": [
 33087          {
 33088            "alg": "MD5",
 33089            "content": "54565b5d6531f7971045c4fdcbdc6705"
 33090          },
 33091          {
 33092            "alg": "SHA-1",
 33093            "content": "ffaa050dbd36b0441645598f1a7ddaf67fd5e678"
 33094          },
 33095          {
 33096            "alg": "SHA-256",
 33097            "content": "b3c2a10823408e59d87394130476393a307ccff33e7057083c8abadeccf85a87"
 33098          },
 33099          {
 33100            "alg": "SHA-384",
 33101            "content": "77ba4dba997a39a133159ba1537648e69de1b875e5c461cca2ab12a1530d6d37e857851c30d19f129c6f239ab5070651"
 33102          },
 33103          {
 33104            "alg": "SHA-512",
 33105            "content": "4f814d07c735af5b8e2660f8a68a826ab0e055d41c2cd64f54f0b0be9cc2505b33e0e4587cdfad8bb6e1a7e2b3714bf3c781bb2f8fdf6be6ab575757bcfe251b"
 33106          },
 33107          {
 33108            "alg": "SHA3-256",
 33109            "content": "65e66fbf3f91f07338e32023550cef2e55ab5c00fdb98fdf5e326f542f1bf7a9"
 33110          },
 33111          {
 33112            "alg": "SHA3-384",
 33113            "content": "3ef9c04eacef6787c5d9f54bfe11aa46e1ccf69664204703e4bb6556791214d84b95f0e10819f741e2f0144f0d04999a"
 33114          },
 33115          {
 33116            "alg": "SHA3-512",
 33117            "content": "659ccb457b4c0aa5f2531bdec0208c06a55e76dfb939f104bc7550f3f13d0f1d6c0b987cc1aeba5857fa65d21154c4d858ab6081f28245efb81b19967ca0c98f"
 33118          }
 33119        ],
 33120        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33121        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.3.RELEASE?type=jar",
 33122        "externalReferences": [
 33123          {
 33124            "type": "website",
 33125            "url": "https://spring.io"
 33126          },
 33127          {
 33128            "type": "issue-tracker",
 33129            "url": "https://github.com/spring-projects/spring-boot/issues"
 33130          },
 33131          {
 33132            "type": "vcs",
 33133            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter"
 33134          }
 33135        ]
 33136      },
 33137      {
 33138        "type": "library",
 33139        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@2.0.3.RELEASE?type=jar",
 33140        "publisher": "Pivotal Software, Inc.",
 33141        "group": "org.springframework.boot",
 33142        "name": "spring-boot",
 33143        "version": "2.0.3.RELEASE",
 33144        "description": "Spring Boot",
 33145        "hashes": [
 33146          {
 33147            "alg": "MD5",
 33148            "content": "3c77edbb5251801d119cf7b3f7a95544"
 33149          },
 33150          {
 33151            "alg": "SHA-1",
 33152            "content": "b874870d915adbc3dd932e19077d3d45c8e54aa0"
 33153          },
 33154          {
 33155            "alg": "SHA-256",
 33156            "content": "25743ed6ca3adec7556df9f3881e57798712ec0988cd73339c09c43924bae6b7"
 33157          },
 33158          {
 33159            "alg": "SHA-384",
 33160            "content": "12499b06c25cbd02e2871869c8af72976bbb77e5461b5d5f55ba35f983e113a2f70bc56a7970224b47c491581f973a23"
 33161          },
 33162          {
 33163            "alg": "SHA-512",
 33164            "content": "baea5a7a81685adfa2646b179b4f08cb3ec4789c9a47edd6f5aacdac907482722488ceec098bc3d2d759ea53421d84b3a7f70a0ab398deed5a52b6970d04a7cb"
 33165          },
 33166          {
 33167            "alg": "SHA3-256",
 33168            "content": "0c05645caf0ac6ef9630f1aff18d3628a91fa476ee2ece85c955c10be886c60f"
 33169          },
 33170          {
 33171            "alg": "SHA3-384",
 33172            "content": "7ebf013e03d98f62d963f1fac68c9223299e471c1f2dddbd5ebcf5a176562dbcdc0c41a30f22751de60e1ad1b2340350"
 33173          },
 33174          {
 33175            "alg": "SHA3-512",
 33176            "content": "a3964db1d56e1e1e87f2dbfe5efdaba643d7d066be71c1397d8e1e5bcfda591df943b00e6c709eb1bdad93156fc970e4211b34c11a5a363529a56f1c80927908"
 33177          }
 33178        ],
 33179        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33180        "purl": "pkg:maven/org.springframework.boot/spring-boot@2.0.3.RELEASE?type=jar",
 33181        "externalReferences": [
 33182          {
 33183            "type": "website",
 33184            "url": "https://spring.io"
 33185          },
 33186          {
 33187            "type": "issue-tracker",
 33188            "url": "https://github.com/spring-projects/spring-boot/issues"
 33189          },
 33190          {
 33191            "type": "vcs",
 33192            "url": "http://github.com/spring-projects/spring-boot/spring-boot"
 33193          }
 33194        ]
 33195      },
 33196      {
 33197        "type": "library",
 33198        "bom-ref": "pkg:maven/org.springframework/spring-context@5.0.7.RELEASE?type=jar",
 33199        "publisher": "Spring IO",
 33200        "group": "org.springframework",
 33201        "name": "spring-context",
 33202        "version": "5.0.7.RELEASE",
 33203        "description": "Spring Context",
 33204        "hashes": [
 33205          {
 33206            "alg": "MD5",
 33207            "content": "3848a1c130365332ce874d92844c9dbb"
 33208          },
 33209          {
 33210            "alg": "SHA-1",
 33211            "content": "243a23f8968de8754d8199d669780d683ab177bd"
 33212          },
 33213          {
 33214            "alg": "SHA-256",
 33215            "content": "8d9a66b8784746b286fcb22c48c33d38e45d3a76705199ca77a04361f3bc2e77"
 33216          },
 33217          {
 33218            "alg": "SHA-384",
 33219            "content": "f34b99579e97b3cd60f684f172e671538a9bad7a6983426b70a4f8ac1f3d5f7166079539f45ebff3a5ac159935ea53eb"
 33220          },
 33221          {
 33222            "alg": "SHA-512",
 33223            "content": "c84bc5c327f8a95db31519cfa3bf9bfd96f1bc1fa81e0e3547ed2a6184f8a829f71c695e329e5148996466d40e49d18f787dff34bab33e47195f7cd957b55cf9"
 33224          },
 33225          {
 33226            "alg": "SHA3-256",
 33227            "content": "49897329f15c46106ab7147de321cf023cde50297c1fadb3f41f0270f571f0a6"
 33228          },
 33229          {
 33230            "alg": "SHA3-384",
 33231            "content": "f9e8cd83b344479396b4590d36527c08c4dba47e91c816f1df16910ee893daef74fb4ada25095490fce56fa681807331"
 33232          },
 33233          {
 33234            "alg": "SHA3-512",
 33235            "content": "b590868d35282c243921a72921d369694f1345453b6e8e57a9bda3f17d143a7afb060ed822f54c8e85c516a9634566f3bc34716c51b2a1e7ed1ab50f4e98700e"
 33236          }
 33237        ],
 33238        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33239        "purl": "pkg:maven/org.springframework/spring-context@5.0.7.RELEASE?type=jar",
 33240        "externalReferences": [
 33241          {
 33242            "type": "website",
 33243            "url": "http://projects.spring.io/spring-framework"
 33244          },
 33245          {
 33246            "type": "issue-tracker",
 33247            "url": "https://jira.springsource.org/browse/SPR"
 33248          },
 33249          {
 33250            "type": "vcs",
 33251            "url": "https://github.com/spring-projects/spring-framework"
 33252          }
 33253        ]
 33254      },
 33255      {
 33256        "type": "library",
 33257        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.3.RELEASE?type=jar",
 33258        "publisher": "Pivotal Software, Inc.",
 33259        "group": "org.springframework.boot",
 33260        "name": "spring-boot-autoconfigure",
 33261        "version": "2.0.3.RELEASE",
 33262        "description": "Spring Boot AutoConfigure",
 33263        "hashes": [
 33264          {
 33265            "alg": "MD5",
 33266            "content": "0a52980d8c71d372ee9c6b100da7f49b"
 33267          },
 33268          {
 33269            "alg": "SHA-1",
 33270            "content": "011bc4cc96b08fabad2b3186755818fa0b32d83f"
 33271          },
 33272          {
 33273            "alg": "SHA-256",
 33274            "content": "742df8010f51ac98a14ff19fbd6df1ef0aca7656ad475295fa90444389d2d9d4"
 33275          },
 33276          {
 33277            "alg": "SHA-384",
 33278            "content": "cad79a4a727581de121cc68864c456863f396e85adc7b1514bae5f874b5a50ce134ce7723c1697e297d4c61b29dcbd5c"
 33279          },
 33280          {
 33281            "alg": "SHA-512",
 33282            "content": "c2918394ff63ad616f64fd2900cc1c688f8772cf05a3f206d2521e2ab525bda29f6e87b18ca7ae4c4c6cd4a248032d51cc0a0d4806370166efbabc77173caac2"
 33283          },
 33284          {
 33285            "alg": "SHA3-256",
 33286            "content": "7d51c2f934ca270814c03cb35422d183a5fd16cce3b7a707047f7e1ae610b099"
 33287          },
 33288          {
 33289            "alg": "SHA3-384",
 33290            "content": "5bfb3d163cfaaa467d760860d0c0e3825c1bccf2b62626822eb0eaa272bec13798b09b4137b109c58836c3d7566af73d"
 33291          },
 33292          {
 33293            "alg": "SHA3-512",
 33294            "content": "e057673f1fe4b86b0b3bd60d2feeef09549bd373cfd56e8d8a88b13272f8824b87bc8cfd02fb9739b1456ffa82567e1e99ca3cf6d5c1b7954cd0a0aa8f4d4299"
 33295          }
 33296        ],
 33297        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33298        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.3.RELEASE?type=jar",
 33299        "externalReferences": [
 33300          {
 33301            "type": "website",
 33302            "url": "https://spring.io"
 33303          },
 33304          {
 33305            "type": "issue-tracker",
 33306            "url": "https://github.com/spring-projects/spring-boot/issues"
 33307          },
 33308          {
 33309            "type": "vcs",
 33310            "url": "http://github.com/spring-projects/spring-boot/spring-boot-autoconfigure"
 33311          }
 33312        ]
 33313      },
 33314      {
 33315        "type": "library",
 33316        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.3.RELEASE?type=jar",
 33317        "publisher": "Pivotal Software, Inc.",
 33318        "group": "org.springframework.boot",
 33319        "name": "spring-boot-starter-logging",
 33320        "version": "2.0.3.RELEASE",
 33321        "description": "Starter for logging using Logback. Default logging starter",
 33322        "hashes": [
 33323          {
 33324            "alg": "MD5",
 33325            "content": "c08ce09a8c85625adcea70f804a3f3aa"
 33326          },
 33327          {
 33328            "alg": "SHA-1",
 33329            "content": "7caad34f01d2688919e15e09a90467963e3d5190"
 33330          },
 33331          {
 33332            "alg": "SHA-256",
 33333            "content": "3fbc5143a9b876cc79e35d5d3897c2f62925ee953c5a60ca573ac6407c39f064"
 33334          },
 33335          {
 33336            "alg": "SHA-384",
 33337            "content": "6a615cb281f2b2a228e7426ad3a778cbe21762ad8df4859a91efa2b58bc5c8d1bc81cf52e53c66496313b90b33ba6760"
 33338          },
 33339          {
 33340            "alg": "SHA-512",
 33341            "content": "0539c8ec60b5fe7ea18e9edba31e2b074b23d2f0863f2894b3589f553dd5f00c24c52135718764c142b1386bf47092e1e2fb880a29ed4e47cc0a4a4fc0ed9bb9"
 33342          },
 33343          {
 33344            "alg": "SHA3-256",
 33345            "content": "d51bf751ff2853ad0ace02abf7e4a6167625ce889ba367bb82b31aa6265a64f0"
 33346          },
 33347          {
 33348            "alg": "SHA3-384",
 33349            "content": "985e588249b8a29220454b33dd6954dfdf45459f9a3dc51625f475ec1eb8c73269e41d6887bef1300d106fb8a94b1ffc"
 33350          },
 33351          {
 33352            "alg": "SHA3-512",
 33353            "content": "b675c9c232396c19d8599e8090815c1b4f335c2674b485ad842b3edc847e19d750b8c3f923cb059723aab8567f9149ee9b53b764e39e1f9d9d9a32434a9d508a"
 33354          }
 33355        ],
 33356        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33357        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.3.RELEASE?type=jar",
 33358        "externalReferences": [
 33359          {
 33360            "type": "website",
 33361            "url": "https://spring.io"
 33362          },
 33363          {
 33364            "type": "issue-tracker",
 33365            "url": "https://github.com/spring-projects/spring-boot/issues"
 33366          },
 33367          {
 33368            "type": "vcs",
 33369            "url": "http://github.com/spring-projects/spring-boot/spring-boot-starters/spring-boot-starter-logging"
 33370          }
 33371        ]
 33372      },
 33373      {
 33374        "type": "library",
 33375        "bom-ref": "pkg:maven/org.springframework/spring-core@5.0.7.RELEASE?type=jar",
 33376        "publisher": "Spring IO",
 33377        "group": "org.springframework",
 33378        "name": "spring-core",
 33379        "version": "5.0.7.RELEASE",
 33380        "description": "Spring Core",
 33381        "hashes": [
 33382          {
 33383            "alg": "MD5",
 33384            "content": "913b95eac3078834b038d0d0c2fa90ff"
 33385          },
 33386          {
 33387            "alg": "SHA-1",
 33388            "content": "54b731178d81e66eca9623df772ff32718208137"
 33389          },
 33390          {
 33391            "alg": "SHA-256",
 33392            "content": "84b64eb09008b683f71ae623aae437cbf8d5e5856f0f18bee208712e2119ca09"
 33393          },
 33394          {
 33395            "alg": "SHA-384",
 33396            "content": "487508eb6bceebe42f001bc8fe049348d91f8e2c5bd520b932271be5aa25269f9b0c38b0d98be6fd0535b499cb85703f"
 33397          },
 33398          {
 33399            "alg": "SHA-512",
 33400            "content": "1adcb7ad53ba9c1c97815cd3bd9b3c4449746d9593b4aa43ced60842e1d6368542c5521ca492e24dfd8db87c9978e62cd1bdd31e64e0d6f1507e640e2eb9ac1f"
 33401          },
 33402          {
 33403            "alg": "SHA3-256",
 33404            "content": "7feeb13e1e33430cdd0b4db346be4022aa99f418c8da484e9918457950bad6e4"
 33405          },
 33406          {
 33407            "alg": "SHA3-384",
 33408            "content": "1ac97c335231d9eb69599fb37cf41b224df85f188b14b862e564d7247617993be0fff069b021ee7df7d9786342bcf91a"
 33409          },
 33410          {
 33411            "alg": "SHA3-512",
 33412            "content": "aa346100f5297969092dcfc7318f8647567ad586ec9260d3e492e9b1d65dba3343a6f23771e032c0932862d8db80081e7bd64e8dab7279a01efad687bc47fad3"
 33413          }
 33414        ],
 33415        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33416        "purl": "pkg:maven/org.springframework/spring-core@5.0.7.RELEASE?type=jar",
 33417        "externalReferences": [
 33418          {
 33419            "type": "website",
 33420            "url": "http://projects.spring.io/spring-framework"
 33421          },
 33422          {
 33423            "type": "issue-tracker",
 33424            "url": "https://jira.springsource.org/browse/SPR"
 33425          },
 33426          {
 33427            "type": "vcs",
 33428            "url": "https://github.com/spring-projects/spring-framework"
 33429          }
 33430        ]
 33431      },
 33432      {
 33433        "type": "library",
 33434        "bom-ref": "pkg:maven/org.springframework/spring-jcl@5.0.7.RELEASE?type=jar",
 33435        "publisher": "Spring IO",
 33436        "group": "org.springframework",
 33437        "name": "spring-jcl",
 33438        "version": "5.0.7.RELEASE",
 33439        "description": "Spring Commons Logging Bridge",
 33440        "hashes": [
 33441          {
 33442            "alg": "MD5",
 33443            "content": "93fa5dfcd237ca91845e0ee598f061c9"
 33444          },
 33445          {
 33446            "alg": "SHA-1",
 33447            "content": "699016ddf454c2c167d9f84ae5777eccadf54728"
 33448          },
 33449          {
 33450            "alg": "SHA-256",
 33451            "content": "a8d17df36890065460906bcf3ab6ddb8f96f407995773137fb9a9769219e02f7"
 33452          },
 33453          {
 33454            "alg": "SHA-384",
 33455            "content": "84d1dab0d3f5da1cc64e24eef92a363150ce3d0d3001607a4c1066d6af82bef5bc5d4af2ace35baec317e256e3427e7f"
 33456          },
 33457          {
 33458            "alg": "SHA-512",
 33459            "content": "febe17218d4c7a8426dadc01fb270d1755aad60f8720cf6e56203588e687720bacf17bab8a1b0bf93fccfe16c0ccef69d8ea7ce9febd8519acc5bb5826d82f07"
 33460          },
 33461          {
 33462            "alg": "SHA3-256",
 33463            "content": "f57e554a18ddd31c9c5d03229356fabd1f5ce5147eb98f1119aed885dd80fd50"
 33464          },
 33465          {
 33466            "alg": "SHA3-384",
 33467            "content": "4fbb4a57acc005f2a6bd41f11d829d600dbe2eb1022e63326688e7e5ef424d3a578af30bb247e674d02570a873c19f5f"
 33468          },
 33469          {
 33470            "alg": "SHA3-512",
 33471            "content": "ecd92f66d430000dac40078f11d7d35aa4104b4e035b1233f3aab85389f3f37009adb3769f0ce22b6663367a8784b6b6c5391f104061add36adc684e4d95765e"
 33472          }
 33473        ],
 33474        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33475        "purl": "pkg:maven/org.springframework/spring-jcl@5.0.7.RELEASE?type=jar",
 33476        "externalReferences": [
 33477          {
 33478            "type": "website",
 33479            "url": "http://projects.spring.io/spring-framework"
 33480          },
 33481          {
 33482            "type": "issue-tracker",
 33483            "url": "https://jira.springsource.org/browse/SPR"
 33484          },
 33485          {
 33486            "type": "vcs",
 33487            "url": "https://github.com/spring-projects/spring-framework"
 33488          }
 33489        ]
 33490      },
 33491      {
 33492        "type": "library",
 33493        "bom-ref": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter@10.0.2?type=jar",
 33494        "publisher": "JBoss by Red Hat",
 33495        "group": "org.keycloak",
 33496        "name": "keycloak-spring-boot-adapter",
 33497        "version": "10.0.2",
 33498        "description": "",
 33499        "hashes": [
 33500          {
 33501            "alg": "MD5",
 33502            "content": "9bbb82c2f88badf66b50709d468dd19b"
 33503          },
 33504          {
 33505            "alg": "SHA-1",
 33506            "content": "9c1619743773600e635bb0e6f6c57c64e5f111f9"
 33507          },
 33508          {
 33509            "alg": "SHA-256",
 33510            "content": "f02cc44c097d824ecc0a89ff487f21e0b2661bda1767bca4efedc77e4f7103c6"
 33511          },
 33512          {
 33513            "alg": "SHA-384",
 33514            "content": "81176ba13252b3feda1dc06d11f40d18be4b53d348c31b350d7e6419cd16b2221f4948f19a59d7de51b6acd71fd162e5"
 33515          },
 33516          {
 33517            "alg": "SHA-512",
 33518            "content": "02daae55b72d40d1d8249d326c7ff19afcdc77e973141a86373f8079d7fd62342473e01c1eaa56f39d91a32836ac3d1ee51ca53ff570bde2e391e28a9409b7de"
 33519          },
 33520          {
 33521            "alg": "SHA3-256",
 33522            "content": "5d8cc63a903461632fd2a0409007f37b291938eec5b842e2caf913b936ec423a"
 33523          },
 33524          {
 33525            "alg": "SHA3-384",
 33526            "content": "020fc560cde0ecf4fb06238ff4f10f25b040d454eaca618c546b6e11f8cc8d85a5ad91e5733bf960b3cab71be45347d9"
 33527          },
 33528          {
 33529            "alg": "SHA3-512",
 33530            "content": "5f79653ff96fc59d89573dd6a6cd120ed74ce29241affa3ac6c758b978c1ba69c302a2e7378a8cfe0ba1038ae24cef36f3667ff1d2254546c1af539440ec1f19"
 33531          }
 33532        ],
 33533        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33534        "purl": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter@10.0.2?type=jar",
 33535        "externalReferences": [
 33536          {
 33537            "type": "distribution",
 33538            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 33539          },
 33540          {
 33541            "type": "issue-tracker",
 33542            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 33543          },
 33544          {
 33545            "type": "vcs",
 33546            "url": "https://github.com/keycloak/keycloak/tree/master/"
 33547          },
 33548          {
 33549            "type": "website",
 33550            "url": "http://www.jboss.org"
 33551          },
 33552          {
 33553            "type": "mailing-list",
 33554            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 33555          }
 33556        ]
 33557      },
 33558      {
 33559        "type": "library",
 33560        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.14.RELEASE?type=jar",
 33561        "publisher": "Pivotal Software, Inc.",
 33562        "group": "org.springframework.boot",
 33563        "name": "spring-boot-starter",
 33564        "version": "1.5.14.RELEASE",
 33565        "description": "Core starter, including auto-configuration support, logging and YAML",
 33566        "hashes": [
 33567          {
 33568            "alg": "MD5",
 33569            "content": "de222daf4b5187a314213e2a9dd502c9"
 33570          },
 33571          {
 33572            "alg": "SHA-1",
 33573            "content": "f890a2d65f01f8c63bf5a4472a2b28986a5aeb43"
 33574          },
 33575          {
 33576            "alg": "SHA-256",
 33577            "content": "fdc98f58ea8f3b65681e20c59b4429050b110b9aef95adfad6564bc0dd28f965"
 33578          },
 33579          {
 33580            "alg": "SHA-384",
 33581            "content": "b8197b832d18423911b6a6af9fbb87e22bb19448da4c79e792b757b639c0a92519682445735a587e87b0295a10cf2f6e"
 33582          },
 33583          {
 33584            "alg": "SHA-512",
 33585            "content": "63e06027a562195f850affe6226b8d68391b8a181899437c09afe4c177318f8d339b3c88ae573d538d3bd522c38c647b1e3ba07794348ef5fbb4ba7ce49023dd"
 33586          },
 33587          {
 33588            "alg": "SHA3-256",
 33589            "content": "7907b1a8a22b7b1f78f1f04d235815e977881ae85a92ba82cb66be246644b15a"
 33590          },
 33591          {
 33592            "alg": "SHA3-384",
 33593            "content": "c1b7766ed65ee8e14e490a3dd897e757a0029b343e3632985ddac6d05321d1ff51c4797d1246216816159094ebbc16e1"
 33594          },
 33595          {
 33596            "alg": "SHA3-512",
 33597            "content": "909be839202de9fbe1520c7a4d984ebc3283ac324105f931e426fe9a562bd2c4f613c681b3bb6a40c8a5cef6d051be3c24d6e202e82b334564166155d04f6f77"
 33598          }
 33599        ],
 33600        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33601        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.14.RELEASE?type=jar",
 33602        "externalReferences": [
 33603          {
 33604            "type": "website",
 33605            "url": "http://www.spring.io"
 33606          },
 33607          {
 33608            "type": "build-system",
 33609            "url": "https://build.spring.io/browse/BOOT-PUB"
 33610          },
 33611          {
 33612            "type": "issue-tracker",
 33613            "url": "https://github.com/spring-projects/spring-boot/issues"
 33614          },
 33615          {
 33616            "type": "vcs",
 33617            "url": "http://github.com/spring-projects/spring-boot"
 33618          }
 33619        ]
 33620      },
 33621      {
 33622        "type": "library",
 33623        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.14.RELEASE?type=jar",
 33624        "publisher": "Pivotal Software, Inc.",
 33625        "group": "org.springframework.boot",
 33626        "name": "spring-boot",
 33627        "version": "1.5.14.RELEASE",
 33628        "description": "Spring Boot",
 33629        "hashes": [
 33630          {
 33631            "alg": "MD5",
 33632            "content": "d638a7134f090ebb2352242adc79e387"
 33633          },
 33634          {
 33635            "alg": "SHA-1",
 33636            "content": "af490756d8a0d3c0dcfb5372f4586afce6b3c960"
 33637          },
 33638          {
 33639            "alg": "SHA-256",
 33640            "content": "7a70308d7e670ffb85d5f0db0428d5d324453904aecf8aeccfa47ea3b77183ab"
 33641          },
 33642          {
 33643            "alg": "SHA-384",
 33644            "content": "401ca90592035813461ace5b38646051a9fa9a238b60abc95606c192f48712951bba97992c8f7a1c4a7d1569e6b1d3dd"
 33645          },
 33646          {
 33647            "alg": "SHA-512",
 33648            "content": "022736c92dd849607658d1c595c2dab5ad7c63974dab79730b37dbe8916ad5ede6456d0c47cbdca144de0f4f9d504764b8e4080e5990e665e6610a9cbd272660"
 33649          },
 33650          {
 33651            "alg": "SHA3-256",
 33652            "content": "59c44c79f2d6e67c32f50f8ad476c9380c24fce1f42a185b39b2b4509e5c91b4"
 33653          },
 33654          {
 33655            "alg": "SHA3-384",
 33656            "content": "f539e4b4e5646c0465ebed31ded97e1a2312c617c96b75b0fa5f55f08fe37d8e2ce29f751bb67f143b15c3d4592841fd"
 33657          },
 33658          {
 33659            "alg": "SHA3-512",
 33660            "content": "bb5da9c0fb3f6e3ad4e93db00f5238ec0bed99800599dd0dab4f394a20691075ad590bb94cf1b64c435b9ebd38f100eba42b9aadb3e915a89a6dcbf64ca88fbb"
 33661          }
 33662        ],
 33663        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33664        "purl": "pkg:maven/org.springframework.boot/spring-boot@1.5.14.RELEASE?type=jar",
 33665        "externalReferences": [
 33666          {
 33667            "type": "website",
 33668            "url": "http://www.spring.io"
 33669          },
 33670          {
 33671            "type": "build-system",
 33672            "url": "https://build.spring.io/browse/BOOT-PUB"
 33673          },
 33674          {
 33675            "type": "issue-tracker",
 33676            "url": "https://github.com/spring-projects/spring-boot/issues"
 33677          },
 33678          {
 33679            "type": "vcs",
 33680            "url": "http://github.com/spring-projects/spring-boot"
 33681          }
 33682        ]
 33683      },
 33684      {
 33685        "type": "library",
 33686        "bom-ref": "pkg:maven/org.springframework/spring-context@4.3.18.RELEASE?type=jar",
 33687        "publisher": "Spring IO",
 33688        "group": "org.springframework",
 33689        "name": "spring-context",
 33690        "version": "4.3.18.RELEASE",
 33691        "description": "Spring Context",
 33692        "hashes": [
 33693          {
 33694            "alg": "MD5",
 33695            "content": "18dd7e6fcd2b5e761268f64a13b47d7d"
 33696          },
 33697          {
 33698            "alg": "SHA-1",
 33699            "content": "d302953b509e6d380856e245bf80c29770c08c98"
 33700          },
 33701          {
 33702            "alg": "SHA-256",
 33703            "content": "aa7ba7d2747ad2b11e26bb2c7245b6679726cede25a9681c744ad020097a9da7"
 33704          },
 33705          {
 33706            "alg": "SHA-384",
 33707            "content": "e41d63e29c6d1781432308da22a40e46d9a7458bd54a9c9ec7f9adb7555e665ad37372bfebb97246ae45a992f4fe7d96"
 33708          },
 33709          {
 33710            "alg": "SHA-512",
 33711            "content": "d5221faa151fe3d469c6c579dbfb79e634340a54e5245ea777915fdb7b10a6abf338e5f922f16c648966b51f5af5be9f45418a201fef26ce036a06d64cf9d783"
 33712          },
 33713          {
 33714            "alg": "SHA3-256",
 33715            "content": "910f7937035456a0f4b4cb020da9fcb3ad121f4438a6ae40ef5abba7ab062e8d"
 33716          },
 33717          {
 33718            "alg": "SHA3-384",
 33719            "content": "44788b0ef0a9a78372aea01b01621667b55a35192a922bfbff8912ee38df174d197ee8ef1d861f299ea502368c47c0bb"
 33720          },
 33721          {
 33722            "alg": "SHA3-512",
 33723            "content": "f373b4ad9ca7e1184697e0048bd41eefefc7228791907b03bcaa1511a215ff82f422bea76fb3bedecdfc39859249b0eab6ae86850e6204f1a8be5eaab1ce8607"
 33724          }
 33725        ],
 33726        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33727        "purl": "pkg:maven/org.springframework/spring-context@4.3.18.RELEASE?type=jar",
 33728        "externalReferences": [
 33729          {
 33730            "type": "website",
 33731            "url": "http://projects.spring.io/spring-framework"
 33732          },
 33733          {
 33734            "type": "issue-tracker",
 33735            "url": "https://jira.springsource.org/browse/SPR"
 33736          },
 33737          {
 33738            "type": "vcs",
 33739            "url": "https://github.com/spring-projects/spring-framework"
 33740          }
 33741        ]
 33742      },
 33743      {
 33744        "type": "library",
 33745        "bom-ref": "pkg:maven/org.springframework/spring-aop@4.3.18.RELEASE?type=jar",
 33746        "publisher": "Spring IO",
 33747        "group": "org.springframework",
 33748        "name": "spring-aop",
 33749        "version": "4.3.18.RELEASE",
 33750        "description": "Spring AOP",
 33751        "hashes": [
 33752          {
 33753            "alg": "MD5",
 33754            "content": "2289530b774f25e80ad905e5de1d7521"
 33755          },
 33756          {
 33757            "alg": "SHA-1",
 33758            "content": "dd930265a504563d76de79864ae3196f6e9035e0"
 33759          },
 33760          {
 33761            "alg": "SHA-256",
 33762            "content": "7c4fd103a511b4213ae01c1cebced44c5968e41c8d074149b1afc6c2a1e033e8"
 33763          },
 33764          {
 33765            "alg": "SHA-384",
 33766            "content": "ff35924d08665bea68867dffe82a1abd82114a9b6f25411f25da5af19608b24246603cc27bc50648120981d9783e3736"
 33767          },
 33768          {
 33769            "alg": "SHA-512",
 33770            "content": "d803436baa5d9732bc9603dbda8a9508cbd1a9ffd961bc7138d6d469179a725da05edd63f17e039e2237ea2a09ca1202acee3a4f31340957b2ef2dcc073629fe"
 33771          },
 33772          {
 33773            "alg": "SHA3-256",
 33774            "content": "ef4ed94918a4cbba6def5e45537a3285c49070dcf9bdb3ffe7997085efad11d5"
 33775          },
 33776          {
 33777            "alg": "SHA3-384",
 33778            "content": "2dc16e094888003c072388a0d5af213120225a0781f820198355c0d18103b064ae26f10081a8ea7de91eb497124d2c18"
 33779          },
 33780          {
 33781            "alg": "SHA3-512",
 33782            "content": "105a456b17d974d4149af26547e4460e76d4869bb2f53edb2b6d95343f72e64ee63cfef8ad331a22e4b446fd8a8a9057e878ef7921ea4c30dc8661650ab435f6"
 33783          }
 33784        ],
 33785        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33786        "purl": "pkg:maven/org.springframework/spring-aop@4.3.18.RELEASE?type=jar",
 33787        "externalReferences": [
 33788          {
 33789            "type": "website",
 33790            "url": "http://projects.spring.io/spring-framework"
 33791          },
 33792          {
 33793            "type": "issue-tracker",
 33794            "url": "https://jira.springsource.org/browse/SPR"
 33795          },
 33796          {
 33797            "type": "vcs",
 33798            "url": "https://github.com/spring-projects/spring-framework"
 33799          }
 33800        ]
 33801      },
 33802      {
 33803        "type": "library",
 33804        "bom-ref": "pkg:maven/org.springframework/spring-beans@4.3.18.RELEASE?type=jar",
 33805        "publisher": "Spring IO",
 33806        "group": "org.springframework",
 33807        "name": "spring-beans",
 33808        "version": "4.3.18.RELEASE",
 33809        "description": "Spring Beans",
 33810        "hashes": [
 33811          {
 33812            "alg": "MD5",
 33813            "content": "f9d77a4d1bd05ca0a9a782b78f095579"
 33814          },
 33815          {
 33816            "alg": "SHA-1",
 33817            "content": "27460686b16b3ffee60bb3365cd56bba6ed860ff"
 33818          },
 33819          {
 33820            "alg": "SHA-256",
 33821            "content": "e050efe0e14194d5a46c1f1e9e1bfc2e8f17c96d0a499e37c945c78116912c31"
 33822          },
 33823          {
 33824            "alg": "SHA-384",
 33825            "content": "b085185663876e1472de129ab27bff1aa40fc68d8733137b038200604c9e0fbd3627551342dc79bb71928bedadd798f0"
 33826          },
 33827          {
 33828            "alg": "SHA-512",
 33829            "content": "c61905d5aea62632f025f53ccb3e36e0c4bb1e132949639ac2a8646c6253e0b34084b0a67678c9c1d61f6683af859c25151640dc5c555727a0c9506ade86a9af"
 33830          },
 33831          {
 33832            "alg": "SHA3-256",
 33833            "content": "81d2c5e14294d6d07a88c72218ec0986c9df1a724ea3fee04c4ec878d7e5af95"
 33834          },
 33835          {
 33836            "alg": "SHA3-384",
 33837            "content": "05f69a1190d1f10f546d6a5a78fbb1a1776e993c49629723d96eb361cd86ccf50319e725b67c13056368e3bd70796028"
 33838          },
 33839          {
 33840            "alg": "SHA3-512",
 33841            "content": "c2278c5c55fcf40945db07a44d98f7c84d5ca3c01354d29916a50436cee7431e66219b3368d115857bcbab6e4406cd6a5a020eb8fbf1aa83112c0b4eb7454d36"
 33842          }
 33843        ],
 33844        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33845        "purl": "pkg:maven/org.springframework/spring-beans@4.3.18.RELEASE?type=jar",
 33846        "externalReferences": [
 33847          {
 33848            "type": "website",
 33849            "url": "http://projects.spring.io/spring-framework"
 33850          },
 33851          {
 33852            "type": "issue-tracker",
 33853            "url": "https://jira.springsource.org/browse/SPR"
 33854          },
 33855          {
 33856            "type": "vcs",
 33857            "url": "https://github.com/spring-projects/spring-framework"
 33858          }
 33859        ]
 33860      },
 33861      {
 33862        "type": "library",
 33863        "bom-ref": "pkg:maven/org.springframework/spring-expression@4.3.18.RELEASE?type=jar",
 33864        "publisher": "Spring IO",
 33865        "group": "org.springframework",
 33866        "name": "spring-expression",
 33867        "version": "4.3.18.RELEASE",
 33868        "description": "Spring Expression Language (SpEL)",
 33869        "hashes": [
 33870          {
 33871            "alg": "MD5",
 33872            "content": "3bc3b98b4efa101ea3bf3d8599f32b47"
 33873          },
 33874          {
 33875            "alg": "SHA-1",
 33876            "content": "64f2270bfd9d615c8c3b9d94995867f39391ed30"
 33877          },
 33878          {
 33879            "alg": "SHA-256",
 33880            "content": "681dcf4bca5ee6bb6f270476045dd6ac1ea73bfadd118d8aa64173edb7a5d7f0"
 33881          },
 33882          {
 33883            "alg": "SHA-384",
 33884            "content": "6aedfae8887513c5172f58e075c37bfcb660f3d2678c280a3807407a992e22dba90cd0a76807e053f50be0e7e7542c94"
 33885          },
 33886          {
 33887            "alg": "SHA-512",
 33888            "content": "c03aac6d26cd9c87ad435694dd57c720616ed8e8d46c39e2673caf0c710e0bc33411e9184fde8e3f53e86099b5669f9c87977d2fb24e44c623b2c371261a052c"
 33889          },
 33890          {
 33891            "alg": "SHA3-256",
 33892            "content": "4f8824b80a4efa729ec06c6e0f7bd527fd4f80380622162126e50718e1f473fd"
 33893          },
 33894          {
 33895            "alg": "SHA3-384",
 33896            "content": "49999659a04ff683a85609b3bb3c3ce844b4ecffc2aba08fd620735173275c6bcd53095b4b835a572341bb6432582365"
 33897          },
 33898          {
 33899            "alg": "SHA3-512",
 33900            "content": "ffd249d1cc9a5b8610e62b63f5a844ed8cae0f3a0fcb2945bf89d64780ce4fd156fc417571ab9c5efe6130d18c1353dca201f5709c3f03e7cfd6e886f82e0fa9"
 33901          }
 33902        ],
 33903        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33904        "purl": "pkg:maven/org.springframework/spring-expression@4.3.18.RELEASE?type=jar",
 33905        "externalReferences": [
 33906          {
 33907            "type": "website",
 33908            "url": "http://projects.spring.io/spring-framework"
 33909          },
 33910          {
 33911            "type": "issue-tracker",
 33912            "url": "https://jira.springsource.org/browse/SPR"
 33913          },
 33914          {
 33915            "type": "vcs",
 33916            "url": "https://github.com/spring-projects/spring-framework"
 33917          }
 33918        ]
 33919      },
 33920      {
 33921        "type": "library",
 33922        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.14.RELEASE?type=jar",
 33923        "publisher": "Pivotal Software, Inc.",
 33924        "group": "org.springframework.boot",
 33925        "name": "spring-boot-autoconfigure",
 33926        "version": "1.5.14.RELEASE",
 33927        "description": "Spring Boot AutoConfigure",
 33928        "hashes": [
 33929          {
 33930            "alg": "MD5",
 33931            "content": "ff66a3d47df2c6a79e8b837811fe34a3"
 33932          },
 33933          {
 33934            "alg": "SHA-1",
 33935            "content": "a33f2ce0b5c4a41d61aa5fa1817d0055dea7150e"
 33936          },
 33937          {
 33938            "alg": "SHA-256",
 33939            "content": "dcbaa57ba09fe65301e9c28546e91fefab8ce699f12b847730e58495439f13ec"
 33940          },
 33941          {
 33942            "alg": "SHA-384",
 33943            "content": "a2ed4c0abcac589c19330b9c105acd5736212de0dc22ec060b2c20e2ad7f6e2928beca0bebd0a023ab4732efa735da26"
 33944          },
 33945          {
 33946            "alg": "SHA-512",
 33947            "content": "fd677964cdafa1eb7557816f9b3bd6950028710f4d24d847a383eed33240913cbc4a26e293d2edbe78e14c57257a8f3c7298cb3ba08dd0a683b4df6f59ec2ca6"
 33948          },
 33949          {
 33950            "alg": "SHA3-256",
 33951            "content": "00ba70506bcfe85ad06798b243f28a24cd8ca908871a7fa3e9497c84da948cd4"
 33952          },
 33953          {
 33954            "alg": "SHA3-384",
 33955            "content": "df9080088c60a54f030c02d797491f4881f66c2cb3a2ecbd2079763f59653b954434f3242a5263f227a8b1419aa5a79c"
 33956          },
 33957          {
 33958            "alg": "SHA3-512",
 33959            "content": "989ab0c78e80940c0a8a3aa49b972e31aba3b8bf5b64916ac79b9261fb488b807b4898babbfb34d594255260fe8110bd720b1809dfcef37e9ae92fe867db7d7f"
 33960          }
 33961        ],
 33962        "licenses": [{"license": {"id": "Apache-2.0"}}],
 33963        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.14.RELEASE?type=jar",
 33964        "externalReferences": [
 33965          {
 33966            "type": "website",
 33967            "url": "http://www.spring.io"
 33968          },
 33969          {
 33970            "type": "build-system",
 33971            "url": "https://build.spring.io/browse/BOOT-PUB"
 33972          },
 33973          {
 33974            "type": "issue-tracker",
 33975            "url": "https://github.com/spring-projects/spring-boot/issues"
 33976          },
 33977          {
 33978            "type": "vcs",
 33979            "url": "http://github.com/spring-projects/spring-boot"
 33980          }
 33981        ]
 33982      },
 33983      {
 33984        "type": "library",
 33985        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.14.RELEASE?type=jar",
 33986        "publisher": "Pivotal Software, Inc.",
 33987        "group": "org.springframework.boot",
 33988        "name": "spring-boot-starter-logging",
 33989        "version": "1.5.14.RELEASE",
 33990        "description": "Starter for logging using Logback. Default logging starter",
 33991        "hashes": [
 33992          {
 33993            "alg": "MD5",
 33994            "content": "0da4fd38a376867277e5553e6dd38115"
 33995          },
 33996          {
 33997            "alg": "SHA-1",
 33998            "content": "970e7424050d1d1179640ec53b24953fa29fdcbd"
 33999          },
 34000          {
 34001            "alg": "SHA-256",
 34002            "content": "d62ae0db1739fdf7dfcb030fea42f96315b2e6410989574357a4f8591c7faf43"
 34003          },
 34004          {
 34005            "alg": "SHA-384",
 34006            "content": "08289f15bfc38e1e5a6bdc5e8613c8ed9868c6f672b497b5bb871272cc81d605baacd01002845cf3b71d9d1f5749a820"
 34007          },
 34008          {
 34009            "alg": "SHA-512",
 34010            "content": "4caaf927f9de827b415ca0e422410a40c4761a2236c0b620533f1d8d0af0278f16a79108d72a10563e4e78dff189c7b489b39e86f57fe16d9215a82659a57b6b"
 34011          },
 34012          {
 34013            "alg": "SHA3-256",
 34014            "content": "a2e65429ec1d9adbc3b045d8ae23fa74e18d10ffc5d54a8c5060d4a9ab3d6421"
 34015          },
 34016          {
 34017            "alg": "SHA3-384",
 34018            "content": "b32ba5298a0575b0b3fa54e7c09a077d356e80022e9ad442dcb0488a7233fe0402e183d4f2ab8a8eb8b8953e6a522fe8"
 34019          },
 34020          {
 34021            "alg": "SHA3-512",
 34022            "content": "65b6ade4078b0930bb311c56f2d7373e7fec00b87c17678b54f24dcd84c9f2ed63f3deec57ecd90ea397d9306b43314bd71804c06600bf54e08599b2652ffbf2"
 34023          }
 34024        ],
 34025        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34026        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.14.RELEASE?type=jar",
 34027        "externalReferences": [
 34028          {
 34029            "type": "website",
 34030            "url": "http://www.spring.io"
 34031          },
 34032          {
 34033            "type": "build-system",
 34034            "url": "https://build.spring.io/browse/BOOT-PUB"
 34035          },
 34036          {
 34037            "type": "issue-tracker",
 34038            "url": "https://github.com/spring-projects/spring-boot/issues"
 34039          },
 34040          {
 34041            "type": "vcs",
 34042            "url": "http://github.com/spring-projects/spring-boot"
 34043          }
 34044        ]
 34045      },
 34046      {
 34047        "type": "library",
 34048        "bom-ref": "pkg:maven/org.springframework/spring-core@4.3.18.RELEASE?type=jar",
 34049        "publisher": "Spring IO",
 34050        "group": "org.springframework",
 34051        "name": "spring-core",
 34052        "version": "4.3.18.RELEASE",
 34053        "description": "Spring Core",
 34054        "hashes": [
 34055          {
 34056            "alg": "MD5",
 34057            "content": "920c06f54b8c2262633df2de1c17794e"
 34058          },
 34059          {
 34060            "alg": "SHA-1",
 34061            "content": "4acbce682c3dfe38181d57b7e0792e2cc21e4f77"
 34062          },
 34063          {
 34064            "alg": "SHA-256",
 34065            "content": "a9dfa12a872fd374937ceac98a284121fcf057206a13cabd5273cb3eabadbb6c"
 34066          },
 34067          {
 34068            "alg": "SHA-384",
 34069            "content": "62598c4577fe0f0f349149f5f1aea7a00bed9d2938d5cb12e3f9b776c83b0959299d8403bfbc4d701c0de9248584ddd2"
 34070          },
 34071          {
 34072            "alg": "SHA-512",
 34073            "content": "4de2e327c6a55f5699d18255b71963696000154b814c35117a344042d11ae78e59db5112cc2e90b0798ada590f897a94754929de08045b967630d57e729ea82b"
 34074          },
 34075          {
 34076            "alg": "SHA3-256",
 34077            "content": "d8df5436ab435f2475089ee64aad5e1f10ad79d6c4ec10d6baeb905ae443a517"
 34078          },
 34079          {
 34080            "alg": "SHA3-384",
 34081            "content": "45ed2a71adf8da0d46add72e65095c53ab1315bc37f7a17dbe310e1431464815510822b309f6709fc83ac9a6becd81af"
 34082          },
 34083          {
 34084            "alg": "SHA3-512",
 34085            "content": "283a607c855fb1eb9a5597a9ab890dfed2e3dc03e95b877728a590caa59999327001416292c91367f61e3e7caf6ffdf783455f15c2dc815c3d908b105f4daf2c"
 34086          }
 34087        ],
 34088        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34089        "purl": "pkg:maven/org.springframework/spring-core@4.3.18.RELEASE?type=jar",
 34090        "externalReferences": [
 34091          {
 34092            "type": "website",
 34093            "url": "http://projects.spring.io/spring-framework"
 34094          },
 34095          {
 34096            "type": "issue-tracker",
 34097            "url": "https://jira.springsource.org/browse/SPR"
 34098          },
 34099          {
 34100            "type": "vcs",
 34101            "url": "https://github.com/spring-projects/spring-framework"
 34102          }
 34103        ]
 34104      },
 34105      {
 34106        "type": "library",
 34107        "bom-ref": "pkg:maven/org.keycloak/keycloak-client-registration-api@10.0.2?type=jar",
 34108        "publisher": "JBoss by Red Hat",
 34109        "group": "org.keycloak",
 34110        "name": "keycloak-client-registration-api",
 34111        "version": "10.0.2",
 34112        "description": "",
 34113        "hashes": [
 34114          {
 34115            "alg": "MD5",
 34116            "content": "7c3b8d0130e0bd153dba657f618271cd"
 34117          },
 34118          {
 34119            "alg": "SHA-1",
 34120            "content": "f76526b9df7368ecb4451b8052b44b1ae18a0c40"
 34121          },
 34122          {
 34123            "alg": "SHA-256",
 34124            "content": "4a34d0657597486aa1862f5e5a20da69f32386e4b5e87caa46a3a1883dbeecb7"
 34125          },
 34126          {
 34127            "alg": "SHA-384",
 34128            "content": "a2e124fab3a7f7a1d64e5b1418a4b7d847b28bd650b579d8aa16e6615ac5a75060df766cfe84b53c94fd3ef7ae6511dc"
 34129          },
 34130          {
 34131            "alg": "SHA-512",
 34132            "content": "120c614c6e6d18511305860ff12855b640fa7f52d202092f9a1b09e3a66d837fa03f097f878a854f9a68c7d87a08febde9334d942b3888dba16e2cdb2f544d75"
 34133          },
 34134          {
 34135            "alg": "SHA3-256",
 34136            "content": "e82213397bc2ec5ef37b313683420fc35054d1dc5cc19fa07f3229716ba4f574"
 34137          },
 34138          {
 34139            "alg": "SHA3-384",
 34140            "content": "373ab52953bb8af8b525d47082134baacc6d2146f2da7aa361cab804b2f3dd35123ddb08958706a60366ab7c346ddfe3"
 34141          },
 34142          {
 34143            "alg": "SHA3-512",
 34144            "content": "08a495b7202a0e51b5778b531f14484de6797c04891e4f456bf1b5a6e93f0fce1c7d7f086e0f9e595acaec57a1b7cb04868e0b9162583b677c2fa89b265dd3a6"
 34145          }
 34146        ],
 34147        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34148        "purl": "pkg:maven/org.keycloak/keycloak-client-registration-api@10.0.2?type=jar",
 34149        "externalReferences": [
 34150          {
 34151            "type": "distribution",
 34152            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 34153          },
 34154          {
 34155            "type": "issue-tracker",
 34156            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 34157          },
 34158          {
 34159            "type": "vcs",
 34160            "url": "https://github.com/keycloak/keycloak/tree/master/"
 34161          },
 34162          {
 34163            "type": "website",
 34164            "url": "http://www.jboss.org"
 34165          },
 34166          {
 34167            "type": "mailing-list",
 34168            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 34169          }
 34170        ]
 34171      },
 34172      {
 34173        "type": "library",
 34174        "bom-ref": "pkg:maven/org.keycloak/keycloak-admin-client@10.0.2?type=jar",
 34175        "publisher": "JBoss by Red Hat",
 34176        "group": "org.keycloak",
 34177        "name": "keycloak-admin-client",
 34178        "version": "10.0.2",
 34179        "description": "",
 34180        "hashes": [
 34181          {
 34182            "alg": "MD5",
 34183            "content": "2bf7f2245175dde7f6b9698a8ace33ea"
 34184          },
 34185          {
 34186            "alg": "SHA-1",
 34187            "content": "c2536b4d3a65f7873eb03059234b1477decc4ad8"
 34188          },
 34189          {
 34190            "alg": "SHA-256",
 34191            "content": "e8308677d45c09be321eb82ccdf390eadb15d1a92b5c2cb6d4e20f8b565e20bc"
 34192          },
 34193          {
 34194            "alg": "SHA-384",
 34195            "content": "f08ea46941d78a329df0a29e33e878e1b9ade4d787a709d59843adaeed2b6c1a59757e99f68acaee4665e3187f86a4c4"
 34196          },
 34197          {
 34198            "alg": "SHA-512",
 34199            "content": "2c3c08c47e590b7a945665b1f97e20dde63b2ac94d202b2598285ac5d42dc32212e658db34f5f05f1185d760abe348523dc1b936f994b98e21990f271434b7c8"
 34200          },
 34201          {
 34202            "alg": "SHA3-256",
 34203            "content": "03b15a1c08682034deab23798f408a4b1a6e61b891ba61384d6abc23dcfdf78e"
 34204          },
 34205          {
 34206            "alg": "SHA3-384",
 34207            "content": "792874e9e80699fd76ef4805ad8857dea4280c5469cb4e6bac15d5ff9947d6805a430cb6b3d99a19b499626bd5611300"
 34208          },
 34209          {
 34210            "alg": "SHA3-512",
 34211            "content": "cad4f66c949a15efe7fc8e6394346fa4b5e01c1c9f838859d7d53e4da0e4015399cca8d0b54db3b2ff7cca57f45829becc34f0f0c43e68fe96eb4b9231a98c84"
 34212          }
 34213        ],
 34214        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34215        "purl": "pkg:maven/org.keycloak/keycloak-admin-client@10.0.2?type=jar",
 34216        "externalReferences": [
 34217          {
 34218            "type": "distribution",
 34219            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 34220          },
 34221          {
 34222            "type": "issue-tracker",
 34223            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 34224          },
 34225          {
 34226            "type": "vcs",
 34227            "url": "https://github.com/keycloak/keycloak/tree/master/"
 34228          },
 34229          {
 34230            "type": "website",
 34231            "url": "http://www.jboss.org"
 34232          },
 34233          {
 34234            "type": "mailing-list",
 34235            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 34236          }
 34237        ]
 34238      },
 34239      {
 34240        "type": "library",
 34241        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-java@2.35.0?type=jar",
 34242        "group": "org.seleniumhq.selenium",
 34243        "name": "selenium-java",
 34244        "version": "2.35.0",
 34245        "description": "Browser automation framework",
 34246        "hashes": [
 34247          {
 34248            "alg": "MD5",
 34249            "content": "e84b0a9180075af6d22899ab6afdce98"
 34250          },
 34251          {
 34252            "alg": "SHA-1",
 34253            "content": "5ae473c843f9308e784170264e6d67c2597239ea"
 34254          },
 34255          {
 34256            "alg": "SHA-256",
 34257            "content": "0a8079f6c76ecd36cb6323a53113b65d4ae5d8ef3750786e39921982f0e675e5"
 34258          },
 34259          {
 34260            "alg": "SHA-384",
 34261            "content": "dc75f14d7f68fa449cb08d495bce3d61a1b47feec0444fd4561ae40484470fda4e0744433099b58ea9938631ed810ab7"
 34262          },
 34263          {
 34264            "alg": "SHA-512",
 34265            "content": "9b924d2ac917a33742597c4dea295c71ba94d70e1c72bc6968538bc7c932788cd0b2e646c570ec221cf615530fd27146765d136a1d61338771f64ad170cb49b8"
 34266          },
 34267          {
 34268            "alg": "SHA3-256",
 34269            "content": "e16f6de2e176098676b866bddb55a835e555c82a3f90bb08abc2222f9d06a7f3"
 34270          },
 34271          {
 34272            "alg": "SHA3-384",
 34273            "content": "da50ef72cd37be7564c1af8721a434e37238822e5f8224c379104bc289027da2dbf16ec337761048619454f2e23b319f"
 34274          },
 34275          {
 34276            "alg": "SHA3-512",
 34277            "content": "e01c9b8d2ad7e3b036fed46f66ee6e39faa850a085acc10f0906bb3a44f6de71b7fb19421d5c8d29437af9cb404d4ac48b66592f1c5cedf02bf72612a242ca43"
 34278          }
 34279        ],
 34280        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34281        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-java@2.35.0?type=jar",
 34282        "externalReferences": [
 34283          {
 34284            "type": "distribution",
 34285            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 34286          },
 34287          {
 34288            "type": "vcs",
 34289            "url": "http://selenium.googlecode.com/svn"
 34290          }
 34291        ]
 34292      },
 34293      {
 34294        "type": "library",
 34295        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-android-driver@2.35.0?type=jar",
 34296        "group": "org.seleniumhq.selenium",
 34297        "name": "selenium-android-driver",
 34298        "version": "2.35.0",
 34299        "description": "Browser automation framework",
 34300        "hashes": [
 34301          {
 34302            "alg": "MD5",
 34303            "content": "7d0b9331a0956aedf1199cb027bd04ab"
 34304          },
 34305          {
 34306            "alg": "SHA-1",
 34307            "content": "b75851f733295b682bdc74ff04b08d349f46db39"
 34308          },
 34309          {
 34310            "alg": "SHA-256",
 34311            "content": "258d3d36872ffe8062b211d184506b2422cc33fbe721350e73e011159ecbe716"
 34312          },
 34313          {
 34314            "alg": "SHA-384",
 34315            "content": "1905d11b83d85588ae676f450efab5e6cc98fdcac56a6e7911bd163f06c93e1fb1613198901198c4aaa8b590aaf1f2f7"
 34316          },
 34317          {
 34318            "alg": "SHA-512",
 34319            "content": "e1404f782bdf0370439357e075ea1ba3822ca20b7ce49a0e8c8d1c373f54767dafef4cf853ce442ebe028a69a83299889f8d65ae4baf24889b7823c06d14c250"
 34320          },
 34321          {
 34322            "alg": "SHA3-256",
 34323            "content": "582ac0ff78e0bc5102654d21ea4a493837d3897c8969b2dcd45ecfa1a2492904"
 34324          },
 34325          {
 34326            "alg": "SHA3-384",
 34327            "content": "973da3911d55b7bc555f52a18a8531a02e3a698663dd81b2f7e43deae54d963b4726abd5abb6fad651e187e38e7c0629"
 34328          },
 34329          {
 34330            "alg": "SHA3-512",
 34331            "content": "a84f66b4bedc074f96ad50a8b77c0cd7d25c31caa3e897e51ff8796129f04c48f3600f1c44243923ecfc7ef3e5f6547bd9971ea707a814a60332f88e78e08939"
 34332          }
 34333        ],
 34334        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34335        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-android-driver@2.35.0?type=jar",
 34336        "externalReferences": [
 34337          {
 34338            "type": "distribution",
 34339            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 34340          },
 34341          {
 34342            "type": "vcs",
 34343            "url": "http://selenium.googlecode.com/svn"
 34344          }
 34345        ]
 34346      },
 34347      {
 34348        "type": "library",
 34349        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@2.35.0?type=jar",
 34350        "group": "org.seleniumhq.selenium",
 34351        "name": "selenium-remote-driver",
 34352        "version": "2.35.0",
 34353        "description": "Browser automation framework",
 34354        "hashes": [
 34355          {
 34356            "alg": "MD5",
 34357            "content": "564cff06480c08c85dc3944711bb4761"
 34358          },
 34359          {
 34360            "alg": "SHA-1",
 34361            "content": "44e4e031e7af0265232d92046b568166cfad5239"
 34362          },
 34363          {
 34364            "alg": "SHA-256",
 34365            "content": "33c9f097f315086638772acc32ef3199e2deab54ff8506cc4bc4f6404275a192"
 34366          },
 34367          {
 34368            "alg": "SHA-384",
 34369            "content": "5d31d7366638cc932094f62c65a0b4aff806286146fedf622ac60ca23edf7c582571c6c753d5e7922950db217c92166a"
 34370          },
 34371          {
 34372            "alg": "SHA-512",
 34373            "content": "56945509be4b87fdbebd5cdb4cfd239bf99221d2f20611994778b95ad6a0be00fa14a5fd5c5855f50b2e145ab5922c31ef0f6ace48e0216d64ad95fb2fab4adb"
 34374          },
 34375          {
 34376            "alg": "SHA3-256",
 34377            "content": "4c29645879e51f8f4b61ce935c21898940ed3f1f67c6c6effff9e97b843a2f79"
 34378          },
 34379          {
 34380            "alg": "SHA3-384",
 34381            "content": "002de0e95491ae9a34f3b57783a4defcbc76b8d678878c619e2847bd67582212b8d20103c7837b6e3d37c6f201b2136e"
 34382          },
 34383          {
 34384            "alg": "SHA3-512",
 34385            "content": "186f2078bc053e56033a42d5675a0cde0fa3861575f64ad380ba723f8e90c284569b8e9da93f50c97e1eb7e765aaccaec71e321a6b5dae34483891e8ede5f467"
 34386          }
 34387        ],
 34388        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34389        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@2.35.0?type=jar",
 34390        "externalReferences": [
 34391          {
 34392            "type": "distribution",
 34393            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 34394          },
 34395          {
 34396            "type": "vcs",
 34397            "url": "http://selenium.googlecode.com/svn"
 34398          }
 34399        ]
 34400      },
 34401      {
 34402        "type": "library",
 34403        "bom-ref": "pkg:maven/cglib/cglib-nodep@2.1_3?type=jar",
 34404        "group": "cglib",
 34405        "name": "cglib-nodep",
 34406        "version": "2.1_3",
 34407        "hashes": [
 34408          {
 34409            "alg": "MD5",
 34410            "content": "db0e461169599af137eb24478c5292ce"
 34411          },
 34412          {
 34413            "alg": "SHA-1",
 34414            "content": "58d3be5953547c0019e5704d6ed4ffda3b0c7c66"
 34415          },
 34416          {
 34417            "alg": "SHA-256",
 34418            "content": "e77f0b091a800acd15217bbc3c3629c1af0925b55b271fc5d0586422985639bb"
 34419          },
 34420          {
 34421            "alg": "SHA-384",
 34422            "content": "14e528db87022a0139272f611fa8d61c747230c2d94f54fe27de487d66d91e374b826d96b92713f6ee1f7ba3d46132bf"
 34423          },
 34424          {
 34425            "alg": "SHA-512",
 34426            "content": "86a49c4a7d9d609636f8a7c42d40dca96e20ec4f3ec182bb0aa6ee5c8233234d399086f1342198b5048f7a36db402f1b956fbf74220192ec4aa39880c8ff2381"
 34427          },
 34428          {
 34429            "alg": "SHA3-256",
 34430            "content": "03fd6f2850ef43ff73ee57106cdc93c882034bf62c392d3eb8f0edef4c00c874"
 34431          },
 34432          {
 34433            "alg": "SHA3-384",
 34434            "content": "5a50bf58c346e91cc6f86cabe2d73f4ba18c0bae2ffdd7ac2ca3ae7b8811cf8d3d50941cb3b32fab9ac14ecdcb8c031a"
 34435          },
 34436          {
 34437            "alg": "SHA3-512",
 34438            "content": "2f8d9d6f50be6b51bbcda0dd5ed9965effdb612736e1ae7ef10b5825af8692cd934e4e70e80d3aa0ce0526fde2c10111fa72a6d5cabfb53e48b17d7f68ba4e19"
 34439          }
 34440        ],
 34441        "licenses": [],
 34442        "purl": "pkg:maven/cglib/cglib-nodep@2.1_3?type=jar"
 34443      },
 34444      {
 34445        "type": "library",
 34446        "bom-ref": "pkg:maven/org.json/json@20080701?type=jar",
 34447        "publisher": "JSON",
 34448        "group": "org.json",
 34449        "name": "json",
 34450        "version": "20080701",
 34451        "description": "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.",
 34452        "hashes": [
 34453          {
 34454            "alg": "MD5",
 34455            "content": "4f4b10580231c86bc91a5f81e4200a70"
 34456          },
 34457          {
 34458            "alg": "SHA-1",
 34459            "content": "d652f102185530c93b66158b1859f35d45687258"
 34460          },
 34461          {
 34462            "alg": "SHA-256",
 34463            "content": "03acd6adab2da447f49814751b0e953fb62a6a1023f9d2a705c30a6e3e4638eb"
 34464          },
 34465          {
 34466            "alg": "SHA-384",
 34467            "content": "2ca367de3b76734f960971800a554cae5337a8a6e00e21d5265c305ec7313445df3e03973143cc1b7d47178421ff467a"
 34468          },
 34469          {
 34470            "alg": "SHA-512",
 34471            "content": "dd8fb49c0afb7574740d45b3ac9bedfc6829d4aca3a0952fc177b4ea1b400e92921c6c872bb2fa73f2137d81b63294a16893fcddd7727c63b99308c33033034b"
 34472          },
 34473          {
 34474            "alg": "SHA3-256",
 34475            "content": "589038b03f0484c4885d173714c3dd60cd991319f782e089a0a08cfd793805fb"
 34476          },
 34477          {
 34478            "alg": "SHA3-384",
 34479            "content": "c5c1455131dc22cbcb3994c6454cf647a1f71b8c7c351e3401508b8c68d2dc13249b7f653c5da6e1d508490e8bf434d3"
 34480          },
 34481          {
 34482            "alg": "SHA3-512",
 34483            "content": "e5eb483771aa9968a8fca1b526ddf6aa7baec9d45d3d07b08563c012fe15b2134fa37a9b111725c0483979e1a1fbf9d29f7c7d309c6a033c232ba11e7d3074d3"
 34484          }
 34485        ],
 34486        "licenses": [{"license": {
 34487          "id": "JSON",
 34488          "url": "http://www.json.org/license.html"
 34489        }}],
 34490        "purl": "pkg:maven/org.json/json@20080701?type=jar",
 34491        "externalReferences": [{
 34492          "type": "website",
 34493          "url": "http://json.org/"
 34494        }]
 34495      },
 34496      {
 34497        "type": "library",
 34498        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-htmlunit-driver@2.35.0?type=jar",
 34499        "group": "org.seleniumhq.selenium",
 34500        "name": "selenium-htmlunit-driver",
 34501        "version": "2.35.0",
 34502        "description": "Browser automation framework",
 34503        "hashes": [
 34504          {
 34505            "alg": "MD5",
 34506            "content": "a1a2ea87ef3d8886af2856336a44548e"
 34507          },
 34508          {
 34509            "alg": "SHA-1",
 34510            "content": "7a94160603b701494c7975127098c8b606f444af"
 34511          },
 34512          {
 34513            "alg": "SHA-256",
 34514            "content": "e5225459fa020d971ef8b8332ba772ab34612f33d048c886fa6c7c3a6181d74b"
 34515          },
 34516          {
 34517            "alg": "SHA-384",
 34518            "content": "5cb78f979502b4db590e207ac4b2c65b9166323c7a2fc9dc7858da0fb9f0ccf5614f58fedabdde08c4a0d30a520d047a"
 34519          },
 34520          {
 34521            "alg": "SHA-512",
 34522            "content": "a583ebb5ae5916e96372a5f89b2c77063e2144db75aaf69d1662bff5936207804882a1ff8b7fc5457a2c558c97baa9ce0e977df29c68722ed7bf4b8908a089c5"
 34523          },
 34524          {
 34525            "alg": "SHA3-256",
 34526            "content": "1fa00f0de4e9eecaf08db97ff68f09a4a7695ac08bd95467019182f32d1586c3"
 34527          },
 34528          {
 34529            "alg": "SHA3-384",
 34530            "content": "8e4629a1ecd273fbaf4075fd475ecd9abd03dcf56716dd16b8cc2ba459847795da4a697c47c220e5a88f3c63583b40b4"
 34531          },
 34532          {
 34533            "alg": "SHA3-512",
 34534            "content": "9541320dced37b5e97c136063d8235a9bbe4b3558838453f0e98e519e5e02e4f7e92808e179d4d6fb64587003c6bae97e369bba6a70106c3e31cdb5b2c235896"
 34535          }
 34536        ],
 34537        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34538        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-htmlunit-driver@2.35.0?type=jar",
 34539        "externalReferences": [
 34540          {
 34541            "type": "distribution",
 34542            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 34543          },
 34544          {
 34545            "type": "vcs",
 34546            "url": "http://selenium.googlecode.com/svn"
 34547          }
 34548        ]
 34549      },
 34550      {
 34551        "type": "library",
 34552        "bom-ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.12?type=jar",
 34553        "publisher": "Gargoyle Software Inc.",
 34554        "group": "net.sourceforge.htmlunit",
 34555        "name": "htmlunit",
 34556        "version": "2.12",
 34557        "description": "A headless browser intended for use in testing web-based applications.",
 34558        "hashes": [
 34559          {
 34560            "alg": "MD5",
 34561            "content": "bbffb6f6cef4f1938a165b4bfda353a0"
 34562          },
 34563          {
 34564            "alg": "SHA-1",
 34565            "content": "5df8aaf56ad125d10715fc16273479e148fd88ec"
 34566          },
 34567          {
 34568            "alg": "SHA-256",
 34569            "content": "3fcbf4f8d6380b05234a607aa94c6b11cdf9da86bcc5b6e8719f9252e50580bf"
 34570          },
 34571          {
 34572            "alg": "SHA-384",
 34573            "content": "588b9f558027a422615c0137b4bb01dc29bf76be68077962af365f0f05c47029a2a327f6bc378c16620c774c798cb6d9"
 34574          },
 34575          {
 34576            "alg": "SHA-512",
 34577            "content": "b2c0cc40f9d9b883eb937f401c4c335ab0541ac1154929b18d94164c844c6d19f200aec0b217af0a1b4370132d4a7b24b828646134c91e419bc5307d80aa58fd"
 34578          },
 34579          {
 34580            "alg": "SHA3-256",
 34581            "content": "98263b9df18f8a718d9fddfd5d42f1d4ee8705b0f340d685cbecd35bb29b9f72"
 34582          },
 34583          {
 34584            "alg": "SHA3-384",
 34585            "content": "341a2d575164bb7a975c51bb9de7abfee8d91004b56770dcc8da837a88248b428f8938f594e48279051199f5638b4947"
 34586          },
 34587          {
 34588            "alg": "SHA3-512",
 34589            "content": "1297e11c223595fb9679b52abf1a32422aa18cda881914d3e6569c106e313c76fafd36354fad461e76eae0a42673d740227e17f0dd0724e00047f30e44a2328c"
 34590          }
 34591        ],
 34592        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34593        "purl": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.12?type=jar",
 34594        "externalReferences": [
 34595          {
 34596            "type": "website",
 34597            "url": "http://www.GargoyleSoftware.com/"
 34598          },
 34599          {
 34600            "type": "build-system",
 34601            "url": "http://build.canoo.com/htmlunit"
 34602          },
 34603          {
 34604            "type": "issue-tracker",
 34605            "url": "http://sourceforge.net/tracker/?group_id=47038"
 34606          },
 34607          {
 34608            "type": "mailing-list",
 34609            "url": "http://lists.sourceforge.net/lists/listinfo/htmlunit-user"
 34610          },
 34611          {
 34612            "type": "vcs",
 34613            "url": "https://sourceforge.net/p/htmlunit/code"
 34614          }
 34615        ]
 34616      },
 34617      {
 34618        "type": "library",
 34619        "bom-ref": "pkg:maven/xalan/xalan@2.7.1?type=jar",
 34620        "publisher": "The Apache Software Foundation",
 34621        "group": "xalan",
 34622        "name": "xalan",
 34623        "version": "2.7.1",
 34624        "description": "Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.",
 34625        "hashes": [
 34626          {
 34627            "alg": "MD5",
 34628            "content": "d43aad24f2c143b675292ccfef487f9c"
 34629          },
 34630          {
 34631            "alg": "SHA-1",
 34632            "content": "75f1d83ce27bab5f29fff034fc74aa9f7266f22a"
 34633          },
 34634          {
 34635            "alg": "SHA-256",
 34636            "content": "55a2e95144acf1abe44fea91c2948525c9b1f00fcaa1d10e753e92872ffbdd1e"
 34637          },
 34638          {
 34639            "alg": "SHA-384",
 34640            "content": "2d2514183ef95a5f3f10a2b1774ad90e796071f00b33dc8bce963b034de1bfa39b013f039139f42161a51e861afc6ed6"
 34641          },
 34642          {
 34643            "alg": "SHA-512",
 34644            "content": "6b6c59cffccc1f3c8d3e8080c25d831ca8a56cc615efe2a3f966f0e8f57cf4347d1068adb23949de77464e9e956f94f4355e5ea85131600494351c086298d5ae"
 34645          },
 34646          {
 34647            "alg": "SHA3-256",
 34648            "content": "e4eb0494b8093b3b55dd595ccf9d573f909c3863e940dd31d570fc83c099b959"
 34649          },
 34650          {
 34651            "alg": "SHA3-384",
 34652            "content": "85bd4d44af75ef9c7fc9387798694233b66db083d9dffd309eff9da5bb6aa0dee71b1affea703d2d7c5e94258888a3bd"
 34653          },
 34654          {
 34655            "alg": "SHA3-512",
 34656            "content": "6d470f5affff6446ab584dc4261e67a7babbfc647e38fec729731544d53ec67b80f973e59604d4250c357b6cbfc821cfab9e0751547bae02d307d90988484d79"
 34657          }
 34658        ],
 34659        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34660        "purl": "pkg:maven/xalan/xalan@2.7.1?type=jar",
 34661        "externalReferences": [
 34662          {
 34663            "type": "website",
 34664            "url": "http://www.apache.org/"
 34665          },
 34666          {
 34667            "type": "mailing-list",
 34668            "url": "http://mail-archives.apache.org/mod_mbox/www-announce/"
 34669          },
 34670          {
 34671            "type": "vcs",
 34672            "url": "http://svn.apache.org/viewvc/maven/pom/tags/apache-4"
 34673          }
 34674        ]
 34675      },
 34676      {
 34677        "type": "library",
 34678        "bom-ref": "pkg:maven/xalan/serializer@2.7.1?type=jar",
 34679        "publisher": "The Apache Software Foundation",
 34680        "group": "xalan",
 34681        "name": "serializer",
 34682        "version": "2.7.1",
 34683        "description": "Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.",
 34684        "hashes": [
 34685          {
 34686            "alg": "MD5",
 34687            "content": "a6b64dfe58229bdd810263fa0cc54cff"
 34688          },
 34689          {
 34690            "alg": "SHA-1",
 34691            "content": "4b4b18df434451249bb65a63f2fb69e215a6a020"
 34692          },
 34693          {
 34694            "alg": "SHA-256",
 34695            "content": "a15078d243d4a20b6b4e8ae2f61ed4655e352054e121aada6f7441f1ed445a3c"
 34696          },
 34697          {
 34698            "alg": "SHA-384",
 34699            "content": "d2f165068844f17f266b3eebbb71c5cee7de26c4d54bc80e21b9275b2edc64ffd52388a23463f0abb48c9ca269e34dd1"
 34700          },
 34701          {
 34702            "alg": "SHA-512",
 34703            "content": "2897f9d80e0cdbd5d327184f59c6c1f2875456fdbbd8b366df8ff8682a452523e756d48f20e3c831881c1fd17fed94c8e9492d3cd453859161843264b12e4497"
 34704          },
 34705          {
 34706            "alg": "SHA3-256",
 34707            "content": "3334718b33c76f31f04bb36846244203c26dff876c15aa2b82e63694077dd42e"
 34708          },
 34709          {
 34710            "alg": "SHA3-384",
 34711            "content": "27b397758c2a29788d96c677627d02c5e32b5b04fd1d49872d41c4f53f1acd966bdf3b9caec58e752826727038cc7a9b"
 34712          },
 34713          {
 34714            "alg": "SHA3-512",
 34715            "content": "d105813edfbf83160d06b532c09743f62e4b4eee31ce4e69a11e99f7d2f887a373680d99ebe688295f3f267d89a2ab5c9fdf646c7d9ab9977d4dd2c9401ec923"
 34716          }
 34717        ],
 34718        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34719        "purl": "pkg:maven/xalan/serializer@2.7.1?type=jar",
 34720        "externalReferences": [
 34721          {
 34722            "type": "website",
 34723            "url": "http://www.apache.org/"
 34724          },
 34725          {
 34726            "type": "mailing-list",
 34727            "url": "http://mail-archives.apache.org/mod_mbox/www-announce/"
 34728          },
 34729          {
 34730            "type": "vcs",
 34731            "url": "http://svn.apache.org/viewvc/maven/pom/tags/apache-4"
 34732          }
 34733        ]
 34734      },
 34735      {
 34736        "type": "library",
 34737        "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.1?type=jar",
 34738        "publisher": "The Apache Software Foundation",
 34739        "group": "commons-collections",
 34740        "name": "commons-collections",
 34741        "version": "3.2.1",
 34742        "description": "Types that extend and augment the Java Collections Framework.",
 34743        "hashes": [
 34744          {
 34745            "alg": "MD5",
 34746            "content": "13bc641afd7fd95e09b260f69c1e4c91"
 34747          },
 34748          {
 34749            "alg": "SHA-1",
 34750            "content": "761ea405b9b37ced573d2df0d1e3a4e0f9edc668"
 34751          },
 34752          {
 34753            "alg": "SHA-256",
 34754            "content": "87363a4c94eaabeefd8b930cb059f66b64c9f7d632862f23de3012da7660047b"
 34755          },
 34756          {
 34757            "alg": "SHA-384",
 34758            "content": "e5beca0365f4158cdab72a904eef2abcc88f5604bc52fce08b3439a5f1bef45bd64d715d733e624b58056f8d1c4707c3"
 34759          },
 34760          {
 34761            "alg": "SHA-512",
 34762            "content": "8d0aa0e4e328c2e391d4d972f361a19ff085f508cb0478f5967280953abd3520ee92cc1d19b21cb4e29e4a7bc557487ddbaee9807b751824241269367b9e92cb"
 34763          },
 34764          {
 34765            "alg": "SHA3-256",
 34766            "content": "536ed1f3dd481b746e571caaee9b1e19c7a462e1c633dc139583371a179ac852"
 34767          },
 34768          {
 34769            "alg": "SHA3-384",
 34770            "content": "d67a56ba126fdc5151037460a4c1a1a1ddc5baed26cbece512ed9d125e473f4a1bcc424bcbde0196a2798d417067e09e"
 34771          },
 34772          {
 34773            "alg": "SHA3-512",
 34774            "content": "e80564b2b7a9771cffb50d45e06a8ca94aa4d8c992c63a0191f5a2a20d287d9f6cbb14571144b66a62adab0c5763a681a6d1c2b95d4a0a5e84b5ed80565424b6"
 34775          }
 34776        ],
 34777        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34778        "purl": "pkg:maven/commons-collections/commons-collections@3.2.1?type=jar",
 34779        "externalReferences": [
 34780          {
 34781            "type": "issue-tracker",
 34782            "url": "http://issues.apache.org/jira/browse/COLLECTIONS"
 34783          },
 34784          {
 34785            "type": "vcs",
 34786            "url": "http://svn.apache.org/viewvc/commons/proper/collections/trunk"
 34787          },
 34788          {
 34789            "type": "build-system",
 34790            "url": "http://vmbuild.apache.org/continuum/"
 34791          },
 34792          {
 34793            "type": "mailing-list",
 34794            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 34795          },
 34796          {
 34797            "type": "website",
 34798            "url": "http://www.apache.org/"
 34799          }
 34800        ]
 34801      },
 34802      {
 34803        "type": "library",
 34804        "bom-ref": "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar",
 34805        "publisher": "The Apache Software Foundation",
 34806        "group": "org.apache.commons",
 34807        "name": "commons-lang3",
 34808        "version": "3.9",
 34809        "description": "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.",
 34810        "hashes": [
 34811          {
 34812            "alg": "MD5",
 34813            "content": "fa752c3cb5474b05e14bf2ed7e242020"
 34814          },
 34815          {
 34816            "alg": "SHA-1",
 34817            "content": "0122c7cee69b53ed4a7681c03d4ee4c0e2765da5"
 34818          },
 34819          {
 34820            "alg": "SHA-256",
 34821            "content": "de2e1dcdcf3ef917a8ce858661a06726a9a944f28e33ad7f9e08bea44dc3c230"
 34822          },
 34823          {
 34824            "alg": "SHA-384",
 34825            "content": "6bee823962a2d92e9f5eae0d442e4ce5cd39ea1c2f89259e3aeb5ad94bb6321744955e6a412f9e1b9ad14b87a39a6512"
 34826          },
 34827          {
 34828            "alg": "SHA-512",
 34829            "content": "c6516ebaa0d83d3dfc421061a57d0f7eb30d0cf9ea05a0d5fa1c94b4d42bca211444ea9023de1a812533b88112be95cd5d9638e160afcb31c31d6570f95a9610"
 34830          },
 34831          {
 34832            "alg": "SHA3-256",
 34833            "content": "762c8d6c6f05ed7ee1dcaa30600e181f4c570726963fff43fab04a23795ec501"
 34834          },
 34835          {
 34836            "alg": "SHA3-384",
 34837            "content": "56c40427def27716d2e5c025ccb838512f902dbe17ff0812f34dca0e1c3db02b1fb48e903c23c830e2c24f9d32acae4e"
 34838          },
 34839          {
 34840            "alg": "SHA3-512",
 34841            "content": "2dd5b60623f76e9565151e0cc27846086d5f810b3f6323d473cebc1aaf87f529c6a834b94ebc3f09a9c23d3597c892fc08d8bcb9d0a491b8be9a047bacb59be8"
 34842          }
 34843        ],
 34844        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34845        "purl": "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar",
 34846        "externalReferences": [
 34847          {
 34848            "type": "issue-tracker",
 34849            "url": "http://issues.apache.org/jira/browse/LANG"
 34850          },
 34851          {
 34852            "type": "vcs",
 34853            "url": "https://git-wip-us.apache.org/repos/asf?p=commons-lang.git"
 34854          },
 34855          {
 34856            "type": "build-system",
 34857            "url": "https://builds.apache.org/"
 34858          },
 34859          {
 34860            "type": "mailing-list",
 34861            "url": "https://mail-archives.apache.org/mod_mbox/commons-user/"
 34862          },
 34863          {
 34864            "type": "website",
 34865            "url": "https://www.apache.org/"
 34866          },
 34867          {
 34868            "type": "distribution",
 34869            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 34870          }
 34871        ]
 34872      },
 34873      {
 34874        "type": "library",
 34875        "bom-ref": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.11?type=jar",
 34876        "publisher": "The Apache Software Foundation",
 34877        "group": "org.apache.httpcomponents",
 34878        "name": "httpmime",
 34879        "version": "4.5.11",
 34880        "description": "Apache HttpComponents HttpClient - MIME coded entities",
 34881        "hashes": [
 34882          {
 34883            "alg": "MD5",
 34884            "content": "16f47c544bfb653569cdcb4bc16b59d3"
 34885          },
 34886          {
 34887            "alg": "SHA-1",
 34888            "content": "a0da6f21987ce0cf521b39f97f7a4e9480b05e54"
 34889          },
 34890          {
 34891            "alg": "SHA-256",
 34892            "content": "f37078e4f9cbd845b14cc3ec5c3b9f23d882d702fef7a1a35b9e04850473f81a"
 34893          },
 34894          {
 34895            "alg": "SHA-384",
 34896            "content": "6fc54c9219273a5efc66284b9a69ddcaac856131956b13e4fa2a1aa198e18e6d0859811ea4965375da4911e9852703be"
 34897          },
 34898          {
 34899            "alg": "SHA-512",
 34900            "content": "43d6c6d3fe03bfdf34637281bc50c656e33a16301e78bdc061564438910a334b5ebe1c63ceb1d31b7602d4907bfb58c7fd2934165c8f25c3f21856f9a918ce2e"
 34901          },
 34902          {
 34903            "alg": "SHA3-256",
 34904            "content": "5c24f0f9617a6b04ee16f10f205646c0ecbadcf133d182575e78bafb1b96b39a"
 34905          },
 34906          {
 34907            "alg": "SHA3-384",
 34908            "content": "89927d620ba2c815118aeef6994a267ec348ac6f94debd98801e665a5dd53c90d05bb40839357e04352db15938aab9ee"
 34909          },
 34910          {
 34911            "alg": "SHA3-512",
 34912            "content": "57bd3caadf856254d06c14aadf85406b3f298e9c3d7787c76a972b6fec7602d81a15bde36c77445acc0c0c520e8e89f3b453fe2f554915b80f731cca457dbd92"
 34913          }
 34914        ],
 34915        "licenses": [{"license": {"id": "Apache-2.0"}}],
 34916        "purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.11?type=jar",
 34917        "externalReferences": [
 34918          {
 34919            "type": "website",
 34920            "url": "http://www.apache.org/"
 34921          },
 34922          {
 34923            "type": "issue-tracker",
 34924            "url": "http://issues.apache.org/jira/browse/HTTPCLIENT"
 34925          },
 34926          {
 34927            "type": "vcs",
 34928            "url": "https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}"
 34929          },
 34930          {
 34931            "type": "mailing-list",
 34932            "url": "http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/"
 34933          },
 34934          {
 34935            "type": "distribution",
 34936            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 34937          }
 34938        ]
 34939      },
 34940      {
 34941        "type": "library",
 34942        "bom-ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.12?type=jar",
 34943        "group": "net.sourceforge.htmlunit",
 34944        "name": "htmlunit-core-js",
 34945        "version": "2.12",
 34946        "description": "HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.",
 34947        "hashes": [
 34948          {
 34949            "alg": "MD5",
 34950            "content": "8b58c7f626469d9c54b323a316eb9fb8"
 34951          },
 34952          {
 34953            "alg": "SHA-1",
 34954            "content": "35236eaca6ed06552fde751b8fc9a071971a8aa5"
 34955          },
 34956          {
 34957            "alg": "SHA-256",
 34958            "content": "576c34188878527a81e10bac87b7d05ea5703a0a86eee8ea7f39331cbcc9c22b"
 34959          },
 34960          {
 34961            "alg": "SHA-384",
 34962            "content": "eb212c51ee70fce7602ceaa5b34b9dc487f7d0268a371e79c0a538736938ef765ba4a37b33ac6f4ad0133db062d68235"
 34963          },
 34964          {
 34965            "alg": "SHA-512",
 34966            "content": "9e3d8b611ee835d1e2a06bf80103e79bd11934103709dbc29f907f03de66320a259e990be2137f9c4ca8a2af6ad7f95b9d6995f66db2f7f7c5587d5bad2f2ff2"
 34967          },
 34968          {
 34969            "alg": "SHA3-256",
 34970            "content": "f077d6124f1dede71b0ad9a224527449c08ff72a214014f87fa53f5f816f381e"
 34971          },
 34972          {
 34973            "alg": "SHA3-384",
 34974            "content": "0fba5ff2b596a223f19a9776f9ff8d6c2cff2aa6ee825b4baa3c7a80d9ca19a1b0ad22c50f816d7053e29a4b0bb6dc22"
 34975          },
 34976          {
 34977            "alg": "SHA3-512",
 34978            "content": "1d081d8e98ade500b4c87db156fa36d3f96f2b9b2e42f68f65899f5319e0474d9f85fe2335a5935861cd3f2282394af6840c3f8de6f3f5e72b26402d4de506da"
 34979          }
 34980        ],
 34981        "licenses": [{"license": {
 34982          "id": "MPL-2.0",
 34983          "url": "http://www.mozilla.org/MPL/2.0/"
 34984        }}],
 34985        "purl": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.12?type=jar",
 34986        "externalReferences": [{
 34987          "type": "vcs",
 34988          "url": "https://github.com/htmlunit"
 34989        }]
 34990      },
 34991      {
 34992        "type": "library",
 34993        "bom-ref": "pkg:maven/xerces/xercesImpl@2.10.0?type=jar",
 34994        "group": "xerces",
 34995        "name": "xercesImpl",
 34996        "version": "2.10.0",
 34997        "description": "Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual. Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page. Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1. Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use.",
 34998        "hashes": [
 34999          {
 35000            "alg": "MD5",
 35001            "content": "6c433248d569dd471e5d2237cc31df8b"
 35002          },
 35003          {
 35004            "alg": "SHA-1",
 35005            "content": "9161654d2afe7f9063455f02ccca8e4ec2787222"
 35006          },
 35007          {
 35008            "alg": "SHA-256",
 35009            "content": "9614d23312d563c14db294e49ae03cfa9ef3f4259df27326e427aaae73819a5b"
 35010          },
 35011          {
 35012            "alg": "SHA-384",
 35013            "content": "ade7881d99f3df8219e4e2dd00a5067df1aea86cca1ff8136b7e555fd3f060e390125498a710bc89b4794e0880d2af52"
 35014          },
 35015          {
 35016            "alg": "SHA-512",
 35017            "content": "231eec53e34238330608b7cd97d99dfed0390eef7d8df22c9b61d33ffd7f2af4b0e0e7cbb4e16f3a6d097b3dbefd16236a6caf66303093db5f67c96b226f4b39"
 35018          },
 35019          {
 35020            "alg": "SHA3-256",
 35021            "content": "619bc909505524c6d56823f23f4aeb7c38f205a4d2c518264aa1ee35d39165ea"
 35022          },
 35023          {
 35024            "alg": "SHA3-384",
 35025            "content": "1c5916f11897300a0ffefe98c56bcca834d71f8eb4e4922233052b653db6f49325578f3a13b43e588f42e4e2d99e9f42"
 35026          },
 35027          {
 35028            "alg": "SHA3-512",
 35029            "content": "a52112119bbf831374b7d728b8d1ec84af67fe84eec8955f441fd189ddf4fa406b97f79ac99916d402a67208c3dfbcf09242dafa3423ac07a61332809423506c"
 35030          }
 35031        ],
 35032        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35033        "purl": "pkg:maven/xerces/xercesImpl@2.10.0?type=jar",
 35034        "externalReferences": [{
 35035          "type": "vcs",
 35036          "url": "https://svn.apache.org/repos/asf/xerces/java/"
 35037        }]
 35038      },
 35039      {
 35040        "type": "library",
 35041        "bom-ref": "pkg:maven/net.sourceforge.nekohtml/nekohtml@1.9.18?type=jar",
 35042        "group": "net.sourceforge.nekohtml",
 35043        "name": "nekohtml",
 35044        "version": "1.9.18",
 35045        "description": "An HTML parser and tag balancer.",
 35046        "hashes": [
 35047          {
 35048            "alg": "MD5",
 35049            "content": "1643a3255bb0cd64807dda0ef46f205f"
 35050          },
 35051          {
 35052            "alg": "SHA-1",
 35053            "content": "dfaa1ddd259bb04ae461d21b4f15fd0a819f7d0f"
 35054          },
 35055          {
 35056            "alg": "SHA-256",
 35057            "content": "848f79fa986831a405de4c428656373e9c3d28d0ad4e30b3ee3ee6e7755e0f39"
 35058          },
 35059          {
 35060            "alg": "SHA-384",
 35061            "content": "9aeceb77fac70502fd8408ac3d651accd5a29af065ab9a12cbf18023f2f8f52c027e514f7934f38d533f3fe14bd3d8f9"
 35062          },
 35063          {
 35064            "alg": "SHA-512",
 35065            "content": "886fa9347a5dae5009f20d8a9c3523147512f326510543402e01dd65f78c4321afff7284e0857391d56d3c14c5ef7cfde251ea9ed9f12770483f99c236c1bb4e"
 35066          },
 35067          {
 35068            "alg": "SHA3-256",
 35069            "content": "c062904d220c84062dcd85b6fc49c0c1409c271ec4eff74722005db8f9b7356d"
 35070          },
 35071          {
 35072            "alg": "SHA3-384",
 35073            "content": "6cc2eeb2b3d0812ac136ddd334f1904ea51e3d26cd6d8ef64788446c158e9c8fe9eaf8e76233bd195defc2e5fafeecdb"
 35074          },
 35075          {
 35076            "alg": "SHA3-512",
 35077            "content": "ddd489ddca5e88cbce480f28c9ee0c79eca7612b529c95887f5997a93634293cbbd5e3a1a98db0cdc4ce1ebe545ad661fa2360ec63a92ec9934843a78e10efae"
 35078          }
 35079        ],
 35080        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35081        "purl": "pkg:maven/net.sourceforge.nekohtml/nekohtml@1.9.18?type=jar",
 35082        "externalReferences": [
 35083          {
 35084            "type": "distribution",
 35085            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35086          },
 35087          {
 35088            "type": "vcs",
 35089            "url": "http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/"
 35090          }
 35091        ]
 35092      },
 35093      {
 35094        "type": "library",
 35095        "bom-ref": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.9?type=jar",
 35096        "group": "net.sourceforge.cssparser",
 35097        "name": "cssparser",
 35098        "version": "0.9.9",
 35099        "description": "A CSS parser which implements SAC (the Simple API for CSS).",
 35100        "hashes": [
 35101          {
 35102            "alg": "MD5",
 35103            "content": "eafa019528ea172c6c933f587d9591d1"
 35104          },
 35105          {
 35106            "alg": "SHA-1",
 35107            "content": "9d44bc38cf8b2edba4305a1fdb306de3b1eb2fc1"
 35108          },
 35109          {
 35110            "alg": "SHA-256",
 35111            "content": "34ae8689e8e175e5f868243fcdcc86bcb18a028639c89d798b69fe6163524c80"
 35112          },
 35113          {
 35114            "alg": "SHA-384",
 35115            "content": "96930f18b5e1559fa4ce88ef47f2eb168c39f32dcffd52080842d3fd2232f812b4896f84acc6639ab58e8e3001efcaf0"
 35116          },
 35117          {
 35118            "alg": "SHA-512",
 35119            "content": "d8fb53ec502353390d46594801428b2a9f8448c976ef9f14847a41ace89479cca76ed0edcabc40237d4799eaf60e912fbc2301f5282b57b0f44954c16b52efcf"
 35120          },
 35121          {
 35122            "alg": "SHA3-256",
 35123            "content": "404702b71996bf5e38caecf2537ed40dbe283f36d49cdc8ea036db7336399d86"
 35124          },
 35125          {
 35126            "alg": "SHA3-384",
 35127            "content": "85d24df3a0dd46ba1bf4b4d553d1956db0c65b8b9fd25697acb21ada3c4f474899b321cea36a6e08f443550844a23b0d"
 35128          },
 35129          {
 35130            "alg": "SHA3-512",
 35131            "content": "c37ccbe3fa6f528f9e57846cfce9f2e4ad027b8a4a55ddce80149fc12086024bdb7c7a55dfdb6c058491dd644dae737783172333be34109aa7a708fd36e479be"
 35132          }
 35133        ],
 35134        "licenses": [{"license": {
 35135          "name": "GNU Lesser General Public License",
 35136          "url": "http://www.gnu.org/licenses/lgpl.txt"
 35137        }}],
 35138        "purl": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.9?type=jar",
 35139        "externalReferences": [
 35140          {
 35141            "type": "issue-tracker",
 35142            "url": "http://sourceforge.net/p/cssparser/bugs/"
 35143          },
 35144          {
 35145            "type": "vcs",
 35146            "url": "http://svn.code.sf.net/p/cssparser/code/tags/cssparser-0.9.9"
 35147          },
 35148          {
 35149            "type": "distribution",
 35150            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35151          }
 35152        ]
 35153      },
 35154      {
 35155        "type": "library",
 35156        "bom-ref": "pkg:maven/org.w3c.css/sac@1.3?type=jar",
 35157        "publisher": "World Wide Web Consortium",
 35158        "group": "org.w3c.css",
 35159        "name": "sac",
 35160        "version": "1.3",
 35161        "description": "SAC is a standard interface for CSS parsers.",
 35162        "hashes": [
 35163          {
 35164            "alg": "MD5",
 35165            "content": "eb04fa63fc70c722f2b8ec156166343b"
 35166          },
 35167          {
 35168            "alg": "SHA-1",
 35169            "content": "cdb2dcb4e22b83d6b32b93095f644c3462739e82"
 35170          },
 35171          {
 35172            "alg": "SHA-256",
 35173            "content": "003785669f921aafe4f137468dd20a01a36111e94fd7449f26c16e7924d82d23"
 35174          },
 35175          {
 35176            "alg": "SHA-384",
 35177            "content": "0d7f2004e17d6d6709e71e91a04069163f0bf5db5f1740e571cc9f98b19e83d479a28f6ceb3ce72e0daafe3fbcd5b684"
 35178          },
 35179          {
 35180            "alg": "SHA-512",
 35181            "content": "2e8e54a7426fde22f27add41bbd6c002d386377008eca83659083b91070e5be7d5579105fc0113319fdb323bb70795eb6a8cf9877b6c0dcc3349661a926ff547"
 35182          },
 35183          {
 35184            "alg": "SHA3-256",
 35185            "content": "c6ed2339cb02fdf058cc660fa74c6f736c0a71e8341da443bb1e94fda671d541"
 35186          },
 35187          {
 35188            "alg": "SHA3-384",
 35189            "content": "097339f35cc2f3da500a676d1d8ad6e4c6b26801d8107e928edc8ff8916db86fa64745f3e441ac0ae8a91a2273e4f934"
 35190          },
 35191          {
 35192            "alg": "SHA3-512",
 35193            "content": "4f6efe3e15d0bea59bc1eaeecbbedadf10fd49e84a57a934e499c1bd0dc421d8a4a25ad99fdbe1faf2242a66e5732d9f3a97f3f534a6fd585c7d59b0db7d5208"
 35194          }
 35195        ],
 35196        "licenses": [{"license": {
 35197          "name": "The W3C Software License",
 35198          "url": "http://www.w3.org/Consortium/Legal/copyright-software-19980720"
 35199        }}],
 35200        "purl": "pkg:maven/org.w3c.css/sac@1.3?type=jar",
 35201        "externalReferences": [
 35202          {
 35203            "type": "website",
 35204            "url": "http://www.w3.org/"
 35205          },
 35206          {
 35207            "type": "mailing-list",
 35208            "url": "http://lists.w3.org/Archives/Public/www-style/"
 35209          }
 35210        ]
 35211      },
 35212      {
 35213        "type": "library",
 35214        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-websocket@8.1.9.v20130131?type=jar",
 35215        "publisher": "Mort Bay Consulting",
 35216        "group": "org.eclipse.jetty",
 35217        "name": "jetty-websocket",
 35218        "version": "8.1.9.v20130131",
 35219        "description": "Administrative parent pom for Jetty modules",
 35220        "hashes": [
 35221          {
 35222            "alg": "MD5",
 35223            "content": "6ccee5d8e29d45f2da18c66984650c2c"
 35224          },
 35225          {
 35226            "alg": "SHA-1",
 35227            "content": "4f9978b63c6c2aeb0e86ddd249d0269469aa4693"
 35228          },
 35229          {
 35230            "alg": "SHA-256",
 35231            "content": "77f54e40d14a59d71e6e136dd4f66c99afc90f8e12d5129c4112f54de45efd00"
 35232          },
 35233          {
 35234            "alg": "SHA-384",
 35235            "content": "db37e445ffbf06f533fa359a053bca518d200460b621bf1613755f67a1844576f0cd9e11c206091d3391e43d71f76e8d"
 35236          },
 35237          {
 35238            "alg": "SHA-512",
 35239            "content": "ac1c8c2570e25796ab0dfcde83d28813d2b7d6cb5b9014ddddecca20defcf565ce72b46a538be237bfcadfb906c2b1378f8e58745dd826d9fbd758943554c9ca"
 35240          },
 35241          {
 35242            "alg": "SHA3-256",
 35243            "content": "bef059a08a6eb121be1c5e66669dafb76fedd91bac2da8000a568f449d5e72ac"
 35244          },
 35245          {
 35246            "alg": "SHA3-384",
 35247            "content": "f25851ce5011913123a8ad38b2bf089214148af3ae01ce508fbd6a00da6d984f93045f370cbd23ec9b6ce398cfad8652"
 35248          },
 35249          {
 35250            "alg": "SHA3-512",
 35251            "content": "355aeceee262ea6d1521e08da627eb5e63a2adf57264e76e938ff30eead11f8fa9ee1a5e1f4b5c40b8234a7f9cb3e8c3a3f746a52f915b3bebf120a6548d8b5f"
 35252          }
 35253        ],
 35254        "licenses": [
 35255          {"license": {"id": "Apache-2.0"}},
 35256          {"license": {"id": "EPL-1.0"}}
 35257        ],
 35258        "purl": "pkg:maven/org.eclipse.jetty/jetty-websocket@8.1.9.v20130131?type=jar",
 35259        "externalReferences": [
 35260          {
 35261            "type": "vcs",
 35262            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 35263          },
 35264          {
 35265            "type": "website",
 35266            "url": "http://www.mortbay.com"
 35267          },
 35268          {
 35269            "type": "distribution",
 35270            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35271          },
 35272          {
 35273            "type": "issue-tracker",
 35274            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 35275          },
 35276          {
 35277            "type": "mailing-list",
 35278            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 35279          }
 35280        ]
 35281      },
 35282      {
 35283        "type": "library",
 35284        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.9.v20130131?type=jar",
 35285        "publisher": "Mort Bay Consulting",
 35286        "group": "org.eclipse.jetty",
 35287        "name": "jetty-util",
 35288        "version": "8.1.9.v20130131",
 35289        "description": "Utility classes for Jetty",
 35290        "hashes": [
 35291          {
 35292            "alg": "MD5",
 35293            "content": "a52cf7e17ec585b988b0fc2ec56c7360"
 35294          },
 35295          {
 35296            "alg": "SHA-1",
 35297            "content": "2338efe0214142791766e97c62b6414f4df1d1be"
 35298          },
 35299          {
 35300            "alg": "SHA-256",
 35301            "content": "08d0e36de6450ba8ddd8ff2ea3ba105a41cf3e777ff752d9056aed9ea6cf7d18"
 35302          },
 35303          {
 35304            "alg": "SHA-384",
 35305            "content": "112cc2c09646180b929bac9b15ce1d7433cc86ca4c600ab30ca1ae599759844229a0e24036b64be54c4f15a3dfaf2365"
 35306          },
 35307          {
 35308            "alg": "SHA-512",
 35309            "content": "c0e1f01fc4ba6d6fbf4b70f1cedacf91f1aa3b0668a9d5cc41e3cdb556787b6b9a51a4c508b58366e27022766869f15701cc218da23a5be654d862d7a6ee4595"
 35310          },
 35311          {
 35312            "alg": "SHA3-256",
 35313            "content": "b7ce3dad38c988c43a69595467bebd23fb8d6fa4944f4626c7f745ab128f5d71"
 35314          },
 35315          {
 35316            "alg": "SHA3-384",
 35317            "content": "3a74575f3e7f1603f4a54a9940c4b1eeb7ccae6beea9f4e77a2f40dac02059a8434de1b1cecd0c6e449c6a8b67bd991d"
 35318          },
 35319          {
 35320            "alg": "SHA3-512",
 35321            "content": "6d68d21e9f0ebe9ced46eb90d4c47d25236889f11efc905318e565abf63a0bed033e483e26a8274f95eb35a4ea588fe9f4c61ce5e26dc69ab32d7b660b112679"
 35322          }
 35323        ],
 35324        "licenses": [
 35325          {"license": {"id": "Apache-2.0"}},
 35326          {"license": {"id": "EPL-1.0"}}
 35327        ],
 35328        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.9.v20130131?type=jar",
 35329        "externalReferences": [
 35330          {
 35331            "type": "vcs",
 35332            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 35333          },
 35334          {
 35335            "type": "website",
 35336            "url": "http://www.mortbay.com"
 35337          },
 35338          {
 35339            "type": "distribution",
 35340            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35341          },
 35342          {
 35343            "type": "issue-tracker",
 35344            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 35345          },
 35346          {
 35347            "type": "mailing-list",
 35348            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 35349          }
 35350        ]
 35351      },
 35352      {
 35353        "type": "library",
 35354        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.9.v20130131?type=jar",
 35355        "publisher": "Mort Bay Consulting",
 35356        "group": "org.eclipse.jetty",
 35357        "name": "jetty-io",
 35358        "version": "8.1.9.v20130131",
 35359        "description": "Administrative parent pom for Jetty modules",
 35360        "hashes": [
 35361          {
 35362            "alg": "MD5",
 35363            "content": "532b831b95d1708af885273506ba2c47"
 35364          },
 35365          {
 35366            "alg": "SHA-1",
 35367            "content": "de651e17e25c889e3b489f3e3782943bc0f59d75"
 35368          },
 35369          {
 35370            "alg": "SHA-256",
 35371            "content": "6a0e4ff4b8d213d33608a400f37ef5b366686998ea538faf092a03e9055d11ab"
 35372          },
 35373          {
 35374            "alg": "SHA-384",
 35375            "content": "2a5a6042eb216bf8703c89812fb611f7dde24e83600478bc0ad499d135dc174df384dbc67f82e8aa37ee0b302aae6e7b"
 35376          },
 35377          {
 35378            "alg": "SHA-512",
 35379            "content": "650058d2003f5c5ec8c052ea178ea1d29bac13b4287a7b6eba561dc15279c014ecb8c707e4cc3717dc8c7f81da7a9931b24321b24061bf6c16533e7741a2c085"
 35380          },
 35381          {
 35382            "alg": "SHA3-256",
 35383            "content": "7c7fd10d4e35bf07efd62123fd8a1fdd4170277810dbb21c2953d4a53ec58540"
 35384          },
 35385          {
 35386            "alg": "SHA3-384",
 35387            "content": "f12deb91b2a840c3fc80ccef8b6215038771ee588e024b3d93d24bf96907887c00bd1037dc4f722cc5d774b2428ce678"
 35388          },
 35389          {
 35390            "alg": "SHA3-512",
 35391            "content": "4b92eacee344cd7d3139d348a70e438100bd7d6c8f11d6e5bb1e275058a26116c9b07ceacbdf04d49400e9b7e25568d3923c3f51339a11a3643bbf21c4b580ec"
 35392          }
 35393        ],
 35394        "licenses": [
 35395          {"license": {"id": "Apache-2.0"}},
 35396          {"license": {"id": "EPL-1.0"}}
 35397        ],
 35398        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.9.v20130131?type=jar",
 35399        "externalReferences": [
 35400          {
 35401            "type": "vcs",
 35402            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 35403          },
 35404          {
 35405            "type": "website",
 35406            "url": "http://www.mortbay.com"
 35407          },
 35408          {
 35409            "type": "distribution",
 35410            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35411          },
 35412          {
 35413            "type": "issue-tracker",
 35414            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 35415          },
 35416          {
 35417            "type": "mailing-list",
 35418            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 35419          }
 35420        ]
 35421      },
 35422      {
 35423        "type": "library",
 35424        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.9.v20130131?type=jar",
 35425        "publisher": "Mort Bay Consulting",
 35426        "group": "org.eclipse.jetty",
 35427        "name": "jetty-http",
 35428        "version": "8.1.9.v20130131",
 35429        "description": "Administrative parent pom for Jetty modules",
 35430        "hashes": [
 35431          {
 35432            "alg": "MD5",
 35433            "content": "0e2bd340307790c9a807f5ca8d1832b5"
 35434          },
 35435          {
 35436            "alg": "SHA-1",
 35437            "content": "95935e9e9e52b6240c27730c0e0f97a9a89cd420"
 35438          },
 35439          {
 35440            "alg": "SHA-256",
 35441            "content": "50589607617d01ab2979ece6ea9cc40d36ae7ff180128b7047fecd79d07d0a1b"
 35442          },
 35443          {
 35444            "alg": "SHA-384",
 35445            "content": "d7e358672fd31ba074c15fa277c71aad6b0907150e2eaaa8e2ee161e59fe12f3acca062ef4126d639ec33e5ae3874881"
 35446          },
 35447          {
 35448            "alg": "SHA-512",
 35449            "content": "94e124d0730534e4bce6042c7d95b216d8bd40647b9c6a07694c7b34e2b740da2fc28bb0873be4d5c04b2f08c50f7c8ac620f99bacd9a9f43a9a3088452c2e4a"
 35450          },
 35451          {
 35452            "alg": "SHA3-256",
 35453            "content": "f91289d74dc7bb0b914884f5d6d7595f60370b93105e9018ff6e120179e7f0da"
 35454          },
 35455          {
 35456            "alg": "SHA3-384",
 35457            "content": "61fe37227bb686287ae240b36ac4388c7e909603eafe84769b1b25c3ab76af7f22cea5474f9bafcee4912eeb2dc9b778"
 35458          },
 35459          {
 35460            "alg": "SHA3-512",
 35461            "content": "93af915af9ae8ae66fe876d36401b8c83c937fbb5b291daebfa69ef28f25c3a57043dd158fd6356d7ef5806c0df4983f0a1d0689464bf808c92ef9bf1218d505"
 35462          }
 35463        ],
 35464        "licenses": [
 35465          {"license": {"id": "Apache-2.0"}},
 35466          {"license": {"id": "EPL-1.0"}}
 35467        ],
 35468        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.9.v20130131?type=jar",
 35469        "externalReferences": [
 35470          {
 35471            "type": "vcs",
 35472            "url": "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree"
 35473          },
 35474          {
 35475            "type": "website",
 35476            "url": "http://www.mortbay.com"
 35477          },
 35478          {
 35479            "type": "distribution",
 35480            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35481          },
 35482          {
 35483            "type": "issue-tracker",
 35484            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty"
 35485          },
 35486          {
 35487            "type": "mailing-list",
 35488            "url": "http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 35489          }
 35490        ]
 35491      },
 35492      {
 35493        "type": "library",
 35494        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@2.35.0?type=jar",
 35495        "group": "org.seleniumhq.selenium",
 35496        "name": "selenium-firefox-driver",
 35497        "version": "2.35.0",
 35498        "description": "Browser automation framework",
 35499        "hashes": [
 35500          {
 35501            "alg": "MD5",
 35502            "content": "f7935e5199c2262d092aa5034fbddd88"
 35503          },
 35504          {
 35505            "alg": "SHA-1",
 35506            "content": "d40e3d71f29eef2e494c67e952128f1c371e669b"
 35507          },
 35508          {
 35509            "alg": "SHA-256",
 35510            "content": "67df9c47e44f749a365a7b5fed4442c22039b591e510355f9d0ca8705b6a4436"
 35511          },
 35512          {
 35513            "alg": "SHA-384",
 35514            "content": "b7666588d4f8b91e53c78df63b6e2c7a2317353e1651b7dfdb49ad8924a5e9e05bfe955c784a2128f0184701926fbfcc"
 35515          },
 35516          {
 35517            "alg": "SHA-512",
 35518            "content": "34e2d7f3ff6622c43d94a6be0a628d36a6cf5365026bc7f605e2480d28ce725f70714be335ca52844e80e56848ef927dab3864fc9a15b6dfc8e5d1c56b2cf3fe"
 35519          },
 35520          {
 35521            "alg": "SHA3-256",
 35522            "content": "425959ae04df7803ab4ce4a3d70774ce233cc53cbceeb8efea96f7ed67f1b88d"
 35523          },
 35524          {
 35525            "alg": "SHA3-384",
 35526            "content": "c41c5e629b2211e0fb652b80f72b0bec7d56f06ee998331e3c612bb33c6e382b4ae1b3fe00cc4d6148e9b44cb691099e"
 35527          },
 35528          {
 35529            "alg": "SHA3-512",
 35530            "content": "03d3732350ca26c4832775d7fef943b74033db254eb21e809a72bf02e0df45e71f6c5fba2e5a3b7edb6a1fd6f80b0b44a2ae5f80900e04adc5df8bf3391b62f0"
 35531          }
 35532        ],
 35533        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35534        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@2.35.0?type=jar",
 35535        "externalReferences": [
 35536          {
 35537            "type": "distribution",
 35538            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35539          },
 35540          {
 35541            "type": "vcs",
 35542            "url": "http://selenium.googlecode.com/svn"
 35543          }
 35544        ]
 35545      },
 35546      {
 35547        "type": "library",
 35548        "bom-ref": "pkg:maven/org.apache.commons/commons-exec@1.1?type=jar",
 35549        "publisher": "The Apache Software Foundation",
 35550        "group": "org.apache.commons",
 35551        "name": "commons-exec",
 35552        "version": "1.1",
 35553        "description": "A library to reliably execute external processes from within the JVM",
 35554        "hashes": [
 35555          {
 35556            "alg": "MD5",
 35557            "content": "74ec90baf201f7dea71272f09cac30bd"
 35558          },
 35559          {
 35560            "alg": "SHA-1",
 35561            "content": "07dfdf16fade726000564386825ed6d911a44ba1"
 35562          },
 35563          {
 35564            "alg": "SHA-256",
 35565            "content": "e969402c143f527967fdfec29ce756a75e29ea0f3104bf99ab3406dac03a6767"
 35566          },
 35567          {
 35568            "alg": "SHA-384",
 35569            "content": "bf7a5596baafad17428ee885f71e1ac6ffa29bf37e0d7f43db8f9a398b5a39e308a6d265bb217b7ef36b3edb6180940d"
 35570          },
 35571          {
 35572            "alg": "SHA-512",
 35573            "content": "8fbf142d3e8abb2fc028e02fb925405dc6fa0ef0701125027c572bb8c173b07c41e3b5dd899ca836e94f4578ddfe39051be1af528df0d3723c31871de0d735f8"
 35574          },
 35575          {
 35576            "alg": "SHA3-256",
 35577            "content": "980c22bc897c6c48b231feff85174198f5f66d4fc319fe023b2935ebf77bb706"
 35578          },
 35579          {
 35580            "alg": "SHA3-384",
 35581            "content": "ca78928c80f668788f56c0db003489545cef89fdfbdce3a17b6bdafa20c1e86dcfffcdfe978b702f83d9c5d2d3730fb0"
 35582          },
 35583          {
 35584            "alg": "SHA3-512",
 35585            "content": "c7cb78617b5c09058774f7a1209cd11ff35cd911f9427fc48d206b1d5dd507b71af6a310f82b5f7d101b6bd226aa29cbcf1249ddb5727dd81c66f22814f0d380"
 35586          }
 35587        ],
 35588        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35589        "purl": "pkg:maven/org.apache.commons/commons-exec@1.1?type=jar",
 35590        "externalReferences": [
 35591          {
 35592            "type": "issue-tracker",
 35593            "url": "http://issues.apache.org/jira/browse/EXEC"
 35594          },
 35595          {
 35596            "type": "vcs",
 35597            "url": "http://svn.apache.org/viewvc/commons/proper/exec/tags/COMMONS_EXEC_1_1_RC1"
 35598          },
 35599          {
 35600            "type": "build-system",
 35601            "url": "http://vmbuild.apache.org/continuum/"
 35602          },
 35603          {
 35604            "type": "mailing-list",
 35605            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 35606          },
 35607          {
 35608            "type": "website",
 35609            "url": "http://www.apache.org/"
 35610          },
 35611          {
 35612            "type": "distribution",
 35613            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 35614          }
 35615        ]
 35616      },
 35617      {
 35618        "type": "library",
 35619        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@2.35.0?type=jar",
 35620        "group": "org.seleniumhq.selenium",
 35621        "name": "selenium-ie-driver",
 35622        "version": "2.35.0",
 35623        "description": "Browser automation framework",
 35624        "hashes": [
 35625          {
 35626            "alg": "MD5",
 35627            "content": "fbc0f889f1f4d97a2fddde1405343bde"
 35628          },
 35629          {
 35630            "alg": "SHA-1",
 35631            "content": "efa54690faf0e33f63fd230116395affaabd9104"
 35632          },
 35633          {
 35634            "alg": "SHA-256",
 35635            "content": "9e5855b9a11257e2352c4141fac253de81fd81a0412e4465b5f95c0de374e35e"
 35636          },
 35637          {
 35638            "alg": "SHA-384",
 35639            "content": "96b52acd199eaba45800e4183dfe4d87f03d782fbf4f05f27d8d538b90f6d858e589e3fc10451f2e2b37478a57d8f2a8"
 35640          },
 35641          {
 35642            "alg": "SHA-512",
 35643            "content": "99a3a74743682dc5d5a5ae1125f2e71d37d15bc7d6be4427e17fd04ad103be90d7c13aa88d184c6741729c785ae9a193581bcab685a1c9c621b35bbb6a76e30c"
 35644          },
 35645          {
 35646            "alg": "SHA3-256",
 35647            "content": "28de05a91f428d12e5e0b1b5e64e5288c63bf34a5b592586b3926f979dadb959"
 35648          },
 35649          {
 35650            "alg": "SHA3-384",
 35651            "content": "c2279adcdc0aeda531326cd058626e0e30122c83b998d1513cad25eba3e32abbe914a003fd56eea572a8200e0c7f6ab5"
 35652          },
 35653          {
 35654            "alg": "SHA3-512",
 35655            "content": "a7da8284d6f348404fea5cf5ed6a34500347fc9e888c6fcfd9d019ee3d09bea8909c0085a934b435bdde113e2f602160b08642d16ad3cff9dd17e276ee9964b7"
 35656          }
 35657        ],
 35658        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35659        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@2.35.0?type=jar",
 35660        "externalReferences": [
 35661          {
 35662            "type": "distribution",
 35663            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35664          },
 35665          {
 35666            "type": "vcs",
 35667            "url": "http://selenium.googlecode.com/svn"
 35668          }
 35669        ]
 35670      },
 35671      {
 35672        "type": "library",
 35673        "bom-ref": "pkg:maven/net.java.dev.jna/platform@3.4.0?type=jar",
 35674        "group": "net.java.dev.jna",
 35675        "name": "platform",
 35676        "version": "3.4.0",
 35677        "description": "Java Native Access Platform",
 35678        "hashes": [
 35679          {
 35680            "alg": "MD5",
 35681            "content": "c5057d6dc3a531708e4a91249fadda3f"
 35682          },
 35683          {
 35684            "alg": "SHA-1",
 35685            "content": "e3f70017be8100d3d6923f50b3d2ee17714e9c13"
 35686          },
 35687          {
 35688            "alg": "SHA-256",
 35689            "content": "ea89d5090c8303ba4e9a0056e6d8a20429f3e021411e950bfd9eba3b6e6cf15c"
 35690          },
 35691          {
 35692            "alg": "SHA-384",
 35693            "content": "f7112e2d67595f8554a0aa72fadab872281afedfc7fd0013590300a48feb38dbc270d497dd15b92f6c73d0d9a286a89d"
 35694          },
 35695          {
 35696            "alg": "SHA-512",
 35697            "content": "a89db5e82b44181d1b76ab9a7c1a0156f0511374a0d2c374ed815d4941f8566da0864e14492c85041938286dc2b27b8b0ed32188fa30e2e6286bc6f15339f7d3"
 35698          },
 35699          {
 35700            "alg": "SHA3-256",
 35701            "content": "ef7e3c22120bb98ae347aceb982e23fc8cb58cb1cbf1fe2ce206865b52a0d826"
 35702          },
 35703          {
 35704            "alg": "SHA3-384",
 35705            "content": "9f02e57719d009fad600d60ac09e8c7f8ac2e8a9801fba565c9965c5d1525bbfc9add02d6b68bc8dc77694ed692607e6"
 35706          },
 35707          {
 35708            "alg": "SHA3-512",
 35709            "content": "3a3fa2439540a43f99b87c16772191ff54845e8c74c0f189f55ffd22f895ab06c7cf2e7966596ec90b4c7c58e7c33be796327f9d40b8c38d2991b39dd57f16f0"
 35710          }
 35711        ],
 35712        "licenses": [{"license": {
 35713          "name": "LGPL, version 2.1",
 35714          "url": "http://creativecommons.org/licenses/LGPL/2.1/"
 35715        }}],
 35716        "purl": "pkg:maven/net.java.dev.jna/platform@3.4.0?type=jar",
 35717        "externalReferences": [{
 35718          "type": "vcs",
 35719          "url": "https://github.com/twall/jna"
 35720        }]
 35721      },
 35722      {
 35723        "type": "library",
 35724        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-iphone-driver@2.35.0?type=jar",
 35725        "group": "org.seleniumhq.selenium",
 35726        "name": "selenium-iphone-driver",
 35727        "version": "2.35.0",
 35728        "description": "Browser automation framework",
 35729        "hashes": [
 35730          {
 35731            "alg": "MD5",
 35732            "content": "eca69e1c57e55f50fff5f32c5832463d"
 35733          },
 35734          {
 35735            "alg": "SHA-1",
 35736            "content": "32c4a9f92c08dd379699dcbd4f231db4c1e23f63"
 35737          },
 35738          {
 35739            "alg": "SHA-256",
 35740            "content": "101b9cb7b650235bf2c115c939c46a60b4deeaba5f577e2675670adb44aca9af"
 35741          },
 35742          {
 35743            "alg": "SHA-384",
 35744            "content": "f26097f985758231d1ab8150fb5c4728a133e0acf74645c8e0e138c708262715a6e37629b49437a53437f22b1106bc8d"
 35745          },
 35746          {
 35747            "alg": "SHA-512",
 35748            "content": "f910f67ff4d3acdecda15e615287df09f2195dd8b724824cc057a952cdad442700a8888c6e3cea6d0f138458101b3145c33fa448db16ab0391d1fc6fa11cc4c6"
 35749          },
 35750          {
 35751            "alg": "SHA3-256",
 35752            "content": "71b0407301b9eaf14e19a5f3939da27f0426a66e7ce96481e5d0c90fca0f3407"
 35753          },
 35754          {
 35755            "alg": "SHA3-384",
 35756            "content": "bad67b88468a40e110402144055333ebd72ce97cba47c6de094dabc7cab87d24e121c8552842efc9e7ebdfc1696c478b"
 35757          },
 35758          {
 35759            "alg": "SHA3-512",
 35760            "content": "47b7b9d5e6d254d41e93e0d91a5145a62ebef06853571bd947773697ea32230aed3800c323221a17b8878bb15f20e4d008d5e381fbd815708d26c1afec591cff"
 35761          }
 35762        ],
 35763        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35764        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-iphone-driver@2.35.0?type=jar",
 35765        "externalReferences": [
 35766          {
 35767            "type": "distribution",
 35768            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35769          },
 35770          {
 35771            "type": "vcs",
 35772            "url": "http://selenium.googlecode.com/svn"
 35773          }
 35774        ]
 35775      },
 35776      {
 35777        "type": "library",
 35778        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@2.35.0?type=jar",
 35779        "group": "org.seleniumhq.selenium",
 35780        "name": "selenium-safari-driver",
 35781        "version": "2.35.0",
 35782        "description": "Browser automation framework",
 35783        "hashes": [
 35784          {
 35785            "alg": "MD5",
 35786            "content": "a188769c942cc6c7320c0e6ee7fa9904"
 35787          },
 35788          {
 35789            "alg": "SHA-1",
 35790            "content": "1f59bf47f6e893318cfb15093027ef9279e26828"
 35791          },
 35792          {
 35793            "alg": "SHA-256",
 35794            "content": "e12841b3496c6293d740ce86bee0bf4b0ee706680afd1597f69c8cef363630d7"
 35795          },
 35796          {
 35797            "alg": "SHA-384",
 35798            "content": "26f40c9ba9b54fb89c3edc6fdd9e500273ae09cb1a7b28bf5fe80e3c8c5c60c94cf0dc620d0189012f8cb1912c960151"
 35799          },
 35800          {
 35801            "alg": "SHA-512",
 35802            "content": "3b8c626a4675257b0e883f5adfc3fe14569ca1911d9690b30c5e73b834773b1a91a1b429ab310f2d96fe4fd64a3b39943a46105af4534005407cf981bafc628c"
 35803          },
 35804          {
 35805            "alg": "SHA3-256",
 35806            "content": "c9941240c2562513d854610340dabab8de0e985439afc4584bb827c79811a98f"
 35807          },
 35808          {
 35809            "alg": "SHA3-384",
 35810            "content": "09f5a771cfeb1454ec068aea6b4848aaa2c4781188565e578be0aa72f1be017a23bddb675aa8f619d7f4a6dfc9c8e0a7"
 35811          },
 35812          {
 35813            "alg": "SHA3-512",
 35814            "content": "ad97a19f82ff14ff9acb43573bca1c5feb5ca57c36f6cf1353ada158ed89e95154f42a6a9549109e54cc03b7af658ec603bfb575d8263f30eb16fbbaaddee887"
 35815          }
 35816        ],
 35817        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35818        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@2.35.0?type=jar",
 35819        "externalReferences": [
 35820          {
 35821            "type": "distribution",
 35822            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35823          },
 35824          {
 35825            "type": "vcs",
 35826            "url": "http://selenium.googlecode.com/svn"
 35827          }
 35828        ]
 35829      },
 35830      {
 35831        "type": "library",
 35832        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-support@2.35.0?type=jar",
 35833        "group": "org.seleniumhq.selenium",
 35834        "name": "selenium-support",
 35835        "version": "2.35.0",
 35836        "description": "Browser automation framework",
 35837        "hashes": [
 35838          {
 35839            "alg": "MD5",
 35840            "content": "d2912f839c16ed8ff53d20b24cdb3b14"
 35841          },
 35842          {
 35843            "alg": "SHA-1",
 35844            "content": "2322916dc4c066a7e60628b92eca8f55385d871e"
 35845          },
 35846          {
 35847            "alg": "SHA-256",
 35848            "content": "43abf3bc800c944ed082713fb8f68704313628b3954f0ae040eedb21c5b4381d"
 35849          },
 35850          {
 35851            "alg": "SHA-384",
 35852            "content": "a667114e232eabb44d0c8b126ab503ac28742698f427ef481cdd80a857147766de5edb8669e7dd1563d029e87d1f6d53"
 35853          },
 35854          {
 35855            "alg": "SHA-512",
 35856            "content": "fb372d1ad4ed95ac818c8c4408d2bd133006033ca34ea1b5200312e85d8683b0b9c83d3895fa1d7822d2d92226cc74ef8f0691f49b6c386ec77b5435d1e8a33b"
 35857          },
 35858          {
 35859            "alg": "SHA3-256",
 35860            "content": "bfdc60ea0a8c0ee77cc81ccccfe75f5ff69a62a1ca2696c9189f9e30a047ec38"
 35861          },
 35862          {
 35863            "alg": "SHA3-384",
 35864            "content": "237ee8bce3bf8861e0229461f3bc7f0e5f60e5ae8db5cf02b374e1a8b414ceafaeb4f004f00183c2316c3db91e64ed63"
 35865          },
 35866          {
 35867            "alg": "SHA3-512",
 35868            "content": "cf0e7c3e968e13db3080b40db94c15a6e92318a264a5b970caba3ae67f3054535590f3dc95b7b31c35209570597ab45a88e2e3e9ac6b660ba9e029a73caae0a9"
 35869          }
 35870        ],
 35871        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35872        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-support@2.35.0?type=jar",
 35873        "externalReferences": [
 35874          {
 35875            "type": "distribution",
 35876            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35877          },
 35878          {
 35879            "type": "vcs",
 35880            "url": "http://selenium.googlecode.com/svn"
 35881          }
 35882        ]
 35883      },
 35884      {
 35885        "type": "library",
 35886        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-api@2.35.0?type=jar",
 35887        "group": "org.seleniumhq.selenium",
 35888        "name": "selenium-api",
 35889        "version": "2.35.0",
 35890        "description": "Browser automation framework",
 35891        "hashes": [
 35892          {
 35893            "alg": "MD5",
 35894            "content": "b4544e64e87e5c0b5fe9964a8639406f"
 35895          },
 35896          {
 35897            "alg": "SHA-1",
 35898            "content": "2083f2171af66677c2f90cf3cceb2e740bdf333e"
 35899          },
 35900          {
 35901            "alg": "SHA-256",
 35902            "content": "0e64067092f6e7ff0163d4a9470f93d9e3cb5a2f4cf909289b7e97c565f0e523"
 35903          },
 35904          {
 35905            "alg": "SHA-384",
 35906            "content": "195b91c3850b2986573e3200394c087ceca7d7cd21435147354aa5bd8f20be795cabdcc21ae2fda2732e69ee18df6359"
 35907          },
 35908          {
 35909            "alg": "SHA-512",
 35910            "content": "0ae4d660d59cffaa84ab1513677edd37e8adce9e7db3cf252c36f34cdfda7d4d5f4c3a76d83f9300bb57349152c1734600e4c12e50406faec0e90cbe5a17a016"
 35911          },
 35912          {
 35913            "alg": "SHA3-256",
 35914            "content": "40319442247a45760a7461a9816b383acf76ccf900dab74f0c8288d772c90052"
 35915          },
 35916          {
 35917            "alg": "SHA3-384",
 35918            "content": "8590ef360cc722c12b20a2d81f617948bc379b8c6b7672cc039207d6302abbc8210210adb572fea2e3f88516b0ca7054"
 35919          },
 35920          {
 35921            "alg": "SHA3-512",
 35922            "content": "e39021816505129ec14a7bade6d4b417284472c6d35b4bdecc4bfaf41adc1d70f16b9f1f63337188e82b26b558e09c33b178c81652e09c88b88f3cc7a811272d"
 35923          }
 35924        ],
 35925        "licenses": [{"license": {"id": "Apache-2.0"}}],
 35926        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-api@2.35.0?type=jar",
 35927        "externalReferences": [
 35928          {
 35929            "type": "distribution",
 35930            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 35931          },
 35932          {
 35933            "type": "vcs",
 35934            "url": "http://selenium.googlecode.com/svn"
 35935          }
 35936        ]
 35937      },
 35938      {
 35939        "type": "library",
 35940        "bom-ref": "pkg:maven/org.webbitserver/webbit@0.4.14?type=jar",
 35941        "group": "org.webbitserver",
 35942        "name": "webbit",
 35943        "version": "0.4.14",
 35944        "description": "A Java event based WebSocket and HTTP server",
 35945        "hashes": [
 35946          {
 35947            "alg": "MD5",
 35948            "content": "2557525150b95159e58c88f5e06e1a0a"
 35949          },
 35950          {
 35951            "alg": "SHA-1",
 35952            "content": "3bf3f17fe41fb34c4d98663957ec0795a6b6653e"
 35953          },
 35954          {
 35955            "alg": "SHA-256",
 35956            "content": "3dce8681b6afebf1704d307f5124963723515bf75c586a525ef68f3720743bca"
 35957          },
 35958          {
 35959            "alg": "SHA-384",
 35960            "content": "fdd424a3cee4f096c0fc6d44a9a447cba316a24917675232fecbe5acc26eb9010058dc9345a6020dc362b7313995be79"
 35961          },
 35962          {
 35963            "alg": "SHA-512",
 35964            "content": "0d3905321a6873faea703c1bb560f1340e1a0e3ed68ce08ea7a89a0433c3f034ebae8f2d2bdaa6d50e732a08e65eff37fb1d81ddfb666e15cc7978971e5a5246"
 35965          },
 35966          {
 35967            "alg": "SHA3-256",
 35968            "content": "f4c62797d4f6b502b31c25c6799dcdae3a979606c55e0e149ec8130fdd60ca40"
 35969          },
 35970          {
 35971            "alg": "SHA3-384",
 35972            "content": "38a7c56cdfa84ebd40f0710cc15e378082bb1eacec633c9f48f95df4659ca34f58e6ad16cca306ec6da7b17ab550bf1d"
 35973          },
 35974          {
 35975            "alg": "SHA3-512",
 35976            "content": "3b00c6caffa0dc037d9e3b889f776ebd88c6dc3e5b52760c0f4d5548c578953a4d9af4f243885e30678ccd2b923c44d41bc7cc1f43cc114da4c876b119082657"
 35977          }
 35978        ],
 35979        "licenses": [{"license": {
 35980          "name": "BSD License",
 35981          "url": "http://www.opensource.org/licenses/bsd-license"
 35982        }}],
 35983        "purl": "pkg:maven/org.webbitserver/webbit@0.4.14?type=jar",
 35984        "externalReferences": [
 35985          {
 35986            "type": "distribution",
 35987            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 35988          },
 35989          {
 35990            "type": "vcs",
 35991            "url": "http://svn.sonatype.org/spice/tags/oss-parent-6"
 35992          }
 35993        ]
 35994      },
 35995      {
 35996        "type": "library",
 35997        "bom-ref": "pkg:maven/io.netty/netty@3.5.2.Final?type=jar",
 35998        "publisher": "The Netty Project",
 35999        "group": "io.netty",
 36000        "name": "netty",
 36001        "version": "3.5.2.Final",
 36002        "description": "The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.",
 36003        "hashes": [
 36004          {
 36005            "alg": "MD5",
 36006            "content": "2d75cefef03243943a3673d452b57f1f"
 36007          },
 36008          {
 36009            "alg": "SHA-1",
 36010            "content": "e6fb74a0699abe108969b2ec1f269391169a0426"
 36011          },
 36012          {
 36013            "alg": "SHA-256",
 36014            "content": "41644d7025378c62cffc165bd99bda1f6f11db381c1f7773c56a19294eb8cd31"
 36015          },
 36016          {
 36017            "alg": "SHA-384",
 36018            "content": "2708b1bfe087ffaacd5f2f3aabe0df1de88202f2ee27612f42f716449eb3eac84e5f70b38d97f32196a5df93d8358d6b"
 36019          },
 36020          {
 36021            "alg": "SHA-512",
 36022            "content": "4a7ebcc4aee73367ad307aed7bcb694f1e90939699127b39b56cdb82bb6dcd6da295abeca304975905a466c428e87136b57d604aef6f70c145acf856dd21455c"
 36023          },
 36024          {
 36025            "alg": "SHA3-256",
 36026            "content": "a50e659921fd51558062b91bcdc31263feb4cbd7030f90e6eed181fac16dc5f1"
 36027          },
 36028          {
 36029            "alg": "SHA3-384",
 36030            "content": "942be8095005f5d1e989360695614f993eecbbf2287153b1c65231b399d2a3fd43f26e4990132ea020e95571a2cfeee1"
 36031          },
 36032          {
 36033            "alg": "SHA3-512",
 36034            "content": "5fd3923aad834542e6f14b5c31fe9573625f8f7212c3441e8c84f5541d5867dbf530ac66bcefb9a1e13776ddaca18d32899be6471b39877e54022558032d468d"
 36035          }
 36036        ],
 36037        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36038        "purl": "pkg:maven/io.netty/netty@3.5.2.Final?type=jar",
 36039        "externalReferences": [
 36040          {
 36041            "type": "website",
 36042            "url": "http://netty.io/"
 36043          },
 36044          {
 36045            "type": "vcs",
 36046            "url": "https://github.com/netty/netty"
 36047          },
 36048          {
 36049            "type": "distribution",
 36050            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 36051          }
 36052        ]
 36053      },
 36054      {
 36055        "type": "library",
 36056        "bom-ref": "pkg:maven/org.apache.maven/maven-plugin-api@3.3.9?type=jar",
 36057        "publisher": "The Apache Software Foundation",
 36058        "group": "org.apache.maven",
 36059        "name": "maven-plugin-api",
 36060        "version": "3.3.9",
 36061        "description": "The API for plugins - Mojos - development.",
 36062        "hashes": [
 36063          {
 36064            "alg": "MD5",
 36065            "content": "2de70681e18aae4f174b0760e4e69281"
 36066          },
 36067          {
 36068            "alg": "SHA-1",
 36069            "content": "aa706ea7ca23776861b4eb2cea97cf345e791496"
 36070          },
 36071          {
 36072            "alg": "SHA-256",
 36073            "content": "14cae18fd7125901b12fc914e30ea26ad9bd43dbd399dd6e8fcbc6c754ef2c9c"
 36074          },
 36075          {
 36076            "alg": "SHA-384",
 36077            "content": "c336db6f2ef04f3527b120b43af488ff56b7433ace208d8f242d2e5316112fdde4f7efa610b6716bff26a49a1cbe13d4"
 36078          },
 36079          {
 36080            "alg": "SHA-512",
 36081            "content": "a6e993e404932f23b7fac1bdd0079fc33492c8a0406ff11431a27188f8f56345684d7d2ff73b07c1432d911830089474bf83a0b76a6add22aa3f565aede54be0"
 36082          },
 36083          {
 36084            "alg": "SHA3-256",
 36085            "content": "fdccb0542dd99ff56b61863b96d1e2ec62fecc7824af32b2a0bf72f2084ea963"
 36086          },
 36087          {
 36088            "alg": "SHA3-384",
 36089            "content": "d7c410e544d5640ce14bce3c47c876b53aaaea16fac411725768ad7551fc7f58c9f50def88064e175d4c759b16303930"
 36090          },
 36091          {
 36092            "alg": "SHA3-512",
 36093            "content": "4a70605f3c6c54c31db2f9c12311c493b32043c791fa540968800c6d14ca0b66d458f89c40c012c9405f28dd9caf1179ff25ecbce8b86f0d53cbb3af3d9abae9"
 36094          }
 36095        ],
 36096        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36097        "purl": "pkg:maven/org.apache.maven/maven-plugin-api@3.3.9?type=jar",
 36098        "externalReferences": [
 36099          {
 36100            "type": "build-system",
 36101            "url": "https://builds.apache.org/job/maven-3.x/"
 36102          },
 36103          {
 36104            "type": "distribution",
 36105            "url": "http://maven.apache.org/download.html"
 36106          },
 36107          {
 36108            "type": "issue-tracker",
 36109            "url": "https://issues.apache.org/jira/browse/MNG"
 36110          },
 36111          {
 36112            "type": "vcs",
 36113            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36114          },
 36115          {
 36116            "type": "mailing-list",
 36117            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36118          },
 36119          {
 36120            "type": "website",
 36121            "url": "http://www.apache.org/"
 36122          }
 36123        ]
 36124      },
 36125      {
 36126        "type": "library",
 36127        "bom-ref": "pkg:maven/org.apache.maven/maven-model@3.3.9?type=jar",
 36128        "publisher": "The Apache Software Foundation",
 36129        "group": "org.apache.maven",
 36130        "name": "maven-model",
 36131        "version": "3.3.9",
 36132        "description": "Model for Maven POM (Project Object Model)",
 36133        "hashes": [
 36134          {
 36135            "alg": "MD5",
 36136            "content": "7cad05127acd17c06329852e268f92e7"
 36137          },
 36138          {
 36139            "alg": "SHA-1",
 36140            "content": "6efde8cbcb4de4c47f7e9c2a3ab2806022b5c70f"
 36141          },
 36142          {
 36143            "alg": "SHA-256",
 36144            "content": "15abde67fa7ea1e573e1f68c34921e995f0971351aaf1fb96790688ff510efcd"
 36145          },
 36146          {
 36147            "alg": "SHA-384",
 36148            "content": "17411441ad21c2eccac3e980cb6ac02cc1a8e7a4017c6e254c03b4ed7831dd66365cdf3e1c9efcc7f45f976064264a69"
 36149          },
 36150          {
 36151            "alg": "SHA-512",
 36152            "content": "974b613509ae56bdd6b1592dbfe43432a804030183935ed5d4f045c411da8174887a16394abd6e543da2198dea2dd5898241694c890ae158ef79e7f897915124"
 36153          },
 36154          {
 36155            "alg": "SHA3-256",
 36156            "content": "db00ad52dc9e4b3c2f1dd50e0ccaa206d0753973b1b759701a2907b6f239e126"
 36157          },
 36158          {
 36159            "alg": "SHA3-384",
 36160            "content": "cfcd36b9c568c68653a11a2abae0840b1ec7fb8a5a3929732fd199c92d933c3819073e1af67ffed3f84094dcf16ba895"
 36161          },
 36162          {
 36163            "alg": "SHA3-512",
 36164            "content": "4dddd72cbdf424572ffb38582f04b92e31cbad26639b980dacaec56d7dcd5d1ad7b2669843c0fdb4ab53dbef6f0b6bb7e54dd504cea3aa19f33920d0963b7d22"
 36165          }
 36166        ],
 36167        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36168        "purl": "pkg:maven/org.apache.maven/maven-model@3.3.9?type=jar",
 36169        "externalReferences": [
 36170          {
 36171            "type": "build-system",
 36172            "url": "https://builds.apache.org/job/maven-3.x/"
 36173          },
 36174          {
 36175            "type": "distribution",
 36176            "url": "http://maven.apache.org/download.html"
 36177          },
 36178          {
 36179            "type": "issue-tracker",
 36180            "url": "https://issues.apache.org/jira/browse/MNG"
 36181          },
 36182          {
 36183            "type": "vcs",
 36184            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36185          },
 36186          {
 36187            "type": "mailing-list",
 36188            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36189          },
 36190          {
 36191            "type": "website",
 36192            "url": "http://www.apache.org/"
 36193          }
 36194        ]
 36195      },
 36196      {
 36197        "type": "library",
 36198        "bom-ref": "pkg:maven/org.apache.maven/maven-artifact@3.3.9?type=jar",
 36199        "publisher": "The Apache Software Foundation",
 36200        "group": "org.apache.maven",
 36201        "name": "maven-artifact",
 36202        "version": "3.3.9",
 36203        "description": "Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.",
 36204        "hashes": [
 36205          {
 36206            "alg": "MD5",
 36207            "content": "eabb57cd2980b2776fa4c441307ea60c"
 36208          },
 36209          {
 36210            "alg": "SHA-1",
 36211            "content": "0f43afa184555fbc6e36b3334b17246c39b30f6e"
 36212          },
 36213          {
 36214            "alg": "SHA-256",
 36215            "content": "1f702928f2233c6ecdf308fbd8f2932ea287c7062183d3c8364b0db7e9c4445d"
 36216          },
 36217          {
 36218            "alg": "SHA-384",
 36219            "content": "1cbdfda98fc70734efb6e11716ffbafa6ea5148ed07c47a25d042481fa65b633b79fb920b2a89a3576113d4ac6f329b1"
 36220          },
 36221          {
 36222            "alg": "SHA-512",
 36223            "content": "22f5203e5b6639ef6134e811052a4e94caafa4ffb25c9f821c19672a7a7097ad3562cef0e7b9802ae66e005b151d410d4822a8e48a4e92819255758ef6c073ea"
 36224          },
 36225          {
 36226            "alg": "SHA3-256",
 36227            "content": "03aa96901ac1f8c01e6c3029e417face01e090c841bdd4cae0703fadd9e0e8ec"
 36228          },
 36229          {
 36230            "alg": "SHA3-384",
 36231            "content": "64ad5b650b268d7c26e651af079d4eda5c12f7c0287161c65a56dd6f76f75bd845473c943219b1641d174dba1435a7af"
 36232          },
 36233          {
 36234            "alg": "SHA3-512",
 36235            "content": "83ae90ef76842b37a917e3f2d8fc0f958e2fda726b5ce6bca77e343ee5c1d4c6d358178e6547c6006f82237a3abc5d4a916cddbd7eb9fb26f3149c83ba927670"
 36236          }
 36237        ],
 36238        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36239        "purl": "pkg:maven/org.apache.maven/maven-artifact@3.3.9?type=jar",
 36240        "externalReferences": [
 36241          {
 36242            "type": "build-system",
 36243            "url": "https://builds.apache.org/job/maven-3.x/"
 36244          },
 36245          {
 36246            "type": "distribution",
 36247            "url": "http://maven.apache.org/download.html"
 36248          },
 36249          {
 36250            "type": "issue-tracker",
 36251            "url": "https://issues.apache.org/jira/browse/MNG"
 36252          },
 36253          {
 36254            "type": "vcs",
 36255            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36256          },
 36257          {
 36258            "type": "mailing-list",
 36259            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36260          },
 36261          {
 36262            "type": "website",
 36263            "url": "http://www.apache.org/"
 36264          }
 36265        ]
 36266      },
 36267      {
 36268        "type": "library",
 36269        "bom-ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.2?type=jar",
 36270        "publisher": "The Eclipse Foundation",
 36271        "group": "org.eclipse.sisu",
 36272        "name": "org.eclipse.sisu.plexus",
 36273        "version": "0.3.2",
 36274        "description": "Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container",
 36275        "hashes": [
 36276          {
 36277            "alg": "MD5",
 36278            "content": "ffd4bd3eb3df02572248674218129cba"
 36279          },
 36280          {
 36281            "alg": "SHA-1",
 36282            "content": "cd84cb43788de23847eec2999070f64381bdb495"
 36283          },
 36284          {
 36285            "alg": "SHA-256",
 36286            "content": "f5cfe0d88e8276971db4ecff0e4186d5f2ec5fdb1b6bb8c2f359fdc4b43eb8b2"
 36287          },
 36288          {
 36289            "alg": "SHA-384",
 36290            "content": "d56f17cf30fd5f7586f72443e4932836a9f8856f95f7e4062f153021249b667791a812d2eeb7f0fb1364ee2dcc2a06e3"
 36291          },
 36292          {
 36293            "alg": "SHA-512",
 36294            "content": "2cc1af5470d06d1cc6a2f47c1a0781cb618f0b32995c02b1c84edc3bf92e7d0e01bdefad063f9332510d8b32ea87e369e4a2936cd2cf569b1e09c13a77646e64"
 36295          },
 36296          {
 36297            "alg": "SHA3-256",
 36298            "content": "d42f10305fc1ed6e50971c3d93ece8838890ce2abd9dd6601e576950702e0b2a"
 36299          },
 36300          {
 36301            "alg": "SHA3-384",
 36302            "content": "33bf3c7e06f27c8773c47506a4fefc5a2544759d46b76ecbe5f3a725880b4cda168cfe9879c036f072a0f7d3aaab5faf"
 36303          },
 36304          {
 36305            "alg": "SHA3-512",
 36306            "content": "c91fd6c6b1407bb86561e8ad9e362d8a88993acde0806bfbb1767e24a1341b65217fbe6d110c3130da8527928e0d93d456938267acf4608d394c7bd0eea34fc4"
 36307          }
 36308        ],
 36309        "licenses": [{"license": {"id": "EPL-1.0"}}],
 36310        "purl": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.2?type=jar",
 36311        "externalReferences": [
 36312          {
 36313            "type": "website",
 36314            "url": "http://www.eclipse.org/"
 36315          },
 36316          {
 36317            "type": "build-system",
 36318            "url": "https://hudson.eclipse.org/sisu/job/sisu-plexus-nightly/"
 36319          },
 36320          {
 36321            "type": "issue-tracker",
 36322            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Plexus&format=guided"
 36323          },
 36324          {
 36325            "type": "mailing-list",
 36326            "url": "http://dev.eclipse.org/mhonarc/lists/sisu-dev/"
 36327          },
 36328          {
 36329            "type": "vcs",
 36330            "url": "http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/tree/"
 36331          },
 36332          {
 36333            "type": "distribution",
 36334            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 36335          }
 36336        ]
 36337      },
 36338      {
 36339        "type": "library",
 36340        "bom-ref": "pkg:maven/javax.enterprise/cdi-api@1.0?type=jar",
 36341        "publisher": "Seam Framework",
 36342        "group": "javax.enterprise",
 36343        "name": "cdi-api",
 36344        "version": "1.0",
 36345        "description": "APIs for JSR-299: Contexts and Dependency Injection for Java EE",
 36346        "hashes": [
 36347          {
 36348            "alg": "MD5",
 36349            "content": "462c0959f0322016495f4598243bc0f2"
 36350          },
 36351          {
 36352            "alg": "SHA-1",
 36353            "content": "44c453f60909dfc223552ace63e05c694215156b"
 36354          },
 36355          {
 36356            "alg": "SHA-256",
 36357            "content": "1f10b2204cc77c919301f20ff90461c3df1b6e6cb148be1c2d22107f4851d423"
 36358          },
 36359          {
 36360            "alg": "SHA-384",
 36361            "content": "cff1b12eddd9d7c4e075ea91edf063bf22308dc1857e1ba19914baa5db0921828a8605c37a2a672af8a6e76116cbaf08"
 36362          },
 36363          {
 36364            "alg": "SHA-512",
 36365            "content": "3e326196a2cbf19375803ce37d743a9818c4fa2292914439e748060d6889c997fe33077f52e52d4dd61b60e7342aa31b446d7571a92ec864f44cead45ebd612b"
 36366          },
 36367          {
 36368            "alg": "SHA3-256",
 36369            "content": "494d37242e8348177200a539aa035802b9bb5cf9f1c8dfd04fac5b5f1432e216"
 36370          },
 36371          {
 36372            "alg": "SHA3-384",
 36373            "content": "4551179cf722d33b29627969865017905bbf793320adfe203c3f38f6e1453bb1456d81814c3e3249d1967d6a4139737a"
 36374          },
 36375          {
 36376            "alg": "SHA3-512",
 36377            "content": "27fc4a60df1a65feb497c9296d2ecd7ff9a93b28b6ec7cefd25dfe1b96735cbbeb2d7824f71903dc6ea273357ff24462a6420bdef0b82bf1e75bbc117d92032b"
 36378          }
 36379        ],
 36380        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36381        "purl": "pkg:maven/javax.enterprise/cdi-api@1.0?type=jar",
 36382        "externalReferences": [
 36383          {
 36384            "type": "website",
 36385            "url": "http://seamframework.org"
 36386          },
 36387          {
 36388            "type": "build-system",
 36389            "url": "http://hudson.jboss.org"
 36390          },
 36391          {
 36392            "type": "issue-tracker",
 36393            "url": "http://jira.jboss.org/browse/WELD"
 36394          },
 36395          {
 36396            "type": "vcs",
 36397            "url": "http://fisheye.jboss.org/browse/Weld/api/tags/1.0/build/tags/weld-parent-6/weld-api-bom"
 36398          },
 36399          {
 36400            "type": "distribution",
 36401            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 36402          }
 36403        ]
 36404      },
 36405      {
 36406        "type": "library",
 36407        "bom-ref": "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
 36408        "group": "javax.annotation",
 36409        "name": "jsr250-api",
 36410        "version": "1.0",
 36411        "description": "JSR-250 Reference Implementation by Glassfish",
 36412        "hashes": [
 36413          {
 36414            "alg": "MD5",
 36415            "content": "4cd56b2e4977e541186de69f5126b4a6"
 36416          },
 36417          {
 36418            "alg": "SHA-1",
 36419            "content": "5025422767732a1ab45d93abfea846513d742dcf"
 36420          },
 36421          {
 36422            "alg": "SHA-256",
 36423            "content": "a1a922d0d9b6d183ed3800dfac01d1e1eb159f0e8c6f94736931c1def54a941f"
 36424          },
 36425          {
 36426            "alg": "SHA-384",
 36427            "content": "33e45a556c20dfd05b0af34e58a651bcb3c79275694bf14b68a1e7a1116b722d5a5d3399f4bb304fef7fc296da61dd5d"
 36428          },
 36429          {
 36430            "alg": "SHA-512",
 36431            "content": "8b5dd24460e42763f3645205be4b4f80691e217d36bee5fc5b5df6ebc8782ed0f641fb9e2fe918a2d0eede32556656f6b61fe65d2cbec5086e61ef3d91e4d871"
 36432          },
 36433          {
 36434            "alg": "SHA3-256",
 36435            "content": "623ae141aa22b45010282c862e41eec3ed0dafabd8f1ee5591ba623a242375ab"
 36436          },
 36437          {
 36438            "alg": "SHA3-384",
 36439            "content": "5ab52f8a6f45849398f4a268cf498f7788adf8d0ad6ede2f9287814095051ce8529b05bea0a71c90718ce4c21d4594f5"
 36440          },
 36441          {
 36442            "alg": "SHA3-512",
 36443            "content": "d7edd7a76d88d466b310d71fdc10d7b289838391408f8b704620b6683b65e436c0fa411d8dd356b0792e29e2fef8fbb8a6658bb97e7046e1277404a3395a9a53"
 36444          }
 36445        ],
 36446        "licenses": [{"license": {
 36447          "name": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
 36448          "url": "https://glassfish.dev.java.net/public/CDDLv1.0.html"
 36449        }}],
 36450        "purl": "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
 36451        "externalReferences": [{
 36452          "type": "distribution",
 36453          "url": "http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html"
 36454        }]
 36455      },
 36456      {
 36457        "type": "library",
 36458        "bom-ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.2?type=jar",
 36459        "publisher": "The Eclipse Foundation",
 36460        "group": "org.eclipse.sisu",
 36461        "name": "org.eclipse.sisu.inject",
 36462        "version": "0.3.2",
 36463        "description": "JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring",
 36464        "hashes": [
 36465          {
 36466            "alg": "MD5",
 36467            "content": "d3cb5c4eafb5f15dbfb73ae34d630394"
 36468          },
 36469          {
 36470            "alg": "SHA-1",
 36471            "content": "59044b92ec27cc6fda7a2d24b2cd6cec23f31d5b"
 36472          },
 36473          {
 36474            "alg": "SHA-256",
 36475            "content": "66e87705a818da44eb080a7bb1fc431de987754b4f92aa85f69991bfc677d40d"
 36476          },
 36477          {
 36478            "alg": "SHA-384",
 36479            "content": "36873d5a0203830576a17d6e13fc3c35dd9af677a1bcb10458d1c8ee82ae176df8e6b73dcad01b19b985ebc71e40ad19"
 36480          },
 36481          {
 36482            "alg": "SHA-512",
 36483            "content": "af65b27e56628c3ac018476916aa6ed420fe5c07fb36483f6b4abd10966e35d3814d404f5b34974b54aa146c717042d8e31b74bed4a57b9c51b3b2b85dd87633"
 36484          },
 36485          {
 36486            "alg": "SHA3-256",
 36487            "content": "632900bd41ab1087cf42fa3d0767b9662807dca6a33176b94c71a926b32e466d"
 36488          },
 36489          {
 36490            "alg": "SHA3-384",
 36491            "content": "d7bc8577c3d5edb2f64aa4272c87ddec9e7b24e091cba9de57e0332f8ea6b214338d751a24eb704dcbc2e80843f85d2a"
 36492          },
 36493          {
 36494            "alg": "SHA3-512",
 36495            "content": "da43d88cc85e3a11defe0a4493249adb0799db850c83c1436a7ca33a3b87de7265f01cc8c457eebe0826e36fe0a2b8296d4da176561dc3cb07c4b386f1cfcc5c"
 36496          }
 36497        ],
 36498        "licenses": [{"license": {"id": "EPL-1.0"}}],
 36499        "purl": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.2?type=jar",
 36500        "externalReferences": [
 36501          {
 36502            "type": "website",
 36503            "url": "http://www.eclipse.org/"
 36504          },
 36505          {
 36506            "type": "build-system",
 36507            "url": "https://hudson.eclipse.org/sisu/job/sisu-inject-nightly/"
 36508          },
 36509          {
 36510            "type": "issue-tracker",
 36511            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Inject&format=guided"
 36512          },
 36513          {
 36514            "type": "mailing-list",
 36515            "url": "http://dev.eclipse.org/mhonarc/lists/sisu-dev/"
 36516          },
 36517          {
 36518            "type": "vcs",
 36519            "url": "http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/"
 36520          },
 36521          {
 36522            "type": "distribution",
 36523            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 36524          }
 36525        ]
 36526      },
 36527      {
 36528        "type": "library",
 36529        "bom-ref": "pkg:maven/org.apache.maven.plugin-tools/maven-plugin-annotations@3.4?type=jar",
 36530        "publisher": "The Apache Software Foundation",
 36531        "group": "org.apache.maven.plugin-tools",
 36532        "name": "maven-plugin-annotations",
 36533        "version": "3.4",
 36534        "description": "Java 5 annotations to use in Mojos",
 36535        "hashes": [
 36536          {
 36537            "alg": "MD5",
 36538            "content": "c35fde211323d4bb06d5b1a41ef23807"
 36539          },
 36540          {
 36541            "alg": "SHA-1",
 36542            "content": "18624421fb35f5ade7397c18b40878396f672bc5"
 36543          },
 36544          {
 36545            "alg": "SHA-256",
 36546            "content": "1bafa25a4b37aefc6cf9619b6516b7a9ae0016b310020f688d30368ff60bc12a"
 36547          },
 36548          {
 36549            "alg": "SHA-384",
 36550            "content": "ccd1eacb319309ab1c67070a95abb228852c32536948e1049289b884b36a8d35831672368c80e3aa087819d75c5c4a6e"
 36551          },
 36552          {
 36553            "alg": "SHA-512",
 36554            "content": "ac48be638ddd9f967082ecd1dbcb1855e100cb7f7f66f4573f9969bb309903f181c94c737b827c06ef8e5d7d9c3197cf65422f29065d6ab9e610801e554e230e"
 36555          },
 36556          {
 36557            "alg": "SHA3-256",
 36558            "content": "667cffba10380ea9bb4d4555f6246064e0ca13ddbf168574c9a2096c64608f35"
 36559          },
 36560          {
 36561            "alg": "SHA3-384",
 36562            "content": "c1f2465a40b47dc9e9ecb07d98d9d80d0e447bf55932f965ac5f725a421bfca91231a903ca9adec029fe1e2c784fad62"
 36563          },
 36564          {
 36565            "alg": "SHA3-512",
 36566            "content": "983ec9130863633e5e2e107f5c596e0354e0bf2c20c3697175be94c2d32269bd344f11782a8868dad5076846c3a5015569f2fd43f3edd0f2f6655dc8a8306d71"
 36567          }
 36568        ],
 36569        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36570        "purl": "pkg:maven/org.apache.maven.plugin-tools/maven-plugin-annotations@3.4?type=jar",
 36571        "externalReferences": [
 36572          {
 36573            "type": "build-system",
 36574            "url": "https://builds.apache.org/job/maven-plugin-tools/"
 36575          },
 36576          {
 36577            "type": "issue-tracker",
 36578            "url": "http://jira.codehaus.org/browse/MPLUGIN"
 36579          },
 36580          {
 36581            "type": "vcs",
 36582            "url": "http://svn.apache.org/viewvc/maven/plugin-tools/tags/maven-plugin-tools-3.4"
 36583          },
 36584          {
 36585            "type": "mailing-list",
 36586            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36587          },
 36588          {
 36589            "type": "website",
 36590            "url": "http://www.apache.org/"
 36591          },
 36592          {
 36593            "type": "distribution",
 36594            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 36595          }
 36596        ]
 36597      },
 36598      {
 36599        "type": "library",
 36600        "bom-ref": "pkg:maven/org.apache.maven/maven-core@3.3.9?type=jar",
 36601        "publisher": "The Apache Software Foundation",
 36602        "group": "org.apache.maven",
 36603        "name": "maven-core",
 36604        "version": "3.3.9",
 36605        "description": "Maven Core classes.",
 36606        "hashes": [
 36607          {
 36608            "alg": "MD5",
 36609            "content": "26ca8120bcd92b50cd3eeaf72857f10b"
 36610          },
 36611          {
 36612            "alg": "SHA-1",
 36613            "content": "47154012330ea639849c618ebc11cff6870e570a"
 36614          },
 36615          {
 36616            "alg": "SHA-256",
 36617            "content": "070d55ec5a6f3e4a785564283a9704bb39a93f1a2f89cdf60a3b899fde563bf9"
 36618          },
 36619          {
 36620            "alg": "SHA-384",
 36621            "content": "272119fbd1de51514e3e0d07d0396e2a1740ff45124c9cf3dec074d28f45589821aed4757da7baed6bcc630abdd7d4b9"
 36622          },
 36623          {
 36624            "alg": "SHA-512",
 36625            "content": "ceadc6c74a108490ce48c0887395a4bd55f91a53e7e26dc0873f78aea41c2ab8003fd4dbdd4942d5c2fcf3c5ece28bf58492287ff3ea9055087e2e4ce3cc86ab"
 36626          },
 36627          {
 36628            "alg": "SHA3-256",
 36629            "content": "7eea4f6091dca32b0970157eefa872f6f763163a4937a8897848704725c1529d"
 36630          },
 36631          {
 36632            "alg": "SHA3-384",
 36633            "content": "6e33990400a168ead9bf7b7fa73e73f5430e25cbb4594336cbe01875174d4377a137b3cf00444369a9dc318b067a7d25"
 36634          },
 36635          {
 36636            "alg": "SHA3-512",
 36637            "content": "f08e8611f91385c79ba26a6038275bd1b2e3bc248e23b8b3e07c0fcca0b21ead4349873a10ff20cad139816541fde6a176830dc627292d2b272cdd651e1126a2"
 36638          }
 36639        ],
 36640        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36641        "purl": "pkg:maven/org.apache.maven/maven-core@3.3.9?type=jar",
 36642        "externalReferences": [
 36643          {
 36644            "type": "build-system",
 36645            "url": "https://builds.apache.org/job/maven-3.x/"
 36646          },
 36647          {
 36648            "type": "distribution",
 36649            "url": "http://maven.apache.org/download.html"
 36650          },
 36651          {
 36652            "type": "issue-tracker",
 36653            "url": "https://issues.apache.org/jira/browse/MNG"
 36654          },
 36655          {
 36656            "type": "vcs",
 36657            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36658          },
 36659          {
 36660            "type": "mailing-list",
 36661            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36662          },
 36663          {
 36664            "type": "website",
 36665            "url": "http://www.apache.org/"
 36666          }
 36667        ]
 36668      },
 36669      {
 36670        "type": "library",
 36671        "bom-ref": "pkg:maven/org.apache.maven/maven-settings@3.3.9?type=jar",
 36672        "publisher": "The Apache Software Foundation",
 36673        "group": "org.apache.maven",
 36674        "name": "maven-settings",
 36675        "version": "3.3.9",
 36676        "description": "Maven Settings model.",
 36677        "hashes": [
 36678          {
 36679            "alg": "MD5",
 36680            "content": "9d67ab18c16b98763ee9142e87b62d22"
 36681          },
 36682          {
 36683            "alg": "SHA-1",
 36684            "content": "68d4180c51468ae8f45869f8f9c569092262fcca"
 36685          },
 36686          {
 36687            "alg": "SHA-256",
 36688            "content": "e4f569be53a076424e784222e7088f1827fcb2ef18d409132b3cda2fd92799e2"
 36689          },
 36690          {
 36691            "alg": "SHA-384",
 36692            "content": "f7a97fefd6021f600f00a8f6b859733b88245a0873b694780da19d8ea3f6a2cef60bbf4256e4efaaca2d93326d0b4419"
 36693          },
 36694          {
 36695            "alg": "SHA-512",
 36696            "content": "5b6b4ba65748251182cace4e41922dc9a27eb0ca3d95aedad1a98137668ecb3544331cfec30383cf52e3bd4d569d989ea6e8e044304552934e3107b8c8807147"
 36697          },
 36698          {
 36699            "alg": "SHA3-256",
 36700            "content": "1cecd881899a881a4360582f550ef2a1133e3bfc3c573ed6225018386772cec2"
 36701          },
 36702          {
 36703            "alg": "SHA3-384",
 36704            "content": "28cc01839d0d6d78b732c585cb79ca6b3aef48f7bf47632c43d8d775438d0c6ce3a246e487bc8fbb2b2dff63450670fb"
 36705          },
 36706          {
 36707            "alg": "SHA3-512",
 36708            "content": "cc995fdc969fa0254cfba799107fa9d8aac54753c311b957152b61e614d300959d1148512412853cb5348734ddc09b74eca883a76b0e14441dd6c3e048efaaf6"
 36709          }
 36710        ],
 36711        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36712        "purl": "pkg:maven/org.apache.maven/maven-settings@3.3.9?type=jar",
 36713        "externalReferences": [
 36714          {
 36715            "type": "build-system",
 36716            "url": "https://builds.apache.org/job/maven-3.x/"
 36717          },
 36718          {
 36719            "type": "distribution",
 36720            "url": "http://maven.apache.org/download.html"
 36721          },
 36722          {
 36723            "type": "issue-tracker",
 36724            "url": "https://issues.apache.org/jira/browse/MNG"
 36725          },
 36726          {
 36727            "type": "vcs",
 36728            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36729          },
 36730          {
 36731            "type": "mailing-list",
 36732            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36733          },
 36734          {
 36735            "type": "website",
 36736            "url": "http://www.apache.org/"
 36737          }
 36738        ]
 36739      },
 36740      {
 36741        "type": "library",
 36742        "bom-ref": "pkg:maven/org.apache.maven/maven-settings-builder@3.3.9?type=jar",
 36743        "publisher": "The Apache Software Foundation",
 36744        "group": "org.apache.maven",
 36745        "name": "maven-settings-builder",
 36746        "version": "3.3.9",
 36747        "description": "The effective settings builder, with inheritance and password decryption.",
 36748        "hashes": [
 36749          {
 36750            "alg": "MD5",
 36751            "content": "20834b05fa4db46b67c963f3e1b91ed5"
 36752          },
 36753          {
 36754            "alg": "SHA-1",
 36755            "content": "fe5ad82564dc07a31855da543db8d5376def3c26"
 36756          },
 36757          {
 36758            "alg": "SHA-256",
 36759            "content": "b4da54d52e2996a8a77c4db1ca8e98fc31792f07eeff695776f00ecffc3d5b60"
 36760          },
 36761          {
 36762            "alg": "SHA-384",
 36763            "content": "df64f62530077c7d3fcb6bebf7358cc03be60c56c6d06df03eab1833ad1bdb2875dcaa82f037ef2574da4d5c1112efa5"
 36764          },
 36765          {
 36766            "alg": "SHA-512",
 36767            "content": "f41b5c9a4a10a60ae07b57978234435b968c747d722e9f9d4556843ea91cc7878c649df891f8d3cd6a419d4fe3ddc26b92db6eb702b8d9e2819805a0e18b2d39"
 36768          },
 36769          {
 36770            "alg": "SHA3-256",
 36771            "content": "202afc1483cd3ae1cd609451850f48ff6760ed9c68c5318ae1f50b2ac384fa90"
 36772          },
 36773          {
 36774            "alg": "SHA3-384",
 36775            "content": "f80dbee48abf9dee9eb2d5f1b6250a17a3ab565a656ca1f259e513712a73689b976855697ac4883723ceddd4ef021e53"
 36776          },
 36777          {
 36778            "alg": "SHA3-512",
 36779            "content": "2c5c31d0698ac2211e388c1e8d178edbb07058e67f83f6eba1be5f6d0addd51dea8b06ebb28d613095416050d69785ab51e229294252aa69d34e2a0f546377bb"
 36780          }
 36781        ],
 36782        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36783        "purl": "pkg:maven/org.apache.maven/maven-settings-builder@3.3.9?type=jar",
 36784        "externalReferences": [
 36785          {
 36786            "type": "build-system",
 36787            "url": "https://builds.apache.org/job/maven-3.x/"
 36788          },
 36789          {
 36790            "type": "distribution",
 36791            "url": "http://maven.apache.org/download.html"
 36792          },
 36793          {
 36794            "type": "issue-tracker",
 36795            "url": "https://issues.apache.org/jira/browse/MNG"
 36796          },
 36797          {
 36798            "type": "vcs",
 36799            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36800          },
 36801          {
 36802            "type": "mailing-list",
 36803            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36804          },
 36805          {
 36806            "type": "website",
 36807            "url": "http://www.apache.org/"
 36808          }
 36809        ]
 36810      },
 36811      {
 36812        "type": "library",
 36813        "bom-ref": "pkg:maven/org.apache.maven/maven-builder-support@3.3.9?type=jar",
 36814        "publisher": "The Apache Software Foundation",
 36815        "group": "org.apache.maven",
 36816        "name": "maven-builder-support",
 36817        "version": "3.3.9",
 36818        "description": "Support for descriptor builders (model, setting, toolchains)",
 36819        "hashes": [
 36820          {
 36821            "alg": "MD5",
 36822            "content": "2e6239035784eaa473c2254906499b73"
 36823          },
 36824          {
 36825            "alg": "SHA-1",
 36826            "content": "a96f29da7623c0e1db9824f628548fe8181f6dd0"
 36827          },
 36828          {
 36829            "alg": "SHA-256",
 36830            "content": "462a0d711a979c44791b97422ec4e91300ae555a598f684f116d725a2b9d297b"
 36831          },
 36832          {
 36833            "alg": "SHA-384",
 36834            "content": "0b3cdbd88ecbce2c512b1bb73404476bb2dd89447d2441876cb870ea7d861a9ccc48e844c0bc7dabe05d0072ee8d5a29"
 36835          },
 36836          {
 36837            "alg": "SHA-512",
 36838            "content": "0b03a8c83ce06a3589b505d2348f06cd4fc0363ad48e370add2a50e174022c5e28997f93e49e18e74a1fc4918d2229a7eeb13626aa8aca4e9d8152e986eb65b6"
 36839          },
 36840          {
 36841            "alg": "SHA3-256",
 36842            "content": "2e6030fb25fc2b2cb150728fdd1333efa96f65ce015a652c993a5b9dd42beb61"
 36843          },
 36844          {
 36845            "alg": "SHA3-384",
 36846            "content": "c8d87332d03d5e164a317f77d59a3f3cac7bb988674c4520ffde04dfcfed22884d6d6f03a20d6a48ab98d9ae366a21c1"
 36847          },
 36848          {
 36849            "alg": "SHA3-512",
 36850            "content": "d9d89cf205a7542e74d7b524e813bb0e0bea4356d2a62ed4ad03a37490333eb413d0bce1ef76bf0bbe7fb3c5f56eded93c4b8da1f7d0d1ff25ebfba56e004684"
 36851          }
 36852        ],
 36853        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36854        "purl": "pkg:maven/org.apache.maven/maven-builder-support@3.3.9?type=jar",
 36855        "externalReferences": [
 36856          {
 36857            "type": "build-system",
 36858            "url": "https://builds.apache.org/job/maven-3.x/"
 36859          },
 36860          {
 36861            "type": "distribution",
 36862            "url": "http://maven.apache.org/download.html"
 36863          },
 36864          {
 36865            "type": "issue-tracker",
 36866            "url": "https://issues.apache.org/jira/browse/MNG"
 36867          },
 36868          {
 36869            "type": "vcs",
 36870            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36871          },
 36872          {
 36873            "type": "mailing-list",
 36874            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36875          },
 36876          {
 36877            "type": "website",
 36878            "url": "http://www.apache.org/"
 36879          }
 36880        ]
 36881      },
 36882      {
 36883        "type": "library",
 36884        "bom-ref": "pkg:maven/org.apache.maven/maven-repository-metadata@3.3.9?type=jar",
 36885        "publisher": "The Apache Software Foundation",
 36886        "group": "org.apache.maven",
 36887        "name": "maven-repository-metadata",
 36888        "version": "3.3.9",
 36889        "description": "Per-directory local and remote repository metadata.",
 36890        "hashes": [
 36891          {
 36892            "alg": "MD5",
 36893            "content": "a518f665a8e0c80cd7b37d7e19e90095"
 36894          },
 36895          {
 36896            "alg": "SHA-1",
 36897            "content": "6850232b35e504057d67bde11efddebf6271e1ce"
 36898          },
 36899          {
 36900            "alg": "SHA-256",
 36901            "content": "6dbcc3d3d1dfb34df46c1ddb080fdd09fb899c80207016419cf13236c6b10399"
 36902          },
 36903          {
 36904            "alg": "SHA-384",
 36905            "content": "ea17839445729c440323c64dc4c495813d09c16684a6a1e5b593ac2996eeb6ae45125c90ec36cb718a31fb5db67b794e"
 36906          },
 36907          {
 36908            "alg": "SHA-512",
 36909            "content": "fdb7767eb59c44c8db58ad18d448be913abb41adb99221174a6b78422cb6738138752a076f6caced07c261be96a5be4df5bf35bd0a10eaa0d653284871a61fc8"
 36910          },
 36911          {
 36912            "alg": "SHA3-256",
 36913            "content": "fd491960485b6ec3f73b2e7637043fd2aed9ff97af1085d7b77702ad09a410f2"
 36914          },
 36915          {
 36916            "alg": "SHA3-384",
 36917            "content": "892ca57de045d54928c1c576a8bf87b6d0a3a1b66bbd9040a59d9161fce964fc13e8c6038953d356a1e7df163a81e5d6"
 36918          },
 36919          {
 36920            "alg": "SHA3-512",
 36921            "content": "70323ae2a339cee4dda47f801b894a5226aa09103c0d602c9c3a9e8fd16898488c0c9291130d8affda8bfdc5835b6eb06a1ca925402de674ce07b71bbc40c3b0"
 36922          }
 36923        ],
 36924        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36925        "purl": "pkg:maven/org.apache.maven/maven-repository-metadata@3.3.9?type=jar",
 36926        "externalReferences": [
 36927          {
 36928            "type": "build-system",
 36929            "url": "https://builds.apache.org/job/maven-3.x/"
 36930          },
 36931          {
 36932            "type": "distribution",
 36933            "url": "http://maven.apache.org/download.html"
 36934          },
 36935          {
 36936            "type": "issue-tracker",
 36937            "url": "https://issues.apache.org/jira/browse/MNG"
 36938          },
 36939          {
 36940            "type": "vcs",
 36941            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 36942          },
 36943          {
 36944            "type": "mailing-list",
 36945            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 36946          },
 36947          {
 36948            "type": "website",
 36949            "url": "http://www.apache.org/"
 36950          }
 36951        ]
 36952      },
 36953      {
 36954        "type": "library",
 36955        "bom-ref": "pkg:maven/org.apache.maven/maven-model-builder@3.3.9?type=jar",
 36956        "publisher": "The Apache Software Foundation",
 36957        "group": "org.apache.maven",
 36958        "name": "maven-model-builder",
 36959        "version": "3.3.9",
 36960        "description": "The effective model builder, with inheritance, profile activation, interpolation, ...",
 36961        "hashes": [
 36962          {
 36963            "alg": "MD5",
 36964            "content": "1f2574146387b9bf42d8c6f474c31dc0"
 36965          },
 36966          {
 36967            "alg": "SHA-1",
 36968            "content": "e2055f9adb9f3c9a93e6b36fffe79781a785de2d"
 36969          },
 36970          {
 36971            "alg": "SHA-256",
 36972            "content": "6909cb229489e693df7960678528800a1759625835a1cb939c37b051c22193c3"
 36973          },
 36974          {
 36975            "alg": "SHA-384",
 36976            "content": "6e7e1862a07164f5f52532c69e96293fc8e3a807f71af11ad8d109cce5f6354f74ee976c7dbc7866fefbad9f5b2e5285"
 36977          },
 36978          {
 36979            "alg": "SHA-512",
 36980            "content": "9e1d867d8cf5fb9b25a08356bca5fbd2a328cfa291f6e6f8c8be4cf9c407c8a39e3ecddd5868911426c9fa71b8798bffd1de80936d8593d9a922a4e19ecaaab6"
 36981          },
 36982          {
 36983            "alg": "SHA3-256",
 36984            "content": "79e17affababac6918cab7122fae37b6444fe89671306a07e34543ebe7ebd5a5"
 36985          },
 36986          {
 36987            "alg": "SHA3-384",
 36988            "content": "4db6133460f9353083629d4b52967c153b17b15fdec619d4c10342764f1fea3deb6dec8f1caab826b06f1c0eb80acabe"
 36989          },
 36990          {
 36991            "alg": "SHA3-512",
 36992            "content": "c482be838b0afa699fed79d7905edbc75bb23e3459330486349a33d3ab78ce1601f7460813cdce3e8498d7f0712ca0b1a13861d702cec3c2b3409aaf9fda7afa"
 36993          }
 36994        ],
 36995        "licenses": [{"license": {"id": "Apache-2.0"}}],
 36996        "purl": "pkg:maven/org.apache.maven/maven-model-builder@3.3.9?type=jar",
 36997        "externalReferences": [
 36998          {
 36999            "type": "build-system",
 37000            "url": "https://builds.apache.org/job/maven-3.x/"
 37001          },
 37002          {
 37003            "type": "distribution",
 37004            "url": "http://maven.apache.org/download.html"
 37005          },
 37006          {
 37007            "type": "issue-tracker",
 37008            "url": "https://issues.apache.org/jira/browse/MNG"
 37009          },
 37010          {
 37011            "type": "vcs",
 37012            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 37013          },
 37014          {
 37015            "type": "mailing-list",
 37016            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 37017          },
 37018          {
 37019            "type": "website",
 37020            "url": "http://www.apache.org/"
 37021          }
 37022        ]
 37023      },
 37024      {
 37025        "type": "library",
 37026        "bom-ref": "pkg:maven/org.apache.maven/maven-aether-provider@3.3.9?type=jar",
 37027        "publisher": "The Apache Software Foundation",
 37028        "group": "org.apache.maven",
 37029        "name": "maven-aether-provider",
 37030        "version": "3.3.9",
 37031        "description": "Extensions to Aether for utilizing Maven POM and repository metadata.",
 37032        "hashes": [
 37033          {
 37034            "alg": "MD5",
 37035            "content": "a59398f1c07cdb0acb7241c912277727"
 37036          },
 37037          {
 37038            "alg": "SHA-1",
 37039            "content": "29e8e7122f7a166ea53785cd75af0ef9d4d848d4"
 37040          },
 37041          {
 37042            "alg": "SHA-256",
 37043            "content": "f46962583d812cd4459a4cc963113b9c52f1f9b169172354693bc9efa0b3e3cb"
 37044          },
 37045          {
 37046            "alg": "SHA-384",
 37047            "content": "6de9582e2337cf3b3579a63962e64859479d7fc3ec9967a9723b6ab64837ce784569cb130858ab275462ad91abbe61ee"
 37048          },
 37049          {
 37050            "alg": "SHA-512",
 37051            "content": "5cbc3737b0595098c9fa1930d224c91433e6ed973d67ec5401bcbeb9305633d8983fbbe6c975f2fae67d05f1b26e0fd614d92582809a9a782279c156c9fd92b6"
 37052          },
 37053          {
 37054            "alg": "SHA3-256",
 37055            "content": "643d9554d26b301e5addbc4b8318e5d6ec1c661eb42b3e481766a5ed01b77eac"
 37056          },
 37057          {
 37058            "alg": "SHA3-384",
 37059            "content": "e165184454ace8e29576d3934cebb87eff3cf078e229d3a79625a4dff1de380557fb0776af931bd16e8b1d480431a4b0"
 37060          },
 37061          {
 37062            "alg": "SHA3-512",
 37063            "content": "68b0db21902b24ae4fee9e0612cc03ed2007a4da0b6a7b93ee2628873e3f370a45ad18a3ba3cb93f3978a4a3737ba1da04b66c646173bfd237b5b0540b267b66"
 37064          }
 37065        ],
 37066        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37067        "purl": "pkg:maven/org.apache.maven/maven-aether-provider@3.3.9?type=jar",
 37068        "externalReferences": [
 37069          {
 37070            "type": "build-system",
 37071            "url": "https://builds.apache.org/job/maven-3.x/"
 37072          },
 37073          {
 37074            "type": "distribution",
 37075            "url": "http://maven.apache.org/download.html"
 37076          },
 37077          {
 37078            "type": "issue-tracker",
 37079            "url": "https://issues.apache.org/jira/browse/MNG"
 37080          },
 37081          {
 37082            "type": "vcs",
 37083            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 37084          },
 37085          {
 37086            "type": "mailing-list",
 37087            "url": "http://mail-archives.apache.org/mod_mbox/maven-users"
 37088          },
 37089          {
 37090            "type": "website",
 37091            "url": "http://www.apache.org/"
 37092          }
 37093        ]
 37094      },
 37095      {
 37096        "type": "library",
 37097        "bom-ref": "pkg:maven/org.eclipse.aether/aether-spi@1.0.2.v20150114?type=jar",
 37098        "publisher": "The Eclipse Foundation",
 37099        "group": "org.eclipse.aether",
 37100        "name": "aether-spi",
 37101        "version": "1.0.2.v20150114",
 37102        "description": "The service provider interface for repository system implementations and repository connectors.",
 37103        "hashes": [
 37104          {
 37105            "alg": "MD5",
 37106            "content": "27c2dcac7a0cd4818874d2c14abfd34e"
 37107          },
 37108          {
 37109            "alg": "SHA-1",
 37110            "content": "8428dfa330107984f3e3ac05cc3ebd50b2676866"
 37111          },
 37112          {
 37113            "alg": "SHA-256",
 37114            "content": "2cafa2629da49edd54eb4df6d15f628c2d80eec293f37cd561f1fe78e7bcff9d"
 37115          },
 37116          {
 37117            "alg": "SHA-384",
 37118            "content": "bc80507f7a932cc1cc2b70835d47d2baf9179135bfb386447637bfa5dea66bd9de06bdd5962dd35d6966f767fb722850"
 37119          },
 37120          {
 37121            "alg": "SHA-512",
 37122            "content": "a8515e4ce0199dbc052fabdba92f0df9bdb40bd23a99292240f6375b1940a0bc31a52f72064556f68d83839a80716d7889d77fd8742045fc1c38bd1c89a9a1db"
 37123          },
 37124          {
 37125            "alg": "SHA3-256",
 37126            "content": "54d39df2532d3b829cab5d677cabacc25f1cf3b27ddbbe4f9e86a7438e7deabb"
 37127          },
 37128          {
 37129            "alg": "SHA3-384",
 37130            "content": "6b8be7a12c6b80b994a43915dbbbb1645b76722ec820d8b8bbefff23c28faf0b1cae47dcecf31f2abab61663e980dbc2"
 37131          },
 37132          {
 37133            "alg": "SHA3-512",
 37134            "content": "7a2ed5a08ed1c266bb26b807ac3cd5a002d8417f2c9576763a4fd82b0404724c10e0f539f58ff4cfe1aab4ca5ada07bb978a0e6abbe42508cd2cb1cc728e81dd"
 37135          }
 37136        ],
 37137        "licenses": [{"license": {"id": "EPL-1.0"}}],
 37138        "purl": "pkg:maven/org.eclipse.aether/aether-spi@1.0.2.v20150114?type=jar",
 37139        "externalReferences": [
 37140          {
 37141            "type": "website",
 37142            "url": "http://www.eclipse.org/"
 37143          },
 37144          {
 37145            "type": "build-system",
 37146            "url": "https://hudson.eclipse.org/aether/job/aether-core/"
 37147          },
 37148          {
 37149            "type": "distribution",
 37150            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37151          },
 37152          {
 37153            "type": "issue-tracker",
 37154            "url": "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&bug_status=__open__&product=Aether"
 37155          },
 37156          {
 37157            "type": "mailing-list",
 37158            "url": "http://dev.eclipse.org/mhonarc/lists/aether-dev/"
 37159          },
 37160          {
 37161            "type": "vcs",
 37162            "url": "http://git.eclipse.org/c/aether/aether-core.git/tree/"
 37163          }
 37164        ]
 37165      },
 37166      {
 37167        "type": "library",
 37168        "bom-ref": "pkg:maven/org.eclipse.aether/aether-impl@1.0.2.v20150114?type=jar",
 37169        "publisher": "The Eclipse Foundation",
 37170        "group": "org.eclipse.aether",
 37171        "name": "aether-impl",
 37172        "version": "1.0.2.v20150114",
 37173        "description": "An implementation of the repository system.",
 37174        "hashes": [
 37175          {
 37176            "alg": "MD5",
 37177            "content": "90c5812e3e05a2419b47edd075920c3b"
 37178          },
 37179          {
 37180            "alg": "SHA-1",
 37181            "content": "f147539e6e60dfbda9ef7f6d750066170f61b7a1"
 37182          },
 37183          {
 37184            "alg": "SHA-256",
 37185            "content": "9a84f5863407acf2bf9cf280cd02f5a518952a386de61df3b8c5db8cfdec725d"
 37186          },
 37187          {
 37188            "alg": "SHA-384",
 37189            "content": "fd3cf1902b02e687b5e18cacc5e0fecce54ba3c8b812616b4783103123158e56e8e03a726f791c1623a67f9aae8bd501"
 37190          },
 37191          {
 37192            "alg": "SHA-512",
 37193            "content": "a073b183f42a4437d5b33ce04a0b7957ad8069feebd935318daec206bf197cec8e8c5f4ec86a9508a32f3dca6c0bda5bceb69dde310bd174b2f53fe8fca2fe28"
 37194          },
 37195          {
 37196            "alg": "SHA3-256",
 37197            "content": "98c40bae035bc0d34155c68bee1b21d336b7db8b8dac01558570ca253a7b15d9"
 37198          },
 37199          {
 37200            "alg": "SHA3-384",
 37201            "content": "3e2c3ae59c9e73c187b0a8e15aa0bdf0698f7f0256065209658c6075225718f4b4635939c70722da9d1be8a897a52be8"
 37202          },
 37203          {
 37204            "alg": "SHA3-512",
 37205            "content": "6c18f8413092431f77db5aba75ebd37f632919475192860f1014a28b7eb0804b8937b81ff8a5cd230bac5f8cbda27d232ebd1669d6bee5824010a7ee420447d8"
 37206          }
 37207        ],
 37208        "licenses": [{"license": {"id": "EPL-1.0"}}],
 37209        "purl": "pkg:maven/org.eclipse.aether/aether-impl@1.0.2.v20150114?type=jar",
 37210        "externalReferences": [
 37211          {
 37212            "type": "website",
 37213            "url": "http://www.eclipse.org/"
 37214          },
 37215          {
 37216            "type": "build-system",
 37217            "url": "https://hudson.eclipse.org/aether/job/aether-core/"
 37218          },
 37219          {
 37220            "type": "distribution",
 37221            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37222          },
 37223          {
 37224            "type": "issue-tracker",
 37225            "url": "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&bug_status=__open__&product=Aether"
 37226          },
 37227          {
 37228            "type": "mailing-list",
 37229            "url": "http://dev.eclipse.org/mhonarc/lists/aether-dev/"
 37230          },
 37231          {
 37232            "type": "vcs",
 37233            "url": "http://git.eclipse.org/c/aether/aether-core.git/tree/"
 37234          }
 37235        ]
 37236      },
 37237      {
 37238        "type": "library",
 37239        "bom-ref": "pkg:maven/org.eclipse.aether/aether-api@1.0.2.v20150114?type=jar",
 37240        "publisher": "The Eclipse Foundation",
 37241        "group": "org.eclipse.aether",
 37242        "name": "aether-api",
 37243        "version": "1.0.2.v20150114",
 37244        "description": "The application programming interface for the repository system.",
 37245        "hashes": [
 37246          {
 37247            "alg": "MD5",
 37248            "content": "17cca827aa6a828de92225021df327a7"
 37249          },
 37250          {
 37251            "alg": "SHA-1",
 37252            "content": "839f93a5213fb3e233b09bfd6d6b95669f7043c0"
 37253          },
 37254          {
 37255            "alg": "SHA-256",
 37256            "content": "3f74c7c7b9c924769cf3c5b4d52d21aa63e9a2ccbf16f5d26c30ebb31b99699d"
 37257          },
 37258          {
 37259            "alg": "SHA-384",
 37260            "content": "27dd50b7386e1ccd073842d53fdc68308b18aa58c07bc2f111a046d28d8f20ca20fe78998e8da300c55f859a4f99ed05"
 37261          },
 37262          {
 37263            "alg": "SHA-512",
 37264            "content": "c75746a1b82ef2c7ae13a33f06ec82292934e4348ead4a57d0e6b356ba79903e4658d031dd347e1e2c627288de6585c125a70e0f1d47a696db1eb967cbc36da3"
 37265          },
 37266          {
 37267            "alg": "SHA3-256",
 37268            "content": "5e33498b07855e5606830eb0354652afac02a7fe52b1afa3710e59bb00ef1b8f"
 37269          },
 37270          {
 37271            "alg": "SHA3-384",
 37272            "content": "b535a7f1e0408a2eedaba162eb30e009cd424f1e62ed3259d95b5a6e1657af5e88b4b742576dbc2498c5b1a4f6f7aa29"
 37273          },
 37274          {
 37275            "alg": "SHA3-512",
 37276            "content": "f03d4426a6fe31035b0c11f540e6f66956016970d3ca74b72bf2a520082f42d8105741fc469ea752ecc699fc3f4f6218ae4218e2006e176a5cb0ccf01afd432b"
 37277          }
 37278        ],
 37279        "licenses": [{"license": {"id": "EPL-1.0"}}],
 37280        "purl": "pkg:maven/org.eclipse.aether/aether-api@1.0.2.v20150114?type=jar",
 37281        "externalReferences": [
 37282          {
 37283            "type": "website",
 37284            "url": "http://www.eclipse.org/"
 37285          },
 37286          {
 37287            "type": "build-system",
 37288            "url": "https://hudson.eclipse.org/aether/job/aether-core/"
 37289          },
 37290          {
 37291            "type": "distribution",
 37292            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37293          },
 37294          {
 37295            "type": "issue-tracker",
 37296            "url": "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&bug_status=__open__&product=Aether"
 37297          },
 37298          {
 37299            "type": "mailing-list",
 37300            "url": "http://dev.eclipse.org/mhonarc/lists/aether-dev/"
 37301          },
 37302          {
 37303            "type": "vcs",
 37304            "url": "http://git.eclipse.org/c/aether/aether-core.git/tree/"
 37305          }
 37306        ]
 37307      },
 37308      {
 37309        "type": "library",
 37310        "bom-ref": "pkg:maven/org.eclipse.aether/aether-util@1.0.2.v20150114?type=jar",
 37311        "publisher": "The Eclipse Foundation",
 37312        "group": "org.eclipse.aether",
 37313        "name": "aether-util",
 37314        "version": "1.0.2.v20150114",
 37315        "description": "A collection of utility classes to ease usage of the repository system.",
 37316        "hashes": [
 37317          {
 37318            "alg": "MD5",
 37319            "content": "ae0f47f571109fe3b7b40a7dea085714"
 37320          },
 37321          {
 37322            "alg": "SHA-1",
 37323            "content": "d2d3c74a5210544b5cdce89a2c1d1c62835692d1"
 37324          },
 37325          {
 37326            "alg": "SHA-256",
 37327            "content": "9e9a57439a98034732e94d841bb7065b56e3a065654361ca9cc07135e9fbe17c"
 37328          },
 37329          {
 37330            "alg": "SHA-384",
 37331            "content": "c391706cbbdf0ae84c5593d8591bd9c7b9bfb9b23753c17e4db13047718cc87cf8e94e2be83846feb90f8ee9aa34cb41"
 37332          },
 37333          {
 37334            "alg": "SHA-512",
 37335            "content": "1c3e1669815cd77c0eb415e2017bf6feeaba9558985e0e2d69fbd5eea7bd3e12b4f07120353cd67c1dec25e39618b7ac25d55955eec2a6fae72e7142fb723bd8"
 37336          },
 37337          {
 37338            "alg": "SHA3-256",
 37339            "content": "f345da9652810dd2e686e06b35446c81592d64c4dd2aaad0ddf233dcf4bc0ca0"
 37340          },
 37341          {
 37342            "alg": "SHA3-384",
 37343            "content": "0f1324b78530ef7d3691777e79363993f6396e58f6fd4b408eb5483195c291d3bbeb7d74096ef8c4fde5fc2e1ace5b8d"
 37344          },
 37345          {
 37346            "alg": "SHA3-512",
 37347            "content": "3db48aca805360f1d71ddd8ad0db18dd0512833c13cd5bdafc07e28d9b8d41da5a130dbdf643b3c1ac67655c3a7c89881043ba6df9a091dc7a0a339b5966f492"
 37348          }
 37349        ],
 37350        "licenses": [{"license": {"id": "EPL-1.0"}}],
 37351        "purl": "pkg:maven/org.eclipse.aether/aether-util@1.0.2.v20150114?type=jar",
 37352        "externalReferences": [
 37353          {
 37354            "type": "website",
 37355            "url": "http://www.eclipse.org/"
 37356          },
 37357          {
 37358            "type": "build-system",
 37359            "url": "https://hudson.eclipse.org/aether/job/aether-core/"
 37360          },
 37361          {
 37362            "type": "distribution",
 37363            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37364          },
 37365          {
 37366            "type": "issue-tracker",
 37367            "url": "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&bug_status=__open__&product=Aether"
 37368          },
 37369          {
 37370            "type": "mailing-list",
 37371            "url": "http://dev.eclipse.org/mhonarc/lists/aether-dev/"
 37372          },
 37373          {
 37374            "type": "vcs",
 37375            "url": "http://git.eclipse.org/c/aether/aether-core.git/tree/"
 37376          }
 37377        ]
 37378      },
 37379      {
 37380        "type": "library",
 37381        "bom-ref": "pkg:maven/com.google.inject/guice@4.0?classifier=no_aop&type=jar",
 37382        "group": "com.google.inject",
 37383        "name": "guice",
 37384        "version": "4.0",
 37385        "hashes": [
 37386          {
 37387            "alg": "MD5",
 37388            "content": "64ff538a6b272442aa00a5d0707ca1d9"
 37389          },
 37390          {
 37391            "alg": "SHA-1",
 37392            "content": "199b7acaa05b570bbccf31be998f013963e5e752"
 37393          },
 37394          {
 37395            "alg": "SHA-256",
 37396            "content": "19393891be59b6feaf7e308bd8a3843b4e552c10cdb687ebffd7695634a250a8"
 37397          },
 37398          {
 37399            "alg": "SHA-384",
 37400            "content": "84d2734f38afd7904b787f3d4a6fa8f192ba958f406cd9693bafc7c8fb4618189971afe384029f92040d5ae74f20b8ea"
 37401          },
 37402          {
 37403            "alg": "SHA-512",
 37404            "content": "9af46efaacfa911f4f337785ef75df2013eecc64af3842d10df97f453b84d0e7990d3e981c27f315184390355744f4b8857eb87b5a45e24549251da4c4d387d9"
 37405          },
 37406          {
 37407            "alg": "SHA3-256",
 37408            "content": "81854f2bbd891fb71bac8344b85a1ef6708d0e1ba859380ebbf50def1b73cd7c"
 37409          },
 37410          {
 37411            "alg": "SHA3-384",
 37412            "content": "5aef1e9533492ecfb9cc7f1cfb18553b0800dc5324bfbf5cbb4196d8e6e2f28b1398a92ba2e5208756a306b88d6c7368"
 37413          },
 37414          {
 37415            "alg": "SHA3-512",
 37416            "content": "ee14d0a1acdc32c29732fcd69d7dbf67a2b6cdd6c8a8daaa6f32510a9d11e8e10a981f01cf1bffdfd5a76b79d71d05229ec7266b3c99fe044c3a1505433292c8"
 37417          }
 37418        ],
 37419        "purl": "pkg:maven/com.google.inject/guice@4.0?classifier=no_aop&type=jar"
 37420      },
 37421      {
 37422        "type": "library",
 37423        "bom-ref": "pkg:maven/javax.inject/javax.inject@1?type=jar",
 37424        "group": "javax.inject",
 37425        "name": "javax.inject",
 37426        "version": "1",
 37427        "description": "The javax.inject API",
 37428        "hashes": [
 37429          {
 37430            "alg": "MD5",
 37431            "content": "289075e48b909e9e74e6c915b3631d2e"
 37432          },
 37433          {
 37434            "alg": "SHA-1",
 37435            "content": "6975da39a7040257bd51d21a231b76c915872d38"
 37436          },
 37437          {
 37438            "alg": "SHA-256",
 37439            "content": "91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff"
 37440          },
 37441          {
 37442            "alg": "SHA-384",
 37443            "content": "ac04c9f03ccbe35a25deb8b50280a0ca01dbe6aff0dd795d55af6112bfe3cd5817eb82f32fb18378d86cd64b07597190"
 37444          },
 37445          {
 37446            "alg": "SHA-512",
 37447            "content": "e126b7ccf3e42fd1984a0beef1004a7269a337c202e59e04e8e2af714280d2f2d8d2ba5e6f59481b8dcd34aaf35c966a688d0b48ec7e96f102c274dc0d3b381e"
 37448          },
 37449          {
 37450            "alg": "SHA3-256",
 37451            "content": "5b0054e39e522de0e0ffc4034d12f72270291fb24d94d5ffc9c4d69c25035fc6"
 37452          },
 37453          {
 37454            "alg": "SHA3-384",
 37455            "content": "fca090ecb1edeacb9fe865dc515cd1d109b323cd742d4a9733ff199a96ee96e0db4f924079520b9c189ef750f255475d"
 37456          },
 37457          {
 37458            "alg": "SHA3-512",
 37459            "content": "fb290f5a70b1efc1dff12f40a0b2d7b94019f66da42e78010c0b8e61f222c4f267b67e356a9e9c346eb801e5515e36243888f280c5cb95c2dd69016a30cadeb9"
 37460          }
 37461        ],
 37462        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37463        "purl": "pkg:maven/javax.inject/javax.inject@1?type=jar",
 37464        "externalReferences": [{
 37465          "type": "vcs",
 37466          "url": "http://code.google.com/p/atinject/source/checkout"
 37467        }]
 37468      },
 37469      {
 37470        "type": "library",
 37471        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.21?type=jar",
 37472        "publisher": "Codehaus",
 37473        "group": "org.codehaus.plexus",
 37474        "name": "plexus-interpolation",
 37475        "version": "1.21",
 37476        "description": "The Plexus project provides a full software stack for creating and executing software projects.",
 37477        "hashes": [
 37478          {
 37479            "alg": "MD5",
 37480            "content": "6629656495f4e5eac4f244fe3b252ea1"
 37481          },
 37482          {
 37483            "alg": "SHA-1",
 37484            "content": "f92de59d295f16868001644acc21720f3ec9eb15"
 37485          },
 37486          {
 37487            "alg": "SHA-256",
 37488            "content": "aba7980581027ad5fc74a27ee4d64aad74932fdb32694967242d03fc50290d1f"
 37489          },
 37490          {
 37491            "alg": "SHA-384",
 37492            "content": "2ce80945419fddaf00d2d7110d8b0c61975dde40d6b8b643262eff84263974c5551391f5028a995d84c46c65a0ab954e"
 37493          },
 37494          {
 37495            "alg": "SHA-512",
 37496            "content": "073168d32e16e4e67598558ebbb68778740185e6dcb87d68ab2a68ab867c2acbf2af5c1e8fc82dcb8b2062e46ddc36b6024c00cd5c2fffe794b4610d5f13a66d"
 37497          },
 37498          {
 37499            "alg": "SHA3-256",
 37500            "content": "68a85fb904f7d5a8241b24383f8f90601c47e2a013576e9af9f9ccadcc935d35"
 37501          },
 37502          {
 37503            "alg": "SHA3-384",
 37504            "content": "b887e8ac5cc4fc4427a50c94b6e6aa3d69862dc8880d97999854a397a48f1c57761ab5b8cb3f47045c4d986021a1e395"
 37505          },
 37506          {
 37507            "alg": "SHA3-512",
 37508            "content": "7784d80c733fce282ac416c21fc883894679a48a63f5afa50dadd6ff554babc80188fc13eec959e0adcc4e49711c06b338aa5b8f5df80f2abb36394923e32088"
 37509          }
 37510        ],
 37511        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37512        "purl": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.21?type=jar",
 37513        "externalReferences": [
 37514          {
 37515            "type": "vcs",
 37516            "url": "http://github.com/sonatype/plexus-interpolation"
 37517          },
 37518          {
 37519            "type": "issue-tracker",
 37520            "url": "http://jira.codehaus.org/browse/PLXCOMP"
 37521          },
 37522          {
 37523            "type": "website",
 37524            "url": "http://www.codehaus.org/"
 37525          },
 37526          {
 37527            "type": "distribution",
 37528            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37529          },
 37530          {
 37531            "type": "mailing-list",
 37532            "url": "http://archive.plexus.codehaus.org/user"
 37533          },
 37534          {
 37535            "type": "build-system",
 37536            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37537          }
 37538        ]
 37539      },
 37540      {
 37541        "type": "library",
 37542        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-utils@3.0.22?type=jar",
 37543        "publisher": "Codehaus",
 37544        "group": "org.codehaus.plexus",
 37545        "name": "plexus-utils",
 37546        "version": "3.0.22",
 37547        "description": "A collection of various utility classes to ease working with strings, files, command lines, XML and more.",
 37548        "hashes": [
 37549          {
 37550            "alg": "MD5",
 37551            "content": "2a32677a099da7c5b9b2b39c066f2cc6"
 37552          },
 37553          {
 37554            "alg": "SHA-1",
 37555            "content": "764f26e0ab13a87c48fe55f525dfb6a133b7a92f"
 37556          },
 37557          {
 37558            "alg": "SHA-256",
 37559            "content": "0f31c44b275f87e56d46a582ce96d03b9e2ab344cf87c4e268b34d3ad046beab"
 37560          },
 37561          {
 37562            "alg": "SHA-384",
 37563            "content": "aedfa474d709222d69c6736588c7ede1aae1c39e9e4604e42b45dfa39dfc78ba85dfb17f424e6c934fd8d505a585f3ff"
 37564          },
 37565          {
 37566            "alg": "SHA-512",
 37567            "content": "b0be4608a6246630463989cbc7a554e4d6a886895fe9b9d1d38ff525e5ef9bcdbc96219731eb16940c6936808824e533bd6aedb77d8376657680a137e51e1fff"
 37568          },
 37569          {
 37570            "alg": "SHA3-256",
 37571            "content": "b9cb073b7fa5fcbc99d1e3f6486668e77ccaf399d525a2db290be33957ef4fa7"
 37572          },
 37573          {
 37574            "alg": "SHA3-384",
 37575            "content": "b7760d4921e1993e27ebb0ac264c99908c4374232c24807914d3b738d3f29425a2dfc8ca0309087ceef8000c1a7eed80"
 37576          },
 37577          {
 37578            "alg": "SHA3-512",
 37579            "content": "a79120c778747fd54c04b3c4730fb309c51179d639e6c9a12aee233758b756362c4c161ff03504b3bbb3a4c5efbd926769d9e3e284dd4f6343d0b99c97203c56"
 37580          }
 37581        ],
 37582        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37583        "purl": "pkg:maven/org.codehaus.plexus/plexus-utils@3.0.22?type=jar",
 37584        "externalReferences": [
 37585          {
 37586            "type": "issue-tracker",
 37587            "url": "http://jira.codehaus.org/browse/PLXUTILS"
 37588          },
 37589          {
 37590            "type": "vcs",
 37591            "url": "http://github.com/codehaus-plexus/plexus-utils"
 37592          },
 37593          {
 37594            "type": "website",
 37595            "url": "http://www.codehaus.org/"
 37596          },
 37597          {
 37598            "type": "distribution",
 37599            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37600          },
 37601          {
 37602            "type": "mailing-list",
 37603            "url": "http://archive.plexus.codehaus.org/user"
 37604          },
 37605          {
 37606            "type": "build-system",
 37607            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37608          }
 37609        ]
 37610      },
 37611      {
 37612        "type": "library",
 37613        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-classworlds@2.5.2?type=jar",
 37614        "publisher": "Codehaus",
 37615        "group": "org.codehaus.plexus",
 37616        "name": "plexus-classworlds",
 37617        "version": "2.5.2",
 37618        "description": "A class loader framework",
 37619        "hashes": [
 37620          {
 37621            "alg": "MD5",
 37622            "content": "53b54feee8cef6b843bd6748bda4bfa7"
 37623          },
 37624          {
 37625            "alg": "SHA-1",
 37626            "content": "4abb111bfdace5b8167db4c0ef74644f3f88f142"
 37627          },
 37628          {
 37629            "alg": "SHA-256",
 37630            "content": "b2931d41740490a8d931cbe0cfe9ac20deb66cca606e679f52522f7f534c9fd7"
 37631          },
 37632          {
 37633            "alg": "SHA-384",
 37634            "content": "27df83d9e2eb2730f1b0480aead44e0ed8c5243c0e3d96642e564917ee621f3c8b3217a4f3ae4f640fe9f8a0b67a43da"
 37635          },
 37636          {
 37637            "alg": "SHA-512",
 37638            "content": "5bbbce8880a8513ba1314c202005de96fe263b48f45d5cd6a3a3577fdfe7ccd88c2b908093eec237e6624f5dbba664dfb8aa82939cc540bb6652c0f4eea7b333"
 37639          },
 37640          {
 37641            "alg": "SHA3-256",
 37642            "content": "96476ac810a44f0026e4d32bf571b4597735f0bf06a722128104147484b851f7"
 37643          },
 37644          {
 37645            "alg": "SHA3-384",
 37646            "content": "0ed9e4f4bcb3baecda4730667de8d8c93edbfcb1c97d7cf203eac5de3c783c6bc2881b196505b4c0bb10eecc58cb2212"
 37647          },
 37648          {
 37649            "alg": "SHA3-512",
 37650            "content": "0da78c61970ad7c2f351727d89361270458559a7448083c5f369547a19cc7a9afc4f3b939e829e87bef06406cd0d4cb57a5b6749d4692d71da37dd4bd090fe41"
 37651          }
 37652        ],
 37653        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37654        "purl": "pkg:maven/org.codehaus.plexus/plexus-classworlds@2.5.2?type=jar",
 37655        "externalReferences": [
 37656          {
 37657            "type": "vcs",
 37658            "url": "http://github.com/sonatype/plexus-classworlds"
 37659          },
 37660          {
 37661            "type": "website",
 37662            "url": "http://www.codehaus.org/"
 37663          },
 37664          {
 37665            "type": "distribution",
 37666            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37667          },
 37668          {
 37669            "type": "issue-tracker",
 37670            "url": "http://jira.codehaus.org/browse/PLX"
 37671          },
 37672          {
 37673            "type": "mailing-list",
 37674            "url": "http://archive.plexus.codehaus.org/user"
 37675          },
 37676          {
 37677            "type": "build-system",
 37678            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37679          }
 37680        ]
 37681      },
 37682      {
 37683        "type": "library",
 37684        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@1.6?type=jar",
 37685        "publisher": "Codehaus",
 37686        "group": "org.codehaus.plexus",
 37687        "name": "plexus-component-annotations",
 37688        "version": "1.6",
 37689        "description": "Plexus Component \"Java 5\" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.",
 37690        "hashes": [
 37691          {
 37692            "alg": "MD5",
 37693            "content": "5ad66cc6f2b6813485d624ed581d61be"
 37694          },
 37695          {
 37696            "alg": "SHA-1",
 37697            "content": "1a34a4e12b5fded8c548a568f463dfee21500927"
 37698          },
 37699          {
 37700            "alg": "SHA-256",
 37701            "content": "2b3a6ca5f19a9ad490bc233f45e68d3093c8c01b4acc3c1d14bad4ca7c7ff438"
 37702          },
 37703          {
 37704            "alg": "SHA-384",
 37705            "content": "0ba7a2938d7b81ccb9e5de5acf6d429bc685c0e91b7d24af42b8dfb53796cfd9b68da9ea1d1d74859b3082f89b305a59"
 37706          },
 37707          {
 37708            "alg": "SHA-512",
 37709            "content": "d30428c57b888efc004f553d3834dd185182eca50e0f3cc2af419597a58fbaf0716e89d2a3850f3443905346926b40806ff5b46e0cfd829c58ba77d5c22289d1"
 37710          },
 37711          {
 37712            "alg": "SHA3-256",
 37713            "content": "ce8f32af9c3e07c0f2078fa9f5e9ab140eef38d5b052a1f50671ec7b0499883c"
 37714          },
 37715          {
 37716            "alg": "SHA3-384",
 37717            "content": "6def937911baaf73f6741503b8f09f35f995bc93a7e0a54accd44d088dd7ac79190c4731ec92eeda855f5dd01c4caeb6"
 37718          },
 37719          {
 37720            "alg": "SHA3-512",
 37721            "content": "2fe01b5f08fba30c5e67b3d335cffaa3f944f0ce48b58577a444a62bd90f5a349c8be0baa079df8e1265242f6560f294cdcb2a9572dbbc6e2cb02a20482264d4"
 37722          }
 37723        ],
 37724        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37725        "purl": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@1.6?type=jar",
 37726        "externalReferences": [
 37727          {
 37728            "type": "vcs",
 37729            "url": "https://github.com/sonatype/plexus-containers"
 37730          },
 37731          {
 37732            "type": "website",
 37733            "url": "http://www.codehaus.org/"
 37734          },
 37735          {
 37736            "type": "distribution",
 37737            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 37738          },
 37739          {
 37740            "type": "issue-tracker",
 37741            "url": "http://jira.codehaus.org/browse/PLX"
 37742          },
 37743          {
 37744            "type": "mailing-list",
 37745            "url": "http://archive.plexus.codehaus.org/user"
 37746          },
 37747          {
 37748            "type": "build-system",
 37749            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37750          }
 37751        ]
 37752      },
 37753      {
 37754        "type": "library",
 37755        "bom-ref": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.3?type=jar",
 37756        "group": "org.sonatype.plexus",
 37757        "name": "plexus-sec-dispatcher",
 37758        "version": "1.3",
 37759        "hashes": [
 37760          {
 37761            "alg": "MD5",
 37762            "content": "53160199f5667de3fca69b723173639b"
 37763          },
 37764          {
 37765            "alg": "SHA-1",
 37766            "content": "dedc02034fb8fcd7615d66593228cb71709134b4"
 37767          },
 37768          {
 37769            "alg": "SHA-256",
 37770            "content": "3b0559bb8432f28937efe6ca193ef54a8506d0075d73fd7406b9b116c6a11063"
 37771          },
 37772          {
 37773            "alg": "SHA-384",
 37774            "content": "539392b84ed3dfeeaa97c42a4befa559a05d18baabcadda2537b18fe8f340e11823ce0646e8931b92a4cfb24cd39d981"
 37775          },
 37776          {
 37777            "alg": "SHA-512",
 37778            "content": "8b609608e4ce1346fdd3a0793d66dbdb893d6af046594ccc456eaceabca3f7a251cc8a6f1cad22fc17688911d0842cc84fa2303027fdf241c77f4078905aaacd"
 37779          },
 37780          {
 37781            "alg": "SHA3-256",
 37782            "content": "b6185018455b1ffd854f9d5ef2ba2dc5750ad4c68789854e4c2440bd91ada76c"
 37783          },
 37784          {
 37785            "alg": "SHA3-384",
 37786            "content": "9355f99fc6e1c5f4eaa73417b730adfed5d5d20528171aea4b487b8a75028a900d67abd923df025dffd20f32edff69ab"
 37787          },
 37788          {
 37789            "alg": "SHA3-512",
 37790            "content": "323c863614c94d12508265454a5c598358a0b5b2fb18400d1ab457cf3a161c7e31079ada7ab8ed5d1b28d1e4dee9ab8f82cfb84ad40b42d69e330562d1a69da7"
 37791          }
 37792        ],
 37793        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37794        "purl": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.3?type=jar",
 37795        "externalReferences": [
 37796          {
 37797            "type": "vcs",
 37798            "url": "http://svn.sonatype.org/spice/tags/plexus-sec-dispatcher-1.3"
 37799          },
 37800          {
 37801            "type": "build-system",
 37802            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37803          },
 37804          {
 37805            "type": "issue-tracker",
 37806            "url": "https://issues.sonatype.org/browse/SPICE"
 37807          }
 37808        ]
 37809      },
 37810      {
 37811        "type": "library",
 37812        "bom-ref": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.4?type=jar",
 37813        "group": "org.sonatype.plexus",
 37814        "name": "plexus-cipher",
 37815        "version": "1.4",
 37816        "hashes": [
 37817          {
 37818            "alg": "MD5",
 37819            "content": "7b2d6fcf0d5800d5b1ce09d98d98dcaf"
 37820          },
 37821          {
 37822            "alg": "SHA-1",
 37823            "content": "50ade46f23bb38cd984b4ec560c46223432aac38"
 37824          },
 37825          {
 37826            "alg": "SHA-256",
 37827            "content": "5a15fdba22669e0fdd06e10dcce6320879e1f7398fbc910cd0677b50672a78c4"
 37828          },
 37829          {
 37830            "alg": "SHA-384",
 37831            "content": "29d6722d6d4c412a98ed95f1fd6620047b22ce8d7e3160bcc49ca616a016b57be0c4d35daa8896ef93a80bcff77725ec"
 37832          },
 37833          {
 37834            "alg": "SHA-512",
 37835            "content": "deb948be3a9f6a2fa74adca17e54b1074948267b3a35dd4000d92c559d0387650770ccee096ad8f01dd51c36caf63878dc0bcf57dfb1f2e3e1a9d51204096617"
 37836          },
 37837          {
 37838            "alg": "SHA3-256",
 37839            "content": "ef83ecf09c7bda0c412b6acdf558171f4f5f1065a68359916ecffcbea8e3475d"
 37840          },
 37841          {
 37842            "alg": "SHA3-384",
 37843            "content": "2f27b64dcb2dcc7b16eb24487c67363a2977d4d695b97ebea829b7301c444e07cbf8a8b0471332c81b3d3ee393388834"
 37844          },
 37845          {
 37846            "alg": "SHA3-512",
 37847            "content": "1a8b406ab9d63cb3af63e56a09bbde88e404041a1b70c68487c1c0009c24d042cea9ee2325ad99c0aee845ec61ff17a69ae14843f08de2f5af90cd5bb617e34c"
 37848          }
 37849        ],
 37850        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37851        "purl": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.4?type=jar",
 37852        "externalReferences": [
 37853          {
 37854            "type": "vcs",
 37855            "url": "http://svn.sonatype.org/spice/tags/plexus-cipher-1.4"
 37856          },
 37857          {
 37858            "type": "build-system",
 37859            "url": "https://grid.sonatype.org/ci/view/Spice/"
 37860          },
 37861          {
 37862            "type": "issue-tracker",
 37863            "url": "https://issues.sonatype.org/browse/SPICE"
 37864          }
 37865        ]
 37866      },
 37867      {
 37868        "type": "library",
 37869        "bom-ref": "pkg:maven/javax.enterprise/cdi-api@1.0-SP4?type=jar",
 37870        "publisher": "Seam Framework",
 37871        "group": "javax.enterprise",
 37872        "name": "cdi-api",
 37873        "version": "1.0-SP4",
 37874        "description": "APIs for JSR-299: Contexts and Dependency Injection for Java EE",
 37875        "hashes": [
 37876          {
 37877            "alg": "MD5",
 37878            "content": "6c1e2b4036d64b6ba1a1136a00c7cdaa"
 37879          },
 37880          {
 37881            "alg": "SHA-1",
 37882            "content": "6e38490033eb8b36c4cf1f7605163424a574dcf0"
 37883          },
 37884          {
 37885            "alg": "SHA-256",
 37886            "content": "fa67ea478fce3e0d350a38df8db43f29df0d649f7ce80374265e9b157d486aea"
 37887          },
 37888          {
 37889            "alg": "SHA-384",
 37890            "content": "ee589cd2a088a11c40cf1729af0420c69689871fda3815765ac19633d92f8ca12d1f35ce7dd9390340e3fb104652d33f"
 37891          },
 37892          {
 37893            "alg": "SHA-512",
 37894            "content": "a5eff95ce63734022d4e7b1ca4bea46a8233b282d6d83449a1d33f17e4f11c51e8fe749e60e9c7c1caa46eff2ba41efdfb6a63a226153adca5f92ae30a3cab21"
 37895          },
 37896          {
 37897            "alg": "SHA3-256",
 37898            "content": "eeefeebd00fa7fa0ee1933621aa802a9a3bc6c2988ca701ff92a223b92e430d3"
 37899          },
 37900          {
 37901            "alg": "SHA3-384",
 37902            "content": "aa88f00cd96bc6add456ec1b418d9c3152b7809538c9971ad1ca207e85c72c4594a154795158c84c3be8267422f7ea38"
 37903          },
 37904          {
 37905            "alg": "SHA3-512",
 37906            "content": "2b30d9cb9b9ec6155224bd5731667b229dcaa35c333510e4f39f1d221a319389468814331ac911c5d9fc3692aac6723557f43073e87854db42fbcd0302373a93"
 37907          }
 37908        ],
 37909        "licenses": [{"license": {"id": "Apache-2.0"}}],
 37910        "purl": "pkg:maven/javax.enterprise/cdi-api@1.0-SP4?type=jar",
 37911        "externalReferences": [
 37912          {
 37913            "type": "website",
 37914            "url": "http://seamframework.org"
 37915          },
 37916          {
 37917            "type": "build-system",
 37918            "url": "http://hudson.jboss.org"
 37919          },
 37920          {
 37921            "type": "issue-tracker",
 37922            "url": "http://jira.jboss.org/browse/WELD"
 37923          },
 37924          {
 37925            "type": "vcs",
 37926            "url": "http://fisheye.jboss.org/browse/weld/cdi-api/tags/1.0-SP4"
 37927          }
 37928        ]
 37929      },
 37930      {
 37931        "type": "library",
 37932        "bom-ref": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.1_spec@1.0.0.Beta1?type=jar",
 37933        "publisher": "JBoss, a division of Red Hat, Inc.",
 37934        "group": "org.jboss.spec.javax.interceptor",
 37935        "name": "jboss-interceptors-api_1.1_spec",
 37936        "version": "1.0.0.Beta1",
 37937        "description": "The JavaEE Interceptors 1.1 API classes from JSR 318.",
 37938        "hashes": [
 37939          {
 37940            "alg": "MD5",
 37941            "content": "73f030d09865c924162588fe75c0d8e0"
 37942          },
 37943          {
 37944            "alg": "SHA-1",
 37945            "content": "8cb388fd3b4912373da7a18e199bb55aa52aa5c1"
 37946          },
 37947          {
 37948            "alg": "SHA-256",
 37949            "content": "980ae1c10ba10c81d0ae2dbf99aba8c7c5fc278a114ea9cf28c3c569c37da8f2"
 37950          },
 37951          {
 37952            "alg": "SHA-384",
 37953            "content": "4a42b10174bb37fa04000834375356cb2b17d2dadca0a0c6c24c7e69f6435773bcee10fc465143239f45340a378d2acf"
 37954          },
 37955          {
 37956            "alg": "SHA-512",
 37957            "content": "816fdf12d760f04fc23637b9ce2bca099030c59f3de0fbddfb23d55118e7f276404d4cc25b40ada53e551a4e2db4d0d3449b1c22f9a7af1f646eb21c8ab7f98b"
 37958          },
 37959          {
 37960            "alg": "SHA3-256",
 37961            "content": "b843147c235a5b36c385a50de645d7496a6cf8098fc724a72146724dd2aa9bec"
 37962          },
 37963          {
 37964            "alg": "SHA3-384",
 37965            "content": "967324185caaeb60bf9dade9dc2dbc8f4ec7817af3ddf5a5aaa64a5cc8cb299ec1f92853ec2763735d2586da0ed1eadd"
 37966          },
 37967          {
 37968            "alg": "SHA3-512",
 37969            "content": "3829ea06a24983794769144a6af40e98f34cd7d16690e48cf0b7c53a89151bc6c7cb6f1b3ef582e670aca663e3bbc30e1a9c48239f77c4b7c516c5a1b76c3ded"
 37970          }
 37971        ],
 37972        "licenses": [{"license": {
 37973          "name": "lgpl",
 37974          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
 37975        }}],
 37976        "purl": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.1_spec@1.0.0.Beta1?type=jar",
 37977        "externalReferences": [
 37978          {
 37979            "type": "vcs",
 37980            "url": "http://fisheye.jboss.org/browse/JBossAS/projects/specs/tags/jboss-interceptors-api_1.1_spec-1.0.0.Beta1"
 37981          },
 37982          {
 37983            "type": "website",
 37984            "url": "http://www.jboss.org"
 37985          },
 37986          {
 37987            "type": "issue-tracker",
 37988            "url": "http://jira.jboss.org/"
 37989          }
 37990        ]
 37991      },
 37992      {
 37993        "type": "library",
 37994        "bom-ref": "pkg:maven/junit/junit@4.12?type=jar",
 37995        "publisher": "JUnit",
 37996        "group": "junit",
 37997        "name": "junit",
 37998        "version": "4.12",
 37999        "description": "JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.",
 38000        "hashes": [
 38001          {
 38002            "alg": "MD5",
 38003            "content": "5b38c40c97fbd0adee29f91e60405584"
 38004          },
 38005          {
 38006            "alg": "SHA-1",
 38007            "content": "2973d150c0dc1fefe998f834810d68f278ea58ec"
 38008          },
 38009          {
 38010            "alg": "SHA-256",
 38011            "content": "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a"
 38012          },
 38013          {
 38014            "alg": "SHA-384",
 38015            "content": "e2f0c2db405e282d0f84a1766b9e8d9736d4377e292a5ef8457aec10384f9077005865167025b2779634d75bcb4d62cd"
 38016          },
 38017          {
 38018            "alg": "SHA-512",
 38019            "content": "5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce"
 38020          },
 38021          {
 38022            "alg": "SHA3-256",
 38023            "content": "02b1f076652120813646a0cb34350f0c73a3299b221567e089f6aaadf8ab444a"
 38024          },
 38025          {
 38026            "alg": "SHA3-384",
 38027            "content": "a24a1d6d5ffe2f9fc3a90a442c3d1d5a12ae7bda3c68996c3b50f00186a2f961808c5ef504a771e9d6ab95ee38a383f0"
 38028          },
 38029          {
 38030            "alg": "SHA3-512",
 38031            "content": "9e8f7057647c11564178e4569cf4f5682d3688b49d81acc60fd301f61053932ee9ac109c19cb639f7710d23afc76cb106ebde0f8143e2fe5fa08605201720a8b"
 38032          }
 38033        ],
 38034        "licenses": [{"license": {
 38035          "id": "EPL-1.0",
 38036          "url": "http://www.eclipse.org/legal/epl-v10.html"
 38037        }}],
 38038        "purl": "pkg:maven/junit/junit@4.12?type=jar",
 38039        "externalReferences": [
 38040          {
 38041            "type": "website",
 38042            "url": "http://www.junit.org"
 38043          },
 38044          {
 38045            "type": "build-system",
 38046            "url": "https://junit.ci.cloudbees.com/"
 38047          },
 38048          {
 38049            "type": "distribution",
 38050            "url": "https://github.com/junit-team/junit/wiki/Download-and-Install"
 38051          },
 38052          {
 38053            "type": "issue-tracker",
 38054            "url": "https://github.com/junit-team/junit/issues"
 38055          },
 38056          {
 38057            "type": "mailing-list",
 38058            "url": "https://groups.yahoo.com/neo/groups/junit/info"
 38059          },
 38060          {
 38061            "type": "vcs",
 38062            "url": "http://github.com/junit-team/junit/tree/master"
 38063          }
 38064        ]
 38065      },
 38066      {
 38067        "type": "library",
 38068        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxrs@3.3.6?type=jar",
 38069        "publisher": "The Apache Software Foundation",
 38070        "group": "org.apache.cxf",
 38071        "name": "cxf-rt-frontend-jaxrs",
 38072        "version": "3.3.6",
 38073        "description": "Apache CXF Runtime JAX-RS Frontend",
 38074        "hashes": [
 38075          {
 38076            "alg": "MD5",
 38077            "content": "50818887ad0b09eca9d40dbdc62cf04a"
 38078          },
 38079          {
 38080            "alg": "SHA-1",
 38081            "content": "5c330c35024dda07601b059cb68258b53fdd22fb"
 38082          },
 38083          {
 38084            "alg": "SHA-256",
 38085            "content": "cfb9fb645f434d6626a9f6b5dd6931512537380ef4f2e76ecc56f3b434b26f7c"
 38086          },
 38087          {
 38088            "alg": "SHA-384",
 38089            "content": "58ce123283b7a3eadda633d634b020d207b72f311904f95f7148dc8b6dc34a71325be05ffa95cd1f5e947b9fd44598e3"
 38090          },
 38091          {
 38092            "alg": "SHA-512",
 38093            "content": "f48028c16dd120734215753380a0f58fc320b2bdf1ed348723aa2b42a63d3d35e89594e8dd0345cce454f00cc71bf31189bd18ed4fc055be802e4f147df39310"
 38094          },
 38095          {
 38096            "alg": "SHA3-256",
 38097            "content": "3a5d462826d32d85529759e25ee259e06b041b3f8d3e6ade75624d759f1f3304"
 38098          },
 38099          {
 38100            "alg": "SHA3-384",
 38101            "content": "06065b8d9ef435a4bc9352d55d7c47fbe4c218b5d2e5aefcc789ea4e279f8385e52389f39a05836217cad39769bf96a9"
 38102          },
 38103          {
 38104            "alg": "SHA3-512",
 38105            "content": "8cd8e0e4456d5823731282337cc2daa44e587e645d7dcd622e45334f6e5c23de23e3aca800691de838b4ca641678c307569807738e95d2b45151ef52cf4d1680"
 38106          }
 38107        ],
 38108        "licenses": [{"license": {"id": "Apache-2.0"}}],
 38109        "purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxrs@3.3.6?type=jar",
 38110        "externalReferences": [
 38111          {
 38112            "type": "website",
 38113            "url": "https://www.apache.org/"
 38114          },
 38115          {
 38116            "type": "build-system",
 38117            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 38118          },
 38119          {
 38120            "type": "distribution",
 38121            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 38122          },
 38123          {
 38124            "type": "issue-tracker",
 38125            "url": "https://issues.apache.org/jira/browse/CXF"
 38126          },
 38127          {
 38128            "type": "mailing-list",
 38129            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 38130          },
 38131          {
 38132            "type": "vcs",
 38133            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 38134          }
 38135        ]
 38136      },
 38137      {
 38138        "type": "library",
 38139        "bom-ref": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.5?type=jar",
 38140        "publisher": "Eclipse Foundation",
 38141        "group": "jakarta.ws.rs",
 38142        "name": "jakarta.ws.rs-api",
 38143        "version": "2.1.5",
 38144        "description": "Java API for RESTful Web Services",
 38145        "hashes": [
 38146          {
 38147            "alg": "MD5",
 38148            "content": "ec1a9f7735daf2dfe421b1ec9b20dd0b"
 38149          },
 38150          {
 38151            "alg": "SHA-1",
 38152            "content": "e45d7f94d7406489755d911e63c216b4a3210374"
 38153          },
 38154          {
 38155            "alg": "SHA-256",
 38156            "content": "3587738aaf6d5e4f1e3f01cc249cb061badf7490f7e647b2ae26d0a7efa6e173"
 38157          },
 38158          {
 38159            "alg": "SHA-384",
 38160            "content": "8f57182ea5af4ab74a0f15209a146eb21b6c4fc0a79dc2d697495e3032b8d0ab595a3adfcd6b7e09fcb90e2749e90c19"
 38161          },
 38162          {
 38163            "alg": "SHA-512",
 38164            "content": "c5b644d0a8c487ac95d5667877b744fbd33b72a4c1274e81121ec77a4c6e7fae34857ca129afe386ea1d0f38d97d31301e95d0b9efa3eb1c57969831bc337e80"
 38165          },
 38166          {
 38167            "alg": "SHA3-256",
 38168            "content": "4e84f0d02b7d21091ec95bd3c0f665e349e0831169afb6d8deee046c51836700"
 38169          },
 38170          {
 38171            "alg": "SHA3-384",
 38172            "content": "24f0a15b12d2d86256b337eb1f078a99d77342b2f892e3da68d3da20eab359cb466a14e2a1de173ae937b192f73972bf"
 38173          },
 38174          {
 38175            "alg": "SHA3-512",
 38176            "content": "e93a66c453dbc3e3c293a64484cd1a7ddbde823f424d7215351342eac4c8aeeb16e8300ddd165eefd026290d0b0204e52098b25caeeab05475e447d9f9cd5677"
 38177          }
 38178        ],
 38179        "licenses": [
 38180          {"license": {"id": "EPL-2.0"}},
 38181          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 38182        ],
 38183        "purl": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.5?type=jar",
 38184        "externalReferences": [
 38185          {
 38186            "type": "website",
 38187            "url": "https://www.eclipse.org/org/foundation/"
 38188          },
 38189          {
 38190            "type": "distribution",
 38191            "url": "https://repo.eclipse.org/content/repositories/jax-rs-api-releases/"
 38192          },
 38193          {
 38194            "type": "issue-tracker",
 38195            "url": "https://github.com/eclipse-ee4j/jaxrs-api/issues"
 38196          },
 38197          {
 38198            "type": "vcs",
 38199            "url": "https://github.com/eclipse-ee4j/jaxrs-api"
 38200          }
 38201        ]
 38202      },
 38203      {
 38204        "type": "library",
 38205        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-security@3.3.6?type=jar",
 38206        "publisher": "The Apache Software Foundation",
 38207        "group": "org.apache.cxf",
 38208        "name": "cxf-rt-security",
 38209        "version": "3.3.6",
 38210        "description": "Apache CXF Runtime Security functionality",
 38211        "hashes": [
 38212          {
 38213            "alg": "MD5",
 38214            "content": "cc3ad101dcf72e8dfd1093a93f0ec362"
 38215          },
 38216          {
 38217            "alg": "SHA-1",
 38218            "content": "2d4da1bfcf6c46c71a875ebfbcd3418e7ba58d8a"
 38219          },
 38220          {
 38221            "alg": "SHA-256",
 38222            "content": "76e2dbe7534cae9ee5c67e323390f121d01c83487f603bc244586e23cc89aad3"
 38223          },
 38224          {
 38225            "alg": "SHA-384",
 38226            "content": "cb5a2c9ffab6db34362424f02794d071d955b0a2d62916406331abec8f67bd4f7c9baa56fa3518c6cae19cb843e109b2"
 38227          },
 38228          {
 38229            "alg": "SHA-512",
 38230            "content": "0a97e66bedf8a322a50c62b5e84e33de735155833478ec980e29c794e24a993cc2297c82efb9ad1a305487915b7ee4e42ee2cab30b9b7f9b5ace00b3d968011d"
 38231          },
 38232          {
 38233            "alg": "SHA3-256",
 38234            "content": "8202cdd4b33ca603f9438dbee1216e9873f4c86ed7d8faa74596016f76a0dc87"
 38235          },
 38236          {
 38237            "alg": "SHA3-384",
 38238            "content": "7916577cb2b97c3c40dba65e8ba0b4815c62367912aa358eb86b410a1c4b638b4370b2251f07be6b2dd0797776c8a5fc"
 38239          },
 38240          {
 38241            "alg": "SHA3-512",
 38242            "content": "2e5a10934999a3ef2ce8a0904b697da84458f15739d164da90f29695325f2545e36799d21fd9756f7aecdca1f4831a6451bda48cf092c3f2057969c324060d4e"
 38243          }
 38244        ],
 38245        "licenses": [{"license": {"id": "Apache-2.0"}}],
 38246        "purl": "pkg:maven/org.apache.cxf/cxf-rt-security@3.3.6?type=jar",
 38247        "externalReferences": [
 38248          {
 38249            "type": "website",
 38250            "url": "https://www.apache.org/"
 38251          },
 38252          {
 38253            "type": "build-system",
 38254            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 38255          },
 38256          {
 38257            "type": "distribution",
 38258            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 38259          },
 38260          {
 38261            "type": "issue-tracker",
 38262            "url": "https://issues.apache.org/jira/browse/CXF"
 38263          },
 38264          {
 38265            "type": "mailing-list",
 38266            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 38267          },
 38268          {
 38269            "type": "vcs",
 38270            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 38271          }
 38272        ]
 38273      },
 38274      {
 38275        "type": "library",
 38276        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-jetty@3.3.6?type=jar",
 38277        "publisher": "The Apache Software Foundation",
 38278        "group": "org.apache.cxf",
 38279        "name": "cxf-rt-transports-http-jetty",
 38280        "version": "3.3.6",
 38281        "description": "Apache CXF Runtime HTTP Jetty Transport",
 38282        "hashes": [
 38283          {
 38284            "alg": "MD5",
 38285            "content": "c103f11557cd3736066fb9489dc1a431"
 38286          },
 38287          {
 38288            "alg": "SHA-1",
 38289            "content": "fb5cc6cfd245ccaece8ef8ecf2d8b1329f3fcd84"
 38290          },
 38291          {
 38292            "alg": "SHA-256",
 38293            "content": "69eb2c44d06c7c6ac572adc16847af23f94caae5b1eae58c895edb9fa9bf892e"
 38294          },
 38295          {
 38296            "alg": "SHA-384",
 38297            "content": "80077a8b96a0c024785b8a751d7821952469cd24fe584146c2e9bcdea4e0560f8a036299a0d3ef193b2c1687082b30f0"
 38298          },
 38299          {
 38300            "alg": "SHA-512",
 38301            "content": "ffd75d9ab9de56b7bc8d3c0851fc333243e5f490f599f04fd98ab44432b3b217a5d3dd534b8d2c7d4cd0179b9c0b8702ec461fd80c3c573748e43010c7fea3b5"
 38302          },
 38303          {
 38304            "alg": "SHA3-256",
 38305            "content": "010799dab9115667afe7e0a1133eced496edf78c73933a8321679f9ef92207ee"
 38306          },
 38307          {
 38308            "alg": "SHA3-384",
 38309            "content": "83a4d395f7ede925cd2e0100a0dc3b3a58d48091b986c2b75c4ca8040a9cc47816d14cd238c292513d7fa2ac538128d6"
 38310          },
 38311          {
 38312            "alg": "SHA3-512",
 38313            "content": "3328a015262fb7ebf0979a0b1db4dbf1b4ac9292c6679f9b5fa5dc086590b8cba06c900b04cbbb0a789705e323335770131478302ed822ac6e8ca2dda0531378"
 38314          }
 38315        ],
 38316        "licenses": [{"license": {"id": "Apache-2.0"}}],
 38317        "purl": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-jetty@3.3.6?type=jar",
 38318        "externalReferences": [
 38319          {
 38320            "type": "website",
 38321            "url": "https://www.apache.org/"
 38322          },
 38323          {
 38324            "type": "build-system",
 38325            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 38326          },
 38327          {
 38328            "type": "distribution",
 38329            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 38330          },
 38331          {
 38332            "type": "issue-tracker",
 38333            "url": "https://issues.apache.org/jira/browse/CXF"
 38334          },
 38335          {
 38336            "type": "mailing-list",
 38337            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 38338          },
 38339          {
 38340            "type": "vcs",
 38341            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 38342          }
 38343        ]
 38344      },
 38345      {
 38346        "type": "library",
 38347        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.27.v20200227?type=jar",
 38348        "publisher": "Webtide",
 38349        "group": "org.eclipse.jetty",
 38350        "name": "jetty-server",
 38351        "version": "9.4.27.v20200227",
 38352        "description": "The core jetty server artifact.",
 38353        "hashes": [
 38354          {
 38355            "alg": "MD5",
 38356            "content": "5440726083ce02efa96d050a84e05ff6"
 38357          },
 38358          {
 38359            "alg": "SHA-1",
 38360            "content": "4ef690ce1277e3767d457f87621f2c436a001881"
 38361          },
 38362          {
 38363            "alg": "SHA-256",
 38364            "content": "2c25867cc49d8298d02baa7f2f0da9d7c0a0c78bd0e26858a678917ac64ae326"
 38365          },
 38366          {
 38367            "alg": "SHA-384",
 38368            "content": "d7a78a3b781e039c97984beca4df2dbd2222368cf140c5a5e57d1e94ee5e12241dc32cf121b570b52985b12ae6e06c30"
 38369          },
 38370          {
 38371            "alg": "SHA-512",
 38372            "content": "71f44b23bfa28b6496b241f756bb1f14d9faf8f14375849bb30564431845773e609bc22bc71aa38b58fd68cf0fe4b6b25228095c3a1e2f53378fb414b1279c7a"
 38373          },
 38374          {
 38375            "alg": "SHA3-256",
 38376            "content": "7b6056ef21f3a6bd9b83bce3aa3511d97ba901ce8ac791da43c688d11483d676"
 38377          },
 38378          {
 38379            "alg": "SHA3-384",
 38380            "content": "3c9602859090003101c48def25fdef79e90bd7f2c88ee86994ba047f1d01107214f6a4828bb6235cb51a2e25eb6bcee9"
 38381          },
 38382          {
 38383            "alg": "SHA3-512",
 38384            "content": "e5726c57792c9f0c3f670904e2d52407ec570b8d2d8fa2836ceb1c93760d999e7102dca7205702def3fe7d38f9fdb7d72f3a346862aab3d050e09f1f122c8c76"
 38385          }
 38386        ],
 38387        "licenses": [
 38388          {"license": {"id": "Apache-2.0"}},
 38389          {"license": {"id": "EPL-1.0"}}
 38390        ],
 38391        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.27.v20200227?type=jar",
 38392        "externalReferences": [
 38393          {
 38394            "type": "website",
 38395            "url": "https://webtide.com"
 38396          },
 38397          {
 38398            "type": "distribution",
 38399            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38400          },
 38401          {
 38402            "type": "issue-tracker",
 38403            "url": "https://github.com/eclipse/jetty.project/issues"
 38404          },
 38405          {
 38406            "type": "mailing-list",
 38407            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38408          },
 38409          {
 38410            "type": "vcs",
 38411            "url": "https://github.com/eclipse/jetty.project"
 38412          }
 38413        ]
 38414      },
 38415      {
 38416        "type": "library",
 38417        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.27.v20200227?type=jar",
 38418        "publisher": "Webtide",
 38419        "group": "org.eclipse.jetty",
 38420        "name": "jetty-util",
 38421        "version": "9.4.27.v20200227",
 38422        "description": "Utility classes for Jetty",
 38423        "hashes": [
 38424          {
 38425            "alg": "MD5",
 38426            "content": "24a0e987b6c15e9e0983a173b4c4c3c4"
 38427          },
 38428          {
 38429            "alg": "SHA-1",
 38430            "content": "44087a126227af5196e3e327a5e11aad1b28852c"
 38431          },
 38432          {
 38433            "alg": "SHA-256",
 38434            "content": "a8579bc614fa2f972083eaaa2fbf5b37b446473ee671ff1877ef5a21308a687e"
 38435          },
 38436          {
 38437            "alg": "SHA-384",
 38438            "content": "8ad41ae95a93bf9a1fcc47236f350e60cf65f4dd18f6f99f1625635b1e1d465e8aa2a161ec8e62283843e509b7c6d2f1"
 38439          },
 38440          {
 38441            "alg": "SHA-512",
 38442            "content": "eb430a1cf1dc8cbd58660c0d738be708bcfdc0b8849cc22a75772479a7379c9c23011f896beefeda75af09428296e6b012243b6b8feaed370df6f524bb8ee967"
 38443          },
 38444          {
 38445            "alg": "SHA3-256",
 38446            "content": "4e3c275ed908bf9e1a5883a788916ff818d61b0687614fbfbea9e014f324a276"
 38447          },
 38448          {
 38449            "alg": "SHA3-384",
 38450            "content": "3c5c0c7251d0e4a467031d1c37e7993ec9532f947178b9588db4d073a3355e8e39058e530da688c24ab8b2c448887433"
 38451          },
 38452          {
 38453            "alg": "SHA3-512",
 38454            "content": "506b752024e0f37e338fd6c2f9d43303ba3b687664f4dfb534c3b780654af98e83a57be7241c5663efd8ce910e15e3a1228982be33c92ca3d21c13b3a78db5d6"
 38455          }
 38456        ],
 38457        "licenses": [
 38458          {"license": {"id": "Apache-2.0"}},
 38459          {"license": {"id": "EPL-1.0"}}
 38460        ],
 38461        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.27.v20200227?type=jar",
 38462        "externalReferences": [
 38463          {
 38464            "type": "website",
 38465            "url": "https://webtide.com"
 38466          },
 38467          {
 38468            "type": "distribution",
 38469            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38470          },
 38471          {
 38472            "type": "issue-tracker",
 38473            "url": "https://github.com/eclipse/jetty.project/issues"
 38474          },
 38475          {
 38476            "type": "mailing-list",
 38477            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38478          },
 38479          {
 38480            "type": "vcs",
 38481            "url": "https://github.com/eclipse/jetty.project"
 38482          }
 38483        ]
 38484      },
 38485      {
 38486        "type": "library",
 38487        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.27.v20200227?type=jar",
 38488        "publisher": "Webtide",
 38489        "group": "org.eclipse.jetty",
 38490        "name": "jetty-io",
 38491        "version": "9.4.27.v20200227",
 38492        "description": "The Eclipse Jetty Project",
 38493        "hashes": [
 38494          {
 38495            "alg": "MD5",
 38496            "content": "fa9a1462a751fb7d1496fa01e63c0d18"
 38497          },
 38498          {
 38499            "alg": "SHA-1",
 38500            "content": "e85e7c4f298efb36b80cc53d635f2da776aa54c2"
 38501          },
 38502          {
 38503            "alg": "SHA-256",
 38504            "content": "c1dfb7d142c5ef1a6781ba2a4b14f7616506a975f73d66418ba3e1113954363c"
 38505          },
 38506          {
 38507            "alg": "SHA-384",
 38508            "content": "08bd75bf4c68aed6a75604bb2d6b047c0fb40e241d9f4061f6effed1bc850116f9dc4b52cdd60953ea7cb15a7ddb2f80"
 38509          },
 38510          {
 38511            "alg": "SHA-512",
 38512            "content": "b6f53bad91f1bcf47c96bd33911706985faa9e0b80106812d56f47cf6a7973bde902ca6d8e8158ab0aabffef60245af267b4c46642a7b30b64d9da89307a88f8"
 38513          },
 38514          {
 38515            "alg": "SHA3-256",
 38516            "content": "487dd50cea8ba4956515ffe1c678897f13ce087f2216484142d9e5761e540e34"
 38517          },
 38518          {
 38519            "alg": "SHA3-384",
 38520            "content": "69ef5c14c22aac9193fb7e96874e5da26973d2a0ae72cb034a186e5357f2f3f81340603a729a3b6cee41df8b1b2d246a"
 38521          },
 38522          {
 38523            "alg": "SHA3-512",
 38524            "content": "91c9aa0a38ee9c007eb97a845a4b7bac722e046fe72ae395e728d39c004c90146b6936afe3d4a9133753d1e971bddb51e928762a867cd1664145c0c53de6d075"
 38525          }
 38526        ],
 38527        "licenses": [
 38528          {"license": {"id": "Apache-2.0"}},
 38529          {"license": {"id": "EPL-1.0"}}
 38530        ],
 38531        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.27.v20200227?type=jar",
 38532        "externalReferences": [
 38533          {
 38534            "type": "website",
 38535            "url": "https://webtide.com"
 38536          },
 38537          {
 38538            "type": "distribution",
 38539            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38540          },
 38541          {
 38542            "type": "issue-tracker",
 38543            "url": "https://github.com/eclipse/jetty.project/issues"
 38544          },
 38545          {
 38546            "type": "mailing-list",
 38547            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38548          },
 38549          {
 38550            "type": "vcs",
 38551            "url": "https://github.com/eclipse/jetty.project"
 38552          }
 38553        ]
 38554      },
 38555      {
 38556        "type": "library",
 38557        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.27.v20200227?type=jar",
 38558        "publisher": "Webtide",
 38559        "group": "org.eclipse.jetty",
 38560        "name": "jetty-security",
 38561        "version": "9.4.27.v20200227",
 38562        "description": "Jetty security infrastructure",
 38563        "hashes": [
 38564          {
 38565            "alg": "MD5",
 38566            "content": "4c408c212d3f9f09518219a87000f3b4"
 38567          },
 38568          {
 38569            "alg": "SHA-1",
 38570            "content": "aead56f2a1ac49d720a192cb7c1568e61e34ddae"
 38571          },
 38572          {
 38573            "alg": "SHA-256",
 38574            "content": "7aeeb768bd12b058cc0a4295d009ea0de0dba9f38c99e254c7c2579dd0441808"
 38575          },
 38576          {
 38577            "alg": "SHA-384",
 38578            "content": "33cb0af84a72062200271baa1b7f87c54dc061840337f7b33297f1bd30451cd8254b81c7f9b4b746343ee711d461c3a8"
 38579          },
 38580          {
 38581            "alg": "SHA-512",
 38582            "content": "9586d7ea5e15fef1451c642b2f62239f92a81d39995cca2c5794e78b8bcdbeeb0b15ea106d636de2630409735b1f8f6f6180bf472442373d5d4b8ff75904d41b"
 38583          },
 38584          {
 38585            "alg": "SHA3-256",
 38586            "content": "6340501e530af95032136732292af5675bd01bc339c003991c7d15a662c7ce2d"
 38587          },
 38588          {
 38589            "alg": "SHA3-384",
 38590            "content": "b20428d272f4d4be9728cc33fa6776e796139ea2c0c83ee7dab4305a02304f221799674292b279a3f9c539a597b181e7"
 38591          },
 38592          {
 38593            "alg": "SHA3-512",
 38594            "content": "3f6d2b39cd16dc71df0c17792682f25cc65c9bfcd1d2760bd2371f81d6e99b97605a1f235e42e25cadd855dd5cfe0e7c390033de1bf0c2d84b12edea50d4d113"
 38595          }
 38596        ],
 38597        "licenses": [
 38598          {"license": {"id": "Apache-2.0"}},
 38599          {"license": {"id": "EPL-1.0"}}
 38600        ],
 38601        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.27.v20200227?type=jar",
 38602        "externalReferences": [
 38603          {
 38604            "type": "website",
 38605            "url": "https://webtide.com"
 38606          },
 38607          {
 38608            "type": "distribution",
 38609            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38610          },
 38611          {
 38612            "type": "issue-tracker",
 38613            "url": "https://github.com/eclipse/jetty.project/issues"
 38614          },
 38615          {
 38616            "type": "mailing-list",
 38617            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38618          },
 38619          {
 38620            "type": "vcs",
 38621            "url": "https://github.com/eclipse/jetty.project"
 38622          }
 38623        ]
 38624      },
 38625      {
 38626        "type": "library",
 38627        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.27.v20200227?type=jar",
 38628        "publisher": "Webtide",
 38629        "group": "org.eclipse.jetty",
 38630        "name": "jetty-continuation",
 38631        "version": "9.4.27.v20200227",
 38632        "description": "Asynchronous API",
 38633        "hashes": [
 38634          {
 38635            "alg": "MD5",
 38636            "content": "8cc313465b4178cdaf5c14c804d835fa"
 38637          },
 38638          {
 38639            "alg": "SHA-1",
 38640            "content": "ac504b371dea5316850362a835d14317dfabd5d0"
 38641          },
 38642          {
 38643            "alg": "SHA-256",
 38644            "content": "bf15a60c00ae845c577e2262da921d3b2a66361fa3e39dc5109949c0cd869c56"
 38645          },
 38646          {
 38647            "alg": "SHA-384",
 38648            "content": "8e985b5ba82706c5f1062953e1cb630e9ab1e72444d22af88d4a31ce8f436082a89b23f30700131df2829100fd319b4a"
 38649          },
 38650          {
 38651            "alg": "SHA-512",
 38652            "content": "8a94d1c83482b7a5cf696bbddb2cbfe3756f006877d3ec3dcf3d064ea56dd01041559def6028b0ac8f8ae7a34aac161787d6ac9db6e04754c06c4700e47a141b"
 38653          },
 38654          {
 38655            "alg": "SHA3-256",
 38656            "content": "274bcc41de1f327a00daca1f9e264bb24d54d7bff0f8f98a5d4f568cb9251093"
 38657          },
 38658          {
 38659            "alg": "SHA3-384",
 38660            "content": "312ae0070bd732745c62a36eeb9894a0ac89db5bc1a9b11d77e5492737312321139a71dcc781462df25d7c77b5e4eb61"
 38661          },
 38662          {
 38663            "alg": "SHA3-512",
 38664            "content": "e05e5bb38e452f72697cd7f587752b3cdf061896444a25c02c00ca332a0f88e11afe7476db2d0c6a92f4108a8d751adf886b6663cefb417a26621ccb1256f417"
 38665          }
 38666        ],
 38667        "licenses": [
 38668          {"license": {"id": "Apache-2.0"}},
 38669          {"license": {"id": "EPL-1.0"}}
 38670        ],
 38671        "purl": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.27.v20200227?type=jar",
 38672        "externalReferences": [
 38673          {
 38674            "type": "website",
 38675            "url": "https://webtide.com"
 38676          },
 38677          {
 38678            "type": "distribution",
 38679            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38680          },
 38681          {
 38682            "type": "issue-tracker",
 38683            "url": "https://github.com/eclipse/jetty.project/issues"
 38684          },
 38685          {
 38686            "type": "mailing-list",
 38687            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38688          },
 38689          {
 38690            "type": "vcs",
 38691            "url": "https://github.com/eclipse/jetty.project"
 38692          }
 38693        ]
 38694      },
 38695      {
 38696        "type": "library",
 38697        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227?type=jar",
 38698        "publisher": "Webtide",
 38699        "group": "org.eclipse.jetty",
 38700        "name": "jetty-http",
 38701        "version": "9.4.27.v20200227",
 38702        "description": "The Eclipse Jetty Project",
 38703        "hashes": [
 38704          {
 38705            "alg": "MD5",
 38706            "content": "b6209081fa977010c40b96630c607ceb"
 38707          },
 38708          {
 38709            "alg": "SHA-1",
 38710            "content": "722ba6ef20eb58c55868f1ce85411e6af13be98e"
 38711          },
 38712          {
 38713            "alg": "SHA-256",
 38714            "content": "a8a467f9cc69bbd641e35dfcfeb8271ab98cbe886eb5d73bf36d9d014ce7794e"
 38715          },
 38716          {
 38717            "alg": "SHA-384",
 38718            "content": "d04b4a6858ad15947d392816e75440f808ad1c3fde6d6d89d90a37bce0b37178e3b6c20a3e9ec798ef75cadede950028"
 38719          },
 38720          {
 38721            "alg": "SHA-512",
 38722            "content": "64360fe038fe76acfe360211e6a6bf10044cac2f58bd3d5dbf398006e6d4f904cf3751bbe517023136a007f44b065bde4ac9311d8a365729c948fbf26439f51f"
 38723          },
 38724          {
 38725            "alg": "SHA3-256",
 38726            "content": "2836cdf8001c62ba097b97a3e0da8d205557c9c98e3295daf38193950a086d60"
 38727          },
 38728          {
 38729            "alg": "SHA3-384",
 38730            "content": "324efd5b39559fdd5f12527f2883bffedf3bc2e43a464c2c7147e35c39919ea7df6c950376de966c1dff17dc7149e00a"
 38731          },
 38732          {
 38733            "alg": "SHA3-512",
 38734            "content": "92a9b8c874c78d3a5c38447fcc9b63b8eeca935f990bb11bc3ed77511300a0c7a275ec20d2db507bab06ec32fa516c108ea0c653ca03561e734ec0e2b80bca10"
 38735          }
 38736        ],
 38737        "licenses": [
 38738          {"license": {"id": "Apache-2.0"}},
 38739          {"license": {"id": "EPL-1.0"}}
 38740        ],
 38741        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227?type=jar",
 38742        "externalReferences": [
 38743          {
 38744            "type": "website",
 38745            "url": "https://webtide.com"
 38746          },
 38747          {
 38748            "type": "distribution",
 38749            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 38750          },
 38751          {
 38752            "type": "issue-tracker",
 38753            "url": "https://github.com/eclipse/jetty.project/issues"
 38754          },
 38755          {
 38756            "type": "mailing-list",
 38757            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 38758          },
 38759          {
 38760            "type": "vcs",
 38761            "url": "https://github.com/eclipse/jetty.project"
 38762          }
 38763        ]
 38764      },
 38765      {
 38766        "type": "library",
 38767        "bom-ref": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.2?type=jar",
 38768        "publisher": "Apache Software Foundation",
 38769        "group": "org.apache.geronimo.specs",
 38770        "name": "geronimo-ws-metadata_2.0_spec",
 38771        "version": "1.1.2",
 38772        "description": "Provides open-source implementations of Sun specifications.",
 38773        "hashes": [
 38774          {
 38775            "alg": "MD5",
 38776            "content": "3d0fbbca45e8877dee74e83bc83317d5"
 38777          },
 38778          {
 38779            "alg": "SHA-1",
 38780            "content": "7be9f049b4f0f0cf045675be5a0ff709d57cbc6a"
 38781          },
 38782          {
 38783            "alg": "SHA-256",
 38784            "content": "94820ccdb04c7c64290938f16cc577cdd8ded6a4d12ed2fbfd03318feff97579"
 38785          },
 38786          {
 38787            "alg": "SHA-384",
 38788            "content": "794ddda364e3eeed0dc4ac32e54f0f105accb4f7bc528c2e80cf1482049e10c327d1e776ecd709464c5a59524340618c"
 38789          },
 38790          {
 38791            "alg": "SHA-512",
 38792            "content": "11b3a27d3e072916a47e93970804cdd842f7910042284b4177371fcb643439aaf6d195527b5b2af0ba21a6a6c46be83a92a6bd97ceeec32dd5d38e71a61658b3"
 38793          },
 38794          {
 38795            "alg": "SHA3-256",
 38796            "content": "ee8ddfbb077077033aeaff5e80c252d032cb67991d5372109dce30c59dd4c38a"
 38797          },
 38798          {
 38799            "alg": "SHA3-384",
 38800            "content": "aabda890ecf0348ded4bdd556e8ad01d08a592cd567d1c3561fc719ab052a39e9cbf9c16cba2590949b18ff6e2160042"
 38801          },
 38802          {
 38803            "alg": "SHA3-512",
 38804            "content": "b60a0db090d4dd896e34d0a41ad39a5a97e32f11a71a61fe10d7c42ebfeaad22d32e9f5b7447829bff8a791e5e6586c999ce5d3fd010ec240904655d3fca72d9"
 38805          }
 38806        ],
 38807        "licenses": [{"license": {"id": "Apache-2.0"}}],
 38808        "purl": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.2?type=jar",
 38809        "externalReferences": [
 38810          {
 38811            "type": "vcs",
 38812            "url": "http://svn.apache.org/viewvc/geronimo/specs/tags/specs-1.4"
 38813          },
 38814          {
 38815            "type": "website",
 38816            "url": "http://www.apache.org"
 38817          },
 38818          {
 38819            "type": "issue-tracker",
 38820            "url": "http://issues.apache.org/jira/browse/GERONIMO"
 38821          },
 38822          {
 38823            "type": "mailing-list",
 38824            "url": "http://mail-archives.apache.org/mod_mbox/geronimo-user"
 38825          }
 38826        ]
 38827      },
 38828      {
 38829        "type": "library",
 38830        "bom-ref": "pkg:maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec@1.0?type=jar",
 38831        "publisher": "The Apache Software Foundation",
 38832        "group": "org.apache.geronimo.specs",
 38833        "name": "geronimo-jaxws_2.2_spec",
 38834        "version": "1.0",
 38835        "description": "Java API for XML Web Services 2.2",
 38836        "hashes": [
 38837          {
 38838            "alg": "MD5",
 38839            "content": "9aebd4fe231f977a639910027bd75d7b"
 38840          },
 38841          {
 38842            "alg": "SHA-1",
 38843            "content": "767918cc18994873c05f1109356c2178d03c8cc9"
 38844          },
 38845          {
 38846            "alg": "SHA-256",
 38847            "content": "547133fb40e0f87b5d37b4b036537976a2818308794aba25f9540f8143d20487"
 38848          },
 38849          {
 38850            "alg": "SHA-384",
 38851            "content": "dbb41ded4148ee65fd764c239704eba13465ec763b58bbba5bef3800eb0301fd052b401688ef5e655904d9370553d96c"
 38852          },
 38853          {
 38854            "alg": "SHA-512",
 38855            "content": "91d15eab503a210615fda0e502d521ca70e5ce386dde05a9d230996a9e37e5b7efa998f0670b50a40461bd8521398e032107a68e281987b7df1966d15c4667dc"
 38856          },
 38857          {
 38858            "alg": "SHA3-256",
 38859            "content": "3b05c97a3afd38d3413cf59dbce3419309febc91442d2da97a1f7280733da908"
 38860          },
 38861          {
 38862            "alg": "SHA3-384",
 38863            "content": "5cf2c69459296954fcaba464cb1380ebcb7f935a61e20dcd9287e37b13bd1bb6331a4edfe889f8f06ce759015e13921f"
 38864          },
 38865          {
 38866            "alg": "SHA3-512",
 38867            "content": "0355e2f742f7cea8fa0bbaedeaf1bb83715e6b170252e25950dd7ae10b97c95b52287230bb19450cf80b88d8cf25a99541b90376e655d58d15876832f8144a66"
 38868          }
 38869        ],
 38870        "licenses": [{"license": {"id": "Apache-2.0"}}],
 38871        "purl": "pkg:maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec@1.0?type=jar",
 38872        "externalReferences": [
 38873          {
 38874            "type": "vcs",
 38875            "url": "https://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jaxws_2.2_spec-1.0"
 38876          },
 38877          {
 38878            "type": "website",
 38879            "url": "http://www.apache.org"
 38880          },
 38881          {
 38882            "type": "issue-tracker",
 38883            "url": "https://issues.apache.org/jira/browse/GERONIMO"
 38884          },
 38885          {
 38886            "type": "mailing-list",
 38887            "url": "http://mail-archives.apache.org/mod_mbox/geronimo-user"
 38888          },
 38889          {
 38890            "type": "distribution",
 38891            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 38892          }
 38893        ]
 38894      },
 38895      {
 38896        "type": "library",
 38897        "bom-ref": "pkg:maven/javax.xml.bind/jaxb-api@2.2?type=jar",
 38898        "group": "javax.xml.bind",
 38899        "name": "jaxb-api",
 38900        "version": "2.2",
 38901        "hashes": [
 38902          {
 38903            "alg": "MD5",
 38904            "content": "cc9e4d0fb397b4ab294a4bdde36177eb"
 38905          },
 38906          {
 38907            "alg": "SHA-1",
 38908            "content": "bcf23b1d858c6f69d67c851d497984d25345d0b1"
 38909          },
 38910          {
 38911            "alg": "SHA-256",
 38912            "content": "34c022696b577e984d42641428e6e49a8afa0257c4ec96feff36e4b67c093390"
 38913          },
 38914          {
 38915            "alg": "SHA-384",
 38916            "content": "53322be58668b8ca55b42d5f4f9b5055619e1e08717ac1f40133f035746e1b3233eb19525b4be56ad2761cca38c837b2"
 38917          },
 38918          {
 38919            "alg": "SHA-512",
 38920            "content": "400c34fd3581a3f83deb15130e0a2b25e8a18f02212a013e2dd84fb17401f05f289a038db0a4bb6eb48cb19a6f02c1ba67a9298eeaaac295cc85c3082e489da7"
 38921          },
 38922          {
 38923            "alg": "SHA3-256",
 38924            "content": "f62c9dc3c805b0c5290794d9c8ff0b8fb1b66d2c6ed423a5d65c76034f25c112"
 38925          },
 38926          {
 38927            "alg": "SHA3-384",
 38928            "content": "b49a2257ffd0f0be9cf519aff1da2f98e3a538cfa5c4c972b6a96f0ea99f673c8afaf01644f59829c8dbfbcc927261ef"
 38929          },
 38930          {
 38931            "alg": "SHA3-512",
 38932            "content": "df72d1298ed56c53996f08b3b89987236466005f1edcde25360d14e6028d58a7090b431f201c7a0211438d2f1aac3bd80e42264b29a9fb11c0d89609969528ae"
 38933          }
 38934        ],
 38935        "licenses": [],
 38936        "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.2?type=jar"
 38937      },
 38938      {
 38939        "type": "library",
 38940        "bom-ref": "pkg:maven/javax.xml.stream/stax-api@1.0-2?type=jar",
 38941        "group": "javax.xml.stream",
 38942        "name": "stax-api",
 38943        "version": "1.0-2",
 38944        "description": "StAX is a standard XML processing API that allows you to stream XML data from and to your application.",
 38945        "hashes": [
 38946          {
 38947            "alg": "MD5",
 38948            "content": "7d18b63063580284c3f5734081fdc99f"
 38949          },
 38950          {
 38951            "alg": "SHA-1",
 38952            "content": "d6337b0de8b25e53e81b922352fbea9f9f57ba0b"
 38953          },
 38954          {
 38955            "alg": "SHA-256",
 38956            "content": "e8c70ebd76f982c9582a82ef82cf6ce14a7d58a4a4dca5cb7b7fc988c80089b7"
 38957          },
 38958          {
 38959            "alg": "SHA-384",
 38960            "content": "005b7398b0a42fe2f11d2a0e65f638c4479c843bedecf691b6c1795d9f95ec8b3ff629b4e8b5d62c79082e762c4b488c"
 38961          },
 38962          {
 38963            "alg": "SHA-512",
 38964            "content": "a7f337735100356f72639053734506982329015693677fafd4d2ca74c4e412caae077999cb42dee2402cc641a80c8fb027deb9d2dc6c4e141d94c9184baa9dc5"
 38965          },
 38966          {
 38967            "alg": "SHA3-256",
 38968            "content": "92a2eb0720aee125f29b1340a5571222bb6d2a50b441f839ec543a609845c68b"
 38969          },
 38970          {
 38971            "alg": "SHA3-384",
 38972            "content": "642519112968caa20b366e9f6e0cd7c3092d7da9dfe5cb47111e4dab7f025b6abf44c14805aa7d45df995a15b1c7525a"
 38973          },
 38974          {
 38975            "alg": "SHA3-512",
 38976            "content": "5be6d4726be02b83fd12db1e5c5ff871a33b097dd4b9a8d40a4466dcc194860cf76b1cbc399e4d3fe8b1e63e9b3c5f9d294fa9d85db5766b7933c346d65585b6"
 38977          }
 38978        ],
 38979        "licenses": [
 38980          {"license": {
 38981            "name": "GNU General Public Library",
 38982            "url": "http://www.gnu.org/licenses/gpl.txt"
 38983          }},
 38984          {"license": {
 38985            "name": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
 38986            "url": "http://www.sun.com/cddl/cddl.html"
 38987          }}
 38988        ],
 38989        "purl": "pkg:maven/javax.xml.stream/stax-api@1.0-2?type=jar"
 38990      },
 38991      {
 38992        "type": "library",
 38993        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.3.6?type=jar",
 38994        "publisher": "The Apache Software Foundation",
 38995        "group": "org.apache.cxf",
 38996        "name": "cxf-rt-frontend-jaxws",
 38997        "version": "3.3.6",
 38998        "description": "Apache CXF Runtime JAX-WS Frontend",
 38999        "hashes": [
 39000          {
 39001            "alg": "MD5",
 39002            "content": "1876edde7ff8e2c04e6e4de4f1ff9659"
 39003          },
 39004          {
 39005            "alg": "SHA-1",
 39006            "content": "49d24a3e1d0044ec9db848c1c5a89832e4ea8865"
 39007          },
 39008          {
 39009            "alg": "SHA-256",
 39010            "content": "1da7af35a651c9713c29e968ddd17c6f1a89f63b7acf5fa7dd79f92bda2cbbb4"
 39011          },
 39012          {
 39013            "alg": "SHA-384",
 39014            "content": "b9dadc17d5334849b9caec5ef26d4c6d835052d73eee92c057fd9aaad6a8f99ae557a946933d118c09f2031d2ea4b6ab"
 39015          },
 39016          {
 39017            "alg": "SHA-512",
 39018            "content": "7ffccbd01a7ed54a31b2924a6ce1e9bc6a854b8e47af6d78904e2183b53d9898150dff3a96a9bb1d01994a282cfa367c29098fc6a34315640cf7e6c98659377d"
 39019          },
 39020          {
 39021            "alg": "SHA3-256",
 39022            "content": "6dc100f0fa72b02f22defdcb970e8d87589d5bf07452f100594bf3b129c18fa4"
 39023          },
 39024          {
 39025            "alg": "SHA3-384",
 39026            "content": "ce7ed3cb55f921eb154fe674b1d8a671769c0ab7bb5292196f79fd23134f478fe11916580ed21d2d3c83b560e95d8927"
 39027          },
 39028          {
 39029            "alg": "SHA3-512",
 39030            "content": "e3c59a653a8d1e13007fa60abb35a978387304b838f55249b5df1851e5c659c0e8a6b7bad0bda443f3232850c27256f410afdbb4b583d4f3380779d39536130f"
 39031          }
 39032        ],
 39033        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39034        "purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.3.6?type=jar",
 39035        "externalReferences": [
 39036          {
 39037            "type": "website",
 39038            "url": "https://www.apache.org/"
 39039          },
 39040          {
 39041            "type": "build-system",
 39042            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39043          },
 39044          {
 39045            "type": "distribution",
 39046            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39047          },
 39048          {
 39049            "type": "issue-tracker",
 39050            "url": "https://issues.apache.org/jira/browse/CXF"
 39051          },
 39052          {
 39053            "type": "mailing-list",
 39054            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39055          },
 39056          {
 39057            "type": "vcs",
 39058            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39059          }
 39060        ]
 39061      },
 39062      {
 39063        "type": "library",
 39064        "bom-ref": "pkg:maven/xml-resolver/xml-resolver@1.2?type=jar",
 39065        "publisher": "Apache Software Foundation",
 39066        "group": "xml-resolver",
 39067        "name": "xml-resolver",
 39068        "version": "1.2",
 39069        "description": "xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier.",
 39070        "hashes": [
 39071          {
 39072            "alg": "MD5",
 39073            "content": "706c533146c1f4ee46b66659ea14583a"
 39074          },
 39075          {
 39076            "alg": "SHA-1",
 39077            "content": "3d0f97750b3a03e0971831566067754ba4bfd68c"
 39078          },
 39079          {
 39080            "alg": "SHA-256",
 39081            "content": "47dcde8986019314ef78ae7280a94973a21d2ed95075a40a000b42da956429e1"
 39082          },
 39083          {
 39084            "alg": "SHA-384",
 39085            "content": "3eceda91a1ce0a35c490eb4c0bd94b552f96b8e5064b257435d89d65fcc2b04c706d996415efe3cf8a7413db479c3710"
 39086          },
 39087          {
 39088            "alg": "SHA-512",
 39089            "content": "eca19b8a6b04c279b7982b16f1763ca1d49b0081a8d4ca2b7419f057d22a0ec60795eb4d901c5eb25dd4a733248876aa2f522c17a6144a26c8ede9fb2f84531a"
 39090          },
 39091          {
 39092            "alg": "SHA3-256",
 39093            "content": "bb83f90bc8b898878455441b3712a2bf489b6584e6685e5cb82d78cab596ae46"
 39094          },
 39095          {
 39096            "alg": "SHA3-384",
 39097            "content": "717fa1ea46c7a6265351dd212a106870c427e71de0bde251a409ee6e7dfe02c61966ef306d20cea5d8712cf7bf58d07a"
 39098          },
 39099          {
 39100            "alg": "SHA3-512",
 39101            "content": "762f05d93e4f9cc95a969f8fecad13f97064897c83f4e057e84fe054601275912b68be76bb50da7e8d90b30846712b77341eb26a6405c59c07b06e223e9b027c"
 39102          }
 39103        ],
 39104        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39105        "purl": "pkg:maven/xml-resolver/xml-resolver@1.2?type=jar",
 39106        "externalReferences": [
 39107          {
 39108            "type": "issue-tracker",
 39109            "url": "http://issues.apache.org/bugzilla/"
 39110          },
 39111          {
 39112            "type": "mailing-list",
 39113            "url": "http://mail-archives.apache.org/mod_mbox/xml-commons-dev/"
 39114          },
 39115          {
 39116            "type": "vcs",
 39117            "url": "http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-resolver-1_2/"
 39118          },
 39119          {
 39120            "type": "website",
 39121            "url": "http://www.apache.org/"
 39122          }
 39123        ]
 39124      },
 39125      {
 39126        "type": "library",
 39127        "bom-ref": "pkg:maven/org.ow2.asm/asm@7.1?type=jar",
 39128        "publisher": "OW2",
 39129        "group": "org.ow2.asm",
 39130        "name": "asm",
 39131        "version": "7.1",
 39132        "description": "ASM, a very small and fast Java bytecode manipulation framework",
 39133        "hashes": [
 39134          {
 39135            "alg": "MD5",
 39136            "content": "04fc92647ce25b41121683674a50dfdf"
 39137          },
 39138          {
 39139            "alg": "SHA-1",
 39140            "content": "fa29aa438674ff19d5e1386d2c3527a0267f291e"
 39141          },
 39142          {
 39143            "alg": "SHA-256",
 39144            "content": "4ab2fa2b6d2cc9ccb1eaa05ea329c407b47b13ed2915f62f8c4b8cc96258d4de"
 39145          },
 39146          {
 39147            "alg": "SHA-384",
 39148            "content": "0be9cd29939b809320f8984fc938bb909b8dce253fdce624b35bc58cf904049ad9e5f6d9b62b07cc7aa7308b86403282"
 39149          },
 39150          {
 39151            "alg": "SHA-512",
 39152            "content": "7eba7097109389f48fa9142bf22d225f5d3104d68013d3b8e0a6d4054a8cd0ef64614372bdcb38987d68adb6d33a3804e98ddf112ba84dbb09d448ce702dacc4"
 39153          },
 39154          {
 39155            "alg": "SHA3-256",
 39156            "content": "1325013f5a4a6b82d3e250e091cebab4dfcefb5fef44d40cd68d750c2f967da5"
 39157          },
 39158          {
 39159            "alg": "SHA3-384",
 39160            "content": "069be10d23f8e1c9f64a15edffeca54afc48f72ceb7032bd5e700895ecab51510649a40941248a1975fd2b1d2ba97c35"
 39161          },
 39162          {
 39163            "alg": "SHA3-512",
 39164            "content": "9df72eca1487a2dd7581df7a1625b61983396c1faac93ffd3b150dba6798341a1e9aeea374161ef019b4dd55b9968b42ce5d396392f8aa91cebd4da4365c9cb6"
 39165          }
 39166        ],
 39167        "licenses": [{"license": {
 39168          "name": "BSD",
 39169          "url": "http://asm.ow2.org/license.html"
 39170        }}],
 39171        "purl": "pkg:maven/org.ow2.asm/asm@7.1?type=jar",
 39172        "externalReferences": [
 39173          {
 39174            "type": "website",
 39175            "url": "http://www.ow2.org/"
 39176          },
 39177          {
 39178            "type": "issue-tracker",
 39179            "url": "https://gitlab.ow2.org/asm/asm/issues"
 39180          },
 39181          {
 39182            "type": "mailing-list",
 39183            "url": "https://mail.ow2.org/wws/arc/asm/"
 39184          },
 39185          {
 39186            "type": "vcs",
 39187            "url": "https://gitlab.ow2.org/asm/asm/"
 39188          }
 39189        ]
 39190      },
 39191      {
 39192        "type": "library",
 39193        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.3.6?type=jar",
 39194        "publisher": "The Apache Software Foundation",
 39195        "group": "org.apache.cxf",
 39196        "name": "cxf-rt-bindings-soap",
 39197        "version": "3.3.6",
 39198        "description": "Apache CXF Runtime SOAP Binding",
 39199        "hashes": [
 39200          {
 39201            "alg": "MD5",
 39202            "content": "0cb7d4cdff6439ceb488e555fb3efc32"
 39203          },
 39204          {
 39205            "alg": "SHA-1",
 39206            "content": "29c6d6b46b78a9e6149cf81c6d7499e2ba853c18"
 39207          },
 39208          {
 39209            "alg": "SHA-256",
 39210            "content": "7cc6be3d428ca201ba44bb5b031c8361e7e602ea54ab2060b13867a33fbdced5"
 39211          },
 39212          {
 39213            "alg": "SHA-384",
 39214            "content": "6b1364ee9854070778d9e74bccfc50fdc1f5ed2f38a4378b42a44c671ceb54abe773852e70a58de2de05a42431401158"
 39215          },
 39216          {
 39217            "alg": "SHA-512",
 39218            "content": "158e6830246ee904baaede026d5611f88891c827e8078016ba5675e97744f1277fa23e5196351eabe8fd76f65f557eb0790607e71012d5a074356deff343d7bb"
 39219          },
 39220          {
 39221            "alg": "SHA3-256",
 39222            "content": "8b1fb0989f752ecfe4f09b8f7622a129c7ae6ae6bcec477dc015fc0749b5279f"
 39223          },
 39224          {
 39225            "alg": "SHA3-384",
 39226            "content": "d2430fbe1529ded34bc25da1004686ec62c975b0f3a2e1591e48834aff957d8b03e7751bc1269e0814ceae7443c07bba"
 39227          },
 39228          {
 39229            "alg": "SHA3-512",
 39230            "content": "7a63e2e9263b9e4a4fa9160d4542a4784c315c8fc21c821a686470af69cff7df5ab4e5a4515d0b695c0a5888e048278815251afb401666f987f8e3d634263b13"
 39231          }
 39232        ],
 39233        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39234        "purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.3.6?type=jar",
 39235        "externalReferences": [
 39236          {
 39237            "type": "website",
 39238            "url": "https://www.apache.org/"
 39239          },
 39240          {
 39241            "type": "build-system",
 39242            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39243          },
 39244          {
 39245            "type": "distribution",
 39246            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39247          },
 39248          {
 39249            "type": "issue-tracker",
 39250            "url": "https://issues.apache.org/jira/browse/CXF"
 39251          },
 39252          {
 39253            "type": "mailing-list",
 39254            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39255          },
 39256          {
 39257            "type": "vcs",
 39258            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39259          }
 39260        ]
 39261      },
 39262      {
 39263        "type": "library",
 39264        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.3.6?type=jar",
 39265        "publisher": "The Apache Software Foundation",
 39266        "group": "org.apache.cxf",
 39267        "name": "cxf-rt-wsdl",
 39268        "version": "3.3.6",
 39269        "description": "Apache CXF Runtime Core for WSDL Based Technologies",
 39270        "hashes": [
 39271          {
 39272            "alg": "MD5",
 39273            "content": "7d8ceb329afad86033b807942e909530"
 39274          },
 39275          {
 39276            "alg": "SHA-1",
 39277            "content": "d8a46a9c17cd57325cb0c29351bfbae75b331aa7"
 39278          },
 39279          {
 39280            "alg": "SHA-256",
 39281            "content": "f8b662eeaac274a5441a0ac77c38a3d78485eb14d2d8177f7d7aacfbeba16bcf"
 39282          },
 39283          {
 39284            "alg": "SHA-384",
 39285            "content": "97336bdc2cd3486bc73cabe4c85fcb8dcbba067cb7900168bdf5f423e86fe91f29b07c04c065c5caa8762f6f0985df3c"
 39286          },
 39287          {
 39288            "alg": "SHA-512",
 39289            "content": "f0b2c0f895f08ba8e682f98e481e1e29f95d1d85c6cb4afba80901a789791f034008fd97fd503c3993bb58fe744488bcd6004c4ee70ff9330a34bd605198affd"
 39290          },
 39291          {
 39292            "alg": "SHA3-256",
 39293            "content": "fcd7440b576b1efea8ec8238e72f6d1802dd698748fe0242b383c41a179ce889"
 39294          },
 39295          {
 39296            "alg": "SHA3-384",
 39297            "content": "6f0854a8ad907b4dc33479c618497962b337bd5b082e4e927278dd052fbb35532657294f4db558cf7e28aa660759d4b4"
 39298          },
 39299          {
 39300            "alg": "SHA3-512",
 39301            "content": "ed69cbb43d90178b22c7af204695c4f03a75bff8362279f7077c7d46d85d875ea7ed37696dc026db3ce58f30af288b5bb03ed2a0bfcf5ca781c9f3aa3aa3db5b"
 39302          }
 39303        ],
 39304        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39305        "purl": "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.3.6?type=jar",
 39306        "externalReferences": [
 39307          {
 39308            "type": "website",
 39309            "url": "https://www.apache.org/"
 39310          },
 39311          {
 39312            "type": "build-system",
 39313            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39314          },
 39315          {
 39316            "type": "distribution",
 39317            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39318          },
 39319          {
 39320            "type": "issue-tracker",
 39321            "url": "https://issues.apache.org/jira/browse/CXF"
 39322          },
 39323          {
 39324            "type": "mailing-list",
 39325            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39326          },
 39327          {
 39328            "type": "vcs",
 39329            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39330          }
 39331        ]
 39332      },
 39333      {
 39334        "type": "library",
 39335        "bom-ref": "pkg:maven/wsdl4j/wsdl4j@1.6.3?type=jar",
 39336        "group": "wsdl4j",
 39337        "name": "wsdl4j",
 39338        "version": "1.6.3",
 39339        "description": "Java stub generator for WSDL",
 39340        "hashes": [
 39341          {
 39342            "alg": "MD5",
 39343            "content": "cfc28d89625c5e88589aec7a9aee0208"
 39344          },
 39345          {
 39346            "alg": "SHA-1",
 39347            "content": "6d106a6845a3d3477a1560008479312888e94f2f"
 39348          },
 39349          {
 39350            "alg": "SHA-256",
 39351            "content": "740f448e6b3bc110e02f4a1e56fb57672e732d2ecaf29ae15835051ae8af4725"
 39352          },
 39353          {
 39354            "alg": "SHA-384",
 39355            "content": "19b91e5508f5e33b8d7c4ad41d3d679d34c0f7b43651f19c7962f534322e6cb768595430a115df82eaf66905a4a71996"
 39356          },
 39357          {
 39358            "alg": "SHA-512",
 39359            "content": "3779363efe4b7cf23bfc68388f3c6b5105dedb9192080f144534fcacc8a77014f9f3eb3ae1927344a267364c24deedebf25e306f80dfc293851973685cc58c52"
 39360          },
 39361          {
 39362            "alg": "SHA3-256",
 39363            "content": "8429876fe0bd0d4bf98130c31856f6accccd2af5986b459689f7b5b49f4bdeff"
 39364          },
 39365          {
 39366            "alg": "SHA3-384",
 39367            "content": "ca2e435e6d94fea0b1d025f16b7b540aeb84bb5ef286139fa42c04443d5ec87b5663863a761f125dc4a8114148c89ff4"
 39368          },
 39369          {
 39370            "alg": "SHA3-512",
 39371            "content": "915711a72ea5b1773e3336afcaed273d65283e5e93ddf35a12b8473951cfd3e1454bf782945c7da5399922dda46277054185b182136f2dbc356d43adb8afec8c"
 39372          }
 39373        ],
 39374        "licenses": [{"license": {
 39375          "name": "CPL",
 39376          "url": "http://www.opensource.org/licenses/cpl1.0.txt"
 39377        }}],
 39378        "purl": "pkg:maven/wsdl4j/wsdl4j@1.6.3?type=jar",
 39379        "externalReferences": [{
 39380          "type": "vcs",
 39381          "url": "http://wsdl4j.cvs.sourceforge.net/wsdl4j"
 39382        }]
 39383      },
 39384      {
 39385        "type": "library",
 39386        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.3.6?type=jar",
 39387        "publisher": "The Apache Software Foundation",
 39388        "group": "org.apache.cxf",
 39389        "name": "cxf-rt-databinding-jaxb",
 39390        "version": "3.3.6",
 39391        "description": "Apache CXF Runtime JAXB DataBinding",
 39392        "hashes": [
 39393          {
 39394            "alg": "MD5",
 39395            "content": "0017b0e93161b13e8a1ed7850a299552"
 39396          },
 39397          {
 39398            "alg": "SHA-1",
 39399            "content": "eb48eea795f4e47da6d232474223e4f1f4218f16"
 39400          },
 39401          {
 39402            "alg": "SHA-256",
 39403            "content": "645c39b6d55e76f77446cabcf4f4e60411f2ecccd70c332ffa3b7fa947e36b58"
 39404          },
 39405          {
 39406            "alg": "SHA-384",
 39407            "content": "115e43343323fcf03a645c1ca8d5e33797b9e61be5dd951600e173aa206feb6ddd72ab2c78ed4789ce3c3a5f0b8cfaa2"
 39408          },
 39409          {
 39410            "alg": "SHA-512",
 39411            "content": "8e8671726a4a804e64407d56b83470805e5b4d29a49d9ff3499d05a110dddde6a125a5845eef5eb05ee026f476c48567e9cfe7aadcc40bfad6481e9c37e60825"
 39412          },
 39413          {
 39414            "alg": "SHA3-256",
 39415            "content": "f10e3b7ad89b2417115a5e65d0ecc32c8455665e885fec4cb21badcc399a43e7"
 39416          },
 39417          {
 39418            "alg": "SHA3-384",
 39419            "content": "7680a623e9c8df378197a82c335c8d52f7be683e2ec858f8e8dfabbcaded14a8342690e695ca11ac90d60f15918fa137"
 39420          },
 39421          {
 39422            "alg": "SHA3-512",
 39423            "content": "db1d138c9d2d0531eb7f0593aeb29d8e9a2d6c105b68551788e30888dc261cd583b27336343517a2224f5f31ca623a2b2bfc64332a1b8a65d9618a86f77ec2df"
 39424          }
 39425        ],
 39426        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39427        "purl": "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.3.6?type=jar",
 39428        "externalReferences": [
 39429          {
 39430            "type": "website",
 39431            "url": "https://www.apache.org/"
 39432          },
 39433          {
 39434            "type": "build-system",
 39435            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39436          },
 39437          {
 39438            "type": "distribution",
 39439            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39440          },
 39441          {
 39442            "type": "issue-tracker",
 39443            "url": "https://issues.apache.org/jira/browse/CXF"
 39444          },
 39445          {
 39446            "type": "mailing-list",
 39447            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39448          },
 39449          {
 39450            "type": "vcs",
 39451            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39452          }
 39453        ]
 39454      },
 39455      {
 39456        "type": "library",
 39457        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.3.6?type=jar",
 39458        "publisher": "The Apache Software Foundation",
 39459        "group": "org.apache.cxf",
 39460        "name": "cxf-rt-bindings-xml",
 39461        "version": "3.3.6",
 39462        "description": "Apache CXF Runtime XML Binding",
 39463        "hashes": [
 39464          {
 39465            "alg": "MD5",
 39466            "content": "83457a357a0366aeba4f145cfbd46aa5"
 39467          },
 39468          {
 39469            "alg": "SHA-1",
 39470            "content": "e06e072d042308e9368ee2597e0ceb8ad5dfdd04"
 39471          },
 39472          {
 39473            "alg": "SHA-256",
 39474            "content": "662e891ca5ddf6f1179f8a1354896ae5a6daac420d4a4843a06a5d8bbc6ad0cb"
 39475          },
 39476          {
 39477            "alg": "SHA-384",
 39478            "content": "f88bc672d70a8505b83b47ad4c8cb9c35ae11025596aa7f576f9f4900425be0a42df7beda5a764954df8ea73acf98732"
 39479          },
 39480          {
 39481            "alg": "SHA-512",
 39482            "content": "93882bd9380a82f0d504f4a7f023e57b81dd0bb0eb8077a4d9f16497ea0b7b2ae8bf851074acb5c4bacdc7193abc478d26de34d6084bdadc9be042fc03438bfd"
 39483          },
 39484          {
 39485            "alg": "SHA3-256",
 39486            "content": "8d47752b4c169bb5a08916912961dfba56f66378e51139bb5a740851d24cb18b"
 39487          },
 39488          {
 39489            "alg": "SHA3-384",
 39490            "content": "487f106eecb9ac3c43fca0ba6528425eaacbd4390d6a1786c1779961709bb2925a4640f49c885891859c7a1220b33757"
 39491          },
 39492          {
 39493            "alg": "SHA3-512",
 39494            "content": "74342613c0cfbb5d8cc6d209a5a5978dfe4d62cad48293f1ef9bef1f09de93e457f92b8789c6eef51af987b616b5fa55da7a9e4c6b02a25e7951196e1fcf9bb7"
 39495          }
 39496        ],
 39497        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39498        "purl": "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.3.6?type=jar",
 39499        "externalReferences": [
 39500          {
 39501            "type": "website",
 39502            "url": "https://www.apache.org/"
 39503          },
 39504          {
 39505            "type": "build-system",
 39506            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39507          },
 39508          {
 39509            "type": "distribution",
 39510            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39511          },
 39512          {
 39513            "type": "issue-tracker",
 39514            "url": "https://issues.apache.org/jira/browse/CXF"
 39515          },
 39516          {
 39517            "type": "mailing-list",
 39518            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39519          },
 39520          {
 39521            "type": "vcs",
 39522            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39523          }
 39524        ]
 39525      },
 39526      {
 39527        "type": "library",
 39528        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.3.6?type=jar",
 39529        "publisher": "The Apache Software Foundation",
 39530        "group": "org.apache.cxf",
 39531        "name": "cxf-rt-frontend-simple",
 39532        "version": "3.3.6",
 39533        "description": "Apache CXF Runtime Simple Frontend",
 39534        "hashes": [
 39535          {
 39536            "alg": "MD5",
 39537            "content": "5bea5ccb9ac00e778e3bcbe42f561aa9"
 39538          },
 39539          {
 39540            "alg": "SHA-1",
 39541            "content": "1a741fd83e7d40de3661d80eea76bc88462cda1d"
 39542          },
 39543          {
 39544            "alg": "SHA-256",
 39545            "content": "a795349f07ee07dd407e938c31049ad753fbcd5e017b172ed4aa2bf0284d1672"
 39546          },
 39547          {
 39548            "alg": "SHA-384",
 39549            "content": "0d1c2d5212cd39b63cb265620aa601a79d5f8a2ef5f11ea64d83172d4bc450073959ecdd23f844696b5c990e985277df"
 39550          },
 39551          {
 39552            "alg": "SHA-512",
 39553            "content": "acc6dfc8ba0d083a286093a78c27f80ba0eba0c81437c50e2497de7779d11cd5d6608f0df16382ee3ef2e7df585248e02f1ec3ae4b1405505dae5e8ff83ee4bd"
 39554          },
 39555          {
 39556            "alg": "SHA3-256",
 39557            "content": "196507dc0a819b05f9bff67bedfc67fb89eabf731984876a8a5ea48fb8f154bd"
 39558          },
 39559          {
 39560            "alg": "SHA3-384",
 39561            "content": "59773e5026d2146e36e21cf664ae95d86c028a59208e8069cba92d9c339bf8250b63e6f085e0fc88f2bd91d90ab1b3e0"
 39562          },
 39563          {
 39564            "alg": "SHA3-512",
 39565            "content": "a73ac5b20deaff106a69e11b06448ab63470e17a33497df1f349638adc8496e854311b132868b8aedb812be6ddb983e4d95f11b4087ca2fb33a55eaf920037ed"
 39566          }
 39567        ],
 39568        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39569        "purl": "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.3.6?type=jar",
 39570        "externalReferences": [
 39571          {
 39572            "type": "website",
 39573            "url": "https://www.apache.org/"
 39574          },
 39575          {
 39576            "type": "build-system",
 39577            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39578          },
 39579          {
 39580            "type": "distribution",
 39581            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39582          },
 39583          {
 39584            "type": "issue-tracker",
 39585            "url": "https://issues.apache.org/jira/browse/CXF"
 39586          },
 39587          {
 39588            "type": "mailing-list",
 39589            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39590          },
 39591          {
 39592            "type": "vcs",
 39593            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39594          }
 39595        ]
 39596      },
 39597      {
 39598        "type": "library",
 39599        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.3.6?type=jar",
 39600        "publisher": "The Apache Software Foundation",
 39601        "group": "org.apache.cxf",
 39602        "name": "cxf-rt-ws-addr",
 39603        "version": "3.3.6",
 39604        "description": "Apache CXF Runtime WS Addressing",
 39605        "hashes": [
 39606          {
 39607            "alg": "MD5",
 39608            "content": "0556fe87a126eeeebeaebdc0d6efe2c3"
 39609          },
 39610          {
 39611            "alg": "SHA-1",
 39612            "content": "7cd2e6ae421cef0af5b56b2937196741cd7d8616"
 39613          },
 39614          {
 39615            "alg": "SHA-256",
 39616            "content": "0c69821c61c9710900b29d9f3fa8a645f319716f9ddcc6d71cf7510ff1d40c2c"
 39617          },
 39618          {
 39619            "alg": "SHA-384",
 39620            "content": "b0c2bc1da3bba76933183a736955833df94044604972dfdfd7dc5dee50499cbc0c6813a9ccb02d3293c669169b3bd7d8"
 39621          },
 39622          {
 39623            "alg": "SHA-512",
 39624            "content": "595cef754001fb6815263cfc7fc91dc773c27bce911a4e3a049d1bf7caf824bc9a584fb8eba213ef7f64d97ae0d5de4501d995485f4eb9cc7210bfb738b2b273"
 39625          },
 39626          {
 39627            "alg": "SHA3-256",
 39628            "content": "818c23e15f371ea74d80c5a2c4c3aca2768e68bf4b7171c4a823bb3e44be81b7"
 39629          },
 39630          {
 39631            "alg": "SHA3-384",
 39632            "content": "9b69e17a77e4e40e412c03abc88f6da44b7e58f004970adbfce33bb167876689732052f8d8a21977b8173cdbac7ebfaa"
 39633          },
 39634          {
 39635            "alg": "SHA3-512",
 39636            "content": "22d170e3ff06ad0b8a5ff140472fc8ff392c9aedfcffccf98077971d40d21bb44fb9f5450aa7a4e42ee2eb6fd1fd30682d422d9c8e47b8ad011e57539e331d74"
 39637          }
 39638        ],
 39639        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39640        "purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.3.6?type=jar",
 39641        "externalReferences": [
 39642          {
 39643            "type": "website",
 39644            "url": "https://www.apache.org/"
 39645          },
 39646          {
 39647            "type": "build-system",
 39648            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39649          },
 39650          {
 39651            "type": "distribution",
 39652            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39653          },
 39654          {
 39655            "type": "issue-tracker",
 39656            "url": "https://issues.apache.org/jira/browse/CXF"
 39657          },
 39658          {
 39659            "type": "mailing-list",
 39660            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39661          },
 39662          {
 39663            "type": "vcs",
 39664            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39665          }
 39666        ]
 39667      },
 39668      {
 39669        "type": "library",
 39670        "bom-ref": "pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.3.6?type=jar",
 39671        "publisher": "The Apache Software Foundation",
 39672        "group": "org.apache.cxf",
 39673        "name": "cxf-rt-ws-policy",
 39674        "version": "3.3.6",
 39675        "description": "Apache CXF Runtime WS Policy",
 39676        "hashes": [
 39677          {
 39678            "alg": "MD5",
 39679            "content": "55183e5f02fff6a1a0edb546fa95bb40"
 39680          },
 39681          {
 39682            "alg": "SHA-1",
 39683            "content": "f831e1e6a9df736193f299e4169f0eaceb4d59c1"
 39684          },
 39685          {
 39686            "alg": "SHA-256",
 39687            "content": "9fc3ff2001f75ff5d0c7a5a1d59072a40703187d3d6475b726bd7474cc60ce00"
 39688          },
 39689          {
 39690            "alg": "SHA-384",
 39691            "content": "5c8a1158e3c983d2dba4a51b7ab9709b62d1c430960249f43e17c5ddd53725b138df99f34486fa22c6cd24d4b5deb72b"
 39692          },
 39693          {
 39694            "alg": "SHA-512",
 39695            "content": "be81282a2bcc20b54287ea20056c60c66c12a8794f7f511bbd2d634875be0546ad85321e206fa63c7b4e1b180beefef7c6793a101af9900cb3a05c30ec9b1054"
 39696          },
 39697          {
 39698            "alg": "SHA3-256",
 39699            "content": "1ab11f337e4859b60d16b881c3ec3f97062185fe636d9f199cd8c1983a55427d"
 39700          },
 39701          {
 39702            "alg": "SHA3-384",
 39703            "content": "018d54a32db3f2a12545f4831ded913df0e2f9340bbc6343e969208e85056f66b6c4a61a2ab70998e975e64948f47c38"
 39704          },
 39705          {
 39706            "alg": "SHA3-512",
 39707            "content": "03b5f730e8fec7b0cc9af33d8adf1946864da72b4c2c1d9d9a83284b693da41bc1342a92f753fe06415bac04aabfa8d8bc81c5b327ff5b4fb592dc79518b4158"
 39708          }
 39709        ],
 39710        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39711        "purl": "pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.3.6?type=jar",
 39712        "externalReferences": [
 39713          {
 39714            "type": "website",
 39715            "url": "https://www.apache.org/"
 39716          },
 39717          {
 39718            "type": "build-system",
 39719            "url": "https://builds.apache.org/view/A-D/view/CXF/"
 39720          },
 39721          {
 39722            "type": "distribution",
 39723            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39724          },
 39725          {
 39726            "type": "issue-tracker",
 39727            "url": "https://issues.apache.org/jira/browse/CXF"
 39728          },
 39729          {
 39730            "type": "mailing-list",
 39731            "url": "https://mail-archives.apache.org/mod_mbox/cxf-users"
 39732          },
 39733          {
 39734            "type": "vcs",
 39735            "url": "https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary"
 39736          }
 39737        ]
 39738      },
 39739      {
 39740        "type": "library",
 39741        "bom-ref": "pkg:maven/org.apache.neethi/neethi@3.1.1?type=jar",
 39742        "publisher": "The Apache Software Foundation",
 39743        "group": "org.apache.neethi",
 39744        "name": "neethi",
 39745        "version": "3.1.1",
 39746        "description": "Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.",
 39747        "hashes": [
 39748          {
 39749            "alg": "MD5",
 39750            "content": "13dd27a2bd870dfb01d67a086a8c1948"
 39751          },
 39752          {
 39753            "alg": "SHA-1",
 39754            "content": "3a942a7921e66bb0081b16cf8f8a68e456b91de1"
 39755          },
 39756          {
 39757            "alg": "SHA-256",
 39758            "content": "7f8c00d9bbfbaa97a97a461cdeadb20054b956acb7536782703ca5a9a330ff22"
 39759          },
 39760          {
 39761            "alg": "SHA-384",
 39762            "content": "f9d7bc7dfe75763b67801b640ae1aad488127af8dc2c0ba6dba1bee6927da059c03951f057591f046d5f3c8071ec0f8d"
 39763          },
 39764          {
 39765            "alg": "SHA-512",
 39766            "content": "34c8a859e41df1a737ae0e4e2979f03d09528595cf56a940f171157f13d2994fffbf11945052643c5e56e30016340fc65111c2d813b1967f94b44823bb4318ea"
 39767          },
 39768          {
 39769            "alg": "SHA3-256",
 39770            "content": "01e1a9ba813d10536054a85fcefdacf29b46471d14504ee80210dc3d6a35c0f5"
 39771          },
 39772          {
 39773            "alg": "SHA3-384",
 39774            "content": "1d6fa259ad241d19e73cbdd2b8f1ec23fd146b777d2462fadefa082e37aa7da5e5f9fa863b3c225527e16c32565ddb09"
 39775          },
 39776          {
 39777            "alg": "SHA3-512",
 39778            "content": "4cb4d1c1e03196586fc95ac9cabb1f47742bc67dd6a23232335f496fd587ca556e6ee11d099647f60cdcad30e6b6fb0b14b85f1a7a4250a507cca0a33bb366ca"
 39779          }
 39780        ],
 39781        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39782        "purl": "pkg:maven/org.apache.neethi/neethi@3.1.1?type=jar",
 39783        "externalReferences": [
 39784          {
 39785            "type": "website",
 39786            "url": "http://www.apache.org/"
 39787          },
 39788          {
 39789            "type": "issue-tracker",
 39790            "url": "http://issues.apache.org/jira/browse/NEETHI"
 39791          },
 39792          {
 39793            "type": "mailing-list",
 39794            "url": "http://mail-archives.apache.org/mod_mbox/ws-dev/"
 39795          },
 39796          {
 39797            "type": "vcs",
 39798            "url": "http://svn.apache.org/viewcvs.cgi/webservices/neethi/tags/neethi-3.1.1"
 39799          },
 39800          {
 39801            "type": "distribution",
 39802            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 39803          }
 39804        ]
 39805      },
 39806      {
 39807        "type": "library",
 39808        "bom-ref": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws@10.0.2?type=jar",
 39809        "publisher": "JBoss by Red Hat",
 39810        "group": "org.keycloak.testsuite",
 39811        "name": "fuse-example-cxf-jaxws",
 39812        "version": "10.0.2",
 39813        "description": "",
 39814        "hashes": [
 39815          {
 39816            "alg": "MD5",
 39817            "content": "fbf70bc5afca8574e7ce80b4bb8c9b69"
 39818          },
 39819          {
 39820            "alg": "SHA-1",
 39821            "content": "7fd93cf47fdc365f16887f1e5505039eb49e0052"
 39822          },
 39823          {
 39824            "alg": "SHA-256",
 39825            "content": "1122b7ecc3818eeaba1ba199b4bcdbc860758ad2631743f0477f9ee3c4a4ed15"
 39826          },
 39827          {
 39828            "alg": "SHA-384",
 39829            "content": "3d45d2aa5f860ee145c8750dedf5acf6085150f147b5306e43d4b564be09b16ab537c158f2027c602a99cc6c21ac7188"
 39830          },
 39831          {
 39832            "alg": "SHA-512",
 39833            "content": "4e51c300900f79cdd2d1a5eca854e705d99cf54716f5473335bafa5614e4901d8d751935bc512006ba39e4d57b72cc8899e9af91763c14d0f54344c1dd688065"
 39834          },
 39835          {
 39836            "alg": "SHA3-256",
 39837            "content": "315308683723626035313fb65c200d357bcf8934e5b9ab27d543b19528e916a3"
 39838          },
 39839          {
 39840            "alg": "SHA3-384",
 39841            "content": "23b205dfd55d88eee9cb99129f5db5374cbeb38dd7b32e9045136c5576bc70ff3798b0267be0104cb9a5b19dc91ef324"
 39842          },
 39843          {
 39844            "alg": "SHA3-512",
 39845            "content": "ef32f79bf08a0d38d656acb29db0b9bcc93d7bde5f77f8b1f8566469431ed2239b1e4c11776326a6bd56edb17bd18702c879e4161c66561815ab6eb1db801276"
 39846          }
 39847        ],
 39848        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39849        "purl": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws@10.0.2?type=jar",
 39850        "externalReferences": [
 39851          {
 39852            "type": "distribution",
 39853            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 39854          },
 39855          {
 39856            "type": "issue-tracker",
 39857            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 39858          },
 39859          {
 39860            "type": "vcs",
 39861            "url": "https://github.com/keycloak/keycloak/tree/master/"
 39862          },
 39863          {
 39864            "type": "website",
 39865            "url": "http://www.jboss.org"
 39866          },
 39867          {
 39868            "type": "mailing-list",
 39869            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 39870          }
 39871        ]
 39872      },
 39873      {
 39874        "type": "library",
 39875        "bom-ref": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws-fuse7-undertow@10.0.2?type=jar",
 39876        "publisher": "JBoss by Red Hat",
 39877        "group": "org.keycloak.testsuite",
 39878        "name": "fuse-example-cxf-jaxws-fuse7-undertow",
 39879        "version": "10.0.2",
 39880        "description": "",
 39881        "hashes": [
 39882          {
 39883            "alg": "MD5",
 39884            "content": "662fe83be572364afb2ac6af7911ccf7"
 39885          },
 39886          {
 39887            "alg": "SHA-1",
 39888            "content": "d20b03ff29a4ee984fcd4ae0359a2f33aaa1b7f3"
 39889          },
 39890          {
 39891            "alg": "SHA-256",
 39892            "content": "552056482e14cd1e7cc002efd9582b4bcb7fbe4e5ea46ce9d53170ff6fc3f16d"
 39893          },
 39894          {
 39895            "alg": "SHA-384",
 39896            "content": "973475b825631d06d60c2998d197b69cbba68bc540c10756d14ecf21fb9d82f216933a9672547a6e15b948bb6d134aa2"
 39897          },
 39898          {
 39899            "alg": "SHA-512",
 39900            "content": "f73f79c3b3f2aeecb08cd47768b5014b90e0f22fe1038fda860b674c57bb16fd2e28a487a8c8dea6c3f241a62e3bf8eeb9cf64287cee2a955fcf0d5d7b1ac4fc"
 39901          },
 39902          {
 39903            "alg": "SHA3-256",
 39904            "content": "d96c3d4f18844ffb24fb8754c045e6634157bf7edac80887ba97a023b34d1477"
 39905          },
 39906          {
 39907            "alg": "SHA3-384",
 39908            "content": "900c0c49e79e16992a6a7117fd8dc6d16411eeabf16e655126ed61f04bd9496d82f62d336854869cb88f536a1b73dd8e"
 39909          },
 39910          {
 39911            "alg": "SHA3-512",
 39912            "content": "507bfe73e059d9dce74d30632e9a7508a3e825e69bc639a2dcaff02701e7fa6ce41beeed263c79eaed602eedd8be2304e53cf1103dc198f28066b5f82da4af9e"
 39913          }
 39914        ],
 39915        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39916        "purl": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws-fuse7-undertow@10.0.2?type=jar",
 39917        "externalReferences": [
 39918          {
 39919            "type": "distribution",
 39920            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 39921          },
 39922          {
 39923            "type": "issue-tracker",
 39924            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 39925          },
 39926          {
 39927            "type": "vcs",
 39928            "url": "https://github.com/keycloak/keycloak/tree/master/"
 39929          },
 39930          {
 39931            "type": "website",
 39932            "url": "http://www.jboss.org"
 39933          },
 39934          {
 39935            "type": "mailing-list",
 39936            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 39937          }
 39938        ]
 39939      },
 39940      {
 39941        "type": "library",
 39942        "bom-ref": "pkg:maven/org.apache.camel/camel-blueprint@2.21.2?type=jar",
 39943        "publisher": "The Apache Software Foundation",
 39944        "group": "org.apache.camel",
 39945        "name": "camel-blueprint",
 39946        "version": "2.21.2",
 39947        "description": "Using Camel with OSGi Blueprint",
 39948        "hashes": [
 39949          {
 39950            "alg": "MD5",
 39951            "content": "24e4645845f2fd64dfd04d8cac893125"
 39952          },
 39953          {
 39954            "alg": "SHA-1",
 39955            "content": "d71aeecd9765f3852f641efb0e062eaf73b7efb2"
 39956          },
 39957          {
 39958            "alg": "SHA-256",
 39959            "content": "b9d92fd55aaf3b5c49029c3154d157892cfbd655e8970d0a692b1acf6f0d5d7e"
 39960          },
 39961          {
 39962            "alg": "SHA-384",
 39963            "content": "5bd54c57400730d58ba60fd600028d948b299ecc389ca759cdb2091d737692f077a52220b92fce0fa41e44d1e6d436d6"
 39964          },
 39965          {
 39966            "alg": "SHA-512",
 39967            "content": "8e2e6b4d75f2fa65f89795f33e73b8656c815c683b3f500cdb67be5582315201d4cb8630adf46bdaa2761b7a7afbabfa98d38cd8e65c33fd6bd9718550b22d9d"
 39968          },
 39969          {
 39970            "alg": "SHA3-256",
 39971            "content": "3e9f86d432d3b748076b04aca06ac93144f35c934682686a32a04c6a6e6cb025"
 39972          },
 39973          {
 39974            "alg": "SHA3-384",
 39975            "content": "b8aab35ed33099fcacbae41d90d5471bc0cefe820ec0bbcca390509bee8425a58d9b02bc86749e4f47bd1394b87ca2fd"
 39976          },
 39977          {
 39978            "alg": "SHA3-512",
 39979            "content": "8230820b7fb7b166d42990198355259b2766e25055500701b6a5d7904ddb14143021907523c054079a2150ff04d89ccd44b4c5ad14e17c67c65e10077819bdb6"
 39980          }
 39981        ],
 39982        "licenses": [{"license": {"id": "Apache-2.0"}}],
 39983        "purl": "pkg:maven/org.apache.camel/camel-blueprint@2.21.2?type=jar",
 39984        "externalReferences": [
 39985          {
 39986            "type": "issue-tracker",
 39987            "url": "https://issues.apache.org/jira/browse/CAMEL"
 39988          },
 39989          {
 39990            "type": "vcs",
 39991            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 39992          },
 39993          {
 39994            "type": "website",
 39995            "url": "https://www.apache.org/"
 39996          },
 39997          {
 39998            "type": "distribution",
 39999            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 40000          },
 40001          {
 40002            "type": "mailing-list",
 40003            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 40004          }
 40005        ]
 40006      },
 40007      {
 40008        "type": "library",
 40009        "bom-ref": "pkg:maven/org.apache.camel/camel-core-xml@2.21.2?type=jar",
 40010        "publisher": "The Apache Software Foundation",
 40011        "group": "org.apache.camel",
 40012        "name": "camel-core-xml",
 40013        "version": "2.21.2",
 40014        "description": "Camel Core XML support",
 40015        "hashes": [
 40016          {
 40017            "alg": "MD5",
 40018            "content": "7ce00191ee6cdb53984a1db2c8807d67"
 40019          },
 40020          {
 40021            "alg": "SHA-1",
 40022            "content": "062236f9558c793deec56ec0e84ce4b779e9707d"
 40023          },
 40024          {
 40025            "alg": "SHA-256",
 40026            "content": "c43770653883e5170358f32107e3256aa961f8edfeeab12b2585823de06482c6"
 40027          },
 40028          {
 40029            "alg": "SHA-384",
 40030            "content": "a0e242b272a091cde35cac3d83942731f232375a51aa47fd91df5ec5abae71eb59c97d5d4ac7311eb952f3a79b163a87"
 40031          },
 40032          {
 40033            "alg": "SHA-512",
 40034            "content": "55e0430abadc552010103f88dc9d2edf26f2594bdc5b005035a198f264472f55b32223b9fef2d3de7eb5d9a431f4cf713aa0b56259a3f8f8287864ef0b03dbb4"
 40035          },
 40036          {
 40037            "alg": "SHA3-256",
 40038            "content": "80ade381b6a14d447f931ee30e97e490f15a618eb24591e286f1581d86d587d0"
 40039          },
 40040          {
 40041            "alg": "SHA3-384",
 40042            "content": "1a724254c47dd7dca19cb4c505a08f8e2676f0c3e8ccba7a723923fb4f3b12666e6a5937fa1edd468e0279694ad7736e"
 40043          },
 40044          {
 40045            "alg": "SHA3-512",
 40046            "content": "8e78759b6aa501c70bfee0a4ee7ad8d007fad277635098ebb18ecec5952ca68b64017f68de9820976ee50b8568151936ea5f5c08aea969e208f548fe43c19941"
 40047          }
 40048        ],
 40049        "licenses": [{"license": {"id": "Apache-2.0"}}],
 40050        "purl": "pkg:maven/org.apache.camel/camel-core-xml@2.21.2?type=jar",
 40051        "externalReferences": [
 40052          {
 40053            "type": "issue-tracker",
 40054            "url": "https://issues.apache.org/jira/browse/CAMEL"
 40055          },
 40056          {
 40057            "type": "vcs",
 40058            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 40059          },
 40060          {
 40061            "type": "website",
 40062            "url": "https://www.apache.org/"
 40063          },
 40064          {
 40065            "type": "distribution",
 40066            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 40067          },
 40068          {
 40069            "type": "mailing-list",
 40070            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 40071          }
 40072        ]
 40073      },
 40074      {
 40075        "type": "library",
 40076        "bom-ref": "pkg:maven/org.apache.camel/camel-core-osgi@2.21.2?type=jar",
 40077        "publisher": "The Apache Software Foundation",
 40078        "group": "org.apache.camel",
 40079        "name": "camel-core-osgi",
 40080        "version": "2.21.2",
 40081        "description": "Using Camel with OSGi",
 40082        "hashes": [
 40083          {
 40084            "alg": "MD5",
 40085            "content": "035f9140bb10b63f9b7e0b9ec0823997"
 40086          },
 40087          {
 40088            "alg": "SHA-1",
 40089            "content": "11ed0625bad77c4410f1b0c143154dc864cd193c"
 40090          },
 40091          {
 40092            "alg": "SHA-256",
 40093            "content": "5ab9d0b007c88b3d22b1585f0993c218c6f1be426ed66ce94e1bb11ba29259f0"
 40094          },
 40095          {
 40096            "alg": "SHA-384",
 40097            "content": "bbe5f205325f6a448737658b114755de9d04728f6c4ea6437712d2e58c3dc1dfc2d814b6cba2047feeaf205cdbe679f9"
 40098          },
 40099          {
 40100            "alg": "SHA-512",
 40101            "content": "2d0f51b3681b50422d6252e21cea1a14ea8304c4c97086b5e482298fa8889af7b749230543aa884aecf0a797a32fcfde4b709a8de592cfd968ff2befb0d8a6ab"
 40102          },
 40103          {
 40104            "alg": "SHA3-256",
 40105            "content": "47ff1ca05aef26af31e64521e122c25756de558936d2263e4944be9fdc618c9c"
 40106          },
 40107          {
 40108            "alg": "SHA3-384",
 40109            "content": "14fe37b54c1ce13a257a6abaff094db20f0aca2c15612e4d520a8288d95ccd6c5b4792042942c14b00bcf0b59358a986"
 40110          },
 40111          {
 40112            "alg": "SHA3-512",
 40113            "content": "eb7ca975ab9f0cea81bf85e7418ed5460df6a2c0882375fc52e91afdc07444172862c52ebcbfcde3e5ffbd19f9f7f3d71112eeb46b0dfb128e76be2f497a099c"
 40114          }
 40115        ],
 40116        "licenses": [{"license": {"id": "Apache-2.0"}}],
 40117        "purl": "pkg:maven/org.apache.camel/camel-core-osgi@2.21.2?type=jar",
 40118        "externalReferences": [
 40119          {
 40120            "type": "issue-tracker",
 40121            "url": "https://issues.apache.org/jira/browse/CAMEL"
 40122          },
 40123          {
 40124            "type": "vcs",
 40125            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 40126          },
 40127          {
 40128            "type": "website",
 40129            "url": "https://www.apache.org/"
 40130          },
 40131          {
 40132            "type": "distribution",
 40133            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 40134          },
 40135          {
 40136            "type": "mailing-list",
 40137            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 40138          }
 40139        ]
 40140      },
 40141      {
 40142        "type": "library",
 40143        "bom-ref": "pkg:maven/org.apache.camel/camel-jetty9@2.21.2?type=jar",
 40144        "publisher": "The Apache Software Foundation",
 40145        "group": "org.apache.camel",
 40146        "name": "camel-jetty9",
 40147        "version": "2.21.2",
 40148        "description": "Camel Jetty9 support",
 40149        "hashes": [
 40150          {
 40151            "alg": "MD5",
 40152            "content": "05bba2c35788904198f345cf052cebec"
 40153          },
 40154          {
 40155            "alg": "SHA-1",
 40156            "content": "f89c2571a4d3a84f71b2ee772b1605dd5732823d"
 40157          },
 40158          {
 40159            "alg": "SHA-256",
 40160            "content": "2d8a7a3ee1c2b44e886abc9afb577feef14a221bb5a14670c58faaf65adfa0e0"
 40161          },
 40162          {
 40163            "alg": "SHA-384",
 40164            "content": "e8c055a8f86d9b2fdc07c38e05d051b23a32fe6714fb61f7d6cb9e074675ae109931c41fb716759f7614d8e456603aaf"
 40165          },
 40166          {
 40167            "alg": "SHA-512",
 40168            "content": "a0ca52f4c8830ee8026a4a310306ebf533b1fe4cb46dd6ec8e6760de95e388a47cf40d589dd263e63361dbd873bc9fab3cba64c6a18abe87c33cb8e96d43fb7d"
 40169          },
 40170          {
 40171            "alg": "SHA3-256",
 40172            "content": "4c2b0953a66332a2eae7b1d7fe10aecdbd00237f5ab96fe364a351cc602ec654"
 40173          },
 40174          {
 40175            "alg": "SHA3-384",
 40176            "content": "46460bef7b68fb3d03786c94ae8586ee33fb8fc27a49ffe2766812503ef647c5428e7e41b02c5f87305eafbef3eceb86"
 40177          },
 40178          {
 40179            "alg": "SHA3-512",
 40180            "content": "26c667b190baf13ff6edee5ebd9f1b9f13823ae1edb16b7000342b79bb24be080d48ec8c7f227cc5e8c9c9f3642b341d560d38b88c9aa14ecea194457284d034"
 40181          }
 40182        ],
 40183        "licenses": [{"license": {"id": "Apache-2.0"}}],
 40184        "purl": "pkg:maven/org.apache.camel/camel-jetty9@2.21.2?type=jar",
 40185        "externalReferences": [
 40186          {
 40187            "type": "issue-tracker",
 40188            "url": "https://issues.apache.org/jira/browse/CAMEL"
 40189          },
 40190          {
 40191            "type": "vcs",
 40192            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 40193          },
 40194          {
 40195            "type": "website",
 40196            "url": "https://www.apache.org/"
 40197          },
 40198          {
 40199            "type": "distribution",
 40200            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 40201          },
 40202          {
 40203            "type": "mailing-list",
 40204            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 40205          }
 40206        ]
 40207      },
 40208      {
 40209        "type": "library",
 40210        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.6.v20170531?type=jar",
 40211        "publisher": "Webtide",
 40212        "group": "org.eclipse.jetty",
 40213        "name": "jetty-server",
 40214        "version": "9.4.6.v20170531",
 40215        "description": "The core jetty server artifact.",
 40216        "hashes": [
 40217          {
 40218            "alg": "MD5",
 40219            "content": "14101a246583c869abb8942bdca60193"
 40220          },
 40221          {
 40222            "alg": "SHA-1",
 40223            "content": "afda653f00267fb8b501cafd1cf5cdd1615602a2"
 40224          },
 40225          {
 40226            "alg": "SHA-256",
 40227            "content": "0f130457245b7561efd7fcc8e74dd49845ed716acde3f45f18eadf43afbcf593"
 40228          },
 40229          {
 40230            "alg": "SHA-384",
 40231            "content": "ab393aa6b4125c9b058916f870f560ea951642a51b6a43fd51f7b06d40a8386759e1add979a010f178116ede5e51b73b"
 40232          },
 40233          {
 40234            "alg": "SHA-512",
 40235            "content": "36b6e92d3edff42d25a9c2c97eea3ea0d327d5c6dda3df5d8cae03a570a3e3e2844cffb5393f0c7578c3c6c750618f511c16615e6a24d1d9deb1acadd4ccaf3e"
 40236          },
 40237          {
 40238            "alg": "SHA3-256",
 40239            "content": "247a81f6af921537782c301c24f8cf9b10a902c60afc26e4dc0241b72cfd44b6"
 40240          },
 40241          {
 40242            "alg": "SHA3-384",
 40243            "content": "f7ecd898f2815ee567730bc1ca5b8f627faedca7693c2b9c8ceb04d58f0b89d72a03d56c4fe102d843a37baafb8507f3"
 40244          },
 40245          {
 40246            "alg": "SHA3-512",
 40247            "content": "d8b7bfdc6098d7f75642002992603b6c64fcdc413b94de043a2c4034adf8bc0f68cfd75e9f92ad3e9fff9f49740c2580c35180816049e60880f4385ac39499c0"
 40248          }
 40249        ],
 40250        "licenses": [
 40251          {"license": {"id": "Apache-2.0"}},
 40252          {"license": {"id": "EPL-1.0"}}
 40253        ],
 40254        "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.6.v20170531?type=jar",
 40255        "externalReferences": [
 40256          {
 40257            "type": "website",
 40258            "url": "https://webtide.com"
 40259          },
 40260          {
 40261            "type": "distribution",
 40262            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40263          },
 40264          {
 40265            "type": "issue-tracker",
 40266            "url": "https://github.com/eclipse/jetty.project/issues"
 40267          },
 40268          {
 40269            "type": "mailing-list",
 40270            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40271          },
 40272          {
 40273            "type": "vcs",
 40274            "url": "https://github.com/eclipse/jetty.project"
 40275          }
 40276        ]
 40277      },
 40278      {
 40279        "type": "library",
 40280        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531?type=jar",
 40281        "publisher": "Webtide",
 40282        "group": "org.eclipse.jetty",
 40283        "name": "jetty-http",
 40284        "version": "9.4.6.v20170531",
 40285        "description": "The Eclipse Jetty Project",
 40286        "hashes": [
 40287          {
 40288            "alg": "MD5",
 40289            "content": "2f1b075e2ead46b9c99af71d479afe78"
 40290          },
 40291          {
 40292            "alg": "SHA-1",
 40293            "content": "6c2dd034fc4128ea65f2d0199473cbfb80aeb428"
 40294          },
 40295          {
 40296            "alg": "SHA-256",
 40297            "content": "2e661446bc74a55dc58c4f47314abdaaae20669fcbc858daee513473dbbcd97d"
 40298          },
 40299          {
 40300            "alg": "SHA-384",
 40301            "content": "019c7cf3e3975a6de25a4e5853801372427e26757aec26611ce6d4eceb6c71349f96c973f9d4324af6e8c7a24c4a9053"
 40302          },
 40303          {
 40304            "alg": "SHA-512",
 40305            "content": "27d0321a1bc2f121d8e5eda40ecbf721f6d048d32a75268514812bab419cc261ca9112fd77beea0e94cfbc4f51926df02f2c90910b7a4b836de9a51ceb105a55"
 40306          },
 40307          {
 40308            "alg": "SHA3-256",
 40309            "content": "3dc693a86a2ddfa4922018f2e7b34b34d8b9323c180bb06b2e75c085561500f4"
 40310          },
 40311          {
 40312            "alg": "SHA3-384",
 40313            "content": "644daa4c48b32352aa139106f725a49d450c11939117cbf269a7c1c1c998049fbef009e65f8ee7b81902d81a14f3f401"
 40314          },
 40315          {
 40316            "alg": "SHA3-512",
 40317            "content": "4d4074a285d2c8348c00ad795ac1b769918b2e900820e88909ed37194b8925f1529e0ca744f9003a01bf4d62ced28423ba34e9865ebcbd65799aee62498e0cd3"
 40318          }
 40319        ],
 40320        "licenses": [
 40321          {"license": {"id": "Apache-2.0"}},
 40322          {"license": {"id": "EPL-1.0"}}
 40323        ],
 40324        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531?type=jar",
 40325        "externalReferences": [
 40326          {
 40327            "type": "website",
 40328            "url": "https://webtide.com"
 40329          },
 40330          {
 40331            "type": "distribution",
 40332            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40333          },
 40334          {
 40335            "type": "issue-tracker",
 40336            "url": "https://github.com/eclipse/jetty.project/issues"
 40337          },
 40338          {
 40339            "type": "mailing-list",
 40340            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40341          },
 40342          {
 40343            "type": "vcs",
 40344            "url": "https://github.com/eclipse/jetty.project"
 40345          }
 40346        ]
 40347      },
 40348      {
 40349        "type": "library",
 40350        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.6.v20170531?type=jar",
 40351        "publisher": "Webtide",
 40352        "group": "org.eclipse.jetty",
 40353        "name": "jetty-io",
 40354        "version": "9.4.6.v20170531",
 40355        "description": "The Eclipse Jetty Project",
 40356        "hashes": [
 40357          {
 40358            "alg": "MD5",
 40359            "content": "f1e91e04eaeb29a1c95db02f5640cb16"
 40360          },
 40361          {
 40362            "alg": "SHA-1",
 40363            "content": "069cdaaac75739eff9ccb4c61f87e4fa3ba280f9"
 40364          },
 40365          {
 40366            "alg": "SHA-256",
 40367            "content": "6357631d9da902ac82f9bec39137e301fd6aeff65f43c4d0ef918e3d2845e440"
 40368          },
 40369          {
 40370            "alg": "SHA-384",
 40371            "content": "92239449332b243f40af3e43e35ee3784283f8f2ee56dec554d79b0a0f2e56b5972f9998dbf85df4f0b12db8bf4db71c"
 40372          },
 40373          {
 40374            "alg": "SHA-512",
 40375            "content": "863096655fc3a345af01cad9b82bf23ddd4387b91b199ec4fd2917d0db32f5f25766997dc7affe84e0bc9778b6f63e3c85d5313ab597d0bcb5d26a402c63fb52"
 40376          },
 40377          {
 40378            "alg": "SHA3-256",
 40379            "content": "3521a28bf47e40d489cce6c14a4c4871d21c23da5c36221979123cd96b90bfcf"
 40380          },
 40381          {
 40382            "alg": "SHA3-384",
 40383            "content": "d3175b11cd9c3436e5fa19c3357dfa0d51514f4a1c4494a741e8d6341e0a760338a6fbb7d4de8ff9c239b8e0bab73106"
 40384          },
 40385          {
 40386            "alg": "SHA3-512",
 40387            "content": "1139f707462c1eb2f8d333a0c4122ae6d7c8e5cbe5e99066979d04ff37f940d041783184b102dd0775d5f0abd66346e857abc07dbf879a9ff9a339aaa740b47b"
 40388          }
 40389        ],
 40390        "licenses": [
 40391          {"license": {"id": "Apache-2.0"}},
 40392          {"license": {"id": "EPL-1.0"}}
 40393        ],
 40394        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.6.v20170531?type=jar",
 40395        "externalReferences": [
 40396          {
 40397            "type": "website",
 40398            "url": "https://webtide.com"
 40399          },
 40400          {
 40401            "type": "distribution",
 40402            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40403          },
 40404          {
 40405            "type": "issue-tracker",
 40406            "url": "https://github.com/eclipse/jetty.project/issues"
 40407          },
 40408          {
 40409            "type": "mailing-list",
 40410            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40411          },
 40412          {
 40413            "type": "vcs",
 40414            "url": "https://github.com/eclipse/jetty.project"
 40415          }
 40416        ]
 40417      },
 40418      {
 40419        "type": "library",
 40420        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.6.v20170531?type=jar",
 40421        "publisher": "Webtide",
 40422        "group": "org.eclipse.jetty",
 40423        "name": "jetty-servlet",
 40424        "version": "9.4.6.v20170531",
 40425        "description": "Jetty Servlet Container",
 40426        "hashes": [
 40427          {
 40428            "alg": "MD5",
 40429            "content": "98f79381146eac82224fc0ea3a556379"
 40430          },
 40431          {
 40432            "alg": "SHA-1",
 40433            "content": "7d302b454433ee1b9799761c23d0323542f2525b"
 40434          },
 40435          {
 40436            "alg": "SHA-256",
 40437            "content": "2aa220dd22e5572af6e6922b259fdc35a4c7575d021bcc5c1d581b6d9096754d"
 40438          },
 40439          {
 40440            "alg": "SHA-384",
 40441            "content": "7f47fc4683967167475f74010cbc1f812164f4f8eb9e31b6fa5954718922063587ff0116e5e24253bcdd0a4169c866bf"
 40442          },
 40443          {
 40444            "alg": "SHA-512",
 40445            "content": "934ced31216ca04318023c5cc5f0fd988246ecb41ab10e7993e45dd8f074fb9defaaab6334f54e2b499f4036b5ecc5bb296dca875ab46970ee36a33153f945a9"
 40446          },
 40447          {
 40448            "alg": "SHA3-256",
 40449            "content": "9fcac4f271fba8866ae6a082ae231ceb14d6000d193f8fc86182f37f9b4c9b06"
 40450          },
 40451          {
 40452            "alg": "SHA3-384",
 40453            "content": "64b8b3d4069a72639a7a3aaa9d7dae5fea070f55c6646ab870a64519c35163ee2b313162f724017ad6f5830844d88fa4"
 40454          },
 40455          {
 40456            "alg": "SHA3-512",
 40457            "content": "21fdce576277e9958f159182049dd93cf7a4e99c510cf0be4fdfb9ce69a84255f0a1ae1f1df8b11d0f8f724068e1fef397eee3506f652563e3018085be5f2b58"
 40458          }
 40459        ],
 40460        "licenses": [
 40461          {"license": {"id": "Apache-2.0"}},
 40462          {"license": {"id": "EPL-1.0"}}
 40463        ],
 40464        "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.6.v20170531?type=jar",
 40465        "externalReferences": [
 40466          {
 40467            "type": "website",
 40468            "url": "https://webtide.com"
 40469          },
 40470          {
 40471            "type": "distribution",
 40472            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40473          },
 40474          {
 40475            "type": "issue-tracker",
 40476            "url": "https://github.com/eclipse/jetty.project/issues"
 40477          },
 40478          {
 40479            "type": "mailing-list",
 40480            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40481          },
 40482          {
 40483            "type": "vcs",
 40484            "url": "https://github.com/eclipse/jetty.project"
 40485          }
 40486        ]
 40487      },
 40488      {
 40489        "type": "library",
 40490        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.6.v20170531?type=jar",
 40491        "publisher": "Webtide",
 40492        "group": "org.eclipse.jetty",
 40493        "name": "jetty-security",
 40494        "version": "9.4.6.v20170531",
 40495        "description": "Jetty security infrastructure",
 40496        "hashes": [
 40497          {
 40498            "alg": "MD5",
 40499            "content": "240426c9357bbfc02f9009ce5991a0fa"
 40500          },
 40501          {
 40502            "alg": "SHA-1",
 40503            "content": "6c4cdac99130d887abc6fa6645adcd033f763d02"
 40504          },
 40505          {
 40506            "alg": "SHA-256",
 40507            "content": "d4f58c78bef67eb32086061b29b79808814f13e49790691c32e3fde2c7ad37ca"
 40508          },
 40509          {
 40510            "alg": "SHA-384",
 40511            "content": "5b86fdd6757a1c8097b5e19532ba39650ecff053115e95a92135de943e7a797ac95af7b4405141d4886d5c0bdff05981"
 40512          },
 40513          {
 40514            "alg": "SHA-512",
 40515            "content": "6b56896b3aa96a25ee298b13ec77969357ee224c60a2d3c5cc7cd8bca545a086e3471bf8f93be143b90558fc37110865c9432ffea74b30db1ab502052990042a"
 40516          },
 40517          {
 40518            "alg": "SHA3-256",
 40519            "content": "9a07c526e907838533a833970e5971cf92bfb2f987989aab99b9eddbd14b5cf6"
 40520          },
 40521          {
 40522            "alg": "SHA3-384",
 40523            "content": "f679caf5f3e45bc0a56cfc6c95ecd474fad696abad53db942aeb5c04bd65a9fa4e991c265610f70aec5aa355ff4a79d1"
 40524          },
 40525          {
 40526            "alg": "SHA3-512",
 40527            "content": "52f3d1ae13c77f9fd02d20e5bc369c0abd9e311fe4245dafc212c5ec85b30c4f6b4fcffd8470511419edee2e09bceefd4819c3d7d9b7a1617a7d1a52ebb64e3d"
 40528          }
 40529        ],
 40530        "licenses": [
 40531          {"license": {"id": "Apache-2.0"}},
 40532          {"license": {"id": "EPL-1.0"}}
 40533        ],
 40534        "purl": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.6.v20170531?type=jar",
 40535        "externalReferences": [
 40536          {
 40537            "type": "website",
 40538            "url": "https://webtide.com"
 40539          },
 40540          {
 40541            "type": "distribution",
 40542            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40543          },
 40544          {
 40545            "type": "issue-tracker",
 40546            "url": "https://github.com/eclipse/jetty.project/issues"
 40547          },
 40548          {
 40549            "type": "mailing-list",
 40550            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40551          },
 40552          {
 40553            "type": "vcs",
 40554            "url": "https://github.com/eclipse/jetty.project"
 40555          }
 40556        ]
 40557      },
 40558      {
 40559        "type": "library",
 40560        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531?type=jar",
 40561        "publisher": "Webtide",
 40562        "group": "org.eclipse.jetty",
 40563        "name": "jetty-servlets",
 40564        "version": "9.4.6.v20170531",
 40565        "description": "Utility Servlets from Jetty",
 40566        "hashes": [
 40567          {
 40568            "alg": "MD5",
 40569            "content": "c4c24039dfda52ade3254770277f6b5a"
 40570          },
 40571          {
 40572            "alg": "SHA-1",
 40573            "content": "5adddf5a90f8be30eadf5ca92ae6ac5ffdab54c3"
 40574          },
 40575          {
 40576            "alg": "SHA-256",
 40577            "content": "fe74531244c452cc27dd2c56f472ce20e89b828cb9b3f3a954438625cfd0eb3c"
 40578          },
 40579          {
 40580            "alg": "SHA-384",
 40581            "content": "8645d0d7d461a40f3d6364997bc083faedb8d5510b7492f686fbf86fa7c0af9dd92b0b6b3464cf13fac0adcae892ddce"
 40582          },
 40583          {
 40584            "alg": "SHA-512",
 40585            "content": "a70ef6a2a6edefd67a70677a0a14675964807bb8920b607a465cd53bb2f24f045b5796aca0a51478ee5fe1ab687a1bfa2edc8d41a771399fa2a59451ef790245"
 40586          },
 40587          {
 40588            "alg": "SHA3-256",
 40589            "content": "d08422b9a7ad0f659384ce303fa83b348d198cfb10bf38b21111f0037ec6393a"
 40590          },
 40591          {
 40592            "alg": "SHA3-384",
 40593            "content": "50e790454021e3f28479ea8844c8d7bfa85d4a1186c039153abaea8a868d2a3c9b4240b2ce6d0c2b21f58b040889e7a4"
 40594          },
 40595          {
 40596            "alg": "SHA3-512",
 40597            "content": "8c6c58b2c02c71b71a7624f50febd6b9551a07986976030fe6ce1dbb917023cd40d256bae76a6ab2dff07f8797e55939e3340be88b8c771323d9d34b98d90b68"
 40598          }
 40599        ],
 40600        "licenses": [
 40601          {"license": {"id": "Apache-2.0"}},
 40602          {"license": {"id": "EPL-1.0"}}
 40603        ],
 40604        "purl": "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531?type=jar",
 40605        "externalReferences": [
 40606          {
 40607            "type": "website",
 40608            "url": "https://webtide.com"
 40609          },
 40610          {
 40611            "type": "distribution",
 40612            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40613          },
 40614          {
 40615            "type": "issue-tracker",
 40616            "url": "https://github.com/eclipse/jetty.project/issues"
 40617          },
 40618          {
 40619            "type": "mailing-list",
 40620            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40621          },
 40622          {
 40623            "type": "vcs",
 40624            "url": "https://github.com/eclipse/jetty.project"
 40625          }
 40626        ]
 40627      },
 40628      {
 40629        "type": "library",
 40630        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.6.v20170531?type=jar",
 40631        "publisher": "Webtide",
 40632        "group": "org.eclipse.jetty",
 40633        "name": "jetty-continuation",
 40634        "version": "9.4.6.v20170531",
 40635        "description": "Asynchronous API",
 40636        "hashes": [
 40637          {
 40638            "alg": "MD5",
 40639            "content": "87c3da3afa0991e05db5e2c501773e56"
 40640          },
 40641          {
 40642            "alg": "SHA-1",
 40643            "content": "7a3e4ec4d2b7d629707d8e3107bb5ee31f7d2158"
 40644          },
 40645          {
 40646            "alg": "SHA-256",
 40647            "content": "57ded3ff608fecda070407b67dd1602610018e4e5362d8687a420e41bbcc0db6"
 40648          },
 40649          {
 40650            "alg": "SHA-384",
 40651            "content": "04c6ac706d93d220e1fd2903e9138df79bfbbb7ff29e9ab991b1e46ca51139d0cea5b9a0db57d1eb92ab5ed48fa54a17"
 40652          },
 40653          {
 40654            "alg": "SHA-512",
 40655            "content": "53cd297bd3ee5d67c4be1f3186b16ee10320ea75c933a490da0793dc577bb3dea03bfd93bb222d68b1430991b3ab6799601bec99a9a496f6337eaca359d6cdb4"
 40656          },
 40657          {
 40658            "alg": "SHA3-256",
 40659            "content": "a4fed0703f8fc46b9c9fdad954dc9aa59c04308469d6a810420555331a256b07"
 40660          },
 40661          {
 40662            "alg": "SHA3-384",
 40663            "content": "c58a91d42bb1481e000f9dcc05043940c00aa803dc3149d319af9b6eb7675c281fc2670fec6f40186792978179b17682"
 40664          },
 40665          {
 40666            "alg": "SHA3-512",
 40667            "content": "46f6ebf5be9fbf3f90f1c52a9a910d355b7b7773db6795878bd4672350f97ed77d982575196a962e37176959e86e8defd742ca86a9e2d0a2366dea8ded90cae0"
 40668          }
 40669        ],
 40670        "licenses": [
 40671          {"license": {"id": "Apache-2.0"}},
 40672          {"license": {"id": "EPL-1.0"}}
 40673        ],
 40674        "purl": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.6.v20170531?type=jar",
 40675        "externalReferences": [
 40676          {
 40677            "type": "website",
 40678            "url": "https://webtide.com"
 40679          },
 40680          {
 40681            "type": "distribution",
 40682            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40683          },
 40684          {
 40685            "type": "issue-tracker",
 40686            "url": "https://github.com/eclipse/jetty.project/issues"
 40687          },
 40688          {
 40689            "type": "mailing-list",
 40690            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40691          },
 40692          {
 40693            "type": "vcs",
 40694            "url": "https://github.com/eclipse/jetty.project"
 40695          }
 40696        ]
 40697      },
 40698      {
 40699        "type": "library",
 40700        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.6.v20170531?type=jar",
 40701        "publisher": "Webtide",
 40702        "group": "org.eclipse.jetty",
 40703        "name": "jetty-client",
 40704        "version": "9.4.6.v20170531",
 40705        "description": "The Eclipse Jetty Project",
 40706        "hashes": [
 40707          {
 40708            "alg": "MD5",
 40709            "content": "cf9a8425c455aaa173965f910f5475e5"
 40710          },
 40711          {
 40712            "alg": "SHA-1",
 40713            "content": "ec4139632f338738124e1d77824e3b73be1c6f5f"
 40714          },
 40715          {
 40716            "alg": "SHA-256",
 40717            "content": "dfc17e4bae393dfcd05d5f867ac4dac6e1f1aa9efb91dd9760ad4de51bf3e0b4"
 40718          },
 40719          {
 40720            "alg": "SHA-384",
 40721            "content": "f074df80455cbe6b2003ad5ff19df5f41175a739ad898a49989f6f85fce88c2cbe7064e274be7129d3301f2cb4367979"
 40722          },
 40723          {
 40724            "alg": "SHA-512",
 40725            "content": "0c4575bbadab758b048afe1fa002ceb186af19a79ebcbbd5b32a75144d9b84b2d4b578b4b7c5b9a7c2f2f811d4ad5a40cbb236b021bc854f5637c755c7c9c4bf"
 40726          },
 40727          {
 40728            "alg": "SHA3-256",
 40729            "content": "0a0d53dbccba6a042c87a86273e53acb92bfda7dbf860f35a03380de250eec9e"
 40730          },
 40731          {
 40732            "alg": "SHA3-384",
 40733            "content": "2399d344d4a2bb26d1bbd3237d611c1fecf107af91f38c6fd896ac1ee1bae3362bd345c57874c0352a23c825f972dbc1"
 40734          },
 40735          {
 40736            "alg": "SHA3-512",
 40737            "content": "d7f15ee85f5d88ea48f2f7551fb5f71339f62d3a539aacb8aa1ebf7627528bcee577d068649201b3ac68db7efdf3ab750f6686a91af3130b0f25a07acf9854c1"
 40738          }
 40739        ],
 40740        "licenses": [
 40741          {"license": {"id": "Apache-2.0"}},
 40742          {"license": {"id": "EPL-1.0"}}
 40743        ],
 40744        "purl": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.6.v20170531?type=jar",
 40745        "externalReferences": [
 40746          {
 40747            "type": "website",
 40748            "url": "https://webtide.com"
 40749          },
 40750          {
 40751            "type": "distribution",
 40752            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40753          },
 40754          {
 40755            "type": "issue-tracker",
 40756            "url": "https://github.com/eclipse/jetty.project/issues"
 40757          },
 40758          {
 40759            "type": "mailing-list",
 40760            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40761          },
 40762          {
 40763            "type": "vcs",
 40764            "url": "https://github.com/eclipse/jetty.project"
 40765          }
 40766        ]
 40767      },
 40768      {
 40769        "type": "library",
 40770        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.6.v20170531?type=jar",
 40771        "publisher": "Webtide",
 40772        "group": "org.eclipse.jetty",
 40773        "name": "jetty-jmx",
 40774        "version": "9.4.6.v20170531",
 40775        "description": "JMX management artifact for jetty.",
 40776        "hashes": [
 40777          {
 40778            "alg": "MD5",
 40779            "content": "57628e494355ce733f66fc3650527a2f"
 40780          },
 40781          {
 40782            "alg": "SHA-1",
 40783            "content": "5f127863806f71446f4799e90b838db0d3add117"
 40784          },
 40785          {
 40786            "alg": "SHA-256",
 40787            "content": "7bf9623fdd66c41136a6eae265df2e5c376b65b908f60debfed5e37ab413a9b0"
 40788          },
 40789          {
 40790            "alg": "SHA-384",
 40791            "content": "51eca1f877bc766763248c18a0e13f40d97d88ea388d7363bb07e24483dca5f62f873a18c419928bbc7b48e8eefa484c"
 40792          },
 40793          {
 40794            "alg": "SHA-512",
 40795            "content": "04cbce343e2e871df7977d24a22f3f91434e65f039e50adea974c9cfa172280f961bb3efbb75aa63f7b765636b301b73626b94da28369fdb4dd9ea105415fc93"
 40796          },
 40797          {
 40798            "alg": "SHA3-256",
 40799            "content": "765e9dfd27c452d5bc93a24a2bb49a9e40671b69d81c478fd70a6ac8d5680c40"
 40800          },
 40801          {
 40802            "alg": "SHA3-384",
 40803            "content": "977b1a5abece70e2593aa30d652e7b3d618d8a5143a1267ddb5f642c0e5cfb7b3af1b5c709901dd15e80426dbb5d2ed1"
 40804          },
 40805          {
 40806            "alg": "SHA3-512",
 40807            "content": "478ce8a97050a0c98678af9ef8c379a15904f893d0490b7f5311c96e7e61cdedfb130e2070e1b8b9783017c3b795da993c9335b5e33503c548c4bcc8dc644765"
 40808          }
 40809        ],
 40810        "licenses": [
 40811          {"license": {"id": "Apache-2.0"}},
 40812          {"license": {"id": "EPL-1.0"}}
 40813        ],
 40814        "purl": "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.6.v20170531?type=jar",
 40815        "externalReferences": [
 40816          {
 40817            "type": "website",
 40818            "url": "https://webtide.com"
 40819          },
 40820          {
 40821            "type": "distribution",
 40822            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40823          },
 40824          {
 40825            "type": "issue-tracker",
 40826            "url": "https://github.com/eclipse/jetty.project/issues"
 40827          },
 40828          {
 40829            "type": "mailing-list",
 40830            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40831          },
 40832          {
 40833            "type": "vcs",
 40834            "url": "https://github.com/eclipse/jetty.project"
 40835          }
 40836        ]
 40837      },
 40838      {
 40839        "type": "library",
 40840        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.6.v20170531?type=jar",
 40841        "publisher": "Webtide",
 40842        "group": "org.eclipse.jetty",
 40843        "name": "jetty-util",
 40844        "version": "9.4.6.v20170531",
 40845        "description": "Utility classes for Jetty",
 40846        "hashes": [
 40847          {
 40848            "alg": "MD5",
 40849            "content": "02c722dac2b911ca9a08460d09ab163d"
 40850          },
 40851          {
 40852            "alg": "SHA-1",
 40853            "content": "78628ec5cfafbb5b8085342322515c65fadfa1cc"
 40854          },
 40855          {
 40856            "alg": "SHA-256",
 40857            "content": "1616ce767bbd50b9dcad7c9ff074e8bc9736957d3bd4bd82362452b1461b2acc"
 40858          },
 40859          {
 40860            "alg": "SHA-384",
 40861            "content": "6664d880d6ce0b07f55b480666371eb7cbb9d2c3d950976e567f2e519c159e06ab413bbcf4055802df0f85401d210d2d"
 40862          },
 40863          {
 40864            "alg": "SHA-512",
 40865            "content": "1b0cf85c28d8a072cdb80ddee59effdc6965926dd600720facc72e12dadf6d45402ae9ae8cb92fe03c9da1490869e7870068c81db9abe3ff2e6a0a340f516227"
 40866          },
 40867          {
 40868            "alg": "SHA3-256",
 40869            "content": "921b0b443a6ecb8277e73a415c107d0b995a0855a980d0b47f413e01d09c2810"
 40870          },
 40871          {
 40872            "alg": "SHA3-384",
 40873            "content": "0ac9a28ada42abcb84a8ebdf08b52f8ea7f51911094f5ad9fccb5c66264230065631b349652e1b9dce189933b570fbca"
 40874          },
 40875          {
 40876            "alg": "SHA3-512",
 40877            "content": "ced43b9c0d6f24bbc7f7eefd16321e3a5f50e1764d5d07b580a7067e66f56efba007e821acd4823feb5f4d6c1f2cad27761e0b775b1b2b9299a7d19ff1147687"
 40878          }
 40879        ],
 40880        "licenses": [
 40881          {"license": {"id": "Apache-2.0"}},
 40882          {"license": {"id": "EPL-1.0"}}
 40883        ],
 40884        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.6.v20170531?type=jar",
 40885        "externalReferences": [
 40886          {
 40887            "type": "website",
 40888            "url": "https://webtide.com"
 40889          },
 40890          {
 40891            "type": "distribution",
 40892            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 40893          },
 40894          {
 40895            "type": "issue-tracker",
 40896            "url": "https://github.com/eclipse/jetty.project/issues"
 40897          },
 40898          {
 40899            "type": "mailing-list",
 40900            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 40901          },
 40902          {
 40903            "type": "vcs",
 40904            "url": "https://github.com/eclipse/jetty.project"
 40905          }
 40906        ]
 40907      },
 40908      {
 40909        "type": "library",
 40910        "bom-ref": "pkg:maven/org.apache.camel/camel-jetty-common@2.21.2?type=jar",
 40911        "publisher": "The Apache Software Foundation",
 40912        "group": "org.apache.camel",
 40913        "name": "camel-jetty-common",
 40914        "version": "2.21.2",
 40915        "description": "Camel Jetty 8.x/9.x support",
 40916        "hashes": [
 40917          {
 40918            "alg": "MD5",
 40919            "content": "1d642774c1e0b714bccf172fe389a886"
 40920          },
 40921          {
 40922            "alg": "SHA-1",
 40923            "content": "274d07856abde9edfac4ca54f5ee10deca8d5b6c"
 40924          },
 40925          {
 40926            "alg": "SHA-256",
 40927            "content": "99ddcb8638d06926e3d297726210e57f8747aa336d6e323ce9c3ff06b08acef6"
 40928          },
 40929          {
 40930            "alg": "SHA-384",
 40931            "content": "00c7418070855956894f61c601c0a5b6a638b49a56dc1f45c040b0ddcd80644268417baaeb30cc5bcb60663b452074b9"
 40932          },
 40933          {
 40934            "alg": "SHA-512",
 40935            "content": "f0fa890c2650ae6a22f0c2285ad5bced30b72f6979fbfc215d6aea8906bb27004f207b24ceb1fcd36ffdfd5a8cc32d02ef7e2fe3b5c16218b5e602b23a8eb9bc"
 40936          },
 40937          {
 40938            "alg": "SHA3-256",
 40939            "content": "51493bb09d89ef64c60b49ffe4fcb01bad3902c9064e328b949ac7904f8a2f96"
 40940          },
 40941          {
 40942            "alg": "SHA3-384",
 40943            "content": "eac74092614a48e5acf091d8b065ae334414d0cf29a66c4a427e09754f39a0e068ab970f98cb2c2c83475e6710e6f8fa"
 40944          },
 40945          {
 40946            "alg": "SHA3-512",
 40947            "content": "de4c6b93369b5878e9ca4902fd8fdd67e5e1d2f3068b52cc7d69acfaa8bd9bfa9e5df4d875868fa19003a90967c19d8abdb0f3da67abb48145bef17cba8eddd2"
 40948          }
 40949        ],
 40950        "licenses": [{"license": {"id": "Apache-2.0"}}],
 40951        "purl": "pkg:maven/org.apache.camel/camel-jetty-common@2.21.2?type=jar",
 40952        "externalReferences": [
 40953          {
 40954            "type": "issue-tracker",
 40955            "url": "https://issues.apache.org/jira/browse/CAMEL"
 40956          },
 40957          {
 40958            "type": "vcs",
 40959            "url": "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary"
 40960          },
 40961          {
 40962            "type": "website",
 40963            "url": "https://www.apache.org/"
 40964          },
 40965          {
 40966            "type": "distribution",
 40967            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 40968          },
 40969          {
 40970            "type": "mailing-list",
 40971            "url": "https://mail-archives.apache.org/mod_mbox/www-announce/"
 40972          }
 40973        ]
 40974      },
 40975      {
 40976        "type": "library",
 40977        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@1.5.20.RELEASE?type=jar",
 40978        "publisher": "Pivotal Software, Inc.",
 40979        "group": "org.springframework.boot",
 40980        "name": "spring-boot-starter-thymeleaf",
 40981        "version": "1.5.20.RELEASE",
 40982        "description": "Starter for building MVC web applications using Thymeleaf views",
 40983        "hashes": [
 40984          {
 40985            "alg": "MD5",
 40986            "content": "bc4b0c034575354b8b27cccf739dbc09"
 40987          },
 40988          {
 40989            "alg": "SHA-1",
 40990            "content": "fc07ef77a1548c966c93f53cd427e584955260b1"
 40991          },
 40992          {
 40993            "alg": "SHA-256",
 40994            "content": "72cf2ac853f8d532c9076f186dfcb85be95d3588b124331fb233aaa1baff1c54"
 40995          },
 40996          {
 40997            "alg": "SHA-384",
 40998            "content": "f61fb6059c9bbaa839fa47b2ca41075f8c0680381e25dc50c04c1ea544c34f1f2472d8b34d95980ee497f678b8fc48db"
 40999          },
 41000          {
 41001            "alg": "SHA-512",
 41002            "content": "62153bcab2c878a4c635d49cb64675c7e169cd6c9636d7e31f231338683a9d96108f87ac55ab11d2e13c25ec09257b1c5490ff9ceb4c0ce282b62ae1b83992f1"
 41003          },
 41004          {
 41005            "alg": "SHA3-256",
 41006            "content": "fb3e3a58ea2d5997a23b7103293d565ad9f74340b39f480402e69bc047dc18f2"
 41007          },
 41008          {
 41009            "alg": "SHA3-384",
 41010            "content": "cb3883890fe3d88ea999d3d2a34a923df8a5fe0643e3f25d2716c7bc1ead8eabaa265baf6989ebb6d68629a65d7c0cdf"
 41011          },
 41012          {
 41013            "alg": "SHA3-512",
 41014            "content": "137f2270593a1b53b293400f22249896f01ccb61ddea24cb85a584b2fcbf3347a40d7dc64080c8d85b7f3183b252e30e386652a20cd7138e5efe3a7277acd564"
 41015          }
 41016        ],
 41017        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41018        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@1.5.20.RELEASE?type=jar",
 41019        "externalReferences": [
 41020          {
 41021            "type": "website",
 41022            "url": "https://www.spring.io"
 41023          },
 41024          {
 41025            "type": "build-system",
 41026            "url": "https://build.spring.io/browse/BOOT-PUB"
 41027          },
 41028          {
 41029            "type": "issue-tracker",
 41030            "url": "https://github.com/spring-projects/spring-boot/issues"
 41031          },
 41032          {
 41033            "type": "vcs",
 41034            "url": "https://github.com/spring-projects/spring-boot"
 41035          }
 41036        ]
 41037      },
 41038      {
 41039        "type": "library",
 41040        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.20.RELEASE?type=jar",
 41041        "publisher": "Pivotal Software, Inc.",
 41042        "group": "org.springframework.boot",
 41043        "name": "spring-boot-starter",
 41044        "version": "1.5.20.RELEASE",
 41045        "description": "Core starter, including auto-configuration support, logging and YAML",
 41046        "hashes": [
 41047          {
 41048            "alg": "MD5",
 41049            "content": "26d267d28076f3abaaf0bcc04da65a97"
 41050          },
 41051          {
 41052            "alg": "SHA-1",
 41053            "content": "602a4163289723df91bced7071fab34a06e92360"
 41054          },
 41055          {
 41056            "alg": "SHA-256",
 41057            "content": "29ea6cb69bbb34f6deaed7c9b388f6c3ccfc1757c65da057dffe694e22c32cc7"
 41058          },
 41059          {
 41060            "alg": "SHA-384",
 41061            "content": "9a411002ba85689bd1b33c716dbe1bc0ec4c3f48da585dc1a43a15acf29ca8b1b1b37ca29a47fac86d1f79004c80e651"
 41062          },
 41063          {
 41064            "alg": "SHA-512",
 41065            "content": "1f1408e28a8d7ce90a825bd9da3991221a82655bd9f76dc422968de7b72679cc4909aab31639841e4957e6a4fcc303631f90303fef51c4bf247a037cbc8fb7c8"
 41066          },
 41067          {
 41068            "alg": "SHA3-256",
 41069            "content": "912fdb3fa5bc1e925459e57c2ffabe39ecd2af63b219a17663f8135a08cbae54"
 41070          },
 41071          {
 41072            "alg": "SHA3-384",
 41073            "content": "d6750acf1390d84f72a12d2847e1d1e60cf8ef7bae39b2872b5fc8bc9a5cecd0969c59c8c4ffacb2425610acdd0f5700"
 41074          },
 41075          {
 41076            "alg": "SHA3-512",
 41077            "content": "224bc08cf19eeb69ebb52dc8cc4fc295063aec81d0c2abfa4cac0e01d0a00180c37122101e3b3767eb82b0c2ccb0ecef82c2c0c3c63b80d8f7e364dcc6a97174"
 41078          }
 41079        ],
 41080        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41081        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.20.RELEASE?type=jar",
 41082        "externalReferences": [
 41083          {
 41084            "type": "website",
 41085            "url": "https://www.spring.io"
 41086          },
 41087          {
 41088            "type": "build-system",
 41089            "url": "https://build.spring.io/browse/BOOT-PUB"
 41090          },
 41091          {
 41092            "type": "issue-tracker",
 41093            "url": "https://github.com/spring-projects/spring-boot/issues"
 41094          },
 41095          {
 41096            "type": "vcs",
 41097            "url": "https://github.com/spring-projects/spring-boot"
 41098          }
 41099        ]
 41100      },
 41101      {
 41102        "type": "library",
 41103        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.20.RELEASE?type=jar",
 41104        "publisher": "Pivotal Software, Inc.",
 41105        "group": "org.springframework.boot",
 41106        "name": "spring-boot",
 41107        "version": "1.5.20.RELEASE",
 41108        "description": "Spring Boot",
 41109        "hashes": [
 41110          {
 41111            "alg": "MD5",
 41112            "content": "7ffdda8d7531adcbafd00ed6796e0f9f"
 41113          },
 41114          {
 41115            "alg": "SHA-1",
 41116            "content": "84bee8c6db49062055258bdb156d0b7e5c09e166"
 41117          },
 41118          {
 41119            "alg": "SHA-256",
 41120            "content": "02f5e7786d9c2d850a6cc13c57cd0f05f7c2e37afadf5e4e32cb2f163292d668"
 41121          },
 41122          {
 41123            "alg": "SHA-384",
 41124            "content": "baea3b8ed401f11c3e6f3b3ec8f4db123e05d44b321f38b701e93745fd967c9461507a22781d6327e22b096543873093"
 41125          },
 41126          {
 41127            "alg": "SHA-512",
 41128            "content": "05de8c550f856233412a116ac284f8c0f74128a2af015a4c9419786f00790b97b780b7f8e6e7ebb3be2eadbb4441d6a0d6f667757d42bb9f2366ef7d659f28cf"
 41129          },
 41130          {
 41131            "alg": "SHA3-256",
 41132            "content": "a1ef6a5908dd57e8aeeb794dbc52afff64029f36e98bd937d6f40ba568e2c867"
 41133          },
 41134          {
 41135            "alg": "SHA3-384",
 41136            "content": "175b2e93c6a3048e8d34bf760e46fc38f71b4f78839549512503a5691e11e75715c9eb99bf7b5161e9e9babc566ccd47"
 41137          },
 41138          {
 41139            "alg": "SHA3-512",
 41140            "content": "71f56818662b418caaa4ff5ccb400c856e1f3d038a1b2a3a12ef20812980b6bbc015f17916c645ec487b46f3b101e31c5fa67a7fbe9e2464f2884fe4cf0cc96a"
 41141          }
 41142        ],
 41143        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41144        "purl": "pkg:maven/org.springframework.boot/spring-boot@1.5.20.RELEASE?type=jar",
 41145        "externalReferences": [
 41146          {
 41147            "type": "website",
 41148            "url": "https://www.spring.io"
 41149          },
 41150          {
 41151            "type": "build-system",
 41152            "url": "https://build.spring.io/browse/BOOT-PUB"
 41153          },
 41154          {
 41155            "type": "issue-tracker",
 41156            "url": "https://github.com/spring-projects/spring-boot/issues"
 41157          },
 41158          {
 41159            "type": "vcs",
 41160            "url": "https://github.com/spring-projects/spring-boot"
 41161          }
 41162        ]
 41163      },
 41164      {
 41165        "type": "library",
 41166        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.20.RELEASE?type=jar",
 41167        "publisher": "Pivotal Software, Inc.",
 41168        "group": "org.springframework.boot",
 41169        "name": "spring-boot-autoconfigure",
 41170        "version": "1.5.20.RELEASE",
 41171        "description": "Spring Boot AutoConfigure",
 41172        "hashes": [
 41173          {
 41174            "alg": "MD5",
 41175            "content": "a4add787824d3d4afef5a2b99d25ff93"
 41176          },
 41177          {
 41178            "alg": "SHA-1",
 41179            "content": "a122b1c774b79d3ae87c68d5aade34dee29d31a7"
 41180          },
 41181          {
 41182            "alg": "SHA-256",
 41183            "content": "d44459791604730ec6bf0888cf40050e4c468ac423549a922607a21fa8755592"
 41184          },
 41185          {
 41186            "alg": "SHA-384",
 41187            "content": "69e30d80fbd2db4cb7fcf03cf1dc578bceb36240524d640f1444d3d3e2b66c8dc1034208bfbd07c1cd3f1390f4915020"
 41188          },
 41189          {
 41190            "alg": "SHA-512",
 41191            "content": "e16c0e3436321a1d5ee5571d0dba5b82154dde193f05777e848544e3e4c23537343a980c67a060201f97d5f34ea245a5aae6fe5b47d7b444cc02c023a27a9998"
 41192          },
 41193          {
 41194            "alg": "SHA3-256",
 41195            "content": "994658331d2bba6ca573172e1611f3dcb50eb86016f5264b469aaaa2fea185a2"
 41196          },
 41197          {
 41198            "alg": "SHA3-384",
 41199            "content": "9811b83b37b0f154fcade77d044323e162127fa7731c74dd415b25e328856b972f320f4173854541a96f4a6a129a8e55"
 41200          },
 41201          {
 41202            "alg": "SHA3-512",
 41203            "content": "fc14f9f53ce20d248f6b70b50541b572a8bd49b4783c881fad756e98779877cbef87c0d2c038b2ca18addf1aa5e458f9801fbf608dc743e1a30fee16ecc4fc61"
 41204          }
 41205        ],
 41206        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41207        "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.20.RELEASE?type=jar",
 41208        "externalReferences": [
 41209          {
 41210            "type": "website",
 41211            "url": "https://www.spring.io"
 41212          },
 41213          {
 41214            "type": "build-system",
 41215            "url": "https://build.spring.io/browse/BOOT-PUB"
 41216          },
 41217          {
 41218            "type": "issue-tracker",
 41219            "url": "https://github.com/spring-projects/spring-boot/issues"
 41220          },
 41221          {
 41222            "type": "vcs",
 41223            "url": "https://github.com/spring-projects/spring-boot"
 41224          }
 41225        ]
 41226      },
 41227      {
 41228        "type": "library",
 41229        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.20.RELEASE?type=jar",
 41230        "publisher": "Pivotal Software, Inc.",
 41231        "group": "org.springframework.boot",
 41232        "name": "spring-boot-starter-logging",
 41233        "version": "1.5.20.RELEASE",
 41234        "description": "Starter for logging using Logback. Default logging starter",
 41235        "hashes": [
 41236          {
 41237            "alg": "MD5",
 41238            "content": "ee7ebcba75452abbf55e67492b281684"
 41239          },
 41240          {
 41241            "alg": "SHA-1",
 41242            "content": "523dc4417bb4f1c2aec4ba206ea699e027db9a8c"
 41243          },
 41244          {
 41245            "alg": "SHA-256",
 41246            "content": "2caf143adf75e88139a4f19b279f425e7b3b9b50870ce3cdef2a4e533b121610"
 41247          },
 41248          {
 41249            "alg": "SHA-384",
 41250            "content": "b8dbd85bb607af842d74a261ac046fdbbd93ae6c60311b547a069ef701d42d4803ede59b396abaf7888b993190f07d16"
 41251          },
 41252          {
 41253            "alg": "SHA-512",
 41254            "content": "6bbb2e809dcdeffb2fac1df268f98009369c57727a0b7d3d970de3a740228554d52c418a3f89e75d1a9e59ea7e5f3f83bd9531fb77c19f15a149671a1cb7fbea"
 41255          },
 41256          {
 41257            "alg": "SHA3-256",
 41258            "content": "e94a73fff647d3b771a185cb081b82717d9936683877f95b00d250e2410da6e2"
 41259          },
 41260          {
 41261            "alg": "SHA3-384",
 41262            "content": "04be9773f9f321b0bd6b41b063440db15faa3443731b9e769f46cfa928d45eac896a42d62d115e0ff4afcfc56bc25d43"
 41263          },
 41264          {
 41265            "alg": "SHA3-512",
 41266            "content": "0d3c89412b43648a59a416f7402240cc40aa651b8e4a1af9873b8664b00079370ce3fbe70d62e4dd4519ca5e886c3162341103674e0e01890e21ce029744c3a1"
 41267          }
 41268        ],
 41269        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41270        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.20.RELEASE?type=jar",
 41271        "externalReferences": [
 41272          {
 41273            "type": "website",
 41274            "url": "https://www.spring.io"
 41275          },
 41276          {
 41277            "type": "build-system",
 41278            "url": "https://build.spring.io/browse/BOOT-PUB"
 41279          },
 41280          {
 41281            "type": "issue-tracker",
 41282            "url": "https://github.com/spring-projects/spring-boot/issues"
 41283          },
 41284          {
 41285            "type": "vcs",
 41286            "url": "https://github.com/spring-projects/spring-boot"
 41287          }
 41288        ]
 41289      },
 41290      {
 41291        "type": "library",
 41292        "bom-ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.26?type=jar",
 41293        "publisher": "QOS.ch",
 41294        "group": "org.slf4j",
 41295        "name": "jcl-over-slf4j",
 41296        "version": "1.7.26",
 41297        "description": "JCL 1.2 implemented over SLF4J",
 41298        "hashes": [
 41299          {
 41300            "alg": "MD5",
 41301            "content": "06ceba253db8a4d836921324015c9ca5"
 41302          },
 41303          {
 41304            "alg": "SHA-1",
 41305            "content": "33fbc2d93de829fa5e263c5ce97f5eab8f57d53e"
 41306          },
 41307          {
 41308            "alg": "SHA-256",
 41309            "content": "2800417ecc5c927cce2b8a2cd22f0933e4006023c4e4fb255985a27746f5573c"
 41310          },
 41311          {
 41312            "alg": "SHA-384",
 41313            "content": "fc2013cda82baba79fbc7b3e0adb3669107fd5d353f4781848269fe4353fed305f078c02b8801cf1a68b959695a9eaa8"
 41314          },
 41315          {
 41316            "alg": "SHA-512",
 41317            "content": "40c1c8a523687ba06041d5a3c8ae295ae57ea18c0909f106ae9154ee79eeec9d077f7e0c79cb977fdebf2c930c6972372850b528f94e69bb57e95124ff691359"
 41318          },
 41319          {
 41320            "alg": "SHA3-256",
 41321            "content": "8e61ec106e655eb957cf915a6a2ab96d9f78298598af0edb5526d66317695f69"
 41322          },
 41323          {
 41324            "alg": "SHA3-384",
 41325            "content": "d1460244db24fc651e5ecea9c5fbbe62f73f1e99aa7697334b883c54ca14fcc5d82603ebd64ffd9845ba5260acc427d3"
 41326          },
 41327          {
 41328            "alg": "SHA3-512",
 41329            "content": "bfb810653f89ac499283aa7d860f89369133a07b65398a4112a6f654d53cce6d4a74d2f45acd9ba669233604c94bd338247751171bb8f21d62a183bbe91ba90d"
 41330          }
 41331        ],
 41332        "licenses": [{"license": {
 41333          "id": "MIT",
 41334          "url": "https://opensource.org/licenses/MIT"
 41335        }}],
 41336        "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.26?type=jar",
 41337        "externalReferences": [
 41338          {
 41339            "type": "website",
 41340            "url": "http://www.qos.ch"
 41341          },
 41342          {
 41343            "type": "distribution",
 41344            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 41345          },
 41346          {
 41347            "type": "vcs",
 41348            "url": "https://github.com/qos-ch/slf4j"
 41349          }
 41350        ]
 41351      },
 41352      {
 41353        "type": "library",
 41354        "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.26?type=jar",
 41355        "publisher": "QOS.ch",
 41356        "group": "org.slf4j",
 41357        "name": "jul-to-slf4j",
 41358        "version": "1.7.26",
 41359        "description": "JUL to SLF4J bridge",
 41360        "hashes": [
 41361          {
 41362            "alg": "MD5",
 41363            "content": "2bb060120bc3feda3d964bf5be845fbf"
 41364          },
 41365          {
 41366            "alg": "SHA-1",
 41367            "content": "8031352b2bb0a49e67818bf04c027aa92e645d5c"
 41368          },
 41369          {
 41370            "alg": "SHA-256",
 41371            "content": "0f3b6dfbfb261e3e2b71ea88574452f36c46fec016063439eb8f60083291918e"
 41372          },
 41373          {
 41374            "alg": "SHA-384",
 41375            "content": "b0613eed60ce57dd0236ae9c7e244999c68b10946f545758c0ac0976af32d695e186ca7551c5fa537876d9d45d0880fe"
 41376          },
 41377          {
 41378            "alg": "SHA-512",
 41379            "content": "201d8fc50e94469cfddc79faa6d7492602243a13454dc58e42d6422f1e7f1d1b352474930bf13c1784c252721bee92a636723a1f75d3cb578fec200b42275e2a"
 41380          },
 41381          {
 41382            "alg": "SHA3-256",
 41383            "content": "dd6032a174bd7527a7195462617a613dbbb0dbbcebac49aca1c3fb2b4db79e3b"
 41384          },
 41385          {
 41386            "alg": "SHA3-384",
 41387            "content": "c95bee488fea4c5eeb6c3aa30d307d893d1e0366e47f8e93f171d60e7441a4378a58f6f3e1f486b5619c32f420b7e6a5"
 41388          },
 41389          {
 41390            "alg": "SHA3-512",
 41391            "content": "2bf9adba76cbd0541b1462e952cce50baedb6feac8d963f59db8374a895469d340f5787defeffefb48162a0171f54dbfe1d173de7ec08b080c01260611dd7e25"
 41392          }
 41393        ],
 41394        "licenses": [{"license": {
 41395          "id": "MIT",
 41396          "url": "https://opensource.org/licenses/MIT"
 41397        }}],
 41398        "purl": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.26?type=jar",
 41399        "externalReferences": [
 41400          {
 41401            "type": "website",
 41402            "url": "http://www.qos.ch"
 41403          },
 41404          {
 41405            "type": "distribution",
 41406            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 41407          },
 41408          {
 41409            "type": "vcs",
 41410            "url": "https://github.com/qos-ch/slf4j"
 41411          }
 41412        ]
 41413      },
 41414      {
 41415        "type": "library",
 41416        "bom-ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.26?type=jar",
 41417        "publisher": "QOS.ch",
 41418        "group": "org.slf4j",
 41419        "name": "log4j-over-slf4j",
 41420        "version": "1.7.26",
 41421        "description": "Log4j implemented over SLF4J",
 41422        "hashes": [
 41423          {
 41424            "alg": "MD5",
 41425            "content": "0ca7c8107e86b7e251cf15d475db5183"
 41426          },
 41427          {
 41428            "alg": "SHA-1",
 41429            "content": "daeb21c5e35d77d550e721c4cf5aaa716496d31a"
 41430          },
 41431          {
 41432            "alg": "SHA-256",
 41433            "content": "81a1c31befb21e3975064f43e0b1692b7fc2dc5f6d8dc3b6baaa7b8c3e5ddd5b"
 41434          },
 41435          {
 41436            "alg": "SHA-384",
 41437            "content": "9cf0311a9f100b32365f71f6aaecd3592daf2d8d15a16b04652b1ae93289c4701362d871dcc04da5083a16f03a77d01f"
 41438          },
 41439          {
 41440            "alg": "SHA-512",
 41441            "content": "6ae099e1ad5526212f2758a9e16ce7027833e47dff9370c7dbc5317c43f0d3450f20a437ae1a97594382cd27b74c276cb0f3c32de0668b61daf874fb4d30bc90"
 41442          },
 41443          {
 41444            "alg": "SHA3-256",
 41445            "content": "7fe9883b0d6edce803b4942d53771c9e87735076e5ee162037bce3180e067c04"
 41446          },
 41447          {
 41448            "alg": "SHA3-384",
 41449            "content": "81e3b95f25e3217c6a1d464a32639c6e1cd720729d78a1445933201fda35be6a52f637c37f6ce3e15c634d032f3cdd58"
 41450          },
 41451          {
 41452            "alg": "SHA3-512",
 41453            "content": "349b75322aaf3d4fa035ed2c98c3f289ea6c2bef2bc6756b018df99536d99ceaa17b9192ce5bdde1a213ec75ecc60d11629189a5774b166e671a709e7f2df708"
 41454          }
 41455        ],
 41456        "licenses": [{"license": {
 41457          "name": "Apache Software Licenses",
 41458          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
 41459        }}],
 41460        "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.26?type=jar",
 41461        "externalReferences": [
 41462          {
 41463            "type": "website",
 41464            "url": "http://www.qos.ch"
 41465          },
 41466          {
 41467            "type": "distribution",
 41468            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 41469          },
 41470          {
 41471            "type": "vcs",
 41472            "url": "https://github.com/qos-ch/slf4j"
 41473          }
 41474        ]
 41475      },
 41476      {
 41477        "type": "library",
 41478        "bom-ref": "pkg:maven/org.thymeleaf/thymeleaf-spring4@2.1.6.RELEASE?type=jar",
 41479        "publisher": "The THYMELEAF team",
 41480        "group": "org.thymeleaf",
 41481        "name": "thymeleaf-spring4",
 41482        "version": "2.1.6.RELEASE",
 41483        "description": "XML/XHTML/HTML5 template engine for Java",
 41484        "hashes": [
 41485          {
 41486            "alg": "MD5",
 41487            "content": "303b50471e81962285c4d75db3b2e772"
 41488          },
 41489          {
 41490            "alg": "SHA-1",
 41491            "content": "a18784dab5e9337a53ce3213b205f927217849f2"
 41492          },
 41493          {
 41494            "alg": "SHA-256",
 41495            "content": "82cdc000959442924c92d5b4212eca66ed1142ad1ae055f4849a7e684768e655"
 41496          },
 41497          {
 41498            "alg": "SHA-384",
 41499            "content": "b280c182f337cd7d46af41218fc1cb5a5898ab0d41395de54475c0d97dddf4af54251911f33e81d2337208d018504813"
 41500          },
 41501          {
 41502            "alg": "SHA-512",
 41503            "content": "729f304f53c6ce59fb6024647aaff1798a17a7a2f03778ec0920b161c5977832734949ad607be515886c604da0662cd17feb700267f56dd6af5d3c455f01647b"
 41504          },
 41505          {
 41506            "alg": "SHA3-256",
 41507            "content": "ab9dcadbfb6518194c79e9ff71d893a6732839c34025b741d7e65dedef89840b"
 41508          },
 41509          {
 41510            "alg": "SHA3-384",
 41511            "content": "a95abafc7fae63c6dbc2889c2daa47a8e4d6667d38f8346d01e25e069b00ebfa2f3fdf8f7d93ae22563be587f9233ba6"
 41512          },
 41513          {
 41514            "alg": "SHA3-512",
 41515            "content": "e5ef8079dc3d52f2bf9aad97bbaec17a3d71dd63cf0e61419c7da91ec7ca9e5ef6b30dcebb99af4f381bad1bdecb9f1270a818b2e0594459592faf1a3efde126"
 41516          }
 41517        ],
 41518        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41519        "purl": "pkg:maven/org.thymeleaf/thymeleaf-spring4@2.1.6.RELEASE?type=jar",
 41520        "externalReferences": [
 41521          {
 41522            "type": "website",
 41523            "url": "http://www.thymeleaf.org"
 41524          },
 41525          {
 41526            "type": "distribution",
 41527            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 41528          }
 41529        ]
 41530      },
 41531      {
 41532        "type": "library",
 41533        "bom-ref": "pkg:maven/org.thymeleaf/thymeleaf@2.1.6.RELEASE?type=jar",
 41534        "publisher": "The THYMELEAF team",
 41535        "group": "org.thymeleaf",
 41536        "name": "thymeleaf",
 41537        "version": "2.1.6.RELEASE",
 41538        "description": "XML/XHTML/HTML5 template engine for Java",
 41539        "hashes": [
 41540          {
 41541            "alg": "MD5",
 41542            "content": "9d1126e9ae8ae929696f198562a2865f"
 41543          },
 41544          {
 41545            "alg": "SHA-1",
 41546            "content": "c362b4ecbeddc86a0cb7e767a88ce27e9c8147e6"
 41547          },
 41548          {
 41549            "alg": "SHA-256",
 41550            "content": "9bad847d4ef29c2208338bbd3972fb0abafb8371232f923eddd743c91dcf0018"
 41551          },
 41552          {
 41553            "alg": "SHA-384",
 41554            "content": "09c83f54892416d6091d0ee8439fd38b4f62f36f3362b3397593b10c4bccf826db63338f4cc8256834d78fe8e3ce771b"
 41555          },
 41556          {
 41557            "alg": "SHA-512",
 41558            "content": "d3b0007d238d3a5ef81527ed6c6083e08c7033de1675d7fe967b097479485de1c5d1926359ee58f5bd39db175fca71d67046e2c34a9711fcd6ff2c2221d69659"
 41559          },
 41560          {
 41561            "alg": "SHA3-256",
 41562            "content": "6bed0fa3c16c7266db53c233e854accb4aa92728774d1a6683d97ae5bfd801b1"
 41563          },
 41564          {
 41565            "alg": "SHA3-384",
 41566            "content": "47cb87e139e1875c8194719edf77590c6a25284c8b28c2d55e1722e7ba55202a18084810e064924cb3cc5676f29feb07"
 41567          },
 41568          {
 41569            "alg": "SHA3-512",
 41570            "content": "c4d027c54714b83877cea27b5152614376c0d19f90fbc90a6b02ec680bfdc3fc1336453c6995b1d8e46522b34a67984de8741f4d68c2fd650f0f6a4c5e711bcf"
 41571          }
 41572        ],
 41573        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41574        "purl": "pkg:maven/org.thymeleaf/thymeleaf@2.1.6.RELEASE?type=jar",
 41575        "externalReferences": [
 41576          {
 41577            "type": "website",
 41578            "url": "http://www.thymeleaf.org"
 41579          },
 41580          {
 41581            "type": "distribution",
 41582            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 41583          }
 41584        ]
 41585      },
 41586      {
 41587        "type": "library",
 41588        "bom-ref": "pkg:maven/ognl/ognl@3.0.8?type=jar",
 41589        "publisher": "OpenSymphony",
 41590        "group": "ognl",
 41591        "name": "ognl",
 41592        "version": "3.0.8",
 41593        "description": "OGNL - Object Graph Navigation Library",
 41594        "hashes": [
 41595          {
 41596            "alg": "MD5",
 41597            "content": "6f2969f0eb541a6f4ecfa15faa8155d7"
 41598          },
 41599          {
 41600            "alg": "SHA-1",
 41601            "content": "37e1aebfde7eb7baebc9ad4f85116ef9009c5fc5"
 41602          },
 41603          {
 41604            "alg": "SHA-256",
 41605            "content": "97c13090ba9f1b2c34a9548461423e734252dafe0774af55c53d248c736e488c"
 41606          },
 41607          {
 41608            "alg": "SHA-384",
 41609            "content": "9b8cf9eb6264b9fcfa7d54beab5e303e1eadc1038d14e690f6072c80fa61839c40394e4b6300313d202cc0bc969061ea"
 41610          },
 41611          {
 41612            "alg": "SHA-512",
 41613            "content": "3bb9b1c17ea45c8db947d2df1a1eba5d09689b804d1107d6cdb6a67c94a47f7e5534d9a283014770afa3e004b5c567ef11dbe2553c63f1d2678b6ea03e7a0bd7"
 41614          },
 41615          {
 41616            "alg": "SHA3-256",
 41617            "content": "506a719218271857ef1c7946440dccf98d4922f3faf312e01938f0761f4eb562"
 41618          },
 41619          {
 41620            "alg": "SHA3-384",
 41621            "content": "05bdedf020c655fdc338e6d9f6fc21e6c8e015ab12149cb200c1d14960b1cf20971bfbd95bfc9df8223ffb8897267d76"
 41622          },
 41623          {
 41624            "alg": "SHA3-512",
 41625            "content": "a9086bf91726d59ffc6acb012ffb355e7183e4ae62c59b80b4fee118442d520a327d9d19028e3e6cdcef489896af5273ef2d8a75e483de6f9a4fe3c78ed2dda2"
 41626          }
 41627        ],
 41628        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41629        "purl": "pkg:maven/ognl/ognl@3.0.8?type=jar",
 41630        "externalReferences": [
 41631          {
 41632            "type": "website",
 41633            "url": "http://www.opensymphony.com"
 41634          },
 41635          {
 41636            "type": "issue-tracker",
 41637            "url": "http://jira.opensymphony.com/browse/OGNL"
 41638          },
 41639          {
 41640            "type": "distribution",
 41641            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 41642          },
 41643          {
 41644            "type": "vcs",
 41645            "url": "http://svn.sonatype.org/spice/tags/oss-parent-7"
 41646          }
 41647        ]
 41648      },
 41649      {
 41650        "type": "library",
 41651        "bom-ref": "pkg:maven/org.javassist/javassist@3.21.0-GA?type=jar",
 41652        "publisher": "Shigeru Chiba, www.javassist.org",
 41653        "group": "org.javassist",
 41654        "name": "javassist",
 41655        "version": "3.21.0-GA",
 41656        "description": "Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.",
 41657        "hashes": [
 41658          {
 41659            "alg": "MD5",
 41660            "content": "3dba2305f842c2891df0a0926e18bcfa"
 41661          },
 41662          {
 41663            "alg": "SHA-1",
 41664            "content": "598244f595db5c5fb713731eddbb1c91a58d959b"
 41665          },
 41666          {
 41667            "alg": "SHA-256",
 41668            "content": "7aa59e031f941984af07dacc6ca85e6dc9bd3a485e9aa2494cbc034efa1225d0"
 41669          },
 41670          {
 41671            "alg": "SHA-384",
 41672            "content": "0dbc4a6fafe6dcbbb8914cb27460af9fed505ebb8b7a1a2b403fd82f580ff6d58d8b7f3f94b3b1ec8e3b755c093ca5e4"
 41673          },
 41674          {
 41675            "alg": "SHA-512",
 41676            "content": "28b0c1ab9d5e74d0b5045f152e7ef6fc29bf6c27c085f6b874dadddacb7e68f49c1d9a5e97cf5002ee5076a63ce55a5c297f0427345728244efe0c8971155bd0"
 41677          },
 41678          {
 41679            "alg": "SHA3-256",
 41680            "content": "30705a98ba9704764ddf58f0235b654a08108087fa4aab249077318d3b4863c6"
 41681          },
 41682          {
 41683            "alg": "SHA3-384",
 41684            "content": "adb47d3e75fff97972e79b867fdf4848517231c19b4cb95796e94bae06e4b29901b691daf1a47a8fb2a6a35abda9b9f1"
 41685          },
 41686          {
 41687            "alg": "SHA3-512",
 41688            "content": "88759fcf8a306a85bd95973b30abbbee6a0a4b40943d308b9218ff8c435bf872b9207ae5d50a11e1ea197c9d9787242569f5541e3714c848093535ec0c6dde3d"
 41689          }
 41690        ],
 41691        "licenses": [
 41692          {"license": {"id": "MPL-1.1"}},
 41693          {"license": {"id": "LGPL-2.1-only"}},
 41694          {"license": {
 41695            "id": "Apache-2.0",
 41696            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 41697          }}
 41698        ],
 41699        "purl": "pkg:maven/org.javassist/javassist@3.21.0-GA?type=jar",
 41700        "externalReferences": [
 41701          {
 41702            "type": "distribution",
 41703            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 41704          },
 41705          {
 41706            "type": "issue-tracker",
 41707            "url": "https://jira.jboss.org/jira/browse/JASSIST/"
 41708          }
 41709        ]
 41710      },
 41711      {
 41712        "type": "library",
 41713        "bom-ref": "pkg:maven/org.unbescape/unbescape@1.1.0.RELEASE?type=jar",
 41714        "publisher": "The UNBESCAPE team",
 41715        "group": "org.unbescape",
 41716        "name": "unbescape",
 41717        "version": "1.1.0.RELEASE",
 41718        "description": "Advanced yet easy-to-use escape/unescape library for Java",
 41719        "hashes": [
 41720          {
 41721            "alg": "MD5",
 41722            "content": "9bccbc680238d9352156891cf53b96b4"
 41723          },
 41724          {
 41725            "alg": "SHA-1",
 41726            "content": "ab0db4fe0a6fa89fb8da2a40008a4e63a7f3f5b9"
 41727          },
 41728          {
 41729            "alg": "SHA-256",
 41730            "content": "479f5c5473f69937f5f97b12a78792d0030e9765bbf206af35bc501116a01d87"
 41731          },
 41732          {
 41733            "alg": "SHA-384",
 41734            "content": "610187b73ccf28b5721259d4a4d121569ed57a1613f329704843a7f817a079f7c302078d55c507f93525861744d659b9"
 41735          },
 41736          {
 41737            "alg": "SHA-512",
 41738            "content": "964cabf72dd861b4fd4215c1e619a7f635ac3a14890563f849ce40ab7c566e6b464c1462bbbdd99e33ec2e4d5c92ba2c713356f4b87f83ad75b789c470458fbb"
 41739          },
 41740          {
 41741            "alg": "SHA3-256",
 41742            "content": "abbea4dac93f442de2fd5f55e4d0c73dd4fdb77d0d005ea613551a2cc4acdf1f"
 41743          },
 41744          {
 41745            "alg": "SHA3-384",
 41746            "content": "3c6fea594db1d29eed9a16dd3b1f2541435ac0bd2f6d573497c23d05929491be8d007d4fb90a9563ff634b1eb0317e6c"
 41747          },
 41748          {
 41749            "alg": "SHA3-512",
 41750            "content": "ef2bab87dc1ab51c71cefb4bd687f576dcae1db199b6c0fd5b14376b9a78a63dad0ceb8471a38610e2ad8d42d89974e5b92318d6f4209ffffc06ad96967797ff"
 41751          }
 41752        ],
 41753        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41754        "purl": "pkg:maven/org.unbescape/unbescape@1.1.0.RELEASE?type=jar",
 41755        "externalReferences": [
 41756          {
 41757            "type": "website",
 41758            "url": "http://www.unbescape.org"
 41759          },
 41760          {
 41761            "type": "distribution",
 41762            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 41763          }
 41764        ]
 41765      },
 41766      {
 41767        "type": "library",
 41768        "bom-ref": "pkg:maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect@1.4.0?type=jar",
 41769        "group": "nz.net.ultraq.thymeleaf",
 41770        "name": "thymeleaf-layout-dialect",
 41771        "version": "1.4.0",
 41772        "description": "A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.",
 41773        "hashes": [
 41774          {
 41775            "alg": "MD5",
 41776            "content": "c7f68cea0796caf11585998f3bbe858f"
 41777          },
 41778          {
 41779            "alg": "SHA-1",
 41780            "content": "08d7810c069ed1534b9631fb1e85c35973546086"
 41781          },
 41782          {
 41783            "alg": "SHA-256",
 41784            "content": "fd844d2e2fe97ca92f66cc8584cd1246f975a728ea95065ada1d82322267a52e"
 41785          },
 41786          {
 41787            "alg": "SHA-384",
 41788            "content": "1a85723dacb6b3be5623135ac2f47630ea5b1a1d5c8723a156dcbcf72e807985fb14478e0154fd51924e4cdbd36632cf"
 41789          },
 41790          {
 41791            "alg": "SHA-512",
 41792            "content": "5c566e1f93a4597748b849eeb58cba936fedfb4a6f7ffcbe1708f1c269656fd33b3d1732b4ae3f5425b893c5bc17d88b4aadc632176fb7f02be3c4d9fb6bfff6"
 41793          },
 41794          {
 41795            "alg": "SHA3-256",
 41796            "content": "1bea679de9fdc9e93683f3171532c7fcfd6be670464d917623a941ce5e558a59"
 41797          },
 41798          {
 41799            "alg": "SHA3-384",
 41800            "content": "a1239c49143e41c151372956fe94a99b3dc33f27b91fd110d63444ec18f9e1aa67b7b1944356529cdddcfce227fb9772"
 41801          },
 41802          {
 41803            "alg": "SHA3-512",
 41804            "content": "b976c4831f0a56701da4a9283392333c0c5f81e4f09da0b6e715fdef75aebd355f34e453c140df12e2e1868dcea30bfa39b4847336247e7e2c9e73a81c29f934"
 41805          }
 41806        ],
 41807        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41808        "purl": "pkg:maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect@1.4.0?type=jar",
 41809        "externalReferences": [{
 41810          "type": "vcs",
 41811          "url": "https://github.com/ultraq/thymeleaf-layout-dialect"
 41812        }]
 41813      },
 41814      {
 41815        "type": "library",
 41816        "bom-ref": "pkg:maven/org.codehaus.groovy/groovy@2.4.16?type=jar",
 41817        "publisher": "Apache Software Foundation",
 41818        "group": "org.codehaus.groovy",
 41819        "name": "groovy",
 41820        "version": "2.4.16",
 41821        "description": "Groovy: A powerful, dynamic language for the JVM",
 41822        "hashes": [
 41823          {
 41824            "alg": "MD5",
 41825            "content": "5da6257898be8c7e8eaf7bf34f7f056e"
 41826          },
 41827          {
 41828            "alg": "SHA-1",
 41829            "content": "8ffff257d2cdb1cb0098a9721151503d589abf52"
 41830          },
 41831          {
 41832            "alg": "SHA-256",
 41833            "content": "fc8e086048998148b8eb86d51390cbfa73ec2f95060f92c2b9f66900d3d4f361"
 41834          },
 41835          {
 41836            "alg": "SHA-384",
 41837            "content": "7f63f7c84e796a47bd68a3b07188545b8d4178227aab69b42a445b25e0e6d5044f7896ffc639b411f003b38dbbd8484f"
 41838          },
 41839          {
 41840            "alg": "SHA-512",
 41841            "content": "8b6e9be18dc04e2821e35647908433e5fc767725e43cdef3321516ff521b28cb7af6d8d62edf5cc4541fead3f88a0283a55a56cf68e1808c621fd2b96e64fa1c"
 41842          },
 41843          {
 41844            "alg": "SHA3-256",
 41845            "content": "cd95bffee44f2b89f938e338fa5980bce1fc47a903f962d4a85e634c951dfd9f"
 41846          },
 41847          {
 41848            "alg": "SHA3-384",
 41849            "content": "39a2947e8d4b926b5a8f193f0e4cc358419c334ef667655f5222f2bced2dc001d6bffed0ea47b4276d53eb0eb3dc03a6"
 41850          },
 41851          {
 41852            "alg": "SHA3-512",
 41853            "content": "3a72030448ab0bb79c2cc4adc34a6a574cfe3e6148885cd80591b1172ab5376b649710cc9c56e79384ba62d7bb30cfabbbc86ea284c9ad1f307605386b668616"
 41854          }
 41855        ],
 41856        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41857        "purl": "pkg:maven/org.codehaus.groovy/groovy@2.4.16?type=jar",
 41858        "externalReferences": [
 41859          {
 41860            "type": "website",
 41861            "url": "http://groovy-lang.org"
 41862          },
 41863          {
 41864            "type": "issue-tracker",
 41865            "url": "http://issues.apache.org/jira/browse/GROOVY"
 41866          },
 41867          {
 41868            "type": "mailing-list",
 41869            "url": "http://mail-archives.apache.org/mod_mbox/groovy-dev/"
 41870          },
 41871          {
 41872            "type": "vcs",
 41873            "url": "https://github.com/apache/groovy.git"
 41874          }
 41875        ]
 41876      },
 41877      {
 41878        "type": "library",
 41879        "bom-ref": "pkg:maven/org.springframework/spring-core@4.3.23.RELEASE?type=jar",
 41880        "publisher": "Spring IO",
 41881        "group": "org.springframework",
 41882        "name": "spring-core",
 41883        "version": "4.3.23.RELEASE",
 41884        "description": "Spring Core",
 41885        "hashes": [
 41886          {
 41887            "alg": "MD5",
 41888            "content": "4092f5dbb7fe5ab537790d432ac21db1"
 41889          },
 41890          {
 41891            "alg": "SHA-1",
 41892            "content": "1481429d44ea0deca1d8b9d6d5e948cb7f063bdb"
 41893          },
 41894          {
 41895            "alg": "SHA-256",
 41896            "content": "0eaab0b2f45c8af339a43e491fc710b2f7f9ee9979bed5e5a39a2ebd267e921e"
 41897          },
 41898          {
 41899            "alg": "SHA-384",
 41900            "content": "b658df21e59e2ed1839eef92507791e7fa12cdebf9c9a3fc2414b6c2ab48b391f6546afb32468cbf085280f516ca7086"
 41901          },
 41902          {
 41903            "alg": "SHA-512",
 41904            "content": "cfdf98ea36beb2df0ae8fdf30854ea3b86d036ee627e19fe6a04fe93b4e5f1badbae84107dbfaf64ff59b384a3c21e08668ee18ae599dfcdf7dd89c84d36fe3e"
 41905          },
 41906          {
 41907            "alg": "SHA3-256",
 41908            "content": "d4ebd5915e9a4cca8af2111b9f5b3613dd10665ea4103f4aaae6eed12ea0ab57"
 41909          },
 41910          {
 41911            "alg": "SHA3-384",
 41912            "content": "d6eb3a71d13a56b232152afb903579702ba2a3a7ce615b72c06e3976e5b51fa523ac0fc4b04429f9eee0c4708d1efbc3"
 41913          },
 41914          {
 41915            "alg": "SHA3-512",
 41916            "content": "6177ea03e08e4e7c5a1c73c0b40be91a7d2dd4d8f935563911b722bb9334ceeed699be8abc201cec895d60974951617851a1139df9fcb668d2dfa46372decaad"
 41917          }
 41918        ],
 41919        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41920        "purl": "pkg:maven/org.springframework/spring-core@4.3.23.RELEASE?type=jar",
 41921        "externalReferences": [
 41922          {
 41923            "type": "website",
 41924            "url": "https://projects.spring.io/spring-framework"
 41925          },
 41926          {
 41927            "type": "issue-tracker",
 41928            "url": "https://jira.springsource.org/browse/SPR"
 41929          },
 41930          {
 41931            "type": "vcs",
 41932            "url": "https://github.com/spring-projects/spring-framework"
 41933          }
 41934        ]
 41935      },
 41936      {
 41937        "type": "library",
 41938        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.20.RELEASE?type=jar",
 41939        "publisher": "Pivotal Software, Inc.",
 41940        "group": "org.springframework.boot",
 41941        "name": "spring-boot-starter-web",
 41942        "version": "1.5.20.RELEASE",
 41943        "description": "Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container",
 41944        "hashes": [
 41945          {
 41946            "alg": "MD5",
 41947            "content": "70c4cd1f17279cbb99cdf613dd674024"
 41948          },
 41949          {
 41950            "alg": "SHA-1",
 41951            "content": "5751786b2e95bddeef27d35cca1466c0745990e7"
 41952          },
 41953          {
 41954            "alg": "SHA-256",
 41955            "content": "aa8846bb08dfe257bee5c034dc083a34563e752b0d241268bb0152a11b62c731"
 41956          },
 41957          {
 41958            "alg": "SHA-384",
 41959            "content": "e6074b2fd0087eb6962e50215e4d59888b3b10e2fc3097bd3f9c4b5053606bad9e2ee9a8d89a0a2f8733feb4a5885751"
 41960          },
 41961          {
 41962            "alg": "SHA-512",
 41963            "content": "05aa8e3f8f3233af3fafc66cdb5a424434421bdb614593d4c7e7d11405c2ea5e8c875f84b84cdcb7e7f83ff215f2aad58aae6ab7c5ec4fdf6c3a0c304701e5c7"
 41964          },
 41965          {
 41966            "alg": "SHA3-256",
 41967            "content": "fac2e687322c425df0b791252e179dd9e469dde5012f0bab4b7dd875bba792e3"
 41968          },
 41969          {
 41970            "alg": "SHA3-384",
 41971            "content": "2e951f9d1c93a1b49464aa2d4253597b07b7fd2e3204816f62959636155ebf1f51952e01b6924966aeb4f5e4235da6e7"
 41972          },
 41973          {
 41974            "alg": "SHA3-512",
 41975            "content": "e22093540d6a0f7667e32fe7a181351257cd1ec7a2f1af0ea5d164bcdc90d72b26df30872e037cb57d628466010a6c4f1fe5170551f4fd3f1848c4be838d82dd"
 41976          }
 41977        ],
 41978        "licenses": [{"license": {"id": "Apache-2.0"}}],
 41979        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.20.RELEASE?type=jar",
 41980        "externalReferences": [
 41981          {
 41982            "type": "website",
 41983            "url": "https://www.spring.io"
 41984          },
 41985          {
 41986            "type": "build-system",
 41987            "url": "https://build.spring.io/browse/BOOT-PUB"
 41988          },
 41989          {
 41990            "type": "issue-tracker",
 41991            "url": "https://github.com/spring-projects/spring-boot/issues"
 41992          },
 41993          {
 41994            "type": "vcs",
 41995            "url": "https://github.com/spring-projects/spring-boot"
 41996          }
 41997        ]
 41998      },
 41999      {
 42000        "type": "library",
 42001        "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.20.RELEASE?type=jar",
 42002        "publisher": "Pivotal Software, Inc.",
 42003        "group": "org.springframework.boot",
 42004        "name": "spring-boot-starter-tomcat",
 42005        "version": "1.5.20.RELEASE",
 42006        "description": "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web",
 42007        "hashes": [
 42008          {
 42009            "alg": "MD5",
 42010            "content": "bc1ccd895de54ac847c78916f351a295"
 42011          },
 42012          {
 42013            "alg": "SHA-1",
 42014            "content": "0a52c207f3b0299803adb31b156a83bef3a26151"
 42015          },
 42016          {
 42017            "alg": "SHA-256",
 42018            "content": "405763e2073bb86ef739cb9d414c2a4eaa9ee0651b56f00b46941bda21a2f0c3"
 42019          },
 42020          {
 42021            "alg": "SHA-384",
 42022            "content": "4ca0e6ad5b81d9e6d9e3873cc71b6e06598becddfa3c64d088bcf6b041a8feccf95f17b756a5caf8f7da79e42221f995"
 42023          },
 42024          {
 42025            "alg": "SHA-512",
 42026            "content": "3c5c294eba27a241ad198db1ff47ebfd74721358540d67169c136531deffd86dfddf134fce46fd1e93a8ff4d2ae64b007ec46073579e50ba24cdf8838b3cb0e5"
 42027          },
 42028          {
 42029            "alg": "SHA3-256",
 42030            "content": "006c1de60be777f6e7bfcb632fe8faa55a93765589e1cffa4482c073bab38bf5"
 42031          },
 42032          {
 42033            "alg": "SHA3-384",
 42034            "content": "7a146e3a3585e88fb9bb0cf423f0352377ef3b0ec770710b272e6b5bb987c4b23f1937760e9470be396edb5119732cd8"
 42035          },
 42036          {
 42037            "alg": "SHA3-512",
 42038            "content": "2842b6f1b773dd8ea956f6933ffd9a634c11bc94977311548e20579c3589d61ebbf08eb45cb4dbe3468090f8741bcfe60c9f44efe3d936de8a54cfe51c61ea95"
 42039          }
 42040        ],
 42041        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42042        "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.20.RELEASE?type=jar",
 42043        "externalReferences": [
 42044          {
 42045            "type": "website",
 42046            "url": "https://www.spring.io"
 42047          },
 42048          {
 42049            "type": "build-system",
 42050            "url": "https://build.spring.io/browse/BOOT-PUB"
 42051          },
 42052          {
 42053            "type": "issue-tracker",
 42054            "url": "https://github.com/spring-projects/spring-boot/issues"
 42055          },
 42056          {
 42057            "type": "vcs",
 42058            "url": "https://github.com/spring-projects/spring-boot"
 42059          }
 42060        ]
 42061      },
 42062      {
 42063        "type": "library",
 42064        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.39?type=jar",
 42065        "group": "org.apache.tomcat.embed",
 42066        "name": "tomcat-embed-core",
 42067        "version": "8.5.39",
 42068        "description": "Core Tomcat implementation",
 42069        "hashes": [
 42070          {
 42071            "alg": "MD5",
 42072            "content": "650191193674db6d8e340aeaf591c60e"
 42073          },
 42074          {
 42075            "alg": "SHA-1",
 42076            "content": "4d9de8c6e2894e290e8563c44c650f3ea71266db"
 42077          },
 42078          {
 42079            "alg": "SHA-256",
 42080            "content": "42a1bad46db3ad4de40a6b5b12439ba05e70ca04c364205d6fb10a85bb16a492"
 42081          },
 42082          {
 42083            "alg": "SHA-384",
 42084            "content": "562623fdc6668859c833bfb2c7cb13917102f3b8ad0bb952c761c34f5b33440be5afcce2e8765c3946d4e062dfebf0ee"
 42085          },
 42086          {
 42087            "alg": "SHA-512",
 42088            "content": "a8174e0e2f6bbd322d026e7812a34afa91c6f747656601b9a4e39edeb9ed9adb05acd0cdd486bbcb9b1132731dbd9728aa4812f92be91c9d77334a97c9e50a64"
 42089          },
 42090          {
 42091            "alg": "SHA3-256",
 42092            "content": "6d451cf76e6c58666d964c78ededc7ef80fe561e8b48b6f2336b64c631f8f55e"
 42093          },
 42094          {
 42095            "alg": "SHA3-384",
 42096            "content": "94dc9e924e7ff4b4797cc865b6a82d95dffcde5fb1baf2a7583b3741b17a721c7f34878d3fe5b3af9bc42ca0bc64b525"
 42097          },
 42098          {
 42099            "alg": "SHA3-512",
 42100            "content": "a87e4621dd1b4ed52cbffcdabe458b394cc0a131d06f5cddb437121b2a3e8eb6a4dc56a765dff3685b05a50cd4ede06e070101fdf9946f0739351dde5262e53d"
 42101          }
 42102        ],
 42103        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42104        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.39?type=jar"
 42105      },
 42106      {
 42107        "type": "library",
 42108        "bom-ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.39?type=jar",
 42109        "group": "org.apache.tomcat",
 42110        "name": "tomcat-annotations-api",
 42111        "version": "8.5.39",
 42112        "description": "Annotations Package",
 42113        "hashes": [
 42114          {
 42115            "alg": "MD5",
 42116            "content": "cd8f23108a250e35995f1525d280f095"
 42117          },
 42118          {
 42119            "alg": "SHA-1",
 42120            "content": "3f412a04b152e2837f783079661b85f1af640dbf"
 42121          },
 42122          {
 42123            "alg": "SHA-256",
 42124            "content": "920a5da3d875ad5595578653a82f639077c572e15eea649edb56302f864266c3"
 42125          },
 42126          {
 42127            "alg": "SHA-384",
 42128            "content": "1c8150978206f22f5dc3d3f3cfd0ba92636903fc52a11385ffdb885c89cacb02e3ddf8d36bab1c1cb74830f2fe5c5a4b"
 42129          },
 42130          {
 42131            "alg": "SHA-512",
 42132            "content": "50119833fd124cc14a56c739272d48b666ed1f171c5869a47031329b2b84ad8cdf6a13a0ee8618fcca34f63c166d497b01c0e489b9793e1ede4d8494ab028522"
 42133          },
 42134          {
 42135            "alg": "SHA3-256",
 42136            "content": "11f22a19cd9291312d3a1d62a4fd7d5b951a9ee478e4a9bd31320338819b89d8"
 42137          },
 42138          {
 42139            "alg": "SHA3-384",
 42140            "content": "e5e73a23a0ba8cb83337d5e9d3fe988c09fc900df38936adc8a4a2897fd907ac90a51236d14e00b6ca2b82d4ab4275d7"
 42141          },
 42142          {
 42143            "alg": "SHA3-512",
 42144            "content": "d4c1e39d5798f8d6e37e0f1ee233db4bf372d59af624228efc92e6eb9f95e02635ae448b170a32bebc9b0d75a85a25202d89adee7a48dfc4199e126ffe06299c"
 42145          }
 42146        ],
 42147        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42148        "purl": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.39?type=jar"
 42149      },
 42150      {
 42151        "type": "library",
 42152        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.39?type=jar",
 42153        "group": "org.apache.tomcat.embed",
 42154        "name": "tomcat-embed-el",
 42155        "version": "8.5.39",
 42156        "description": "Core Tomcat implementation",
 42157        "hashes": [
 42158          {
 42159            "alg": "MD5",
 42160            "content": "f8881651196fef0688972a3dfd852010"
 42161          },
 42162          {
 42163            "alg": "SHA-1",
 42164            "content": "a2179cbbcfeaa9a2321f34f086ad8b5682137bdd"
 42165          },
 42166          {
 42167            "alg": "SHA-256",
 42168            "content": "ee78031e08244eb44039684ba558c68c9aeda859a7852fbc46397abc6d037ed0"
 42169          },
 42170          {
 42171            "alg": "SHA-384",
 42172            "content": "ecf0264d751f9025c72773b8fa0a0f052d8d47efddee6fcf0fb3af49b961359a4304b0de0f65b01768c27ffeebf9a45d"
 42173          },
 42174          {
 42175            "alg": "SHA-512",
 42176            "content": "1a17330c7025b796bf82b61fe13f0531b41a7211ee78c163e62862beadccbdec61763f0774dac997b1774153b59557b96180563fd95a0bfd416d1bcd5f181674"
 42177          },
 42178          {
 42179            "alg": "SHA3-256",
 42180            "content": "0105e5a10bf01a6bdbcf8dfa17601cebdaaee24340b8eaa5ba0ef055a7bf4c75"
 42181          },
 42182          {
 42183            "alg": "SHA3-384",
 42184            "content": "a53ce167535e09fb0b0b6c003ea2d081a85ffb0678134f7ea801f441b1041a6786b712bf2274041f0f7b4a9d99535e6d"
 42185          },
 42186          {
 42187            "alg": "SHA3-512",
 42188            "content": "b3c358969ee7b681cc8291c4e9b66ac20d37e8cab3f3f8a9ec13e00c9917e2e462464b0cb66e8279b690ce51bde92ad7b66033c4407b2619859dd58c0946e69d"
 42189          }
 42190        ],
 42191        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42192        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.39?type=jar"
 42193      },
 42194      {
 42195        "type": "library",
 42196        "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.39?type=jar",
 42197        "group": "org.apache.tomcat.embed",
 42198        "name": "tomcat-embed-websocket",
 42199        "version": "8.5.39",
 42200        "description": "Core Tomcat implementation",
 42201        "hashes": [
 42202          {
 42203            "alg": "MD5",
 42204            "content": "827d7d2e45e0bf62d92f0e5eb9c8f91b"
 42205          },
 42206          {
 42207            "alg": "SHA-1",
 42208            "content": "0ef8346273e26fa014c4c1be7cdfc945de312c5e"
 42209          },
 42210          {
 42211            "alg": "SHA-256",
 42212            "content": "fda14d380905c343162d311c4e615f170f4e291379f1bad97e033a1402a1cce5"
 42213          },
 42214          {
 42215            "alg": "SHA-384",
 42216            "content": "b0d6a112fa229b8ffe4e204de2295e3f248cc33e4dd45c363bfddf917706a57ea0105ced6b67214229ee05852db11944"
 42217          },
 42218          {
 42219            "alg": "SHA-512",
 42220            "content": "ebc2bcba434ffc5e83186215d06ee15322c1c610c5412728a3d2a53c93a9881e03a28905da286cadd73949a346c980fe06bb603478942a99a89c9d8bdb51a63c"
 42221          },
 42222          {
 42223            "alg": "SHA3-256",
 42224            "content": "07f1a22aba3c1fb91824d416c5b77f814175d8a0cbf17e67548e691eac017bd2"
 42225          },
 42226          {
 42227            "alg": "SHA3-384",
 42228            "content": "61fd9b2b03b7426241b1b9ede7d3509aefe97222a28c77af64a181d6890be0867f884a5d2968cfea684f352008a04472"
 42229          },
 42230          {
 42231            "alg": "SHA3-512",
 42232            "content": "e4bc16464f36c1875621e947d50e7ad163a0017de212725b947ff1bd3060f7414d416edadb461132effc3f565bccfa04f0c0e0bc66e4e09260ed0c494974093b"
 42233          }
 42234        ],
 42235        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42236        "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.39?type=jar"
 42237      },
 42238      {
 42239        "type": "library",
 42240        "bom-ref": "pkg:maven/org.springframework/spring-web@4.3.23.RELEASE?type=jar",
 42241        "publisher": "Spring IO",
 42242        "group": "org.springframework",
 42243        "name": "spring-web",
 42244        "version": "4.3.23.RELEASE",
 42245        "description": "Spring Web",
 42246        "hashes": [
 42247          {
 42248            "alg": "MD5",
 42249            "content": "19c712c3abef89b79e3d3a124d643ed4"
 42250          },
 42251          {
 42252            "alg": "SHA-1",
 42253            "content": "7690431d7f2175a8a825997b38d1433560d1a434"
 42254          },
 42255          {
 42256            "alg": "SHA-256",
 42257            "content": "ee4fe2afef84e32b292b6427b7e90c5484cdc558db491ca8b33362465de7bb11"
 42258          },
 42259          {
 42260            "alg": "SHA-384",
 42261            "content": "5747a8cd547eb1c7e5775f68376dd93ad9dad9915719fcdaad7035dec1f4561d5534a7ccb01c85474f3860592ed67574"
 42262          },
 42263          {
 42264            "alg": "SHA-512",
 42265            "content": "eea58b007d9c03fa2f45ed401ee38edf13914d4a6c699efd1ff3888d594a5acd6df46ce67d4d76c87a43a6b64b929594914f5f6fc1fb85bdd122f3c76df56717"
 42266          },
 42267          {
 42268            "alg": "SHA3-256",
 42269            "content": "37cdd94ee748903d3bc37cfa28d676e4074b84cf85fa12de73f10d18354fbedd"
 42270          },
 42271          {
 42272            "alg": "SHA3-384",
 42273            "content": "2cd8728467ba3b645be6351a4714d40118a343b7879dbf41b5c1a864187d20c9143615230505b08199d0b9193044f92a"
 42274          },
 42275          {
 42276            "alg": "SHA3-512",
 42277            "content": "6c97420cdf48ecacd6d60ab2a29df694ca92043b4aa87f281f82df79a3e60a3f5b367adccebe477ccf9d511c69ba8fbbcbc52c11971a1942177cd7b276ee8038"
 42278          }
 42279        ],
 42280        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42281        "purl": "pkg:maven/org.springframework/spring-web@4.3.23.RELEASE?type=jar",
 42282        "externalReferences": [
 42283          {
 42284            "type": "website",
 42285            "url": "https://projects.spring.io/spring-framework"
 42286          },
 42287          {
 42288            "type": "issue-tracker",
 42289            "url": "https://jira.springsource.org/browse/SPR"
 42290          },
 42291          {
 42292            "type": "vcs",
 42293            "url": "https://github.com/spring-projects/spring-framework"
 42294          }
 42295        ]
 42296      },
 42297      {
 42298        "type": "library",
 42299        "bom-ref": "pkg:maven/org.springframework/spring-aop@4.3.23.RELEASE?type=jar",
 42300        "publisher": "Spring IO",
 42301        "group": "org.springframework",
 42302        "name": "spring-aop",
 42303        "version": "4.3.23.RELEASE",
 42304        "description": "Spring AOP",
 42305        "hashes": [
 42306          {
 42307            "alg": "MD5",
 42308            "content": "60a74c8e5684240897eb7297e79ba75d"
 42309          },
 42310          {
 42311            "alg": "SHA-1",
 42312            "content": "f49489bf0774db690f85588cab86d943069704bd"
 42313          },
 42314          {
 42315            "alg": "SHA-256",
 42316            "content": "efb768361d2dc4976a889e96a076f4fe61b390dfc7e50530624d1352159f3bce"
 42317          },
 42318          {
 42319            "alg": "SHA-384",
 42320            "content": "41a0c6620cddcc8782f34a7501d110337e15268c629f8cc531fe40243eae801a49cbaf64ffff55f21ebdca5b6d1cf519"
 42321          },
 42322          {
 42323            "alg": "SHA-512",
 42324            "content": "14f409a4af51343f6b0d0b5c1045b5260c22303c7f8961198a653f612d5c94453a31b65467f493262b90025b4cc20b09f544901b34ece099b23630df80a239d4"
 42325          },
 42326          {
 42327            "alg": "SHA3-256",
 42328            "content": "6a13d262267fcd5b6565c6f958005eeb8384069df1574733dd424e233ec6e02b"
 42329          },
 42330          {
 42331            "alg": "SHA3-384",
 42332            "content": "3ff5e059c4ac5065f26596eddb893ce8b333264baa5bbaf9073a6b69d9b473f03015bc9f69e57e2c8905dc2b02a06c7c"
 42333          },
 42334          {
 42335            "alg": "SHA3-512",
 42336            "content": "5fa7a4246113b906b6ace510b70164f93007dc4a474f1572292ec94326f0053cec46557c78d3cd50ef7bbab1b19a4a09c7bf0c45a6d2460e09e9ef9a36ca7e70"
 42337          }
 42338        ],
 42339        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42340        "purl": "pkg:maven/org.springframework/spring-aop@4.3.23.RELEASE?type=jar",
 42341        "externalReferences": [
 42342          {
 42343            "type": "website",
 42344            "url": "https://projects.spring.io/spring-framework"
 42345          },
 42346          {
 42347            "type": "issue-tracker",
 42348            "url": "https://jira.springsource.org/browse/SPR"
 42349          },
 42350          {
 42351            "type": "vcs",
 42352            "url": "https://github.com/spring-projects/spring-framework"
 42353          }
 42354        ]
 42355      },
 42356      {
 42357        "type": "library",
 42358        "bom-ref": "pkg:maven/org.springframework/spring-beans@4.3.23.RELEASE?type=jar",
 42359        "publisher": "Spring IO",
 42360        "group": "org.springframework",
 42361        "name": "spring-beans",
 42362        "version": "4.3.23.RELEASE",
 42363        "description": "Spring Beans",
 42364        "hashes": [
 42365          {
 42366            "alg": "MD5",
 42367            "content": "4e16d0773ff7136bb2bfc0e8fe0f817e"
 42368          },
 42369          {
 42370            "alg": "SHA-1",
 42371            "content": "27570e1d493f636c910191004f822e756a9df871"
 42372          },
 42373          {
 42374            "alg": "SHA-256",
 42375            "content": "b7669884ddd511fde96b4b2529a467167ee07dc7124b60c40d3a8850bcdaff53"
 42376          },
 42377          {
 42378            "alg": "SHA-384",
 42379            "content": "6307ab7ba24225f7c1f37c64634841c2ffe2b67ddeff79e7ec0f51bbd8df43b2db4fc5cedf47fdadc0554a3d81e133b3"
 42380          },
 42381          {
 42382            "alg": "SHA-512",
 42383            "content": "86e1476a50f7a46d4f016e44ce0b3705c296d6b7c82c0c8cd709d45b97705106378f3298097cb6ea67a66292e00e4198e522a0abfdac0463b8979bccef63d9b7"
 42384          },
 42385          {
 42386            "alg": "SHA3-256",
 42387            "content": "6a79c8be19953bf3a270db67e9c8b1848ca17e41fb6e7782f1d72f8049e8c421"
 42388          },
 42389          {
 42390            "alg": "SHA3-384",
 42391            "content": "981dde5c669d5f404aa2cd245bc71a730369c946acf0f55b808cbbcd267ee12627104d7696784bf4a8b1aa912dfd4724"
 42392          },
 42393          {
 42394            "alg": "SHA3-512",
 42395            "content": "7f87fb804460ef1f0e4040c709169f7518b10acf18309db5e488785f3fe00c53d012aa11a8bea19919ff2b3ae98563540ac87cab84da0f016ab342b52e750f6b"
 42396          }
 42397        ],
 42398        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42399        "purl": "pkg:maven/org.springframework/spring-beans@4.3.23.RELEASE?type=jar",
 42400        "externalReferences": [
 42401          {
 42402            "type": "website",
 42403            "url": "https://projects.spring.io/spring-framework"
 42404          },
 42405          {
 42406            "type": "issue-tracker",
 42407            "url": "https://jira.springsource.org/browse/SPR"
 42408          },
 42409          {
 42410            "type": "vcs",
 42411            "url": "https://github.com/spring-projects/spring-framework"
 42412          }
 42413        ]
 42414      },
 42415      {
 42416        "type": "library",
 42417        "bom-ref": "pkg:maven/org.springframework/spring-context@4.3.23.RELEASE?type=jar",
 42418        "publisher": "Spring IO",
 42419        "group": "org.springframework",
 42420        "name": "spring-context",
 42421        "version": "4.3.23.RELEASE",
 42422        "description": "Spring Context",
 42423        "hashes": [
 42424          {
 42425            "alg": "MD5",
 42426            "content": "ed9191ca00726652469d6ad7ec733c79"
 42427          },
 42428          {
 42429            "alg": "SHA-1",
 42430            "content": "337d1030cb7abeeb28618b01dab7250a90d77151"
 42431          },
 42432          {
 42433            "alg": "SHA-256",
 42434            "content": "65ef4ceb685119082e5c750e67c325ee8087d26930a594804c427b101d3b0b87"
 42435          },
 42436          {
 42437            "alg": "SHA-384",
 42438            "content": "5ad6000cdadaab01734010f0d689d5409fa61db90b1cc05fe2e22e53c361b8f6eb4b094e2662a9a26098ed97fca01b6b"
 42439          },
 42440          {
 42441            "alg": "SHA-512",
 42442            "content": "75a2be70bdb5f04ea2f2322841743090d8bac9f7af372ad253a16e91cbbc31f3db74761de245dcd86d94a9cc3fdb4d6152f6c7d327cab26caddf6ff288f13c81"
 42443          },
 42444          {
 42445            "alg": "SHA3-256",
 42446            "content": "1c156378c8ea822250c1acaa2a25cce1fa4907ae1192555b21bef380240c97f7"
 42447          },
 42448          {
 42449            "alg": "SHA3-384",
 42450            "content": "33e0af0c92d5eb4ab00a84330c04e23328ffb5f4a005379882ca109de1aad42621756428556d16d86c6e0b39d521339c"
 42451          },
 42452          {
 42453            "alg": "SHA3-512",
 42454            "content": "d884c1056a3d9e41a1c21bfa3eb201465c1dd7fe63fa8b116c579baa6d241045c1bce95471f23fb3054b38843ab143983e80750202288f564a84eb2b69388ba0"
 42455          }
 42456        ],
 42457        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42458        "purl": "pkg:maven/org.springframework/spring-context@4.3.23.RELEASE?type=jar",
 42459        "externalReferences": [
 42460          {
 42461            "type": "website",
 42462            "url": "https://projects.spring.io/spring-framework"
 42463          },
 42464          {
 42465            "type": "issue-tracker",
 42466            "url": "https://jira.springsource.org/browse/SPR"
 42467          },
 42468          {
 42469            "type": "vcs",
 42470            "url": "https://github.com/spring-projects/spring-framework"
 42471          }
 42472        ]
 42473      },
 42474      {
 42475        "type": "library",
 42476        "bom-ref": "pkg:maven/org.springframework/spring-webmvc@4.3.23.RELEASE?type=jar",
 42477        "publisher": "Spring IO",
 42478        "group": "org.springframework",
 42479        "name": "spring-webmvc",
 42480        "version": "4.3.23.RELEASE",
 42481        "description": "Spring Web MVC",
 42482        "hashes": [
 42483          {
 42484            "alg": "MD5",
 42485            "content": "ecbe9ae7e9d47378d90ba7d81f221244"
 42486          },
 42487          {
 42488            "alg": "SHA-1",
 42489            "content": "6d42a48caf307b1a57cec4c02549537b55073f18"
 42490          },
 42491          {
 42492            "alg": "SHA-256",
 42493            "content": "f3993ee37fb7fab9d1561f18f7efc8470e2d73f61cdaec8a070e4a1f70195170"
 42494          },
 42495          {
 42496            "alg": "SHA-384",
 42497            "content": "f63d27d423c80a2cb0dd8c2469c60f0d81d97736af993eceb149e2ecd525ae967cd9acaa2fc30abacaec1938714840bc"
 42498          },
 42499          {
 42500            "alg": "SHA-512",
 42501            "content": "f8ff7488035099b9732e3be770f254c80d1b199511d12b833fb769eb822ffdb013e3fe27c50638cb1bf52dc997d69b3c0a65605d06707351910ec9773dd8865f"
 42502          },
 42503          {
 42504            "alg": "SHA3-256",
 42505            "content": "63890e25b9258016bae5161c80cab2fd3d91c760230ff6f6010dae8cc34cb974"
 42506          },
 42507          {
 42508            "alg": "SHA3-384",
 42509            "content": "46899784419ed696a93d7657b16e22b8ca5accc9e47eee83b33c72d70093ab5c1b48ee0855ff3659cb70c228de9e5e54"
 42510          },
 42511          {
 42512            "alg": "SHA3-512",
 42513            "content": "fa4aa0c97a8a24f3e32dccaefce17fd1cba10ab7c33f2e12fc9f358851b196f6f6927c76bc2c747d7d929c19bd5c4ee24faef0dec8e6c827020ba194dcd5ba32"
 42514          }
 42515        ],
 42516        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42517        "purl": "pkg:maven/org.springframework/spring-webmvc@4.3.23.RELEASE?type=jar",
 42518        "externalReferences": [
 42519          {
 42520            "type": "website",
 42521            "url": "https://projects.spring.io/spring-framework"
 42522          },
 42523          {
 42524            "type": "issue-tracker",
 42525            "url": "https://jira.springsource.org/browse/SPR"
 42526          },
 42527          {
 42528            "type": "vcs",
 42529            "url": "https://github.com/spring-projects/spring-framework"
 42530          }
 42531        ]
 42532      },
 42533      {
 42534        "type": "library",
 42535        "bom-ref": "pkg:maven/org.springframework/spring-expression@4.3.23.RELEASE?type=jar",
 42536        "publisher": "Spring IO",
 42537        "group": "org.springframework",
 42538        "name": "spring-expression",
 42539        "version": "4.3.23.RELEASE",
 42540        "description": "Spring Expression Language (SpEL)",
 42541        "hashes": [
 42542          {
 42543            "alg": "MD5",
 42544            "content": "d7ff44d171407bb960a1e89e5b0893d6"
 42545          },
 42546          {
 42547            "alg": "SHA-1",
 42548            "content": "cebdf400b3c820220deb868a84bce627eb8ad18c"
 42549          },
 42550          {
 42551            "alg": "SHA-256",
 42552            "content": "c2e144e446956b897b91b153b7a3676fe5d0bf07b407b337961fb38c83ac21b1"
 42553          },
 42554          {
 42555            "alg": "SHA-384",
 42556            "content": "d2e88f38fd1512c6b85587c1fc8d84090e4cd56f68f8b9277b1a871f809780113d0aa015d823f5a63115c7acf6ecba45"
 42557          },
 42558          {
 42559            "alg": "SHA-512",
 42560            "content": "c9c0217a4d8b694a05a65b9dbaf257569bfc4f766c1795faf47795a551ad578e61bfb07e0bcd60fedfe417c009f805418d53dfc6a05e217ba4044da0ddf2cca2"
 42561          },
 42562          {
 42563            "alg": "SHA3-256",
 42564            "content": "28f1e93304377ca74b793c8560d1448fee51672e9d758a587e01bfc6f0a08dea"
 42565          },
 42566          {
 42567            "alg": "SHA3-384",
 42568            "content": "f03dd587ac52ec2e3847e8c4d9828dfc54b6ff633486cec84ffbacbfd1ef56b14adee13a7817b2a9af7bbce991506bd4"
 42569          },
 42570          {
 42571            "alg": "SHA3-512",
 42572            "content": "8f7146f6df944a76f2567b1c072bacf8346c15bec8202290e8f7a026cce16d3dd508d8a3ac6702f514808ca7911e69925339dc015ef8f63b1aa3f88c81f96ae9"
 42573          }
 42574        ],
 42575        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42576        "purl": "pkg:maven/org.springframework/spring-expression@4.3.23.RELEASE?type=jar",
 42577        "externalReferences": [
 42578          {
 42579            "type": "website",
 42580            "url": "https://projects.spring.io/spring-framework"
 42581          },
 42582          {
 42583            "type": "issue-tracker",
 42584            "url": "https://jira.springsource.org/browse/SPR"
 42585          },
 42586          {
 42587            "type": "vcs",
 42588            "url": "https://github.com/spring-projects/spring-framework"
 42589          }
 42590        ]
 42591      },
 42592      {
 42593        "type": "library",
 42594        "bom-ref": "pkg:maven/org.keycloak/keycloak-dependencies-server-all@10.0.2?type=pom",
 42595        "group": "org.keycloak",
 42596        "name": "keycloak-dependencies-server-all",
 42597        "version": "10.0.2",
 42598        "hashes": [
 42599          {
 42600            "alg": "MD5",
 42601            "content": "d3f0fe0ee1e2974709ca934f48ce230e"
 42602          },
 42603          {
 42604            "alg": "SHA-1",
 42605            "content": "30a7645a6858d9585a86651853b64bcc5b46003e"
 42606          },
 42607          {
 42608            "alg": "SHA-256",
 42609            "content": "6779c68e4488b06156b0b7d8ee6617b9e3c8478601c0ac30da4ba798ac669e44"
 42610          },
 42611          {
 42612            "alg": "SHA-384",
 42613            "content": "eede1f3613f952a1bf648efef27e91bdb883311b618002bef0ff0a6a46207fdceed2556b9aadb178604b9bbc17bce479"
 42614          },
 42615          {
 42616            "alg": "SHA-512",
 42617            "content": "34dfc7ffbe8e4fdba4f683a54c93b76b3b124442c777b418b63c9f77e004b6fc99b8bf561183f29dfb357b62f8df2d18f499cca1033a47eff0cf7d84d5cf60af"
 42618          },
 42619          {
 42620            "alg": "SHA3-256",
 42621            "content": "56527c10aa09db6f20f6e9aaeafe76cd4e6210bb743269c22df548f8ecbb6ca8"
 42622          },
 42623          {
 42624            "alg": "SHA3-384",
 42625            "content": "6f46d9df5563be331a1727448e222015f48ce7b74090212de11920af9f090ad676b7aea893967301a2047ed566b7431f"
 42626          },
 42627          {
 42628            "alg": "SHA3-512",
 42629            "content": "cffebcd1efebcf0f3e5d1049e0adf78d7468053e9f030789fefdb042abd37e704e252a2dc2416be0b95bf73917c59c715f3b952c76bc899299d52ac477f9057c"
 42630          }
 42631        ],
 42632        "purl": "pkg:maven/org.keycloak/keycloak-dependencies-server-all@10.0.2?type=pom"
 42633      },
 42634      {
 42635        "type": "library",
 42636        "bom-ref": "pkg:maven/org.keycloak/keycloak-wildfly-adduser@10.0.2?type=jar",
 42637        "publisher": "JBoss by Red Hat",
 42638        "group": "org.keycloak",
 42639        "name": "keycloak-wildfly-adduser",
 42640        "version": "10.0.2",
 42641        "description": "",
 42642        "hashes": [
 42643          {
 42644            "alg": "MD5",
 42645            "content": "a4cc97409e8ea62cce81690afe67aaac"
 42646          },
 42647          {
 42648            "alg": "SHA-1",
 42649            "content": "de0b97a71be03ecff10cde41521124f15fccb6be"
 42650          },
 42651          {
 42652            "alg": "SHA-256",
 42653            "content": "c879289f0b53604cbc5111ab3bdb91f0732c2230452fe3815a19adf5ba3e1c2f"
 42654          },
 42655          {
 42656            "alg": "SHA-384",
 42657            "content": "80e8ac2c4ffb60d45067ec222971df02620f13eb1edc6a61dc540a586e9f1d87c2258790a93fb6adf77951154ab4071a"
 42658          },
 42659          {
 42660            "alg": "SHA-512",
 42661            "content": "4872a4d881cbceaadce3d1fa0342a07d4d182ef34f255d7fdb48887f25e4b91f456a2214c7a940abe4fca19174d61b9edb68090286e8b5060262c1d8d9e938de"
 42662          },
 42663          {
 42664            "alg": "SHA3-256",
 42665            "content": "bbc078fef4be92f4c4f82eee04d7c80a52ff45097f455cafc42cac6783f30517"
 42666          },
 42667          {
 42668            "alg": "SHA3-384",
 42669            "content": "5bb15c370dbe23992ee8962bb4624319630832e74e3f0fe087ec10ac1bd290ea1c10db7596760e96a02aa3a09cec8fae"
 42670          },
 42671          {
 42672            "alg": "SHA3-512",
 42673            "content": "2c0a3c75355daab84c377dc3a7c9a57f841e1d5ede295900f1998a3ba20316f28c04fcc6f2bbd802663beda86374c8e1917671e70a84e6ee647c6737409378e8"
 42674          }
 42675        ],
 42676        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42677        "purl": "pkg:maven/org.keycloak/keycloak-wildfly-adduser@10.0.2?type=jar",
 42678        "externalReferences": [
 42679          {
 42680            "type": "distribution",
 42681            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 42682          },
 42683          {
 42684            "type": "issue-tracker",
 42685            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 42686          },
 42687          {
 42688            "type": "vcs",
 42689            "url": "https://github.com/keycloak/keycloak/tree/master/"
 42690          },
 42691          {
 42692            "type": "website",
 42693            "url": "http://www.jboss.org"
 42694          },
 42695          {
 42696            "type": "mailing-list",
 42697            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 42698          }
 42699        ]
 42700      },
 42701      {
 42702        "type": "library",
 42703        "bom-ref": "pkg:maven/org.dom4j/dom4j@2.1.3?type=jar",
 42704        "group": "org.dom4j",
 42705        "name": "dom4j",
 42706        "version": "2.1.3",
 42707        "description": "flexible XML framework for Java",
 42708        "hashes": [
 42709          {
 42710            "alg": "MD5",
 42711            "content": "41efcf234c5a05a8c590f9b51d53ca66"
 42712          },
 42713          {
 42714            "alg": "SHA-1",
 42715            "content": "a75914155a9f5808963170ec20653668a2ffd2fd"
 42716          },
 42717          {
 42718            "alg": "SHA-256",
 42719            "content": "549f3007c6290f6a901e57d1d331b4ed0e6bf7384f78bf10316ffceeca834de6"
 42720          },
 42721          {
 42722            "alg": "SHA-384",
 42723            "content": "930553b442d977537ccc76cf230d28f4c41d19ff438a5a33481942c3cc4dbe42378180c5cfdaf3872a0a8ec5e3518bb5"
 42724          },
 42725          {
 42726            "alg": "SHA-512",
 42727            "content": "c17d210d2a3d304ae03f725fcc6644e44185c945807f4980681972cbff946b5468d1dec84eb4f660627ee1f86ad4b8372990cd63ab956d4eb75a22d20dbd9cd1"
 42728          },
 42729          {
 42730            "alg": "SHA3-256",
 42731            "content": "79165a5f9c7051a61182d14233e2868a2fc05eb556f08c574b3c990b3151fb66"
 42732          },
 42733          {
 42734            "alg": "SHA3-384",
 42735            "content": "ddae9d6c0816a5c39d05c5dfa9c98810e375164b0c9d0f89a3de179e7f52c830cc2ccbbc9731cca34fd78b5cb3457419"
 42736          },
 42737          {
 42738            "alg": "SHA3-512",
 42739            "content": "d7ef116204278ecac874ac3e42ae9a6653411b02cc3202ebeb67badf1e317ca8d38f6e10d6c3eb11e16f53cfc83d0bb2d3a496daa5c93ad4ccb5746202257a2f"
 42740          }
 42741        ],
 42742        "licenses": [{"license": {
 42743          "name": "BSD 3-clause New License",
 42744          "url": "https://github.com/dom4j/dom4j/blob/master/LICENSE"
 42745        }}],
 42746        "purl": "pkg:maven/org.dom4j/dom4j@2.1.3?type=jar"
 42747      },
 42748      {
 42749        "type": "library",
 42750        "bom-ref": "pkg:maven/org.jboss.resteasy/resteasy-undertow@3.11.2.Final?type=jar",
 42751        "publisher": "JBoss by Red Hat",
 42752        "group": "org.jboss.resteasy",
 42753        "name": "resteasy-undertow",
 42754        "version": "3.11.2.Final",
 42755        "description": "",
 42756        "hashes": [
 42757          {
 42758            "alg": "MD5",
 42759            "content": "dec38ec228e110921fd64f4ec5c6352d"
 42760          },
 42761          {
 42762            "alg": "SHA-1",
 42763            "content": "7f6f62445cc811310e86c68528f869404d6a291a"
 42764          },
 42765          {
 42766            "alg": "SHA-256",
 42767            "content": "dc1ed62c13c2916cef4ab998e116706251b48618d3016cf81edffce9a34d3573"
 42768          },
 42769          {
 42770            "alg": "SHA-384",
 42771            "content": "c025712c96de9c1062ed8e182fe63de430aa6c191a657e3c38473ba1b7ba64ca4057338a40fb344f2f64737765af2cc9"
 42772          },
 42773          {
 42774            "alg": "SHA-512",
 42775            "content": "3567d4a38db9da0ebcdea39951c736664d9921cd44d21dcfd0ec1c89d80556c7ec5323bd5bd83294bc9727a60200a49b0ccfda3af92bc65586626084cb540719"
 42776          },
 42777          {
 42778            "alg": "SHA3-256",
 42779            "content": "0c3391961be5241c889cced02896cbf390697a9e68d8183ae231ad01c7adfcb4"
 42780          },
 42781          {
 42782            "alg": "SHA3-384",
 42783            "content": "9046c1cbd6cb0bca747e8f9f6b73ee1bcd4f9e88bc5f757a917243d5b22e3de637fe562c722aaf4091bf24b7d8f5d448"
 42784          },
 42785          {
 42786            "alg": "SHA3-512",
 42787            "content": "e4e559e2ba179a147e7458c395f941b078e99c193a0e362678f7d384ab4e112f2122030e6055e38962debe89e78ff9b5566a1a141ec2df5b8fc43f095861a326"
 42788          }
 42789        ],
 42790        "licenses": [{"license": {
 42791          "id": "Apache-2.0",
 42792          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 42793        }}],
 42794        "purl": "pkg:maven/org.jboss.resteasy/resteasy-undertow@3.11.2.Final?type=jar",
 42795        "externalReferences": [
 42796          {
 42797            "type": "distribution",
 42798            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 42799          },
 42800          {
 42801            "type": "issue-tracker",
 42802            "url": "https://jira.jboss.com/jira/browse/RESTEASY"
 42803          },
 42804          {
 42805            "type": "vcs",
 42806            "url": "https://github.com/resteasy/Resteasy/tree/master/"
 42807          },
 42808          {
 42809            "type": "website",
 42810            "url": "http://www.jboss.org"
 42811          },
 42812          {
 42813            "type": "mailing-list",
 42814            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 42815          }
 42816        ]
 42817      },
 42818      {
 42819        "type": "library",
 42820        "bom-ref": "pkg:maven/org.keycloak/keycloak-saml-servlet-filter-adapter@10.0.2?type=jar",
 42821        "publisher": "JBoss by Red Hat",
 42822        "group": "org.keycloak",
 42823        "name": "keycloak-saml-servlet-filter-adapter",
 42824        "version": "10.0.2",
 42825        "description": "",
 42826        "hashes": [
 42827          {
 42828            "alg": "MD5",
 42829            "content": "7324c48203e183ef9d81612434273b39"
 42830          },
 42831          {
 42832            "alg": "SHA-1",
 42833            "content": "fb1c4d26496c88aec4f4d57ce52aa54d10576adf"
 42834          },
 42835          {
 42836            "alg": "SHA-256",
 42837            "content": "c3592e8e4839e9a2b5730450d6300a951f24a33a0a4769a4c82ebd2a9a1d4722"
 42838          },
 42839          {
 42840            "alg": "SHA-384",
 42841            "content": "0bb45e48f93c3c9597d03588e3ca147eb2fadb100697e355322f2206603a1bc265766046b0114256121515398ec6a1ca"
 42842          },
 42843          {
 42844            "alg": "SHA-512",
 42845            "content": "439e2422988801bfb9d41c000a1cc4cd9a8c3dbd22c1c46e639587cd01a38aff782d6dfc88cb1622c7625ebe6613d273172271202c4088910f2bb11f48b812de"
 42846          },
 42847          {
 42848            "alg": "SHA3-256",
 42849            "content": "2e4cad392cdfc9c927211716ccac0a4b3214c3891ec141c5d05f012ce6883a61"
 42850          },
 42851          {
 42852            "alg": "SHA3-384",
 42853            "content": "3338bd1578576a51f45da75aa5fde29db6310ffb3bcc9e627b494fa46644670ae1426bff7479579d21fcde5610b2c2ba"
 42854          },
 42855          {
 42856            "alg": "SHA3-512",
 42857            "content": "86c1256c9fdeee16ed20d86046d6f128b3be3748ba8a2e6fe98f96ba3c970068e0e144404c238f1de03717f30a263a358afef14e70014da7a3027ad3df4c0cf8"
 42858          }
 42859        ],
 42860        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42861        "purl": "pkg:maven/org.keycloak/keycloak-saml-servlet-filter-adapter@10.0.2?type=jar",
 42862        "externalReferences": [
 42863          {
 42864            "type": "distribution",
 42865            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 42866          },
 42867          {
 42868            "type": "issue-tracker",
 42869            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 42870          },
 42871          {
 42872            "type": "vcs",
 42873            "url": "https://github.com/keycloak/keycloak/tree/master/"
 42874          },
 42875          {
 42876            "type": "website",
 42877            "url": "http://www.jboss.org"
 42878          },
 42879          {
 42880            "type": "mailing-list",
 42881            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 42882          }
 42883        ]
 42884      },
 42885      {
 42886        "type": "library",
 42887        "bom-ref": "pkg:maven/org.keycloak/keycloak-servlet-filter-adapter@10.0.2?type=jar",
 42888        "publisher": "JBoss by Red Hat",
 42889        "group": "org.keycloak",
 42890        "name": "keycloak-servlet-filter-adapter",
 42891        "version": "10.0.2",
 42892        "description": "",
 42893        "hashes": [
 42894          {
 42895            "alg": "MD5",
 42896            "content": "cdb8311c711a6220f2c89b7e1de4225b"
 42897          },
 42898          {
 42899            "alg": "SHA-1",
 42900            "content": "e3e74ce608eefd9b802c02857de6c2b6208f5740"
 42901          },
 42902          {
 42903            "alg": "SHA-256",
 42904            "content": "3560fd991b7de0d7df52227e8eb79a852aa30dcca8c4720b9a053efe6169f815"
 42905          },
 42906          {
 42907            "alg": "SHA-384",
 42908            "content": "8529a6635efd40b28e890ba4cd60075554a964a62dbd48b89088f181f3ccc25184db386c118c8d2f9c794970921c40e1"
 42909          },
 42910          {
 42911            "alg": "SHA-512",
 42912            "content": "78a3f8b4bd50e14254b41ffdb5be6cf1f496af224dc572756db47c22fd960c61685d5476963b99b2b966e64f15945adf8bb8da102773e3aeab0050ad9cf6aca4"
 42913          },
 42914          {
 42915            "alg": "SHA3-256",
 42916            "content": "caf46fa2c194697ab317b552feeb9c10a7920a43f80c1a68f6fab5db3eba82b2"
 42917          },
 42918          {
 42919            "alg": "SHA3-384",
 42920            "content": "45a0ba477ce0a7a896c12295a2a58e702324039c95f5ba2ec563d3572b1cbaa972687438015c806e0a464e6bceebfa2a"
 42921          },
 42922          {
 42923            "alg": "SHA3-512",
 42924            "content": "d70972898839889a4dad0324eb6c7f393a284984d2e407005eb83e2ce64f95885495b835a234294d2abee4386269f61512323888f03d27215fb6d3c2f3f80235"
 42925          }
 42926        ],
 42927        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42928        "purl": "pkg:maven/org.keycloak/keycloak-servlet-filter-adapter@10.0.2?type=jar",
 42929        "externalReferences": [
 42930          {
 42931            "type": "distribution",
 42932            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 42933          },
 42934          {
 42935            "type": "issue-tracker",
 42936            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 42937          },
 42938          {
 42939            "type": "vcs",
 42940            "url": "https://github.com/keycloak/keycloak/tree/master/"
 42941          },
 42942          {
 42943            "type": "website",
 42944            "url": "http://www.jboss.org"
 42945          },
 42946          {
 42947            "type": "mailing-list",
 42948            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 42949          }
 42950        ]
 42951      },
 42952      {
 42953        "type": "library",
 42954        "bom-ref": "pkg:maven/org.keycloak/keycloak-jaxrs-oauth-client@10.0.2?type=jar",
 42955        "publisher": "JBoss by Red Hat",
 42956        "group": "org.keycloak",
 42957        "name": "keycloak-jaxrs-oauth-client",
 42958        "version": "10.0.2",
 42959        "description": "",
 42960        "hashes": [
 42961          {
 42962            "alg": "MD5",
 42963            "content": "889c9f1e95f2c7e3ef5b659c33d5fe45"
 42964          },
 42965          {
 42966            "alg": "SHA-1",
 42967            "content": "df9b314913dac0e9cc4c6c6525d85b728619de3a"
 42968          },
 42969          {
 42970            "alg": "SHA-256",
 42971            "content": "3d0c2f9f906093d41fe8c4070c991786305e8b4e300aaabcac86892ceb3a1825"
 42972          },
 42973          {
 42974            "alg": "SHA-384",
 42975            "content": "0343904169ff1ebf1a09eb0c8b5519463cde2df4e4c014736038b6bfbd69d60fcca94a559b1d33a47d6e86b6625858bf"
 42976          },
 42977          {
 42978            "alg": "SHA-512",
 42979            "content": "ef2fb54407243c53aa51ce05108797671123e4396b5cad526f9084a51808fed543252d43c4baab9d3843916a55d171fda036ea96cd2be272e4206ee16fb32b6c"
 42980          },
 42981          {
 42982            "alg": "SHA3-256",
 42983            "content": "3c141f6342928961077d5f9820ea18cf69a4ad9f927c18661f287f968ba322b0"
 42984          },
 42985          {
 42986            "alg": "SHA3-384",
 42987            "content": "5daedecfafca7143ba165d70966b7fb99b605dfee25b3d8d9d7ac5c120e676eb4da73977c7790d4b151ad92ba243a2b7"
 42988          },
 42989          {
 42990            "alg": "SHA3-512",
 42991            "content": "7a3ed5b331789878a23e536640ed64c535464d6120113cc2304df02bd566dcadf977e615e0efa2d553f627e5f91a9a3407ae57c6a1dcd40ffd4cf4ed1921fedb"
 42992          }
 42993        ],
 42994        "licenses": [{"license": {"id": "Apache-2.0"}}],
 42995        "purl": "pkg:maven/org.keycloak/keycloak-jaxrs-oauth-client@10.0.2?type=jar",
 42996        "externalReferences": [
 42997          {
 42998            "type": "distribution",
 42999            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 43000          },
 43001          {
 43002            "type": "issue-tracker",
 43003            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 43004          },
 43005          {
 43006            "type": "vcs",
 43007            "url": "https://github.com/keycloak/keycloak/tree/master/"
 43008          },
 43009          {
 43010            "type": "website",
 43011            "url": "http://www.jboss.org"
 43012          },
 43013          {
 43014            "type": "mailing-list",
 43015            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43016          }
 43017        ]
 43018      },
 43019      {
 43020        "type": "library",
 43021        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-testsuite-providers@10.0.2?type=jar",
 43022        "publisher": "JBoss by Red Hat",
 43023        "group": "org.keycloak.testsuite",
 43024        "name": "integration-arquillian-testsuite-providers",
 43025        "version": "10.0.2",
 43026        "description": "",
 43027        "hashes": [
 43028          {
 43029            "alg": "MD5",
 43030            "content": "5f566b9036bd750f2ab63a6810b9405c"
 43031          },
 43032          {
 43033            "alg": "SHA-1",
 43034            "content": "61b40d429a1d6c553457c035382659254d80e040"
 43035          },
 43036          {
 43037            "alg": "SHA-256",
 43038            "content": "aafac91f2340d324c40c5bfa99ac90f403059b5ef70dec61440906ef1e761c78"
 43039          },
 43040          {
 43041            "alg": "SHA-384",
 43042            "content": "35e61239e47061295eadb7c6b434000f8ddaa2cdab05c06c640ad48d1e39e3d86f8e0e3dc3170ffe0e036447b290b371"
 43043          },
 43044          {
 43045            "alg": "SHA-512",
 43046            "content": "5553318f9128a8cb2bfba933b2cf905f409d0cb470a2109900fd8f4f4f6c6104eaca2dd48ff7bcca5158366745eb0707c8cd10056dbf1232487f890fdba3aacc"
 43047          },
 43048          {
 43049            "alg": "SHA3-256",
 43050            "content": "b5ace573a8d6eda5d0b8eaa20f01d28d82ec619e843ae23ae7fd586ea7e86734"
 43051          },
 43052          {
 43053            "alg": "SHA3-384",
 43054            "content": "d7211360283d5f6c766adaacbf6f817f366cf8d5343d9c5d6fad246f0e83686d3819ef13282fa0e71cc79fe922c41db4"
 43055          },
 43056          {
 43057            "alg": "SHA3-512",
 43058            "content": "0a883de6d04884da3c40f4e5f33621b66c6eb8804a9b482cce9f7f8029f29c780489b0e19fb3e2d551f95242386503d9b61099ec1eec3629aeb975e8ad68b9eb"
 43059          }
 43060        ],
 43061        "licenses": [{"license": {"id": "Apache-2.0"}}],
 43062        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-testsuite-providers@10.0.2?type=jar",
 43063        "externalReferences": [
 43064          {
 43065            "type": "distribution",
 43066            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 43067          },
 43068          {
 43069            "type": "issue-tracker",
 43070            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 43071          },
 43072          {
 43073            "type": "vcs",
 43074            "url": "https://github.com/keycloak/keycloak/tree/master/"
 43075          },
 43076          {
 43077            "type": "website",
 43078            "url": "http://www.jboss.org"
 43079          },
 43080          {
 43081            "type": "mailing-list",
 43082            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43083          }
 43084        ]
 43085      },
 43086      {
 43087        "type": "library",
 43088        "bom-ref": "pkg:maven/com.h2database/h2@1.4.197?type=jar",
 43089        "group": "com.h2database",
 43090        "name": "h2",
 43091        "version": "1.4.197",
 43092        "description": "H2 Database Engine",
 43093        "hashes": [
 43094          {
 43095            "alg": "MD5",
 43096            "content": "f9893acfa22b7fe1492dd9c515af2e5b"
 43097          },
 43098          {
 43099            "alg": "SHA-1",
 43100            "content": "bb391050048ca8ae3e32451b5a3714ecd3596a46"
 43101          },
 43102          {
 43103            "alg": "SHA-256",
 43104            "content": "37f5216e14af2772930dff9b8734353f0a80e89ba3f33e065441de6537c5e842"
 43105          },
 43106          {
 43107            "alg": "SHA-384",
 43108            "content": "01dd965926471f6cbd84b0466307ae2f0450cb204ca51cc43b538dd4d7571e096a966ac298d82e4942db4dd259d800b6"
 43109          },
 43110          {
 43111            "alg": "SHA-512",
 43112            "content": "aa4af17f766a1cfb0326d0301e1c40fc884b27e73aed4e60141d284275da70f483a3ce54d65f79f9ba66e9a53c5a68102dfc5e40a36e9d2c0a2aa9a7f7321688"
 43113          },
 43114          {
 43115            "alg": "SHA3-256",
 43116            "content": "ef7da52a3b656aee47bc85b9e98db3bb91d7f079d19012787fbbd65c32151203"
 43117          },
 43118          {
 43119            "alg": "SHA3-384",
 43120            "content": "6bec38f250d5f963a3fa385da14caccf744a36244b252d447d1b29501e455533ef3d5b2820dc73870593db10c4231aaf"
 43121          },
 43122          {
 43123            "alg": "SHA3-512",
 43124            "content": "1a5538cc48c5b99e496ee5924f80df410fecc555e3619a79b8c6204156dc333cf0cbebae05bca5a8144ab89b2f2fe4802080128d76b1e94a51acced8aedb4354"
 43125          }
 43126        ],
 43127        "licenses": [{"license": {
 43128          "name": "MPL 2.0 or EPL 1.0",
 43129          "url": "http://h2database.com/html/license.html"
 43130        }}],
 43131        "purl": "pkg:maven/com.h2database/h2@1.4.197?type=jar",
 43132        "externalReferences": [{
 43133          "type": "vcs",
 43134          "url": "https://github.com/h2database/h2database"
 43135        }]
 43136      },
 43137      {
 43138        "type": "library",
 43139        "bom-ref": "pkg:maven/com.icegreen/greenmail@1.3.1b?type=jar",
 43140        "publisher": "Icegreen Technologies",
 43141        "group": "com.icegreen",
 43142        "name": "greenmail",
 43143        "version": "1.3.1b",
 43144        "description": "GreenMail - Email Test Servers",
 43145        "hashes": [
 43146          {
 43147            "alg": "MD5",
 43148            "content": "724dfeaf1c2bd343963c6483954f9546"
 43149          },
 43150          {
 43151            "alg": "SHA-1",
 43152            "content": "1e2727e8cae768b8f91dfc44cc5e8e1c4802c5c0"
 43153          },
 43154          {
 43155            "alg": "SHA-256",
 43156            "content": "1705a60f8124e8084264c9e431866f56bacadc4a2ed8f0808fb5ec8bf4680524"
 43157          },
 43158          {
 43159            "alg": "SHA-384",
 43160            "content": "f5232e6adaf0f253f14c64f172949f4ec152e26761c80b5b3824aee74bc6e985ce402c48700f8f54626141444b4a3754"
 43161          },
 43162          {
 43163            "alg": "SHA-512",
 43164            "content": "5fa752517080a7ed689c611bb53eef69d5a676ccae936fc6dd91079c7557bce09ab76e98d435a7951e72f2e3a71cead2838f64cbe7eaa3731bf2fe4e2cd9f115"
 43165          },
 43166          {
 43167            "alg": "SHA3-256",
 43168            "content": "d32dc5bf48fe144e914ddd7eebde291ca79b5227e91d67926c56022776795a5f"
 43169          },
 43170          {
 43171            "alg": "SHA3-384",
 43172            "content": "ff4cb80e81bbaf0a4f501b2950b2419ef2f64b33253d689a344dc8f75ee2edcecc34ee2bb55cee0043ef1729c2a6bae4"
 43173          },
 43174          {
 43175            "alg": "SHA3-512",
 43176            "content": "432963d727152efca4115bdaca44aaaeeb13b7aba6d0a5b747743cc3f2b4a71a6be08d1d0e94b6025a7e9a01308d903172acfaaaa22da92a5ecc19112b45ac69"
 43177          }
 43178        ],
 43179        "licenses": [{"license": {"id": "Apache-2.0"}}],
 43180        "purl": "pkg:maven/com.icegreen/greenmail@1.3.1b?type=jar",
 43181        "externalReferences": [
 43182          {
 43183            "type": "website",
 43184            "url": "http://www.icegreen.com"
 43185          },
 43186          {
 43187            "type": "issue-tracker",
 43188            "url": "http://sourceforge.net/tracker/?group_id=159695"
 43189          },
 43190          {
 43191            "type": "vcs",
 43192            "url": "http://greenmail.svn.sourceforge.net/svnroot/greenmail/trunk"
 43193          }
 43194        ]
 43195      },
 43196      {
 43197        "type": "library",
 43198        "bom-ref": "pkg:maven/javax.mail/mail@1.4?type=jar",
 43199        "group": "javax.mail",
 43200        "name": "mail",
 43201        "version": "1.4",
 43202        "description": "The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.",
 43203        "hashes": [
 43204          {
 43205            "alg": "MD5",
 43206            "content": "2e64a3805d543bdb86e6e5eeca5529f8"
 43207          },
 43208          {
 43209            "alg": "SHA-1",
 43210            "content": "1aa1579ae5ecd41920c4f355b0a9ef40b68315dd"
 43211          },
 43212          {
 43213            "alg": "SHA-256",
 43214            "content": "96868f82264ebd9b7d41f04d78cbe87ab75d68a7bbf8edfb82416aabe9b54b6c"
 43215          },
 43216          {
 43217            "alg": "SHA-384",
 43218            "content": "39c8f5faf384f8e10d6ea5734729ff2b80e3104b528a67c8b11745c354495a8024ae1d7735e1674f9347cd7a8ed0736a"
 43219          },
 43220          {
 43221            "alg": "SHA-512",
 43222            "content": "75a6b7bcd21b97f534ebe60fe02317aeb2b317d80228d89e64d12704e1ef10ee3189bacc73c506bde53b7c862caf1460723b597192143fe724ffe290604312ee"
 43223          },
 43224          {
 43225            "alg": "SHA3-256",
 43226            "content": "afd561029e8b2844292cdb144070a9e768515f43c8bb98a51aacc01ad7438c3a"
 43227          },
 43228          {
 43229            "alg": "SHA3-384",
 43230            "content": "5f63750eb4e71e25a09514e2a8b92d79b6bc87196d82ac11e0ffd71e716b2782dc9b354a37c7faa22e08c98ddc42a579"
 43231          },
 43232          {
 43233            "alg": "SHA3-512",
 43234            "content": "bd4b6637423f4cae25c04643b7bddd56757feff7846953fda779082d75d4f7388eb3b8a238a5f71dad2d44de184f19c3d6606bfc6475d573694899128cb3e7a6"
 43235          }
 43236        ],
 43237        "licenses": [{"license": {
 43238          "name": "Common Development and Distribution License (CDDL) v1.0",
 43239          "url": "https://glassfish.dev.java.net/public/CDDLv1.0.html"
 43240        }}],
 43241        "purl": "pkg:maven/javax.mail/mail@1.4?type=jar",
 43242        "externalReferences": [{
 43243          "type": "distribution",
 43244          "url": "https://maven-repository.dev.java.net/nonav/repository/javax.mail/jars/mail-1.4.jar"
 43245        }]
 43246      },
 43247      {
 43248        "type": "library",
 43249        "bom-ref": "pkg:maven/xml-apis/xml-apis@1.4.01?type=jar",
 43250        "group": "xml-apis",
 43251        "name": "xml-apis",
 43252        "version": "1.4.01",
 43253        "description": "xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.",
 43254        "hashes": [
 43255          {
 43256            "alg": "MD5",
 43257            "content": "7eaad6fea5925cca6c36ee8b3e02ac9d"
 43258          },
 43259          {
 43260            "alg": "SHA-1",
 43261            "content": "3789d9fada2d3d458c4ba2de349d48780f381ee3"
 43262          },
 43263          {
 43264            "alg": "SHA-256",
 43265            "content": "a840968176645684bb01aed376e067ab39614885f9eee44abe35a5f20ebe7fad"
 43266          },
 43267          {
 43268            "alg": "SHA-384",
 43269            "content": "bce0ec0f0f692213a1110197c4a11c333673ae0630481255d12b441a8cba70aecfaf104c3d8d9b500ed2a0a19a2bfcce"
 43270          },
 43271          {
 43272            "alg": "SHA-512",
 43273            "content": "8db0283b6840cd6407957d296b802e3edf90653e2722f8e29f86c1c0b60996c4b43e9e065e6864dab89b2138ddb0174d9b4fdda4a93f94eeb884783db82f3268"
 43274          },
 43275          {
 43276            "alg": "SHA3-256",
 43277            "content": "09eb76497eac5012ce1000c52f4e597c4941a44b9d960b1ac58a19beb2dd63fc"
 43278          },
 43279          {
 43280            "alg": "SHA3-384",
 43281            "content": "c1d8154ef6eee57dfe6ae9a1c1a2525e9ec2aab3631911a53c064ea6480c0b3b1ce8dd079db7b3693d7ef81daba28ace"
 43282          },
 43283          {
 43284            "alg": "SHA3-512",
 43285            "content": "1e4eb902e50b3388da4d161ee49f4d47b61dddd2ad10e6ef6cbb67c4ebc9043e0b65ae59a4a0c8eb03dd28814ce4aedd7e0d4962a0aedc3bdcf7de37cde38f66"
 43286          }
 43287        ],
 43288        "licenses": [
 43289          {"license": {"id": "Apache-2.0"}},
 43290          {"license": {
 43291            "id": "SAX-PD",
 43292            "url": "http://www.saxproject.org/copying.html"
 43293          }},
 43294          {"license": {
 43295            "name": "The W3C License",
 43296            "url": "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip"
 43297          }}
 43298        ],
 43299        "purl": "pkg:maven/xml-apis/xml-apis@1.4.01?type=jar",
 43300        "externalReferences": [
 43301          {
 43302            "type": "issue-tracker",
 43303            "url": "http://issues.apache.org/bugzilla/"
 43304          },
 43305          {
 43306            "type": "mailing-list",
 43307            "url": "http://mail-archives.apache.org/mod_mbox/xml-commons-dev/"
 43308          },
 43309          {
 43310            "type": "vcs",
 43311            "url": "https://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_4_01/"
 43312          }
 43313        ]
 43314      },
 43315      {
 43316        "type": "library",
 43317        "bom-ref": "pkg:maven/org.keycloak/keycloak-util-embedded-ldap@10.0.2?type=jar",
 43318        "publisher": "JBoss by Red Hat",
 43319        "group": "org.keycloak",
 43320        "name": "keycloak-util-embedded-ldap",
 43321        "version": "10.0.2",
 43322        "description": "",
 43323        "hashes": [
 43324          {
 43325            "alg": "MD5",
 43326            "content": "7900a8560676b488e96b36c30db6cc29"
 43327          },
 43328          {
 43329            "alg": "SHA-1",
 43330            "content": "308b925159e319208b18bbae1893009e75067b95"
 43331          },
 43332          {
 43333            "alg": "SHA-256",
 43334            "content": "87c71522b37b02111da39cdfc714f3d64f1b44afba10caa1a3abaa045b7d22a9"
 43335          },
 43336          {
 43337            "alg": "SHA-384",
 43338            "content": "1e24248ce5c435d3a8fbe6a42bd49ed226c52454a72861eb0e127df32ff0338c133006d36c3d86869bfdfd51bf3cb526"
 43339          },
 43340          {
 43341            "alg": "SHA-512",
 43342            "content": "6bc6a594b6363c89168d8e6913304fdd6ebe7ea9a4494fa9d0ce55e0ed197012b223f49a8da6866e1a69f0c38246315db2d96f5b0c3dd97ef953c49c0817566a"
 43343          },
 43344          {
 43345            "alg": "SHA3-256",
 43346            "content": "c4e820d4d918575ac40e6c3edccbdd2ef6394c3a48d07ffd583c72a8286de45f"
 43347          },
 43348          {
 43349            "alg": "SHA3-384",
 43350            "content": "2f548cfa15ade340b73b707d5452e71618307668bdf016af8f666c9481614f6aa4139f40550f6519005d61109420c5ff"
 43351          },
 43352          {
 43353            "alg": "SHA3-512",
 43354            "content": "75492aec4c2ad040963b9ba14005b7501cd181a7cee34a0bab3defcd944c78f5de251f2581f97f12e8313db9fbe5b8b337ad86f8e9a5a2e0992a3cfdddcd3ffe"
 43355          }
 43356        ],
 43357        "licenses": [{"license": {"id": "Apache-2.0"}}],
 43358        "purl": "pkg:maven/org.keycloak/keycloak-util-embedded-ldap@10.0.2?type=jar",
 43359        "externalReferences": [
 43360          {
 43361            "type": "distribution",
 43362            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 43363          },
 43364          {
 43365            "type": "issue-tracker",
 43366            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 43367          },
 43368          {
 43369            "type": "vcs",
 43370            "url": "https://github.com/keycloak/keycloak/tree/master/"
 43371          },
 43372          {
 43373            "type": "website",
 43374            "url": "http://www.jboss.org"
 43375          },
 43376          {
 43377            "type": "mailing-list",
 43378            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43379          }
 43380        ]
 43381      },
 43382      {
 43383        "type": "library",
 43384        "bom-ref": "pkg:maven/org.wildfly/wildfly-undertow@19.1.0.Final?type=jar",
 43385        "publisher": "JBoss by Red Hat",
 43386        "group": "org.wildfly",
 43387        "name": "wildfly-undertow",
 43388        "version": "19.1.0.Final",
 43389        "description": "WildFly: Parent Aggregator",
 43390        "hashes": [
 43391          {
 43392            "alg": "MD5",
 43393            "content": "606a1edf56d14674b3fd6e0a6ad8b385"
 43394          },
 43395          {
 43396            "alg": "SHA-1",
 43397            "content": "f6f7994bad485fbc5db9de3d8f78ffa5f126dc9e"
 43398          },
 43399          {
 43400            "alg": "SHA-256",
 43401            "content": "6df106a192826e33e2f1086e35d979dd2e0da4b24dcea4c2893c00bf684fd6e9"
 43402          },
 43403          {
 43404            "alg": "SHA-384",
 43405            "content": "947ef22981ae9412fb5c9e9c9dee45dda33595039415a9c9b552ed4c35a9af3b08e488716a034cb6349ca3a549f45214"
 43406          },
 43407          {
 43408            "alg": "SHA-512",
 43409            "content": "fca33c7a792d5a62883678310c2b61d8edf702088dc857a0bb3e350a8d7bbd9b90ede2af405a9562d49e40098d2d3e7eda406597b440c25de553664ec52ceb5d"
 43410          },
 43411          {
 43412            "alg": "SHA3-256",
 43413            "content": "d3f91b660315c26380ee8eff348f1cdab904a9a38726d52e472a51e2cd9edb5c"
 43414          },
 43415          {
 43416            "alg": "SHA3-384",
 43417            "content": "9ba1596844d66cdf91f51a991b383cff5c71bcf2ceb37c603bfa0550bf0d1bd66d13f426aef8e92ffed98175d62dc50d"
 43418          },
 43419          {
 43420            "alg": "SHA3-512",
 43421            "content": "75931d499da88baef6412a7189a331941cbf5d5b29a948542e4ee05a5337f9583891c02352a14abd1b190e5fc9cf78d345faa3d2d42f46ceb00ba363b1452850"
 43422          }
 43423        ],
 43424        "licenses": [{"license": {
 43425          "id": "LGPL-2.1-or-later",
 43426          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43427        }}],
 43428        "purl": "pkg:maven/org.wildfly/wildfly-undertow@19.1.0.Final?type=jar",
 43429        "externalReferences": [
 43430          {
 43431            "type": "website",
 43432            "url": "http://www.jboss.org"
 43433          },
 43434          {
 43435            "type": "issue-tracker",
 43436            "url": "https://issues.jboss.org/"
 43437          },
 43438          {
 43439            "type": "mailing-list",
 43440            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43441          },
 43442          {
 43443            "type": "vcs",
 43444            "url": "http://github.com/jboss/jboss-parent-pom"
 43445          }
 43446        ]
 43447      },
 43448      {
 43449        "type": "library",
 43450        "bom-ref": "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final?type=jar",
 43451        "publisher": "JBoss by Red Hat",
 43452        "group": "org.jboss.common",
 43453        "name": "jboss-common-beans",
 43454        "version": "2.0.1.Final",
 43455        "description": "Common classes for Java Beans",
 43456        "hashes": [
 43457          {
 43458            "alg": "MD5",
 43459            "content": "c10d0c46dfbab708bf6314d7450e2b25"
 43460          },
 43461          {
 43462            "alg": "SHA-1",
 43463            "content": "7e1c0c5c5104fd46d9f0fff1f6e63ee7ec3fbb48"
 43464          },
 43465          {
 43466            "alg": "SHA-256",
 43467            "content": "800157edcf5cfac12a8037ab4705bcbe2eb35065dea679488e3dd61426cd67f8"
 43468          },
 43469          {
 43470            "alg": "SHA-384",
 43471            "content": "7afa51a705399d66d0b9f5dbd123a409fd493eb68007a94cbfe7aeb92bec4b085028dea1225677f8956898281a870193"
 43472          },
 43473          {
 43474            "alg": "SHA-512",
 43475            "content": "64c55e8f703d944f09e2415cbd531ae65da1f8bedac323d0cca62a36d0be2a82b744c21fa472ee0cec54c2385834514ea0b815ce23127551fc76c4062c463c53"
 43476          },
 43477          {
 43478            "alg": "SHA3-256",
 43479            "content": "da9c622b24b719b26e8392866a795323fece21452cae5ae9638cfdab718f86d3"
 43480          },
 43481          {
 43482            "alg": "SHA3-384",
 43483            "content": "518ad8ae265582cdba985c5353c006a6cec8354d30f4935dc1ae7d861c1892dd3d85d4006b0f1eb68d61d0b2baf83440"
 43484          },
 43485          {
 43486            "alg": "SHA3-512",
 43487            "content": "e787074b32de4200f5737cedd2a84086f928165571f9d0b7a6be0544559a51aeda0e1cbfc58fee31e4af4e52eede3ed54ad12ce54068834f509fc8736dd279a3"
 43488          }
 43489        ],
 43490        "licenses": [{"license": {
 43491          "name": "lgpl",
 43492          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
 43493        }}],
 43494        "purl": "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final?type=jar",
 43495        "externalReferences": [
 43496          {
 43497            "type": "vcs",
 43498            "url": "https://github.com/jboss/jboss-common-beans"
 43499          },
 43500          {
 43501            "type": "website",
 43502            "url": "http://www.jboss.org"
 43503          },
 43504          {
 43505            "type": "issue-tracker",
 43506            "url": "https://issues.jboss.org/"
 43507          },
 43508          {
 43509            "type": "mailing-list",
 43510            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43511          }
 43512        ]
 43513      },
 43514      {
 43515        "type": "library",
 43516        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-web-container@19.1.0.Final?type=jar",
 43517        "publisher": "JBoss by Red Hat",
 43518        "group": "org.wildfly",
 43519        "name": "wildfly-clustering-web-container",
 43520        "version": "19.1.0.Final",
 43521        "description": "Defines the contract between subsystem that deploys distributable web applications (e.g. wildfly-undertow) and the distributable-web subsystem.",
 43522        "hashes": [
 43523          {
 43524            "alg": "MD5",
 43525            "content": "3bc84aad0eff976840fe7565b599a332"
 43526          },
 43527          {
 43528            "alg": "SHA-1",
 43529            "content": "33efe88d7c9a26702df10968d858b5aebde50d26"
 43530          },
 43531          {
 43532            "alg": "SHA-256",
 43533            "content": "d2d714999bb7312570ed422b3b9f17a35f7cdde2ecc3103aa07471b7a4459e87"
 43534          },
 43535          {
 43536            "alg": "SHA-384",
 43537            "content": "c67d198669a18df575db5ccfcee4e87a551073a999124c2d9b2ede459b76a87c1031f669dc81eb3a347c29ec1405fa09"
 43538          },
 43539          {
 43540            "alg": "SHA-512",
 43541            "content": "1d07fb7496b4f29f4908e2353c32e26f5fd7e7cb50929084732c54c279df4f296d40a6e801b3ef42d29457b1d44ed8d48b450969f22a724b457e67aeb7e4f3e0"
 43542          },
 43543          {
 43544            "alg": "SHA3-256",
 43545            "content": "2303f2dc3e9bcc2b81dde444ac953cd4d59a47bbafdc60fa4b91259b236a877d"
 43546          },
 43547          {
 43548            "alg": "SHA3-384",
 43549            "content": "8ec5af8ae05f3268a7b171a8646720af6913c9ff3de47b6ba73cc2d6bc10d06d1b76ac597b49bd292bff88515817fdde"
 43550          },
 43551          {
 43552            "alg": "SHA3-512",
 43553            "content": "91d5c8f1781b4ca15b03dae3952d47369d07ec452d07d9107b8ca5c965c55b7b74abef00af258a4be579beb2ee06ccf6c73f16e4bd086f7e7c6a6c945180eaed"
 43554          }
 43555        ],
 43556        "licenses": [{"license": {
 43557          "id": "LGPL-2.1-or-later",
 43558          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43559        }}],
 43560        "purl": "pkg:maven/org.wildfly/wildfly-clustering-web-container@19.1.0.Final?type=jar",
 43561        "externalReferences": [
 43562          {
 43563            "type": "website",
 43564            "url": "http://www.jboss.org"
 43565          },
 43566          {
 43567            "type": "issue-tracker",
 43568            "url": "https://issues.jboss.org/"
 43569          },
 43570          {
 43571            "type": "mailing-list",
 43572            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43573          },
 43574          {
 43575            "type": "vcs",
 43576            "url": "http://github.com/jboss/jboss-parent-pom"
 43577          }
 43578        ]
 43579      },
 43580      {
 43581        "type": "library",
 43582        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-common@19.1.0.Final?type=jar",
 43583        "publisher": "JBoss by Red Hat",
 43584        "group": "org.wildfly",
 43585        "name": "wildfly-clustering-common",
 43586        "version": "19.1.0.Final",
 43587        "description": "The code in this module is not explicitly related to clustering, but rather contains resuable code used by clustering modules and any modules that integrate with clustering.",
 43588        "hashes": [
 43589          {
 43590            "alg": "MD5",
 43591            "content": "67f6902d0c27a01ecccdccf4fa637887"
 43592          },
 43593          {
 43594            "alg": "SHA-1",
 43595            "content": "dddb5ffc785fe2d41efb0c53e5beaec86136216a"
 43596          },
 43597          {
 43598            "alg": "SHA-256",
 43599            "content": "f3a19f542b51c82f4d57ced79a85fb88b952779385daaa83b0e629c924233dfa"
 43600          },
 43601          {
 43602            "alg": "SHA-384",
 43603            "content": "4fdd6d49fc161226d5bbeb692f64a07da1ba027ca546908be0f4f03f94417403f7eaa95dc9c94c18e26afe2ecdf26e65"
 43604          },
 43605          {
 43606            "alg": "SHA-512",
 43607            "content": "97acd1a0b7d66c7097b99000640ae85343790128410c9bae67f2fe1647437255246302b14ef0818787e2bbbdc85320b5b6c8f05e1e0afc9a47f6ac229c06d42b"
 43608          },
 43609          {
 43610            "alg": "SHA3-256",
 43611            "content": "b21c08ccf31463b8fe88b5fe6ba41eba04422dcb62232d0a41ebbd7ea0a58c41"
 43612          },
 43613          {
 43614            "alg": "SHA3-384",
 43615            "content": "b5cf2834bc128200fa69fb57894a824a0587f1bb82f558715409ac87958b448cabbd50cd293c4b31b487ed7df505b10a"
 43616          },
 43617          {
 43618            "alg": "SHA3-512",
 43619            "content": "d78da9fde3cb78c7824b2f7519d3023f30c63db6ac115192d67a5b4866b0e114fa5a27f45c31c86697c65043ebb79e28aba0bfa35911566c9dd4b11ce01afaa8"
 43620          }
 43621        ],
 43622        "licenses": [{"license": {
 43623          "id": "LGPL-2.1-or-later",
 43624          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43625        }}],
 43626        "purl": "pkg:maven/org.wildfly/wildfly-clustering-common@19.1.0.Final?type=jar",
 43627        "externalReferences": [
 43628          {
 43629            "type": "website",
 43630            "url": "http://www.jboss.org"
 43631          },
 43632          {
 43633            "type": "issue-tracker",
 43634            "url": "https://issues.jboss.org/"
 43635          },
 43636          {
 43637            "type": "mailing-list",
 43638            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43639          },
 43640          {
 43641            "type": "vcs",
 43642            "url": "http://github.com/jboss/jboss-parent-pom"
 43643          }
 43644        ]
 43645      },
 43646      {
 43647        "type": "library",
 43648        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-service@19.1.0.Final?type=jar",
 43649        "publisher": "JBoss by Red Hat",
 43650        "group": "org.wildfly",
 43651        "name": "wildfly-clustering-service",
 43652        "version": "19.1.0.Final",
 43653        "description": "Extensions to JBoss MSC to simplify building MSC services.",
 43654        "hashes": [
 43655          {
 43656            "alg": "MD5",
 43657            "content": "63b0fe201793190704a89e09b0f80b4e"
 43658          },
 43659          {
 43660            "alg": "SHA-1",
 43661            "content": "cb56819ab506577851ab285b3737d99a49f48a79"
 43662          },
 43663          {
 43664            "alg": "SHA-256",
 43665            "content": "1585c0e8c5065c97fd31772a8a1fb0c6373e824a5180b6d338ca4922ffa915a6"
 43666          },
 43667          {
 43668            "alg": "SHA-384",
 43669            "content": "5205091f81570c1052fd0b236f8636f964df844a382af547e6566d307737ba8207f9fc4c58b324e6064c51267fdb912b"
 43670          },
 43671          {
 43672            "alg": "SHA-512",
 43673            "content": "4bdd22de527e3455b35632afcbb86257b2cd7ef871685aaeaa293df8b6ca0d07d181ee5c0dec77a3f5518ba1be3bff7a165226cd2a6945f7216a5dd525f9c24f"
 43674          },
 43675          {
 43676            "alg": "SHA3-256",
 43677            "content": "42f2e9b2e8d3e945eab62f9d88583d7f64f1ab9db0ebec24bbdf43ae6441f7ea"
 43678          },
 43679          {
 43680            "alg": "SHA3-384",
 43681            "content": "9e74caaba96b01b70da6e811b62ebe16cabcef07dcbd086e59a0f0dc636d9177bf9d62fc0a3e0dd5290271058a62942d"
 43682          },
 43683          {
 43684            "alg": "SHA3-512",
 43685            "content": "19d8693dcaa1cf27150fee9eb2456d85072b987a258654081938a14834dde1a4542a39ce5a8bbbfc6c7f5a68757165541e0ed5e97fbdd5f94d65fe74037d8032"
 43686          }
 43687        ],
 43688        "licenses": [{"license": {
 43689          "id": "LGPL-2.1-or-later",
 43690          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43691        }}],
 43692        "purl": "pkg:maven/org.wildfly/wildfly-clustering-service@19.1.0.Final?type=jar",
 43693        "externalReferences": [
 43694          {
 43695            "type": "website",
 43696            "url": "http://www.jboss.org"
 43697          },
 43698          {
 43699            "type": "issue-tracker",
 43700            "url": "https://issues.jboss.org/"
 43701          },
 43702          {
 43703            "type": "mailing-list",
 43704            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43705          },
 43706          {
 43707            "type": "vcs",
 43708            "url": "http://github.com/jboss/jboss-parent-pom"
 43709          }
 43710        ]
 43711      },
 43712      {
 43713        "type": "library",
 43714        "bom-ref": "pkg:maven/org.wildfly.core/wildfly-event-logger@11.1.1.Final?type=jar",
 43715        "publisher": "JBoss by Red Hat",
 43716        "group": "org.wildfly.core",
 43717        "name": "wildfly-event-logger",
 43718        "version": "11.1.1.Final",
 43719        "description": "WildFly: Core Event Logger",
 43720        "hashes": [
 43721          {
 43722            "alg": "MD5",
 43723            "content": "e8316cf62ee4e87584b4fc49f42c90b7"
 43724          },
 43725          {
 43726            "alg": "SHA-1",
 43727            "content": "01f14ece037a90ee5dca83be4a3c8598ff489e8b"
 43728          },
 43729          {
 43730            "alg": "SHA-256",
 43731            "content": "162b53446fa4ce53c2cc1eea9f50fb59be507a2ae02b001f73c496d57e8d893e"
 43732          },
 43733          {
 43734            "alg": "SHA-384",
 43735            "content": "a0a0207f837e555826a33a6b20b68c3462836a62bab02c3a20c809a0b11233e7b28c74722e8087f0ae907d9b3febcfa2"
 43736          },
 43737          {
 43738            "alg": "SHA-512",
 43739            "content": "050ce2334a2c625b5d07ffc26b0d25af48e5ae321b2af1dee49b0cd3a3bf36ccc0953dfb4c925d079b25f50f5e352445dbe460ee619a4702a2377d1d615961c1"
 43740          },
 43741          {
 43742            "alg": "SHA3-256",
 43743            "content": "472240c04adfc38ce1a23cf8a1a877a679651f8bdcc94862b4dcf52bc0cc4f77"
 43744          },
 43745          {
 43746            "alg": "SHA3-384",
 43747            "content": "fab9c632ddb150f4b2f4389d0a8c7d94659f69637925aa44ad6a9b0806006a4af19f4ca520dfbad053b4319864ab03e5"
 43748          },
 43749          {
 43750            "alg": "SHA3-512",
 43751            "content": "af980ea011fe9565037706578a2f1a997d7fa166641235f8280bbf32721ca5676432f928457a5a24df504aa6fb7ee315a70bac6628f8100524bd2896c15fcaff"
 43752          }
 43753        ],
 43754        "licenses": [
 43755          {"license": {
 43756            "id": "LGPL-2.1-or-later",
 43757            "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43758          }},
 43759          {"license": {
 43760            "id": "Apache-2.0",
 43761            "url": "http://www.apache.org/licenses/LICENSE-2.0"
 43762          }}
 43763        ],
 43764        "purl": "pkg:maven/org.wildfly.core/wildfly-event-logger@11.1.1.Final?type=jar",
 43765        "externalReferences": [
 43766          {
 43767            "type": "website",
 43768            "url": "http://www.jboss.org"
 43769          },
 43770          {
 43771            "type": "issue-tracker",
 43772            "url": "https://issues.jboss.org/"
 43773          },
 43774          {
 43775            "type": "mailing-list",
 43776            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43777          },
 43778          {
 43779            "type": "vcs",
 43780            "url": "http://github.com/jboss/jboss-parent-pom"
 43781          }
 43782        ]
 43783      },
 43784      {
 43785        "type": "library",
 43786        "bom-ref": "pkg:maven/jakarta.json/jakarta.json-api@1.1.6?type=jar",
 43787        "publisher": "Eclipse Foundation",
 43788        "group": "jakarta.json",
 43789        "name": "jakarta.json-api",
 43790        "version": "1.1.6",
 43791        "description": "Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.",
 43792        "hashes": [
 43793          {
 43794            "alg": "MD5",
 43795            "content": "9e0420bfd741a45d4f295e047cc09d5f"
 43796          },
 43797          {
 43798            "alg": "SHA-1",
 43799            "content": "3b1f26306abd9d2b1847cf62ee491d0d1b942c7f"
 43800          },
 43801          {
 43802            "alg": "SHA-256",
 43803            "content": "bc58a73d5ecb828f1cfaa8089f471f1d8e26280dc30fe5df242a191100769782"
 43804          },
 43805          {
 43806            "alg": "SHA-384",
 43807            "content": "6b01ff5cde9c0e0ff79beffda23c275f9600ace4b13335e0819f4f702999d4451fbee0be36d81e30b7ad7acd9e87e672"
 43808          },
 43809          {
 43810            "alg": "SHA-512",
 43811            "content": "10c5e88a7b33a57d63707bac2ecc59fe7d3535b2615b725ac7966b45c1582b45b1f50be951e0d0cf4dd23f1aa7c2420fc27630b62f33551d7ac0e81ee161962d"
 43812          },
 43813          {
 43814            "alg": "SHA3-256",
 43815            "content": "c27f99717c6b740f3aad0e2d2494f15bed1a2dec70bc49684179b81a5022d6e1"
 43816          },
 43817          {
 43818            "alg": "SHA3-384",
 43819            "content": "b209e9cbfebb7bc58a1bb91efe791cc4bb05cdfa3a5bd33df529f9f1a829790914b5954e370f44e86a4a9c30ae3b328f"
 43820          },
 43821          {
 43822            "alg": "SHA3-512",
 43823            "content": "2f220152a96b8f283079519e63fedcc0c9c35a948980f44597172a1d49a72cb0592c5ec1d24a79e6bcfd90d43a3b7988ec195b625d1f272714bad6619aae9ffd"
 43824          }
 43825        ],
 43826        "licenses": [
 43827          {"license": {
 43828            "id": "EPL-2.0",
 43829            "url": "https://www.eclipse.org/legal/epl-2.0"
 43830          }},
 43831          {"license": {
 43832            "name": "GNU General Public License, version 2 with the GNU Classpath Exception",
 43833            "url": "https://projects.eclipse.org/license/secondary-gpl-2.0-cp"
 43834          }}
 43835        ],
 43836        "purl": "pkg:maven/jakarta.json/jakarta.json-api@1.1.6?type=jar",
 43837        "externalReferences": [
 43838          {
 43839            "type": "vcs",
 43840            "url": "https://github.com/eclipse-ee4j/jsonp"
 43841          },
 43842          {
 43843            "type": "website",
 43844            "url": "https://www.eclipse.org"
 43845          },
 43846          {
 43847            "type": "issue-tracker",
 43848            "url": "https://github.com/eclipse-ee4j/ee4j/issues"
 43849          },
 43850          {
 43851            "type": "mailing-list",
 43852            "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/"
 43853          }
 43854        ]
 43855      },
 43856      {
 43857        "type": "library",
 43858        "bom-ref": "pkg:maven/org.wildfly/wildfly-security@19.1.0.Final?type=jar",
 43859        "publisher": "JBoss by Red Hat",
 43860        "group": "org.wildfly",
 43861        "name": "wildfly-security",
 43862        "version": "19.1.0.Final",
 43863        "description": "WildFly: Parent Aggregator",
 43864        "hashes": [
 43865          {
 43866            "alg": "MD5",
 43867            "content": "39bfcc4c807b04877f63f599a6041f92"
 43868          },
 43869          {
 43870            "alg": "SHA-1",
 43871            "content": "e741995ce48692ccdef7d0d0ba896ae39841ff03"
 43872          },
 43873          {
 43874            "alg": "SHA-256",
 43875            "content": "4d85b3ebada8fce3d37c5cde0b37e8ebf35b57e87053fa913b677913d6d35c72"
 43876          },
 43877          {
 43878            "alg": "SHA-384",
 43879            "content": "7ffd55ccfac15d38316c211440ffb2f9300e965eda0b6a3ef11aee4ad4c163aaf1997d236002848b4026ec360926443d"
 43880          },
 43881          {
 43882            "alg": "SHA-512",
 43883            "content": "721ec9390c7bef14c17e918df8ace7cbd7cfb63dbe9a47a89d23c8ca5295df10cc7042802edc38caf657e019fdf4309425806743f50f1e2ca5bb05aa9f2d9f1e"
 43884          },
 43885          {
 43886            "alg": "SHA3-256",
 43887            "content": "9c724cd1ab80a1e5a5bc060dd08bd26fa858d923b9ccb9bebb4ce28e294c974a"
 43888          },
 43889          {
 43890            "alg": "SHA3-384",
 43891            "content": "619a1215f0d40b3cf25b7a3b4d0d4397192f196f9cb07ce816698691ef8961fb79c70fa3f8e38bf1e0b1063d14062396"
 43892          },
 43893          {
 43894            "alg": "SHA3-512",
 43895            "content": "a7780584e8ad768c89d3e6d1702c2da2787ba8f8a4c81a3a16f407736ff007415ac71fdcb70cd94b37692c7cce2d03dd49bf8201337f797e247dd951955de3e0"
 43896          }
 43897        ],
 43898        "licenses": [{"license": {
 43899          "id": "LGPL-2.1-or-later",
 43900          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43901        }}],
 43902        "purl": "pkg:maven/org.wildfly/wildfly-security@19.1.0.Final?type=jar",
 43903        "externalReferences": [
 43904          {
 43905            "type": "website",
 43906            "url": "http://www.jboss.org"
 43907          },
 43908          {
 43909            "type": "issue-tracker",
 43910            "url": "https://issues.jboss.org/"
 43911          },
 43912          {
 43913            "type": "mailing-list",
 43914            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43915          },
 43916          {
 43917            "type": "vcs",
 43918            "url": "http://github.com/jboss/jboss-parent-pom"
 43919          }
 43920        ]
 43921      },
 43922      {
 43923        "type": "library",
 43924        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-infinispan-spi@19.1.0.Final?type=jar",
 43925        "publisher": "JBoss by Red Hat",
 43926        "group": "org.wildfly",
 43927        "name": "wildfly-clustering-infinispan-spi",
 43928        "version": "19.1.0.Final",
 43929        "description": "An integration module for use by subsystem/modules that use or install server managed embedded caches.",
 43930        "hashes": [
 43931          {
 43932            "alg": "MD5",
 43933            "content": "8ece2c1e723deb46b9c1c3c005cca19a"
 43934          },
 43935          {
 43936            "alg": "SHA-1",
 43937            "content": "b2de5aff89b17087f5ad52f3eea92b58cf2c4df1"
 43938          },
 43939          {
 43940            "alg": "SHA-256",
 43941            "content": "6782e51e4484fb5fe6f9399f292f4cb4c869d82d1567d32f4fefbd1677b0ee14"
 43942          },
 43943          {
 43944            "alg": "SHA-384",
 43945            "content": "3dee4520e7a5b829d96e0837c730e6a68c183a276a3c7de7649dcdb1b7c3886949ccbcbd15f8f6e9d19bffa6f34231ac"
 43946          },
 43947          {
 43948            "alg": "SHA-512",
 43949            "content": "2d1ab513e3936997f13117907a77fe3050615160922b54bb9a88f3d97d887a77e74924a05ac02ea4899f7c65f22839ae1e5d0cad9687d6fb1e337597ad0b0d49"
 43950          },
 43951          {
 43952            "alg": "SHA3-256",
 43953            "content": "30e37373cc611c23ff3a0863bc5d7d4ee8ff077cb30036404ebf87226292a2ab"
 43954          },
 43955          {
 43956            "alg": "SHA3-384",
 43957            "content": "3a8be54b12350f0eba4617acc29d137f15337c071f3cf38d5ff6ab933d32d17d9e8546ce5001dbfbb903ea6a1dae9ddb"
 43958          },
 43959          {
 43960            "alg": "SHA3-512",
 43961            "content": "4722ab000e25f8f713c7c4b90a519db3ad98694cd6a488c5c44fada6a8bf6c7bd3ada23a9c32c67818c2134bc0d1c66f7e33d3df5aeb82b584b20c323233da52"
 43962          }
 43963        ],
 43964        "licenses": [{"license": {
 43965          "id": "LGPL-2.1-or-later",
 43966          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 43967        }}],
 43968        "purl": "pkg:maven/org.wildfly/wildfly-clustering-infinispan-spi@19.1.0.Final?type=jar",
 43969        "externalReferences": [
 43970          {
 43971            "type": "website",
 43972            "url": "http://www.jboss.org"
 43973          },
 43974          {
 43975            "type": "issue-tracker",
 43976            "url": "https://issues.jboss.org/"
 43977          },
 43978          {
 43979            "type": "mailing-list",
 43980            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 43981          },
 43982          {
 43983            "type": "vcs",
 43984            "url": "http://github.com/jboss/jboss-parent-pom"
 43985          }
 43986        ]
 43987      },
 43988      {
 43989        "type": "library",
 43990        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-spi@19.1.0.Final?type=jar",
 43991        "publisher": "JBoss by Red Hat",
 43992        "group": "org.wildfly",
 43993        "name": "wildfly-clustering-marshalling-spi",
 43994        "version": "19.1.0.Final",
 43995        "description": "Contains a set of marshalling interfaces for use by the wildfly-clustering-ejb-spi and wildfly-clustering-web-spi modules as well as a default set of wildfly-clustering-marshalling-api implementations.",
 43996        "hashes": [
 43997          {
 43998            "alg": "MD5",
 43999            "content": "08792e04f23bcceb61772161ff826097"
 44000          },
 44001          {
 44002            "alg": "SHA-1",
 44003            "content": "66156a2477d92cec9e3d724e82d6d1062586fe66"
 44004          },
 44005          {
 44006            "alg": "SHA-256",
 44007            "content": "7883363f798215c3f6a7cd170dd6ab4e58f454115a06ca4426d863d078ed3e95"
 44008          },
 44009          {
 44010            "alg": "SHA-384",
 44011            "content": "1e26f74c22e6e29791dd78ebcdaa402c79b2cfcf251e1c7ace62f2c95020e773022934f313a4c9d08462b785caef241e"
 44012          },
 44013          {
 44014            "alg": "SHA-512",
 44015            "content": "4f78ab4a45b3e922724daa5e05c1ae359abb46a00e3aa6373481fd6821bbd9164d1e9f479973fdfdca628a000dedf05a13b775c87a1a44cb89313b78ca1677b0"
 44016          },
 44017          {
 44018            "alg": "SHA3-256",
 44019            "content": "4713af41c5299470daad1984ad44a2eae4ad6cb617fd45fb77305fc9b088475f"
 44020          },
 44021          {
 44022            "alg": "SHA3-384",
 44023            "content": "aa1e0778358584bb5ff8cd5ae32ca5db86b7b5a964820a0a99fe337febd7d98c1508c4ecc199bb76c66478ce70368bc7"
 44024          },
 44025          {
 44026            "alg": "SHA3-512",
 44027            "content": "8aec04ce1b76eb3f8201ed3fc0dea47d168e6315054754c02317fca3686fabd30253cb21c381e4b9175364867e0a8a92fbb2a8eb6f0975314a9106841163dba2"
 44028          }
 44029        ],
 44030        "licenses": [{"license": {
 44031          "id": "LGPL-2.1-or-later",
 44032          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44033        }}],
 44034        "purl": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-spi@19.1.0.Final?type=jar",
 44035        "externalReferences": [
 44036          {
 44037            "type": "website",
 44038            "url": "http://www.jboss.org"
 44039          },
 44040          {
 44041            "type": "issue-tracker",
 44042            "url": "https://issues.jboss.org/"
 44043          },
 44044          {
 44045            "type": "mailing-list",
 44046            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44047          },
 44048          {
 44049            "type": "vcs",
 44050            "url": "http://github.com/jboss/jboss-parent-pom"
 44051          }
 44052        ]
 44053      },
 44054      {
 44055        "type": "library",
 44056        "bom-ref": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-api@19.1.0.Final?type=jar",
 44057        "publisher": "JBoss by Red Hat",
 44058        "group": "org.wildfly",
 44059        "name": "wildfly-clustering-marshalling-api",
 44060        "version": "19.1.0.Final",
 44061        "description": "Public module containing interfaces to be implemented by applications and internal modules to optimize marshalling behavior for both distributable @Stateful EJBs and HTTP sessions. The API is independent of the backing marshalling framework.",
 44062        "hashes": [
 44063          {
 44064            "alg": "MD5",
 44065            "content": "b51ce98a25e1ec6e992c67d19989521e"
 44066          },
 44067          {
 44068            "alg": "SHA-1",
 44069            "content": "6da548e2860ebee2042a981e8c2e6784258bd455"
 44070          },
 44071          {
 44072            "alg": "SHA-256",
 44073            "content": "8b6620a3661bde4f07663b2014f409a6a2e22db5c679dcb4521925ca90d1f313"
 44074          },
 44075          {
 44076            "alg": "SHA-384",
 44077            "content": "2c9b3b4877fdae26ef3364495f40b5bf6ead84e21d4fca494dde78bea8a3a6a8c1ceba361550c697caf8806af5049cda"
 44078          },
 44079          {
 44080            "alg": "SHA-512",
 44081            "content": "eef8bde62991ce0e4380aec3ced198ebb2815b28b3b18df67871340108cd8c714ec92a90c487f7a4603995812a0acc647821dd8e5be9f943f9b56da7e6e6493e"
 44082          },
 44083          {
 44084            "alg": "SHA3-256",
 44085            "content": "766c58601350989641cc75e0772bf1efc384c8f393ab6b5ccaea0e1aca1634f5"
 44086          },
 44087          {
 44088            "alg": "SHA3-384",
 44089            "content": "a5a8b4297bb70569edf5ae5eb98d9de250089e35a4d80e5beef3ac8d669f3e5e4ed963f7954c4d1284139a3e97153a16"
 44090          },
 44091          {
 44092            "alg": "SHA3-512",
 44093            "content": "0fd8a0a9458b6e19482a3f60ef69b07c6dc9957ccf94480fa109f07998ddca9c78f00b5afeee12d7dfca5c8b761a2454a1ad52eb00df9eee64e0088777e8d661"
 44094          }
 44095        ],
 44096        "licenses": [{"license": {
 44097          "id": "LGPL-2.1-or-later",
 44098          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44099        }}],
 44100        "purl": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-api@19.1.0.Final?type=jar",
 44101        "externalReferences": [
 44102          {
 44103            "type": "website",
 44104            "url": "http://www.jboss.org"
 44105          },
 44106          {
 44107            "type": "issue-tracker",
 44108            "url": "https://issues.jboss.org/"
 44109          },
 44110          {
 44111            "type": "mailing-list",
 44112            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44113          },
 44114          {
 44115            "type": "vcs",
 44116            "url": "http://github.com/jboss/jboss-parent-pom"
 44117          }
 44118        ]
 44119      },
 44120      {
 44121        "type": "library",
 44122        "bom-ref": "pkg:maven/org.wildfly/wildfly-transactions@19.1.0.Final?type=jar",
 44123        "publisher": "JBoss by Red Hat",
 44124        "group": "org.wildfly",
 44125        "name": "wildfly-transactions",
 44126        "version": "19.1.0.Final",
 44127        "description": "WildFly: Parent Aggregator",
 44128        "hashes": [
 44129          {
 44130            "alg": "MD5",
 44131            "content": "4db6fda3aadd5879804261fc1900ed2e"
 44132          },
 44133          {
 44134            "alg": "SHA-1",
 44135            "content": "9e1f076a7c6e65b432a50f29460d008e6565a034"
 44136          },
 44137          {
 44138            "alg": "SHA-256",
 44139            "content": "e3351dbdb039b17eb693f6ac357a1a53fd5474bd8a0c285d6b7e3ef772069dc4"
 44140          },
 44141          {
 44142            "alg": "SHA-384",
 44143            "content": "6676a8d53d8c84bf454b6fa25a7f8cc84038bd63202923f369eefb976ebe4040a64e9865e010e90213495b5929a0d9f0"
 44144          },
 44145          {
 44146            "alg": "SHA-512",
 44147            "content": "7130e84b04b36599af9ea67287f3da8ee72f299249234814d03bf3e43b48954d702a315dc2e51eaf0d37c87db121145f5037466f2e64374772a593d9a46c414a"
 44148          },
 44149          {
 44150            "alg": "SHA3-256",
 44151            "content": "8e84456a0a5672ec876b52b713d20d653a81f34bdfbefc668d8169160f3f0c2f"
 44152          },
 44153          {
 44154            "alg": "SHA3-384",
 44155            "content": "bb144653242dd0bee45c5022f2151c869382b616ea601b1e29de32bb599f7de6483be9f1acad8d64ee8440bc4e00f70b"
 44156          },
 44157          {
 44158            "alg": "SHA3-512",
 44159            "content": "d3cf9fffb2abdf54bdd2770e15028471c6597bd0701ea694417aa7a0dbd7cb4fdf360a500c7afd185628077641f33b92a3f59111cbc08cb8767d9d08a6a6c669"
 44160          }
 44161        ],
 44162        "licenses": [{"license": {
 44163          "id": "LGPL-2.1-or-later",
 44164          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44165        }}],
 44166        "purl": "pkg:maven/org.wildfly/wildfly-transactions@19.1.0.Final?type=jar",
 44167        "externalReferences": [
 44168          {
 44169            "type": "website",
 44170            "url": "http://www.jboss.org"
 44171          },
 44172          {
 44173            "type": "issue-tracker",
 44174            "url": "https://issues.jboss.org/"
 44175          },
 44176          {
 44177            "type": "mailing-list",
 44178            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44179          },
 44180          {
 44181            "type": "vcs",
 44182            "url": "http://github.com/jboss/jboss-parent-pom"
 44183          }
 44184        ]
 44185      },
 44186      {
 44187        "type": "library",
 44188        "bom-ref": "pkg:maven/org.wildfly/wildfly-iiop-openjdk@19.1.0.Final?type=jar",
 44189        "publisher": "JBoss by Red Hat",
 44190        "group": "org.wildfly",
 44191        "name": "wildfly-iiop-openjdk",
 44192        "version": "19.1.0.Final",
 44193        "description": "WildFly: Parent Aggregator",
 44194        "hashes": [
 44195          {
 44196            "alg": "MD5",
 44197            "content": "b1d9d0f370867cf3ca65bf4db9e1e7fe"
 44198          },
 44199          {
 44200            "alg": "SHA-1",
 44201            "content": "d57c6a692d99bc438f5fdf56d0d18678bdb9f17f"
 44202          },
 44203          {
 44204            "alg": "SHA-256",
 44205            "content": "8b0ccd7e9bcb427a55a418795532876c698e7bcaee562b60bb8efc30f2031e91"
 44206          },
 44207          {
 44208            "alg": "SHA-384",
 44209            "content": "3e484016762c83adfa49223e4034e3de2463c42367f6d0d373612b0527e5790c2ba6511a0287c90359371731dca6af9f"
 44210          },
 44211          {
 44212            "alg": "SHA-512",
 44213            "content": "7a3b4ac6e26fde172850ff465f685093fd9d1c630d7c6942ce2d49c7976c2ac89db0d09c6ee0330e647e3d0a150f6dfdf6322fff371e31ece2cfd4db1941aab5"
 44214          },
 44215          {
 44216            "alg": "SHA3-256",
 44217            "content": "d4fc792b0e53cdb977d833bdbd1ed8c44ffa22a6ce1bf0f9f8759fcac99b7d6a"
 44218          },
 44219          {
 44220            "alg": "SHA3-384",
 44221            "content": "cd07a3ca8f1c21349dcbb22aef20022f13b83377555c86173a90e81085ec465d4aaaa775c1888f9ad87c7b191a7bcc72"
 44222          },
 44223          {
 44224            "alg": "SHA3-512",
 44225            "content": "2b6b235433424ebbc9487a07b56f296e89f388e3e8ccc4f20e8665523e322b1f282fcab76defd7e13a1d77ad33161726fa3f770f75c3c1a9f4649a5697579780"
 44226          }
 44227        ],
 44228        "licenses": [{"license": {
 44229          "id": "LGPL-2.1-or-later",
 44230          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44231        }}],
 44232        "purl": "pkg:maven/org.wildfly/wildfly-iiop-openjdk@19.1.0.Final?type=jar",
 44233        "externalReferences": [
 44234          {
 44235            "type": "website",
 44236            "url": "http://www.jboss.org"
 44237          },
 44238          {
 44239            "type": "issue-tracker",
 44240            "url": "https://issues.jboss.org/"
 44241          },
 44242          {
 44243            "type": "mailing-list",
 44244            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44245          },
 44246          {
 44247            "type": "vcs",
 44248            "url": "http://github.com/jboss/jboss-parent-pom"
 44249          }
 44250        ]
 44251      },
 44252      {
 44253        "type": "library",
 44254        "bom-ref": "pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.0.0.Final?type=jar",
 44255        "publisher": "JBoss by Red Hat",
 44256        "group": "org.jboss.metadata",
 44257        "name": "jboss-metadata-ejb",
 44258        "version": "13.0.0.Final",
 44259        "description": "The JavaEE EJB metadata classes",
 44260        "hashes": [
 44261          {
 44262            "alg": "MD5",
 44263            "content": "135631b86ba77b68b6febd290a9a929f"
 44264          },
 44265          {
 44266            "alg": "SHA-1",
 44267            "content": "b7fd7f2d445c9b2a26416b1b6280dac1fbb7846f"
 44268          },
 44269          {
 44270            "alg": "SHA-256",
 44271            "content": "331d4893a2b1593e8fc03a71ca06f9415d14400aadb6f25fcd816da44477528b"
 44272          },
 44273          {
 44274            "alg": "SHA-384",
 44275            "content": "738157fe84c771ee6fd028475c781f7d336ffd6632a70e46c07697e9db5af3a0460fb0498bda39c4d14440ed209f0824"
 44276          },
 44277          {
 44278            "alg": "SHA-512",
 44279            "content": "69c4855e1ffd4ddda397c8efc5a7ef077c9c55e5dc9da597f25edb587e3c3f3b62f94b3de309df7d3063a9eea44ee0b54fae34670e7ef9e6b1c5a3b6cd1e665c"
 44280          },
 44281          {
 44282            "alg": "SHA3-256",
 44283            "content": "76e70f20ec68bd00adb976c385487b93caa6bb0aac6f9517cb357d1a42ac10ac"
 44284          },
 44285          {
 44286            "alg": "SHA3-384",
 44287            "content": "c54071d58ddc5bfa18983a113d34adebfe48adacd2e83fc5e1e51ec86aadb45d8d93e939d9d0b887207aacb2a68200fe"
 44288          },
 44289          {
 44290            "alg": "SHA3-512",
 44291            "content": "9ae36ecd5e4cdcd6e152636e50248be618f98bbb8286cd026b73570901cd8693aff453610e646ce2a8b1a7f1cf9ddb231506cbe0d016b661f549269ba7468c03"
 44292          }
 44293        ],
 44294        "licenses": [{"license": {
 44295          "name": "Public Domain",
 44296          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 44297        }}],
 44298        "purl": "pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.0.0.Final?type=jar",
 44299        "externalReferences": [
 44300          {
 44301            "type": "website",
 44302            "url": "http://www.jboss.org"
 44303          },
 44304          {
 44305            "type": "issue-tracker",
 44306            "url": "https://issues.jboss.org/"
 44307          },
 44308          {
 44309            "type": "mailing-list",
 44310            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44311          },
 44312          {
 44313            "type": "vcs",
 44314            "url": "http://github.com/jboss/jboss-parent-pom"
 44315          }
 44316        ]
 44317      },
 44318      {
 44319        "type": "library",
 44320        "bom-ref": "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final?type=jar",
 44321        "publisher": "JBoss by Red Hat",
 44322        "group": "org.jboss.openjdk-orb",
 44323        "name": "openjdk-orb",
 44324        "version": "8.1.4.Final",
 44325        "description": "JBoss repackaging of the OpenJDK ORB",
 44326        "hashes": [
 44327          {
 44328            "alg": "MD5",
 44329            "content": "ac987b8528df93c279ed5b2bd9b60b39"
 44330          },
 44331          {
 44332            "alg": "SHA-1",
 44333            "content": "4358f9c84cc0eee0b988efcf4838bf572a5bd05b"
 44334          },
 44335          {
 44336            "alg": "SHA-256",
 44337            "content": "520460bf51cbeb92436ef5052a98b903b930095f48c332a3534e4a206454f302"
 44338          },
 44339          {
 44340            "alg": "SHA-384",
 44341            "content": "acc3f3c3b195b7782b7b817090e9a65f92c75175a519305bfdd2b404e886ec762c67264e9370ce0ab75c6b7ecd56b31e"
 44342          },
 44343          {
 44344            "alg": "SHA-512",
 44345            "content": "4826aca95147d1cba10fa0ced07d5ec7890426ccf42243f579953b3153aee05e0d51739db7006512181757358fdb80a01e9089782470caf154d2441a2d4cb6c0"
 44346          },
 44347          {
 44348            "alg": "SHA3-256",
 44349            "content": "8fae2720eef55e9e6fa277939d4824884b6dae19044a68861da514bd7ef28e82"
 44350          },
 44351          {
 44352            "alg": "SHA3-384",
 44353            "content": "c38e565df52f04fa04228f1f9f3c68e12e93f7de96765334c16a266f5a8d159c3178ea5fd26f4a5f4e443c898b244615"
 44354          },
 44355          {
 44356            "alg": "SHA3-512",
 44357            "content": "0689d0368ec84d423c8fe82cff808de8f8a968611ca91abb936afd0b274ad61d338530a4c41227a9e662362f12c4563ffe1218f36c11f96d254c894f4435ec55"
 44358          }
 44359        ],
 44360        "licenses": [{"license": {
 44361          "name": "gpl",
 44362          "url": "http://openjdk.java.net/legal/gplv2+ce.html"
 44363        }}],
 44364        "purl": "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final?type=jar",
 44365        "externalReferences": [
 44366          {
 44367            "type": "vcs",
 44368            "url": "https://github.com/jboss/openjdk-orb"
 44369          },
 44370          {
 44371            "type": "website",
 44372            "url": "http://www.jboss.org"
 44373          },
 44374          {
 44375            "type": "issue-tracker",
 44376            "url": "https://issues.jboss.org/"
 44377          },
 44378          {
 44379            "type": "mailing-list",
 44380            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44381          }
 44382        ]
 44383      },
 44384      {
 44385        "type": "library",
 44386        "bom-ref": "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final?type=jar",
 44387        "publisher": "JBoss by Red Hat",
 44388        "group": "org.jboss",
 44389        "name": "jboss-transaction-spi",
 44390        "version": "7.6.0.Final",
 44391        "description": "The Java Transaction SPI classes",
 44392        "hashes": [
 44393          {
 44394            "alg": "MD5",
 44395            "content": "b92168b8976135406fb7e1ca15b3879b"
 44396          },
 44397          {
 44398            "alg": "SHA-1",
 44399            "content": "ffb66e9647c8bafcdb9452c3a233fd229b8ec3f1"
 44400          },
 44401          {
 44402            "alg": "SHA-256",
 44403            "content": "41d3bce77d0f970a656d8d7232363aed86f53cafcc6f30b4972051d8e38ee4ca"
 44404          },
 44405          {
 44406            "alg": "SHA-384",
 44407            "content": "12266c10c6e9214bd0ad34c7bdbed53e3e39383e5a1f1b3ae5bd32494c7b3e0aed3f14643d8480f590d0faa840519ba1"
 44408          },
 44409          {
 44410            "alg": "SHA-512",
 44411            "content": "4f1ca6778952578b9d3b754e4dc83bad3ec52ae1fd1c2420404d8971e4d12cbfb30491ebbf199751610dca530090f1ae2b54b4998116f1ba6fb7492925fd99a0"
 44412          },
 44413          {
 44414            "alg": "SHA3-256",
 44415            "content": "367c872c423844ef041260a7d6655caeb5aeea9c2bd8ed36a04042404d7d01ce"
 44416          },
 44417          {
 44418            "alg": "SHA3-384",
 44419            "content": "732062c3fe6ee08e394d619ee6d10ef130e0f94ef864b6a2670ce3da208eef5aeaa366859cfb3c0a13d3593375d964fa"
 44420          },
 44421          {
 44422            "alg": "SHA3-512",
 44423            "content": "3a54d505d7a73e2c5d774223b9c771886b7b59fcb231f9755c611f7e707558e546a0f426ffe8377b028a1bd3d53462e3ccef133f4caf93c20d5ed185299ff42d"
 44424          }
 44425        ],
 44426        "licenses": [{"license": {"name": "Public Domain"}}],
 44427        "purl": "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final?type=jar",
 44428        "externalReferences": [
 44429          {
 44430            "type": "distribution",
 44431            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 44432          },
 44433          {
 44434            "type": "website",
 44435            "url": "http://www.jboss.org"
 44436          },
 44437          {
 44438            "type": "issue-tracker",
 44439            "url": "https://issues.jboss.org/"
 44440          },
 44441          {
 44442            "type": "mailing-list",
 44443            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44444          },
 44445          {
 44446            "type": "vcs",
 44447            "url": "http://github.com/jboss/jboss-parent-pom"
 44448          }
 44449        ]
 44450      },
 44451      {
 44452        "type": "library",
 44453        "bom-ref": "pkg:maven/org.jboss.narayana.jts/narayana-jts-idlj@5.10.1.Final?type=jar",
 44454        "publisher": "JBoss by Red Hat",
 44455        "group": "org.jboss.narayana.jts",
 44456        "name": "narayana-jts-idlj",
 44457        "version": "5.10.1.Final",
 44458        "description": "JTS uber jar with idlj stubs",
 44459        "hashes": [
 44460          {
 44461            "alg": "MD5",
 44462            "content": "6193a4019e470e51fd77f59bad54488e"
 44463          },
 44464          {
 44465            "alg": "SHA-1",
 44466            "content": "34d4b2b8cbfbb877be80bc0aafb292c8f980166d"
 44467          },
 44468          {
 44469            "alg": "SHA-256",
 44470            "content": "f6c3b78fe64ae98bb353b5434935511b12dc8e54fb188ee145989f3dc83f9f86"
 44471          },
 44472          {
 44473            "alg": "SHA-384",
 44474            "content": "5e111b3d42c3430f19b82a54b0a61ad2abb074e224eb24179f93118026f770c482c79efac165f0b0ee3e2beedd983dbd"
 44475          },
 44476          {
 44477            "alg": "SHA-512",
 44478            "content": "ead070fde79d29e6fa7fa1bf8a68b2630f5f64db43a09770266d4427188815249597a235739cd605fbb18eb83872d220adf1c9c7d42f215b7c9a660862fa3e30"
 44479          },
 44480          {
 44481            "alg": "SHA3-256",
 44482            "content": "45c952f178313291abe2b18c797034f3725bcc6a724b375117bbfb5dc004763d"
 44483          },
 44484          {
 44485            "alg": "SHA3-384",
 44486            "content": "262c655d6d7d30895f907bf82a2fe76a993b6c168aa1072f888b035d22092e7b5a289592637d80a0e7768a408d2a10a0"
 44487          },
 44488          {
 44489            "alg": "SHA3-512",
 44490            "content": "cdd523ecb6d3bf30bb921c6872e10fe661eaa87ade1c7f5bd738a28f3fbd76ded71d0822df14cfd4fdd0904fdb279a25f444afa50d6d0e22354ce56c6e3da567"
 44491          }
 44492        ],
 44493        "licenses": [{"license": {"id": "LGPL-2.1-only"}}],
 44494        "purl": "pkg:maven/org.jboss.narayana.jts/narayana-jts-idlj@5.10.1.Final?type=jar",
 44495        "externalReferences": [
 44496          {
 44497            "type": "build-system",
 44498            "url": "http://hudson.qa.jboss.com/hudson/view/JBossTS/"
 44499          },
 44500          {
 44501            "type": "distribution",
 44502            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 44503          },
 44504          {
 44505            "type": "issue-tracker",
 44506            "url": "https://jira.jboss.org/jira/browse/JBTM/"
 44507          },
 44508          {
 44509            "type": "vcs",
 44510            "url": "https://github.com/jbosstm/narayana"
 44511          },
 44512          {
 44513            "type": "website",
 44514            "url": "http://www.jboss.org"
 44515          },
 44516          {
 44517            "type": "mailing-list",
 44518            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44519          }
 44520        ]
 44521      },
 44522      {
 44523        "type": "library",
 44524        "bom-ref": "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.10.1.Final?type=jar",
 44525        "publisher": "JBoss by Red Hat",
 44526        "group": "org.jboss.narayana.jts",
 44527        "name": "narayana-jts-integration",
 44528        "version": "5.10.1.Final",
 44529        "description": "Narayana: ArjunaJTS integration (atx)",
 44530        "hashes": [
 44531          {
 44532            "alg": "MD5",
 44533            "content": "0aa5fd4cac271090fe55f13ba717ee16"
 44534          },
 44535          {
 44536            "alg": "SHA-1",
 44537            "content": "e68e252333636efb61c50e7e4be0a1bd97373e3f"
 44538          },
 44539          {
 44540            "alg": "SHA-256",
 44541            "content": "53e29b97dd9fda9d83b50a7df481c138fa5f6d2048a0108411b08073f79ee606"
 44542          },
 44543          {
 44544            "alg": "SHA-384",
 44545            "content": "7dfbc15940f2581be1a8c3584e3363838bc357e9e8d789b780e2cc9b077e5e187ce2421524962ed89ad2b26cdfbd7a8a"
 44546          },
 44547          {
 44548            "alg": "SHA-512",
 44549            "content": "c2104d32622efece9c9d9de1c814ec15dba72c9eea31f4f6e570c70837c7de1cd6f0e8d3f882c54829b6db66cf67c68958988c26376d03c50c22caad88fc0aa1"
 44550          },
 44551          {
 44552            "alg": "SHA3-256",
 44553            "content": "0cfa57b48d04b8441fa5da37ce332a1db2962ae0003c73fdf71e11d18db44856"
 44554          },
 44555          {
 44556            "alg": "SHA3-384",
 44557            "content": "e646024a320b195bd3f7645ef64232394681d5bce78ee047524cf59f392d2f1d5db306d442d20128756b76b10402f912"
 44558          },
 44559          {
 44560            "alg": "SHA3-512",
 44561            "content": "866e6aaa1a139213f1acb6b26bb504193cf4062c067dfe7bafb6de19d41f00ce6aa9436386fb1dfed9d10c59bbe16ffa5b57e7a685c5e8cf0ff1cd903b5eb2f0"
 44562          }
 44563        ],
 44564        "licenses": [{"license": {"id": "LGPL-2.1-only"}}],
 44565        "purl": "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.10.1.Final?type=jar",
 44566        "externalReferences": [
 44567          {
 44568            "type": "build-system",
 44569            "url": "http://hudson.qa.jboss.com/hudson/view/JBossTS/"
 44570          },
 44571          {
 44572            "type": "distribution",
 44573            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 44574          },
 44575          {
 44576            "type": "issue-tracker",
 44577            "url": "https://jira.jboss.org/jira/browse/JBTM/"
 44578          },
 44579          {
 44580            "type": "vcs",
 44581            "url": "https://github.com/jbosstm/narayana"
 44582          },
 44583          {
 44584            "type": "website",
 44585            "url": "http://www.jboss.org"
 44586          },
 44587          {
 44588            "type": "mailing-list",
 44589            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44590          }
 44591        ]
 44592      },
 44593      {
 44594        "type": "library",
 44595        "bom-ref": "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final?type=jar",
 44596        "publisher": "JBoss by Red Hat",
 44597        "group": "org.jboss.spec.javax.resource",
 44598        "name": "jboss-connector-api_1.7_spec",
 44599        "version": "2.0.0.Final",
 44600        "description": "Jakarta Connectors",
 44601        "hashes": [
 44602          {
 44603            "alg": "MD5",
 44604            "content": "d96c8aeb0c2b83a6fffb6932af7a804d"
 44605          },
 44606          {
 44607            "alg": "SHA-1",
 44608            "content": "1ecdf6cd30c63dff11390ad88f654b3ffb929199"
 44609          },
 44610          {
 44611            "alg": "SHA-256",
 44612            "content": "733f3f009722aee07339490ba957e0ffd440821f189582b642ff2b5105191161"
 44613          },
 44614          {
 44615            "alg": "SHA-384",
 44616            "content": "edc6a556dab337a7bb2c706d6276d7ae3dfa07823432dd5d905cef4596445d109c0c44986414943f970ebef7b9763f66"
 44617          },
 44618          {
 44619            "alg": "SHA-512",
 44620            "content": "65521ce576b09ec6bd658e5bcc599c02f405db156a3255403c39f210323db18fe6ca6a86a234390e2a4695dd9411d77f7c8e565f1866b21173aaad59a8007b57"
 44621          },
 44622          {
 44623            "alg": "SHA3-256",
 44624            "content": "134615c722ff4628b2fc6a49573a53ce3b494459de27a9ff4328931c6b2ce016"
 44625          },
 44626          {
 44627            "alg": "SHA3-384",
 44628            "content": "a86cffae7cdfca628c5c536212bd9e629586b28e8b320b405ddf90e318514ce957f909716e277d83e0708dbf81fb6cf6"
 44629          },
 44630          {
 44631            "alg": "SHA3-512",
 44632            "content": "0ad35a9bd5933e2116229586ef5bb7caa9dcda57385ac4c9ca744bcbac0196ba30098129821a924dd3ee9756ff63981ad47338cc3188f29890f764de598de57b"
 44633          }
 44634        ],
 44635        "licenses": [
 44636          {"license": {"id": "EPL-2.0"}},
 44637          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 44638        ],
 44639        "purl": "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final?type=jar",
 44640        "externalReferences": [
 44641          {
 44642            "type": "issue-tracker",
 44643            "url": "https://github.com/jboss/jboss-jakarta-connector-api_spec/issues"
 44644          },
 44645          {
 44646            "type": "vcs",
 44647            "url": "https://github.com/jboss/jboss-jakarta-connector-api_spec"
 44648          },
 44649          {
 44650            "type": "website",
 44651            "url": "http://www.jboss.org"
 44652          },
 44653          {
 44654            "type": "mailing-list",
 44655            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44656          }
 44657        ]
 44658      },
 44659      {
 44660        "type": "library",
 44661        "bom-ref": "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.9.Final?type=jar",
 44662        "publisher": "JBoss by Red Hat",
 44663        "group": "org.wildfly.transaction",
 44664        "name": "wildfly-transaction-client",
 44665        "version": "1.1.9.Final",
 44666        "description": "Client library for applications using transactions with Wildfly",
 44667        "hashes": [
 44668          {
 44669            "alg": "MD5",
 44670            "content": "34ceb3d3460866d6cb7b34f4a842c50e"
 44671          },
 44672          {
 44673            "alg": "SHA-1",
 44674            "content": "e4e47b2e8a5f75f21a645366c57df11fac5f9a63"
 44675          },
 44676          {
 44677            "alg": "SHA-256",
 44678            "content": "858cbbc5d2f5f090d82ea4f6de93387e207b65bb39efdff8ebb4ceee527a656b"
 44679          },
 44680          {
 44681            "alg": "SHA-384",
 44682            "content": "a72c6b32cb3872f08dc6849f1d5ad99067572039f5a3e294c61f7231edc36fae12eaa6912503f46ea82d7efb54cea7e0"
 44683          },
 44684          {
 44685            "alg": "SHA-512",
 44686            "content": "09b25b96f02aae073dfdfc90371fc2b9ec8d8f88bab8d44dcc81dbdbb182c7f2d2952b734e3a9a0036caf3e63d3d37d426fa1012a01a4ee0d28f1df6482d3df8"
 44687          },
 44688          {
 44689            "alg": "SHA3-256",
 44690            "content": "9c36ef47734b73094097c2ecdcc09e18b5fd2b841b4443c25b1192748eb5d212"
 44691          },
 44692          {
 44693            "alg": "SHA3-384",
 44694            "content": "2cf9bbce7893934601b60a763a9f5c1e735f1dad840344ff16b6b2871c988379e6180d4319ad99b1e9baaba50e6cfe94"
 44695          },
 44696          {
 44697            "alg": "SHA3-512",
 44698            "content": "a04bb92025fd4fcdf3ca07b4c2751659ca65f0eecda31406890f9e14600f0ee11880b1a2187e21a13d600d6ae911248bb8dcd2d4e8270d554af1b959f24e1296"
 44699          }
 44700        ],
 44701        "licenses": [{"license": {
 44702          "id": "Apache-2.0",
 44703          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 44704        }}],
 44705        "purl": "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.9.Final?type=jar",
 44706        "externalReferences": [
 44707          {
 44708            "type": "website",
 44709            "url": "http://www.jboss.org"
 44710          },
 44711          {
 44712            "type": "issue-tracker",
 44713            "url": "https://issues.jboss.org/"
 44714          },
 44715          {
 44716            "type": "mailing-list",
 44717            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44718          },
 44719          {
 44720            "type": "vcs",
 44721            "url": "http://github.com/jboss/jboss-parent-pom"
 44722          }
 44723        ]
 44724      },
 44725      {
 44726        "type": "library",
 44727        "bom-ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.0.20.Final?type=jar",
 44728        "publisher": "JBoss by Red Hat",
 44729        "group": "org.wildfly.wildfly-http-client",
 44730        "name": "wildfly-http-transaction-client",
 44731        "version": "1.0.20.Final",
 44732        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 44733        "hashes": [
 44734          {
 44735            "alg": "MD5",
 44736            "content": "ec2c92322c5510a78963e21f6350021d"
 44737          },
 44738          {
 44739            "alg": "SHA-1",
 44740            "content": "7724a162cd24d4e7e204a22ab85a23b20ce964ef"
 44741          },
 44742          {
 44743            "alg": "SHA-256",
 44744            "content": "c5ebc83fd869f6826cb5f744d989402295102732f60c5e83742882f736d270c8"
 44745          },
 44746          {
 44747            "alg": "SHA-384",
 44748            "content": "bc6002a8b846ab894c190059633822954808fe43b88f195064d3641f8ea819e940ca11a242e2622e4d603a1b57c14332"
 44749          },
 44750          {
 44751            "alg": "SHA-512",
 44752            "content": "2ad772a7cca1408a3e9f36d17b05924f9d1d310243ea0fe08c653d14fe0e5642dedc49586b4537a9653c027b11f26019e4f30771c600ed82ccf9cf4dfa17688c"
 44753          },
 44754          {
 44755            "alg": "SHA3-256",
 44756            "content": "ca9db773904af0aca8285343a6a7bcdf4bba5066d1734b13eb94646c37fa15d6"
 44757          },
 44758          {
 44759            "alg": "SHA3-384",
 44760            "content": "236d3293538c31aaec4a785c07af3513c98b882cbf223d9c494394e431a831b5d1a9592ff41f4eb5e2a4d016229b2954"
 44761          },
 44762          {
 44763            "alg": "SHA3-512",
 44764            "content": "bb924297313de2100e450c6dabc9e660fcfeff5bb92bcfa97f667629c6aceb7414f2383ec039e2045ae4fb5bfc2e93283f4fc1e027c04eaf9cb2d0fdef7ca010"
 44765          }
 44766        ],
 44767        "licenses": [{"license": {
 44768          "id": "Apache-2.0",
 44769          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 44770        }}],
 44771        "purl": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.0.20.Final?type=jar",
 44772        "externalReferences": [
 44773          {
 44774            "type": "website",
 44775            "url": "http://www.jboss.org"
 44776          },
 44777          {
 44778            "type": "issue-tracker",
 44779            "url": "https://issues.jboss.org/"
 44780          },
 44781          {
 44782            "type": "mailing-list",
 44783            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44784          },
 44785          {
 44786            "type": "vcs",
 44787            "url": "http://github.com/jboss/jboss-parent-pom"
 44788          }
 44789        ]
 44790      },
 44791      {
 44792        "type": "library",
 44793        "bom-ref": "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final?type=jar",
 44794        "publisher": "JBoss by Red Hat",
 44795        "group": "org.jboss.security",
 44796        "name": "jboss-negotiation-extras",
 44797        "version": "3.0.6.Final",
 44798        "description": "JBoss Negotiation Library",
 44799        "hashes": [
 44800          {
 44801            "alg": "MD5",
 44802            "content": "edd8f0521c2708c448de5a31b70f41cf"
 44803          },
 44804          {
 44805            "alg": "SHA-1",
 44806            "content": "7c7d6d869adc9377a9f9977142f9f865689f28de"
 44807          },
 44808          {
 44809            "alg": "SHA-256",
 44810            "content": "931be08d7e9486e15c60d911a78ec4caee3e3877f1265f48d53af39aa4599f15"
 44811          },
 44812          {
 44813            "alg": "SHA-384",
 44814            "content": "df82f50607865c616c458547fcc4d97f1d5b620295afb1fca082c1409424195ad4a2df7840e9b1c7e1f62d580ce641fe"
 44815          },
 44816          {
 44817            "alg": "SHA-512",
 44818            "content": "3d89fbe39ac173e132d19e2a4e0803f5afc25b5478d5cacd6c00fe2328a3e888930711429977412d99d051e546b8041ed0cba37b256fb9d709907f9417cb2368"
 44819          },
 44820          {
 44821            "alg": "SHA3-256",
 44822            "content": "8fb8dd7b99e50fe26f8e6b77f01adc9f67e2e53557479a0671bb5b3da61f623f"
 44823          },
 44824          {
 44825            "alg": "SHA3-384",
 44826            "content": "c36a72f780c26e55d6b1bc08863adad6eff9141ad648d071e1bb28ab28e623e57377c10d242ac15cd47c6d03cde2d0fc"
 44827          },
 44828          {
 44829            "alg": "SHA3-512",
 44830            "content": "aa2c4a1557bd6ef30968dce1610372762d11ed11f112c4533541e8fc46f56829b54a4fa43cedbfeb723bb92b98cdafc836f42c23ed063ec21d62d11e2321a3d0"
 44831          }
 44832        ],
 44833        "licenses": [{"license": {
 44834          "id": "LGPL-2.1-or-later",
 44835          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44836        }}],
 44837        "purl": "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final?type=jar",
 44838        "externalReferences": [
 44839          {
 44840            "type": "website",
 44841            "url": "http://www.jboss.org"
 44842          },
 44843          {
 44844            "type": "issue-tracker",
 44845            "url": "https://issues.jboss.org/"
 44846          },
 44847          {
 44848            "type": "mailing-list",
 44849            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44850          },
 44851          {
 44852            "type": "vcs",
 44853            "url": "http://github.com/jboss/jboss-parent-pom"
 44854          }
 44855        ]
 44856      },
 44857      {
 44858        "type": "library",
 44859        "bom-ref": "pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final?type=jar",
 44860        "publisher": "JBoss by Red Hat",
 44861        "group": "org.jboss.security",
 44862        "name": "jboss-negotiation-common",
 44863        "version": "3.0.6.Final",
 44864        "description": "JBoss Negotiation Library",
 44865        "hashes": [
 44866          {
 44867            "alg": "MD5",
 44868            "content": "8de1ac00e06f7dad1f28604feeaddb07"
 44869          },
 44870          {
 44871            "alg": "SHA-1",
 44872            "content": "c4bc9a7bc0ba8f4c50a19d0438e57f07460dd9cb"
 44873          },
 44874          {
 44875            "alg": "SHA-256",
 44876            "content": "2fa466ba14257fbf8b4a9ef8fd4be97130ae30435f11e6c1c1bcc3067249cf7d"
 44877          },
 44878          {
 44879            "alg": "SHA-384",
 44880            "content": "34f88d363494b76cc505c2cd509f6bf8d6bb2235570df5debaff06405a9fc53e62bd0cfb974bbee0aa2070e03bd6a2a7"
 44881          },
 44882          {
 44883            "alg": "SHA-512",
 44884            "content": "b119db7070069244fa0b8265b4bdf042d3181bd0f6b61683192967b7012323d5a264fdd3f748f46347f280325a8ecdf832d87ebe99820f298f1b0d09729f76b9"
 44885          },
 44886          {
 44887            "alg": "SHA3-256",
 44888            "content": "1bb2c53b5f0267067546269e157fbd2af9ca095117bb89be25da2fd37c00d508"
 44889          },
 44890          {
 44891            "alg": "SHA3-384",
 44892            "content": "b5ca9f6592cb0c8da9374de3d828045d134b06c6897a7c6239d3c57ab50879bf702dbc3ae26a3c5f92c5a37712aa3e35"
 44893          },
 44894          {
 44895            "alg": "SHA3-512",
 44896            "content": "cbb2441791bb5461160d306b63457f51e6a7fe901fb7b6c96bf6f885ab0121ee95ea4be25b00ff56781af59472db17399226fdc99a7295c4c31cc66266489d05"
 44897          }
 44898        ],
 44899        "licenses": [{"license": {
 44900          "id": "LGPL-2.1-or-later",
 44901          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 44902        }}],
 44903        "purl": "pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final?type=jar",
 44904        "externalReferences": [
 44905          {
 44906            "type": "website",
 44907            "url": "http://www.jboss.org"
 44908          },
 44909          {
 44910            "type": "issue-tracker",
 44911            "url": "https://issues.jboss.org/"
 44912          },
 44913          {
 44914            "type": "mailing-list",
 44915            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44916          },
 44917          {
 44918            "type": "vcs",
 44919            "url": "http://github.com/jboss/jboss-parent-pom"
 44920          }
 44921        ]
 44922      },
 44923      {
 44924        "type": "library",
 44925        "bom-ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.1_spec@1.0.0.Final?type=jar",
 44926        "publisher": "JBoss by Red Hat",
 44927        "group": "org.jboss.spec.javax.servlet",
 44928        "name": "jboss-servlet-api_3.1_spec",
 44929        "version": "1.0.0.Final",
 44930        "description": "The Java Servlet 3.1 API classes",
 44931        "hashes": [
 44932          {
 44933            "alg": "MD5",
 44934            "content": "e1faa9c9af629e1423794dcb5ba57f4f"
 44935          },
 44936          {
 44937            "alg": "SHA-1",
 44938            "content": "f87e23319ee434bca087c339ce456916a6ade08b"
 44939          },
 44940          {
 44941            "alg": "SHA-256",
 44942            "content": "8d3e79a52115d661459a2929862f76d5e402bcc025ad7208df13fa594baa91b5"
 44943          },
 44944          {
 44945            "alg": "SHA-384",
 44946            "content": "298eba7dd79e4cef21922064e8f655b602981620709ff72b8175f7ce0233af340f67cb5a31dbbe04a47851e52e60a656"
 44947          },
 44948          {
 44949            "alg": "SHA-512",
 44950            "content": "7c13eea05ea18ff332725e300053b91e11b88c95da1a11c39ba344ef45a19e23eaf3468c511601c92a4f81464dd7d16de915708d1e3362c6565e14fad7a95828"
 44951          },
 44952          {
 44953            "alg": "SHA3-256",
 44954            "content": "f27785834f4a9de1ed9d9c55895e613471c244054164b3fe504cb45d716940fa"
 44955          },
 44956          {
 44957            "alg": "SHA3-384",
 44958            "content": "2a5e10845c16b562d6661a4a7f1da38c352d52e94a1a54c6605f6c559fe03edb834ce939496bf3f665395cc6567f9d49"
 44959          },
 44960          {
 44961            "alg": "SHA3-512",
 44962            "content": "c3cddb485c82ed452ee03d78e6e3a88bb67782c9e21d054605747c1dca9ddb82338a89492655279dd9a21091426138efa962ddb0b311115dbc40d7ed9ce26971"
 44963          }
 44964        ],
 44965        "licenses": [
 44966          {"license": {
 44967            "name": "Common Development and Distribution License",
 44968            "url": "http://repository.jboss.org/licenses/cddl.txt"
 44969          }},
 44970          {"license": {
 44971            "name": "GNU General Public License, Version 2 with the Classpath Exception",
 44972            "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt"
 44973          }}
 44974        ],
 44975        "purl": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.1_spec@1.0.0.Final?type=jar",
 44976        "externalReferences": [
 44977          {
 44978            "type": "vcs",
 44979            "url": "https://github.com/jboss/jboss-servlet-api_spec"
 44980          },
 44981          {
 44982            "type": "website",
 44983            "url": "http://www.jboss.org"
 44984          },
 44985          {
 44986            "type": "issue-tracker",
 44987            "url": "https://issues.jboss.org/"
 44988          },
 44989          {
 44990            "type": "mailing-list",
 44991            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 44992          }
 44993        ]
 44994      },
 44995      {
 44996        "type": "library",
 44997        "bom-ref": "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final?type=jar",
 44998        "publisher": "JBoss by Red Hat",
 44999        "group": "org.jboss.security",
 45000        "name": "jboss-negotiation-spnego",
 45001        "version": "3.0.6.Final",
 45002        "description": "JBoss Negotiation Library",
 45003        "hashes": [
 45004          {
 45005            "alg": "MD5",
 45006            "content": "2a6843871ba79985e65e662f87106fe9"
 45007          },
 45008          {
 45009            "alg": "SHA-1",
 45010            "content": "e939b99ca96322f5fef8f953e3a092028c83d320"
 45011          },
 45012          {
 45013            "alg": "SHA-256",
 45014            "content": "c12f961689252231e67fb58324d55ff958e3292ddaee64e757adab11ffe6098b"
 45015          },
 45016          {
 45017            "alg": "SHA-384",
 45018            "content": "050d34436050ff9b40676f941dfee4f39e6101416528c9d3748f199f008861db99e0dfd4ba1ff5fc0636368e1fa2265d"
 45019          },
 45020          {
 45021            "alg": "SHA-512",
 45022            "content": "8233e8110361ffb7813772acab4e89196f00c2377c924710088908ef861484764758561a4243b881e305da7ca96da5f353e933f10aaf8e5950a1baa718f8bcd4"
 45023          },
 45024          {
 45025            "alg": "SHA3-256",
 45026            "content": "eea2ab34abc7545cae30e300127bfe000b3b05230cec1514ea7fc7dff73c4c6a"
 45027          },
 45028          {
 45029            "alg": "SHA3-384",
 45030            "content": "1f0dd73a3be8448c32ee8a73cf3c572616973fc08ec3b460374095e69437ca6455c396fb79dae2bcef607fb0e4178b6b"
 45031          },
 45032          {
 45033            "alg": "SHA3-512",
 45034            "content": "26114ab3d274ba2cb0730a257017f64a862caaa7dedf5896a5659cda80dfed5f25534cd31a60710342b52a98c88d8373a84206a32bc059eb33881edca6c03e9e"
 45035          }
 45036        ],
 45037        "licenses": [{"license": {
 45038          "id": "LGPL-2.1-or-later",
 45039          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 45040        }}],
 45041        "purl": "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final?type=jar",
 45042        "externalReferences": [
 45043          {
 45044            "type": "website",
 45045            "url": "http://www.jboss.org"
 45046          },
 45047          {
 45048            "type": "issue-tracker",
 45049            "url": "https://issues.jboss.org/"
 45050          },
 45051          {
 45052            "type": "mailing-list",
 45053            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45054          },
 45055          {
 45056            "type": "vcs",
 45057            "url": "http://github.com/jboss/jboss-parent-pom"
 45058          }
 45059        ]
 45060      },
 45061      {
 45062        "type": "library",
 45063        "bom-ref": "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final?type=jar",
 45064        "publisher": "JBoss by Red Hat",
 45065        "group": "org.jboss.spec.javax.security.jacc",
 45066        "name": "jboss-jacc-api_1.5_spec",
 45067        "version": "2.0.0.Final",
 45068        "description": "Jakarta Authorization defines a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into these permissions.",
 45069        "hashes": [
 45070          {
 45071            "alg": "MD5",
 45072            "content": "79d7ea9807d7605a86e5763fef8e808b"
 45073          },
 45074          {
 45075            "alg": "SHA-1",
 45076            "content": "305fa2ee33b73b991517125937082eb1735d12fe"
 45077          },
 45078          {
 45079            "alg": "SHA-256",
 45080            "content": "d8eba087da7b0d5b9aa8c9bbd2472aa944b4e8c5cb8a1c364e89c9489f354915"
 45081          },
 45082          {
 45083            "alg": "SHA-384",
 45084            "content": "accc8d9f17770f9ef7c83b378627c046aeece0e852ae10733b611394a2ee06527e568fc93bb771587e7a2b9940a95abd"
 45085          },
 45086          {
 45087            "alg": "SHA-512",
 45088            "content": "91816c7911f073c02dd1cd1e820e4e9ecd81c313e607be525e0768e3fba334e8dc0448ce3c857c16da78996d4b1bc94a02362ce046723b56aace2cfe43d5f8e2"
 45089          },
 45090          {
 45091            "alg": "SHA3-256",
 45092            "content": "0f33c9b820827839f7cbac04b9463301106028f4b5d7ed1d4539084dc4b267ac"
 45093          },
 45094          {
 45095            "alg": "SHA3-384",
 45096            "content": "df3afa8fedf400aec0913c84c0d34b4bf7ef88a0f2a3967f0b706f8222f2d9a72e459dbd41278f749b311c69607c0d11"
 45097          },
 45098          {
 45099            "alg": "SHA3-512",
 45100            "content": "41821c5901253a0d9453a6f52f294e455797bd5f6ea44e3325afe9d1bdeb4e3199b6d3f4e2d97c2fdba7328c9dfdda8e6822f15544ef88616aff4e4c10026a58"
 45101          }
 45102        ],
 45103        "licenses": [
 45104          {"license": {"id": "EPL-2.0"}},
 45105          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 45106        ],
 45107        "purl": "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final?type=jar",
 45108        "externalReferences": [
 45109          {
 45110            "type": "website",
 45111            "url": "https://github.com/jboss/jboss-jakarta-jacc-api_spec"
 45112          },
 45113          {
 45114            "type": "issue-tracker",
 45115            "url": "https://github.com/eclipse-ee4j/jacc/issues"
 45116          },
 45117          {
 45118            "type": "mailing-list",
 45119            "url": "https://dev.eclipse.org/mhonarc/lists/jacc-dev"
 45120          },
 45121          {
 45122            "type": "vcs",
 45123            "url": "https://github.com/jboss/jboss-jakarta-jacc-api_spec"
 45124          }
 45125        ]
 45126      },
 45127      {
 45128        "type": "library",
 45129        "bom-ref": "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final?type=jar",
 45130        "publisher": "JBoss, a division of Red Hat, Inc.",
 45131        "group": "org.picketbox",
 45132        "name": "picketbox-infinispan",
 45133        "version": "5.0.3.Final",
 45134        "description": "PicketBox Infinispan adds cluster and cache capabilities to PicketBox.",
 45135        "hashes": [
 45136          {
 45137            "alg": "MD5",
 45138            "content": "8fc039ec8011b3812021fddbe4ad9477"
 45139          },
 45140          {
 45141            "alg": "SHA-1",
 45142            "content": "21d31f371e04f1d7356fbdc537047574a6679819"
 45143          },
 45144          {
 45145            "alg": "SHA-256",
 45146            "content": "d1dad4984fedbe0684b134caff68e6a25d8e589925e927d43a557b153349c020"
 45147          },
 45148          {
 45149            "alg": "SHA-384",
 45150            "content": "639bcad5435cea950ed4df8552ceddc7ce5dd986c73d9161efdb3f0719ec39ff6d6513c32987349c30a0ebc60c994c4d"
 45151          },
 45152          {
 45153            "alg": "SHA-512",
 45154            "content": "a9f40539e9c8facc6b0e77e31f698a48bec04b7ffdb9afebf6bdddf210b530d60142afab8bae96d39b2df9ed91b0d8c98ff91a40688003b2bc20eb845888f717"
 45155          },
 45156          {
 45157            "alg": "SHA3-256",
 45158            "content": "ab767a3c47fa724ea87d63e2997feb5fffac9f902faf93dc82316d3622db5d2f"
 45159          },
 45160          {
 45161            "alg": "SHA3-384",
 45162            "content": "90d98288da29e6b8d43abf221614c2ffb870e84b14c321b11a7d08a2a1f25b21fe6993b564ee5868038e61704356eb7c"
 45163          },
 45164          {
 45165            "alg": "SHA3-512",
 45166            "content": "46db6ecdafc6ad3703f8c485ec96a931a606d841c9ad9498ad04cb270e909cf7e41b2bd19cac318eed2ddaddbe5a8e35727f3f0e8b2212762ae7706cd51027b7"
 45167          }
 45168        ],
 45169        "licenses": [{"license": {
 45170          "name": "lgpl",
 45171          "url": "http://repository.jboss.org/licenses/lgpl-2.1.txt"
 45172        }}],
 45173        "purl": "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final?type=jar",
 45174        "externalReferences": [
 45175          {
 45176            "type": "website",
 45177            "url": "http://www.jboss.org"
 45178          },
 45179          {
 45180            "type": "issue-tracker",
 45181            "url": "http://jira.jboss.org/"
 45182          },
 45183          {
 45184            "type": "vcs",
 45185            "url": "http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-parent-5"
 45186          }
 45187        ]
 45188      },
 45189      {
 45190        "type": "library",
 45191        "bom-ref": "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final?type=jar",
 45192        "publisher": "JBoss Inc.",
 45193        "group": "org.picketbox",
 45194        "name": "picketbox-commons",
 45195        "version": "1.0.0.final",
 45196        "description": "Common classes for security projects",
 45197        "hashes": [
 45198          {
 45199            "alg": "MD5",
 45200            "content": "b5b07d3d241a3ae675b5dc556597398a"
 45201          },
 45202          {
 45203            "alg": "SHA-1",
 45204            "content": "b0f0d1e040edb08e42e527bb6a411c3a9370919b"
 45205          },
 45206          {
 45207            "alg": "SHA-256",
 45208            "content": "2dbeb8a02026a6cba209fb5b886cb9158d544f4d8b1042b20a17a4d5afdf72e1"
 45209          },
 45210          {
 45211            "alg": "SHA-384",
 45212            "content": "84a1d39315167513ebddce42d9b46ea36aea2395a90be6ef12a9fa74b79277fba9b41f3609a60f1a51a7d5b3b159a09e"
 45213          },
 45214          {
 45215            "alg": "SHA-512",
 45216            "content": "6b2ce1de8823b67ddcb54e2249fca704bfef86eb059b22fb77cdde38168fbed5c2d2dfe295aefce0ca4d6c087b79dd009f610cdeeb43a6ec58f3acfd6fbc7391"
 45217          },
 45218          {
 45219            "alg": "SHA3-256",
 45220            "content": "ed8b6a1a3ae50b12ae6fa510b7c2e759665822b9f936507ad464ca278627fa8e"
 45221          },
 45222          {
 45223            "alg": "SHA3-384",
 45224            "content": "b5db3ff5e47057397cb8d6d3c51a9ebf47dcf7ac66c0312375d8271138820df2d1d2b5e1889df03d31fa63ad9e00c0c6"
 45225          },
 45226          {
 45227            "alg": "SHA3-512",
 45228            "content": "9e63d4673ecca82821374ae775b6861a3205daea075e67a3d0864a19db7ce0161589fb714c9a0ade566dcfb4aa9394d76e9eb5feeec5a5819e3d493db4e6d4d8"
 45229          }
 45230        ],
 45231        "licenses": [{"license": {
 45232          "name": "lgpl",
 45233          "url": "http://repository.jboss.com/licenses/lgpl.txt"
 45234        }}],
 45235        "purl": "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final?type=jar",
 45236        "externalReferences": [
 45237          {
 45238            "type": "website",
 45239            "url": "http://www.jboss.org"
 45240          },
 45241          {
 45242            "type": "issue-tracker",
 45243            "url": "http://jira.jboss.org/"
 45244          },
 45245          {
 45246            "type": "vcs",
 45247            "url": "http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-parent-5"
 45248          }
 45249        ]
 45250      },
 45251      {
 45252        "type": "library",
 45253        "bom-ref": "pkg:maven/commons-cli/commons-cli@1.3.1?type=jar",
 45254        "publisher": "The Apache Software Foundation",
 45255        "group": "commons-cli",
 45256        "name": "commons-cli",
 45257        "version": "1.3.1",
 45258        "description": "Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.",
 45259        "hashes": [
 45260          {
 45261            "alg": "MD5",
 45262            "content": "8d5fa2a42fef17d9034b35a9ac9cc750"
 45263          },
 45264          {
 45265            "alg": "SHA-1",
 45266            "content": "1303efbc4b181e5a58bf2e967dc156a3132b97c0"
 45267          },
 45268          {
 45269            "alg": "SHA-256",
 45270            "content": "3a2f057041aa6a8813f5b59b695f726c5e85014a703d208d7e1689098e92d8c0"
 45271          },
 45272          {
 45273            "alg": "SHA-384",
 45274            "content": "d0c5fe2acc826cec496790cb206fc8d887eef5a400bcf72cb81cb493688286045d8353dd1a7ed57f30b95bbdb4f829c3"
 45275          },
 45276          {
 45277            "alg": "SHA-512",
 45278            "content": "383ff22040787d7a27e18b414892dd204ba0f9d75e43eee775c1276d6dd6ea2a38fc349edec1b2bd332fb0bd324dcc8ccce084b98d47bcaf8aa443773fabf3de"
 45279          },
 45280          {
 45281            "alg": "SHA3-256",
 45282            "content": "8c71796d10168b9f0c20844032b90c793f05e9bb581e6c072c0680f815d6d2e5"
 45283          },
 45284          {
 45285            "alg": "SHA3-384",
 45286            "content": "9e1e44c060bb57dd6daaa300b9bdfeb4e977e770d113f85e6883a9c829e5309c90a557ff0b64cf32f5252a6ed0829a49"
 45287          },
 45288          {
 45289            "alg": "SHA3-512",
 45290            "content": "737381965fc1fb7b746ceeaf449f4f8c481793b1d43c2260be2ef94eb93d558f7399f0b82f367620cbd1ecedb64dd2b4da990e6dc63a54d2ef3a875ca00f7cbf"
 45291          }
 45292        ],
 45293        "licenses": [{"license": {"id": "Apache-2.0"}}],
 45294        "purl": "pkg:maven/commons-cli/commons-cli@1.3.1?type=jar",
 45295        "externalReferences": [
 45296          {
 45297            "type": "issue-tracker",
 45298            "url": "http://issues.apache.org/jira/browse/CLI"
 45299          },
 45300          {
 45301            "type": "vcs",
 45302            "url": "http://svn.apache.org/viewvc/commons/proper/cli/tags/cli-1.3.1/"
 45303          },
 45304          {
 45305            "type": "build-system",
 45306            "url": "https://continuum-ci.apache.org/"
 45307          },
 45308          {
 45309            "type": "mailing-list",
 45310            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 45311          },
 45312          {
 45313            "type": "website",
 45314            "url": "http://www.apache.org/"
 45315          },
 45316          {
 45317            "type": "distribution",
 45318            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 45319          }
 45320        ]
 45321      },
 45322      {
 45323        "type": "library",
 45324        "bom-ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.7.1.Final?type=jar",
 45325        "publisher": "JBoss by Red Hat",
 45326        "group": "org.wildfly.security.elytron-web",
 45327        "name": "undertow-server-servlet",
 45328        "version": "1.7.1.Final",
 45329        "description": "Integration project for integrating Elytron based HTTP authentication with Undertow Servlet.",
 45330        "hashes": [
 45331          {
 45332            "alg": "MD5",
 45333            "content": "d216233e14025030d7fbe4375d30cc88"
 45334          },
 45335          {
 45336            "alg": "SHA-1",
 45337            "content": "aa2e17ba82f76c05cf64c917f83b4d9d211ccb36"
 45338          },
 45339          {
 45340            "alg": "SHA-256",
 45341            "content": "5b4235bc7e7e604789484d81303a7d26798760597a8cf3ab5c28bc260cd9e2b2"
 45342          },
 45343          {
 45344            "alg": "SHA-384",
 45345            "content": "f55bcd5bba005cd46d6467f378b1e403cd17032073d45f770efa17951447dac1608e8c0fa15be0c072338fa99ac306cb"
 45346          },
 45347          {
 45348            "alg": "SHA-512",
 45349            "content": "9cde7ce5fe652f75aefe6052f9d53747e0f664fd1f2b9af45ce52b954a5e8872f0fb45d21b46bf4e3bf01243e1c860107f11615085bc09cbd12829e125a300e2"
 45350          },
 45351          {
 45352            "alg": "SHA3-256",
 45353            "content": "98495f8350a268e70d2fe4b316598558fbc36aafe62625e7e9ba930f2db5e457"
 45354          },
 45355          {
 45356            "alg": "SHA3-384",
 45357            "content": "7c70092055718c61c9ad449958a2d7c01fb0cf496c54b87810992ddf0ed430a1f891509c7408624d503fdd8757dd26ed"
 45358          },
 45359          {
 45360            "alg": "SHA3-512",
 45361            "content": "52a7d405de304149f3c150205164a16f8122f94e6c3223cddd07a8a96d3b81ca1bf62bb3c7f302e3ea4e9fa2eccaf7f0907c6ce79de42bc776b58029e56970a5"
 45362          }
 45363        ],
 45364        "licenses": [{"license": {
 45365          "id": "Apache-2.0",
 45366          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 45367        }}],
 45368        "purl": "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.7.1.Final?type=jar",
 45369        "externalReferences": [
 45370          {
 45371            "type": "website",
 45372            "url": "http://www.jboss.org"
 45373          },
 45374          {
 45375            "type": "issue-tracker",
 45376            "url": "https://issues.jboss.org/"
 45377          },
 45378          {
 45379            "type": "mailing-list",
 45380            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45381          },
 45382          {
 45383            "type": "vcs",
 45384            "url": "http://github.com/jboss/jboss-parent-pom"
 45385          }
 45386        ]
 45387      },
 45388      {
 45389        "type": "library",
 45390        "bom-ref": "pkg:maven/io.undertow/undertow-websockets-jsr@2.1.0.Final?type=jar",
 45391        "publisher": "JBoss by Red Hat",
 45392        "group": "io.undertow",
 45393        "name": "undertow-websockets-jsr",
 45394        "version": "2.1.0.Final",
 45395        "description": "Undertow",
 45396        "hashes": [
 45397          {
 45398            "alg": "MD5",
 45399            "content": "142e4263f5055189382f67fb137186d5"
 45400          },
 45401          {
 45402            "alg": "SHA-1",
 45403            "content": "0d572791c7cd6b1814cfd3c5d409e486704fdc2c"
 45404          },
 45405          {
 45406            "alg": "SHA-256",
 45407            "content": "5227fcd27e48e34b50f0b5b3ceca1c6a8078aff41a92dd63624a3ead15075ca5"
 45408          },
 45409          {
 45410            "alg": "SHA-384",
 45411            "content": "ff9fdc49f42d3adeabe39ba2c771d5e85cae80f3ea36eb3800248e248b3cc8bfe89063e3506fae19a01d074e2e88d0dc"
 45412          },
 45413          {
 45414            "alg": "SHA-512",
 45415            "content": "efd429c19371fa8fac688c9ee857d4e8f52ee513d34b1c03f33b4d16e0a51ad6dd107b6f3ae4ff4bbf37365330b4883b28eae7bbcfb5bcc4afc6113d14e3f797"
 45416          },
 45417          {
 45418            "alg": "SHA3-256",
 45419            "content": "60bfad4b7e00e51d2d9eaf1818d1a594edb1c393042c4275e5f2d8e9523c5be9"
 45420          },
 45421          {
 45422            "alg": "SHA3-384",
 45423            "content": "84e1249af010bd32f586f4edcd02105b44a65ed882906f2ea0e7c7ff8e850410d1b73441c6cdb586e15015b3bb5ef5ca"
 45424          },
 45425          {
 45426            "alg": "SHA3-512",
 45427            "content": "0aa10bbdfcfdbfe96665b20841c900db19978bcaaa352a4086e55010c26e52e997d837f201d1b59f13830e8d2acc4523ba79964a64a214dd90334948fd926607"
 45428          }
 45429        ],
 45430        "licenses": [{"license": {"id": "Apache-2.0"}}],
 45431        "purl": "pkg:maven/io.undertow/undertow-websockets-jsr@2.1.0.Final?type=jar",
 45432        "externalReferences": [
 45433          {
 45434            "type": "vcs",
 45435            "url": "https://github.com/undertow-io/undertow"
 45436          },
 45437          {
 45438            "type": "website",
 45439            "url": "http://www.jboss.org"
 45440          },
 45441          {
 45442            "type": "issue-tracker",
 45443            "url": "https://issues.jboss.org/"
 45444          },
 45445          {
 45446            "type": "mailing-list",
 45447            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45448          }
 45449        ]
 45450      },
 45451      {
 45452        "type": "library",
 45453        "bom-ref": "pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final?type=jar",
 45454        "publisher": "JBoss by Red Hat",
 45455        "group": "org.jboss.spec.javax.websocket",
 45456        "name": "jboss-websocket-api_1.1_spec",
 45457        "version": "2.0.0.Final",
 45458        "description": "Jakarta WebSocket - Server API",
 45459        "hashes": [
 45460          {
 45461            "alg": "MD5",
 45462            "content": "7f78bbd977817363283a14fc76aee311"
 45463          },
 45464          {
 45465            "alg": "SHA-1",
 45466            "content": "4a1f6158985b825d5b13885da33016567fd60b78"
 45467          },
 45468          {
 45469            "alg": "SHA-256",
 45470            "content": "d0d379cd6f50577dbc3a94d83271c4e6736af1c79339277483ad327fc915e36f"
 45471          },
 45472          {
 45473            "alg": "SHA-384",
 45474            "content": "abd2efca6993d0aabea6915b8b98dd320d96eadaf2bf56a49be06090ba57c1f8e5f3adfc3c9f82572fcbd9123443d703"
 45475          },
 45476          {
 45477            "alg": "SHA-512",
 45478            "content": "4ecfcb969767fe09b3dde53248cb9fe6bc774d7ac1559aec31e71499fa53d106b0f143eabd9cd492f66a1b7c82854291055bfc6148e17b8242205e25ec5efa6b"
 45479          },
 45480          {
 45481            "alg": "SHA3-256",
 45482            "content": "731b15bc13af1249d7583537db32094b8899c4362017edd13347c622a31d559d"
 45483          },
 45484          {
 45485            "alg": "SHA3-384",
 45486            "content": "6654b9464f9cebc0c8f91fc14f3846d9c27fc3015d5adf9af888efb65a71d34ff3e091ad2ce8a360984be2bb21c8def2"
 45487          },
 45488          {
 45489            "alg": "SHA3-512",
 45490            "content": "4d772b836d97bb3b8f014ba0672544322c930c625b14b8b11eeaf0070b8c295b12065d6685ea46db6490bf3504a2c2c4ecbb496282c6dd260e828a3841cec76d"
 45491          }
 45492        ],
 45493        "licenses": [
 45494          {"license": {
 45495            "id": "EPL-2.0",
 45496            "url": "https://www.eclipse.org/legal/epl-2.0"
 45497          }},
 45498          {"license": {
 45499            "name": "GNU General Public License, version 2 with the GNU Classpath Exception",
 45500            "url": "https://projects.eclipse.org/license/secondary-gpl-2.0-cp"
 45501          }}
 45502        ],
 45503        "purl": "pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final?type=jar",
 45504        "externalReferences": [
 45505          {
 45506            "type": "vcs",
 45507            "url": "https://github.com/jboss/jboss-jakarta-websocket-api"
 45508          },
 45509          {
 45510            "type": "website",
 45511            "url": "http://www.jboss.org"
 45512          },
 45513          {
 45514            "type": "issue-tracker",
 45515            "url": "https://issues.jboss.org/"
 45516          },
 45517          {
 45518            "type": "mailing-list",
 45519            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45520          }
 45521        ]
 45522      },
 45523      {
 45524        "type": "library",
 45525        "bom-ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.7.Final?type=jar",
 45526        "publisher": "JBoss by Red Hat",
 45527        "group": "org.jboss.marshalling",
 45528        "name": "jboss-marshalling-river",
 45529        "version": "2.0.7.Final",
 45530        "description": "JBoss Marshalling River Implementation",
 45531        "hashes": [
 45532          {
 45533            "alg": "MD5",
 45534            "content": "a054fa0107624a834a97c4caefcc88a9"
 45535          },
 45536          {
 45537            "alg": "SHA-1",
 45538            "content": "fe125767d7fc76c52499657df2b7bfa3ac247b87"
 45539          },
 45540          {
 45541            "alg": "SHA-256",
 45542            "content": "a26daa1d43e4ed02b6d55d605ad2d7edf86009df72c321923960e6413659c3bd"
 45543          },
 45544          {
 45545            "alg": "SHA-384",
 45546            "content": "6c7039aac8371609f6c4d8f8eea57433d02953e7901079e063c5ecb3e2483e1651eb8f25b78426b42880372c328aafb4"
 45547          },
 45548          {
 45549            "alg": "SHA-512",
 45550            "content": "17d27970a1835bf0c158e2680dc391e0bacb044ebfe74209caf7db7b230515bc64826bafc788046319eefb5382d711daf55a80d58aa81f659e992b1b6e4caa46"
 45551          },
 45552          {
 45553            "alg": "SHA3-256",
 45554            "content": "6224de3d4d9d17441ea6e5b8fcbb426ff1dde3e84b81b6992cadb0e92ce817e6"
 45555          },
 45556          {
 45557            "alg": "SHA3-384",
 45558            "content": "6f081f8f754a81d456e9ac3d2c94705c7b6c7be12cbf287216e9ce35aedbfa79c17bc12261b53b3e1cdee81105b8a0ce"
 45559          },
 45560          {
 45561            "alg": "SHA3-512",
 45562            "content": "c96138a42b989f105d22c89ca8e8a75f87999bfc8fbc2dec441f734689b028cbe1b4f7b27bdbf0f02693a2ad2ea44632a2a02abd411bb4299ce26f4e890a69c9"
 45563          }
 45564        ],
 45565        "licenses": [{"license": {
 45566          "id": "Apache-2.0",
 45567          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 45568        }}],
 45569        "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.7.Final?type=jar",
 45570        "externalReferences": [
 45571          {
 45572            "type": "website",
 45573            "url": "http://www.jboss.org"
 45574          },
 45575          {
 45576            "type": "issue-tracker",
 45577            "url": "https://issues.jboss.org/"
 45578          },
 45579          {
 45580            "type": "mailing-list",
 45581            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45582          },
 45583          {
 45584            "type": "vcs",
 45585            "url": "http://github.com/jboss/jboss-parent-pom"
 45586          }
 45587        ]
 45588      },
 45589      {
 45590        "type": "library",
 45591        "bom-ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.Final?type=jar",
 45592        "publisher": "JBoss by Red Hat",
 45593        "group": "org.wildfly.client",
 45594        "name": "wildfly-client-config",
 45595        "version": "1.0.0.Final",
 45596        "description": "Library for supporting WildFly common client configuration",
 45597        "hashes": [
 45598          {
 45599            "alg": "MD5",
 45600            "content": "3ff0e5e88af3b01db09cfc64c840f4e7"
 45601          },
 45602          {
 45603            "alg": "SHA-1",
 45604            "content": "b2a9bcecdeb8c00f383e023e16ab2d2aeb437df9"
 45605          },
 45606          {
 45607            "alg": "SHA-256",
 45608            "content": "94cf3f99aa8d6b08826e2db4f3b3898d08165005b7757580f61885cd6795b9af"
 45609          },
 45610          {
 45611            "alg": "SHA-384",
 45612            "content": "594c3acdd3d366d7c315442eb99cc7d3c7774a3bd0e425828afa9e749f8797ab47a2e5c64bc189ea262f06d5ea8ae522"
 45613          },
 45614          {
 45615            "alg": "SHA-512",
 45616            "content": "81b6d7aaaf7d81701fd6c2feb8fc2f2af23ef67f057d09d4b8c1a33efc544f7af90035e000aeace95b7ceaf34219493d088e190f883656ef0a225ec5742a4349"
 45617          },
 45618          {
 45619            "alg": "SHA3-256",
 45620            "content": "56323cc1708391d6b19c50a84698f701312b4fea7c87550e8ea5b11e08cb1fb9"
 45621          },
 45622          {
 45623            "alg": "SHA3-384",
 45624            "content": "5fd19dd36cf2eccd040dab42551cc0fe813982cbc8cebd39d9084ca5f3c45293d6ef94700452dd146c13fc8c607af276"
 45625          },
 45626          {
 45627            "alg": "SHA3-512",
 45628            "content": "810929f97918aed32174c10bc3b0172651ecb827290ce8f0523fe8701adf2a6fc3fff23ad1ccb7c444f06ff457105e795541e404dd4d9e43706c71f724c76d67"
 45629          }
 45630        ],
 45631        "licenses": [{"license": {
 45632          "id": "Apache-2.0",
 45633          "url": "http://www.apache.org/licenses/LICENSE-2.0"
 45634        }}],
 45635        "purl": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.Final?type=jar",
 45636        "externalReferences": [
 45637          {
 45638            "type": "website",
 45639            "url": "http://www.jboss.org"
 45640          },
 45641          {
 45642            "type": "issue-tracker",
 45643            "url": "https://issues.jboss.org/"
 45644          },
 45645          {
 45646            "type": "mailing-list",
 45647            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45648          },
 45649          {
 45650            "type": "vcs",
 45651            "url": "http://github.com/jboss/jboss-parent-pom"
 45652          }
 45653        ]
 45654      },
 45655      {
 45656        "type": "library",
 45657        "bom-ref": "pkg:maven/mysql/mysql-connector-java@8.0.18?type=jar",
 45658        "publisher": "Oracle Corporation",
 45659        "group": "mysql",
 45660        "name": "mysql-connector-java",
 45661        "version": "8.0.18",
 45662        "description": "JDBC Type 4 driver for MySQL",
 45663        "hashes": [
 45664          {
 45665            "alg": "MD5",
 45666            "content": "3f7c69a0aa5730b699afb4572477b99e"
 45667          },
 45668          {
 45669            "alg": "SHA-1",
 45670            "content": "e088efaa4b568bc7d9f7274b9c5ea1a00da1a45c"
 45671          },
 45672          {
 45673            "alg": "SHA-256",
 45674            "content": "562cff6acda7f6a537b430795e32ab28e439936446d5443f64cdcf6a0742e686"
 45675          },
 45676          {
 45677            "alg": "SHA-384",
 45678            "content": "0dead495d13b42cbc078db07ce9b8278a07e19db5a10d74391297881112795c9c94c07e1623649caa74c363dbe79d396"
 45679          },
 45680          {
 45681            "alg": "SHA-512",
 45682            "content": "4eebc13832f31b1d15cd1a245bf71639f749a86f4b09be3760307f53aaef8d1cba5cd965a776f3355b6304d4a8f6952fea7d4b851337a4b6874e1eda31ca2677"
 45683          },
 45684          {
 45685            "alg": "SHA3-256",
 45686            "content": "e4953fd6ad22df35d40972ef436c0df13db67a2647f122a56c95306b3cf788f6"
 45687          },
 45688          {
 45689            "alg": "SHA3-384",
 45690            "content": "3b1f920d47ecd4c5e2353529294a26c1cb2e2d6d58f1aba0c0111c26a8b3f662798bd772b4c6324193d3eb13ae170a90"
 45691          },
 45692          {
 45693            "alg": "SHA3-512",
 45694            "content": "b54396be29c2173c02ff3a04b755180811aeaec224fcceab755ee5319329c344d2db7f0d8458e03b3b51569b7deab7e9645e5ddffaaac6b6fc8742c83ef01190"
 45695          }
 45696        ],
 45697        "licenses": [{"license": {"name": "The GNU General Public License, v2 with FOSS exception"}}],
 45698        "purl": "pkg:maven/mysql/mysql-connector-java@8.0.18?type=jar",
 45699        "externalReferences": [
 45700          {
 45701            "type": "website",
 45702            "url": "http://www.oracle.com"
 45703          },
 45704          {
 45705            "type": "vcs",
 45706            "url": "https://github.com/mysql/mysql-connector-j"
 45707          }
 45708        ]
 45709      },
 45710      {
 45711        "type": "library",
 45712        "bom-ref": "pkg:maven/com.google.protobuf/protobuf-java@3.6.1?type=jar",
 45713        "publisher": "Google",
 45714        "group": "com.google.protobuf",
 45715        "name": "protobuf-java",
 45716        "version": "3.6.1",
 45717        "description": "Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.",
 45718        "hashes": [
 45719          {
 45720            "alg": "MD5",
 45721            "content": "17b60a7d277343a16fe881d18adecc0b"
 45722          },
 45723          {
 45724            "alg": "SHA-1",
 45725            "content": "0d06d46ecfd92ec6d0f3b423b4cd81cb38d8b924"
 45726          },
 45727          {
 45728            "alg": "SHA-256",
 45729            "content": "fb66d913ff0578553b2e28a3338cbbbe2657e6cfe0e98d939f23aea219daf508"
 45730          },
 45731          {
 45732            "alg": "SHA-384",
 45733            "content": "eb952a8acb1c321c089838d809b17bc18029769d1a4fc2a94461cfa32754abd67ffa845a7789b780dc0c6685a9a883b1"
 45734          },
 45735          {
 45736            "alg": "SHA-512",
 45737            "content": "7a6d14e27268223cb64a005f73d32c1077689b51a014f960a185f35d524be7107b8fb5e7d22ed3149ceddfb1d2d0cabd7eee9f4be96bbc4c5437f476198b02c7"
 45738          },
 45739          {
 45740            "alg": "SHA3-256",
 45741            "content": "c85e1530100bfe7616f2d989eae5378fa39cde327bfee62fbd344846dab0590e"
 45742          },
 45743          {
 45744            "alg": "SHA3-384",
 45745            "content": "4e99875ab3c40cd5633f7c284b4affc1d96ecddf2b38edaf2160af6aabcfd5d8325900810e6f4504d51ebeebb664f7a9"
 45746          },
 45747          {
 45748            "alg": "SHA3-512",
 45749            "content": "f5d31412f55989c664bbf088e1796b89f4f25e25c0c940fa94393bd4bdb1f499e62f276ece1d698336a6b5f2f816fd9f7f3bdbd42dac1e026481e9561a36349e"
 45750          }
 45751        ],
 45752        "licenses": [{"license": {
 45753          "id": "BSD-3-Clause",
 45754          "url": "https://opensource.org/licenses/BSD-3-Clause"
 45755        }}],
 45756        "purl": "pkg:maven/com.google.protobuf/protobuf-java@3.6.1?type=jar",
 45757        "externalReferences": [
 45758          {
 45759            "type": "distribution",
 45760            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 45761          },
 45762          {
 45763            "type": "vcs",
 45764            "url": "https://github.com/google/protobuf"
 45765          },
 45766          {
 45767            "type": "website",
 45768            "url": "http://www.google.com/"
 45769          }
 45770        ]
 45771      },
 45772      {
 45773        "type": "library",
 45774        "bom-ref": "pkg:maven/org.postgresql/postgresql@42.2.8?type=jar",
 45775        "publisher": "PostgreSQL Global Development Group",
 45776        "group": "org.postgresql",
 45777        "name": "postgresql",
 45778        "version": "42.2.8",
 45779        "description": "Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database",
 45780        "hashes": [
 45781          {
 45782            "alg": "MD5",
 45783            "content": "e6dcc1898639407bf530b7a34e870b55"
 45784          },
 45785          {
 45786            "alg": "SHA-1",
 45787            "content": "6f394c7df5600d11b221f356ff020440d2ece44f"
 45788          },
 45789          {
 45790            "alg": "SHA-256",
 45791            "content": "7fb81e74f5c25a5c40a997d9b83333fdd3b5d63a0b3d61cba6d562c7e3a7f3f6"
 45792          },
 45793          {
 45794            "alg": "SHA-384",
 45795            "content": "7b89519ba3d692ca3362792dcf5904fad6ba0fbf4c3edebc719ce6fd9c402d8d228c39b442400445d24758baae92b291"
 45796          },
 45797          {
 45798            "alg": "SHA-512",
 45799            "content": "a532fc31fdbb5586c0974e9e34c71fd8943cd607c62d08e66799a94ec8ab2b509e679d64d2cfb6cc5a4b661f63b775d0554cf24911f20717e76b6d93bff195a8"
 45800          },
 45801          {
 45802            "alg": "SHA3-256",
 45803            "content": "89cea473e2cfd31a9e0f5f0841aba191a0e6a0f3b13ba425509a154e3f9b0172"
 45804          },
 45805          {
 45806            "alg": "SHA3-384",
 45807            "content": "ad851814852ecb9dae5b4404699ac648b1a82ff2e5ec594602f5f8aa24867ebd9a28249ab553df8cc1df85c48e003621"
 45808          },
 45809          {
 45810            "alg": "SHA3-512",
 45811            "content": "7458d3b3efefb6bf77305248ec728429d01d1ab597638aba818fac248ac07815fa2834cb0eeb404adbabbf4eacb4b205dcc6531a53757a56a6b45c858a8f6625"
 45812          }
 45813        ],
 45814        "licenses": [{"license": {
 45815          "id": "BSD-2-Clause",
 45816          "url": "https://opensource.org/licenses/BSD-2-Clause"
 45817        }}],
 45818        "purl": "pkg:maven/org.postgresql/postgresql@42.2.8?type=jar",
 45819        "externalReferences": [
 45820          {
 45821            "type": "website",
 45822            "url": "https://jdbc.postgresql.org/"
 45823          },
 45824          {
 45825            "type": "distribution",
 45826            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 45827          },
 45828          {
 45829            "type": "vcs",
 45830            "url": "https://github.com/pgjdbc/pgjdbc-parent-poms"
 45831          }
 45832        ]
 45833      },
 45834      {
 45835        "type": "library",
 45836        "bom-ref": "pkg:maven/org.mariadb.jdbc/mariadb-java-client@2.2.4?type=jar",
 45837        "publisher": "mariadb.org",
 45838        "group": "org.mariadb.jdbc",
 45839        "name": "mariadb-java-client",
 45840        "version": "2.2.4",
 45841        "description": "JDBC driver for MariaDB and MySQL",
 45842        "hashes": [
 45843          {
 45844            "alg": "MD5",
 45845            "content": "42e827260911c5a3147cc89651ea536c"
 45846          },
 45847          {
 45848            "alg": "SHA-1",
 45849            "content": "a30605bd44fd1cf0ea9636517a9968c8e4512867"
 45850          },
 45851          {
 45852            "alg": "SHA-256",
 45853            "content": "1a2c599075c47c90a98e3a47419b473aa3dbd667d1fa7e1753a9fbf6eaa01f44"
 45854          },
 45855          {
 45856            "alg": "SHA-384",
 45857            "content": "afb3163d4c082555245b24df84db1584f3f30479b611749dc103e655e37feeeec149f67c42c9cabda1cf0a39198f5c8f"
 45858          },
 45859          {
 45860            "alg": "SHA-512",
 45861            "content": "0bb2666a5a56dbb5a3495bf8eed88731551c649e8e0b26b90bfd5692e499c5e9e53d7c4f675185ef2c76a9698f85bbe93d101f17e48c48a6d29697970795ae17"
 45862          },
 45863          {
 45864            "alg": "SHA3-256",
 45865            "content": "68da7c68be0b3150fc13d08442ec067f51a253537f79c957272035bd12bb7337"
 45866          },
 45867          {
 45868            "alg": "SHA3-384",
 45869            "content": "8ab91fa30bd04cd880b05e23432baab688130a0d42d2879a08a0b5c3cb41bb0e6e73162841a1e6ba6f801e0c9182f19c"
 45870          },
 45871          {
 45872            "alg": "SHA3-512",
 45873            "content": "ee048fd9cc3d6104e07b300f60364a6f36234091c8aecbc081bcbd5092dfab3c1bdd558441229863bc01323417c5fbc41bd3b603e3c8c9de03eed99956048591"
 45874          }
 45875        ],
 45876        "licenses": [{"license": {
 45877          "id": "LGPL-2.1",
 45878          "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"
 45879        }}],
 45880        "purl": "pkg:maven/org.mariadb.jdbc/mariadb-java-client@2.2.4?type=jar",
 45881        "externalReferences": [
 45882          {
 45883            "type": "website",
 45884            "url": "https://mariadb.org"
 45885          },
 45886          {
 45887            "type": "issue-tracker",
 45888            "url": "https://mariadb.atlassian.net/browse/CONJ"
 45889          },
 45890          {
 45891            "type": "vcs",
 45892            "url": "https://github.com/MariaDB/mariadb-connector-j"
 45893          }
 45894        ]
 45895      },
 45896      {
 45897        "type": "library",
 45898        "bom-ref": "pkg:maven/org.jboss.arquillian.container/undertow-embedded@1.0.0.Alpha2?type=jar",
 45899        "publisher": "JBoss by Red Hat",
 45900        "group": "org.jboss.arquillian.container",
 45901        "name": "undertow-embedded",
 45902        "version": "1.0.0.Alpha2",
 45903        "description": "Embedded Undertow container integration for the Arquillian project",
 45904        "hashes": [
 45905          {
 45906            "alg": "MD5",
 45907            "content": "e00ebb2fc8ff293e52dce95147ef62bb"
 45908          },
 45909          {
 45910            "alg": "SHA-1",
 45911            "content": "fc02bd18352381badd370207d1b91645c2eff92b"
 45912          },
 45913          {
 45914            "alg": "SHA-256",
 45915            "content": "f57df5397c1c7dbd4565cd89ffd5e7783c4fa1e5f768abdfa117aedf91a17313"
 45916          },
 45917          {
 45918            "alg": "SHA-384",
 45919            "content": "af2675802b58a9da26c6a5442740b719b63ab9dfce0c366b123eb6fac507d508a7f625406ef4a42529349e5f1150c4c0"
 45920          },
 45921          {
 45922            "alg": "SHA-512",
 45923            "content": "1928eae432ab6ab3a3957a4c7cd5ed9447fa567f9c14a3992b58e47e75f9a54c468de0e8216eb01a0544582207815df08b72c95ec34648adf01a9719a140f6f3"
 45924          },
 45925          {
 45926            "alg": "SHA3-256",
 45927            "content": "aee4648c468d92eeeb6317b181980121edff6c75268ab70327c0decf2c5cfede"
 45928          },
 45929          {
 45930            "alg": "SHA3-384",
 45931            "content": "a4391de8c23873b4fa3d9e23993ab1f6daa8d8179211629d15c8f0c2c2e763121f623a72a2535ec332adca36e1228327"
 45932          },
 45933          {
 45934            "alg": "SHA3-512",
 45935            "content": "7c0926df55950528d406f4823b3fba7a097e864f30725725b329f1ffbf3a2b4b70ebf2be4212e59cc524e782a9c685a890c3e8a1ff79c57a62c9ed9b8a769e59"
 45936          }
 45937        ],
 45938        "licenses": [{"license": {"id": "Apache-2.0"}}],
 45939        "purl": "pkg:maven/org.jboss.arquillian.container/undertow-embedded@1.0.0.Alpha2?type=jar",
 45940        "externalReferences": [
 45941          {
 45942            "type": "issue-tracker",
 45943            "url": "https://github.com/arquillian/arquillian-container-undertow/issues"
 45944          },
 45945          {
 45946            "type": "vcs",
 45947            "url": "https://github.com/arquillian/arquillian-container-undertow"
 45948          },
 45949          {
 45950            "type": "website",
 45951            "url": "http://www.jboss.org"
 45952          },
 45953          {
 45954            "type": "mailing-list",
 45955            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 45956          }
 45957        ]
 45958      },
 45959      {
 45960        "type": "library",
 45961        "bom-ref": "pkg:maven/org.jboss.arquillian.container/shrinkwrap-container-undertow@1.0.0.Alpha2?type=jar",
 45962        "publisher": "JBoss by Red Hat",
 45963        "group": "org.jboss.arquillian.container",
 45964        "name": "shrinkwrap-container-undertow",
 45965        "version": "1.0.0.Alpha2",
 45966        "description": "ShrinkWrap integration extension for the Undertow container",
 45967        "hashes": [
 45968          {
 45969            "alg": "MD5",
 45970            "content": "125e008664fd5fa68edeccf0fd5eb53f"
 45971          },
 45972          {
 45973            "alg": "SHA-1",
 45974            "content": "4fc452ccdc80546bbcebc4d5180f5ae4d79db0c9"
 45975          },
 45976          {
 45977            "alg": "SHA-256",
 45978            "content": "0c40a87d180adec21de61e98d5955f2e416d2dd304656603f60c0b66f322378e"
 45979          },
 45980          {
 45981            "alg": "SHA-384",
 45982            "content": "6468229ab3112ba770b27aa366a4d82902fd771c3d96af4253c04f5332d1af0d112ca5331e4df59e504d53b029e4c477"
 45983          },
 45984          {
 45985            "alg": "SHA-512",
 45986            "content": "a806d0d09c8ef555453ca9f5796f3642638d85a77b9eb2aed9d2c0423cb37faf1f7eeea5ba75c7172f5637c50baf57814672eade49d71042af98106ddf1ccd50"
 45987          },
 45988          {
 45989            "alg": "SHA3-256",
 45990            "content": "65e1470245182f67940925ec30397e2e6b0369d8ac277af206d2f8bb57af1399"
 45991          },
 45992          {
 45993            "alg": "SHA3-384",
 45994            "content": "09ff206fd841dd7c5cfe7e52735bc042beeed2110688da11701d65129c4bbfba54400512bff2d9c69ca222d72bcf9dd1"
 45995          },
 45996          {
 45997            "alg": "SHA3-512",
 45998            "content": "7433f48349d293f1db6adbb440eeb3c54f1ba54e60485b8becc5831d29dc26187e92c4f9da36dbe38aa81a8f4e83d0892e294434f365c49cd0bbf8f0f7688b49"
 45999          }
 46000        ],
 46001        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46002        "purl": "pkg:maven/org.jboss.arquillian.container/shrinkwrap-container-undertow@1.0.0.Alpha2?type=jar",
 46003        "externalReferences": [
 46004          {
 46005            "type": "issue-tracker",
 46006            "url": "https://github.com/arquillian/arquillian-container-undertow/issues"
 46007          },
 46008          {
 46009            "type": "vcs",
 46010            "url": "https://github.com/arquillian/arquillian-container-undertow"
 46011          },
 46012          {
 46013            "type": "website",
 46014            "url": "http://www.jboss.org"
 46015          },
 46016          {
 46017            "type": "mailing-list",
 46018            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46019          }
 46020        ]
 46021      },
 46022      {
 46023        "type": "library",
 46024        "bom-ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-api@1.2.6?type=jar",
 46025        "publisher": "JBoss by Red Hat",
 46026        "group": "org.jboss.shrinkwrap",
 46027        "name": "shrinkwrap-api",
 46028        "version": "1.2.6",
 46029        "description": "Client View of the ShrinkWrap Project",
 46030        "hashes": [
 46031          {
 46032            "alg": "MD5",
 46033            "content": "25ec1381d61c9d7e4d10c825fae1fca1"
 46034          },
 46035          {
 46036            "alg": "SHA-1",
 46037            "content": "39916427fc0d7f0db64499e36b0f3bdd97c0ee1b"
 46038          },
 46039          {
 46040            "alg": "SHA-256",
 46041            "content": "84895690e1ae4d988693ff18acd069141602a5c869aaca19b2d027291f8f0bdd"
 46042          },
 46043          {
 46044            "alg": "SHA-384",
 46045            "content": "4d0e4440c8d0884e5a3d25e93f2b6bb892d2b5fd7f04a03c5945da8274a0c3cfb4dced514f7662b39bfa0d83b5a75fa5"
 46046          },
 46047          {
 46048            "alg": "SHA-512",
 46049            "content": "3274595ce7f02dfa65047d51ead4988a8b37f3861bb8af7448c637723f0bb6966976ec2e6a508491f53fe6fdbdf154d6773b3fb748eb8cf2b3d36646706ed290"
 46050          },
 46051          {
 46052            "alg": "SHA3-256",
 46053            "content": "7c08724949a5442b79fb22b119c561c1deaea16aac66c9b624f0725d8677bfa2"
 46054          },
 46055          {
 46056            "alg": "SHA3-384",
 46057            "content": "cb978697a0ea84a919193eccc343374f168af3314ffb66bed5279d4474b678351c9b174a6595e97a3c574af93ce6aad2"
 46058          },
 46059          {
 46060            "alg": "SHA3-512",
 46061            "content": "2b582d62e0e1d0969510e9a5e2494da02a392820747511aed89c7819e9157fecc98975c64ab45c92bdf0a56e07536622858588d309667f3e41a62b50b5ec1aa0"
 46062          }
 46063        ],
 46064        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46065        "purl": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-api@1.2.6?type=jar",
 46066        "externalReferences": [
 46067          {
 46068            "type": "issue-tracker",
 46069            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 46070          },
 46071          {
 46072            "type": "vcs",
 46073            "url": "https://github.com/shrinkwrap/shrinkwrap"
 46074          },
 46075          {
 46076            "type": "website",
 46077            "url": "http://www.jboss.org"
 46078          },
 46079          {
 46080            "type": "mailing-list",
 46081            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46082          }
 46083        ]
 46084      },
 46085      {
 46086        "type": "library",
 46087        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-spi@1.6.0.Final?type=jar",
 46088        "publisher": "JBoss by Red Hat",
 46089        "group": "org.jboss.arquillian.container",
 46090        "name": "arquillian-container-spi",
 46091        "version": "1.6.0.Final",
 46092        "description": "SPI for the container extension.",
 46093        "hashes": [
 46094          {
 46095            "alg": "MD5",
 46096            "content": "c6a23b5b48cb3f4b9c3db58f7e32877e"
 46097          },
 46098          {
 46099            "alg": "SHA-1",
 46100            "content": "8220fd59f54d27576b6035ac692efe843e0c8c9b"
 46101          },
 46102          {
 46103            "alg": "SHA-256",
 46104            "content": "c76b2f3e38b184b51ec8ca3dc95d5f240e69f2de73b42527693a39f8b531542a"
 46105          },
 46106          {
 46107            "alg": "SHA-384",
 46108            "content": "25ff46ea654b4d0db98ab90204da7cb10a53be5cc82412951fd31a8beb54912cd2a84718bc3130b4ff5658032416d598"
 46109          },
 46110          {
 46111            "alg": "SHA-512",
 46112            "content": "c575d51a0c32a091848d0f5831c178825f04c1df1eebada2001acda4e89b81f4c77b6b4494ba0f3d0b8844c0386e4d2a6a8b410b1d4ba37425354273c3c46f5f"
 46113          },
 46114          {
 46115            "alg": "SHA3-256",
 46116            "content": "16c309011560c47a78712b3201d187b8b05c652c1ff0bf844cd4c5b24937de5a"
 46117          },
 46118          {
 46119            "alg": "SHA3-384",
 46120            "content": "edf7dadda72ec7caf1d72108b25c28cb8a2aa0e6ebd6b929a3fa077631951038d976ea4ed6c5314c93965d6103e9a6d5"
 46121          },
 46122          {
 46123            "alg": "SHA3-512",
 46124            "content": "f2e79e26c7bf3f0edf80ef599cec3c95f83cef1d9f5f7ff2b201044cf759065ba5e8ca348b256bc37d4cad0a3376bac08220cf560948a8180dc83cafc3372238"
 46125          }
 46126        ],
 46127        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46128        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-spi@1.6.0.Final?type=jar",
 46129        "externalReferences": [
 46130          {
 46131            "type": "issue-tracker",
 46132            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46133          },
 46134          {
 46135            "type": "website",
 46136            "url": "http://www.jboss.org"
 46137          },
 46138          {
 46139            "type": "mailing-list",
 46140            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46141          },
 46142          {
 46143            "type": "vcs",
 46144            "url": "http://github.com/jboss/jboss-parent-pom"
 46145          }
 46146        ]
 46147      },
 46148      {
 46149        "type": "library",
 46150        "bom-ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-spi@1.6.0.Final?type=jar",
 46151        "publisher": "JBoss by Red Hat",
 46152        "group": "org.jboss.arquillian.core",
 46153        "name": "arquillian-core-spi",
 46154        "version": "1.6.0.Final",
 46155        "description": "SPI for the Core.",
 46156        "hashes": [
 46157          {
 46158            "alg": "MD5",
 46159            "content": "05bcd97aef13c42ae8452b19e257a931"
 46160          },
 46161          {
 46162            "alg": "SHA-1",
 46163            "content": "66e18c1f136418ccc03bc4618906aa8deb8d9a00"
 46164          },
 46165          {
 46166            "alg": "SHA-256",
 46167            "content": "71ba55a2a46c74cc8aee801ec70b186baf930e3a8c24116b92e072ad8232c6e6"
 46168          },
 46169          {
 46170            "alg": "SHA-384",
 46171            "content": "ff787d3b895a94e070c47c5c29c6762e5444daaf54bfdbdf321562acbd1531de5895a1657bdc75430453f76b15e79b59"
 46172          },
 46173          {
 46174            "alg": "SHA-512",
 46175            "content": "b2eb15357c557bd44c5dbfffc706f1880aa01a90fdff40b86d3bb2f7da313641c6dd2020a525ff146724fd964b238a994c55c92c8a039d09c797006039658f9d"
 46176          },
 46177          {
 46178            "alg": "SHA3-256",
 46179            "content": "e79545940f9934332e13d19f1ca5fd583f27e115a849c6b0e99ac15a794a4bf0"
 46180          },
 46181          {
 46182            "alg": "SHA3-384",
 46183            "content": "93b68eb67b8d0a7b998d67354b088534b2d0c47761a1b0ead8052815cb92e502b8ef71a14ebd6e0efaac8dfb526f7570"
 46184          },
 46185          {
 46186            "alg": "SHA3-512",
 46187            "content": "6ce2aa5c5f31a668a173d4026a08be7d0659c209ae12d3845522e0331fd76d86f9d7b9d557e9c00b01aa1b41e1e344d21127c003b79ab38dcb4c3fdde189a16d"
 46188          }
 46189        ],
 46190        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46191        "purl": "pkg:maven/org.jboss.arquillian.core/arquillian-core-spi@1.6.0.Final?type=jar",
 46192        "externalReferences": [
 46193          {
 46194            "type": "issue-tracker",
 46195            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46196          },
 46197          {
 46198            "type": "website",
 46199            "url": "http://www.jboss.org"
 46200          },
 46201          {
 46202            "type": "mailing-list",
 46203            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46204          },
 46205          {
 46206            "type": "vcs",
 46207            "url": "http://github.com/jboss/jboss-parent-pom"
 46208          }
 46209        ]
 46210      },
 46211      {
 46212        "type": "library",
 46213        "bom-ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-api@1.6.0.Final?type=jar",
 46214        "publisher": "JBoss by Red Hat",
 46215        "group": "org.jboss.arquillian.core",
 46216        "name": "arquillian-core-api",
 46217        "version": "1.6.0.Final",
 46218        "description": "API for the Core.",
 46219        "hashes": [
 46220          {
 46221            "alg": "MD5",
 46222            "content": "9a3f2aa27b9d2fb2005bde97dd8ae0a8"
 46223          },
 46224          {
 46225            "alg": "SHA-1",
 46226            "content": "49093902333cb18b457f4f9b8870924ef97cefe9"
 46227          },
 46228          {
 46229            "alg": "SHA-256",
 46230            "content": "8faf86ad37a85831336fa0915ef27b982bf2a17069ae25d60a49f3e8fdedbdd9"
 46231          },
 46232          {
 46233            "alg": "SHA-384",
 46234            "content": "591b68609bf9d2525c0892eab8e0e2d7c01cc01a46446d755926186459d093f391e445914655750e995375f43cc5a601"
 46235          },
 46236          {
 46237            "alg": "SHA-512",
 46238            "content": "d6cf9ddebd1585e6f16f604114d2096571a447ef40cce6026ac94852d4268152dab336fe10662bef55b902f5d7eb70cb477830d12ee7db0ff0cb224e6ace8206"
 46239          },
 46240          {
 46241            "alg": "SHA3-256",
 46242            "content": "8890ea49cff727a52f87a7ec0c4e2d167185b6683f4f73758db10a68eeeeff09"
 46243          },
 46244          {
 46245            "alg": "SHA3-384",
 46246            "content": "d7c255ef13f43d49b4f8768a4c49fb3b979983430b11247cd239dbf0020e8c14f49ea0348023a1242786ac6cc633a870"
 46247          },
 46248          {
 46249            "alg": "SHA3-512",
 46250            "content": "cfba493915821848bdce886dfcf2a14620b30736c7bb48f2288ee908c99ed92f4db91c15d2c1c99b58150758e10e96d0a0a149d0ab6662eac40fc0b57df6f1b4"
 46251          }
 46252        ],
 46253        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46254        "purl": "pkg:maven/org.jboss.arquillian.core/arquillian-core-api@1.6.0.Final?type=jar",
 46255        "externalReferences": [
 46256          {
 46257            "type": "issue-tracker",
 46258            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46259          },
 46260          {
 46261            "type": "website",
 46262            "url": "http://www.jboss.org"
 46263          },
 46264          {
 46265            "type": "mailing-list",
 46266            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46267          },
 46268          {
 46269            "type": "vcs",
 46270            "url": "http://github.com/jboss/jboss-parent-pom"
 46271          }
 46272        ]
 46273      },
 46274      {
 46275        "type": "library",
 46276        "bom-ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-api@1.6.0.Final?type=jar",
 46277        "publisher": "JBoss by Red Hat",
 46278        "group": "org.jboss.arquillian.config",
 46279        "name": "arquillian-config-api",
 46280        "version": "1.6.0.Final",
 46281        "description": "API for the Config Module.",
 46282        "hashes": [
 46283          {
 46284            "alg": "MD5",
 46285            "content": "d6e36f2fce3606dc359514b672e72f5e"
 46286          },
 46287          {
 46288            "alg": "SHA-1",
 46289            "content": "fa92a81486bbd354828f239a902dcc7b563593f4"
 46290          },
 46291          {
 46292            "alg": "SHA-256",
 46293            "content": "5f4ed74a3e9c72284f4eb1554fc8d1e64eec047b486fde87a41371eb362d4aac"
 46294          },
 46295          {
 46296            "alg": "SHA-384",
 46297            "content": "745fb50902a674a5cb5155abe611a16d645d9c5bc513a87ddafcecd5e58b64373fe986dc1f6a65f77746a1ad4ca8d5d2"
 46298          },
 46299          {
 46300            "alg": "SHA-512",
 46301            "content": "144229a7ea113b6779edbdc2b8ba7fed4f469340e9e8bdfc2febde684821c0feb26ec16a7ca4d74f31c98e77256b51630c8f114d2ab1a3ce973ebe0b21136349"
 46302          },
 46303          {
 46304            "alg": "SHA3-256",
 46305            "content": "13ab2019e850750586d92de643cf4d2651fb90587459b28d2744aabbf94a5ead"
 46306          },
 46307          {
 46308            "alg": "SHA3-384",
 46309            "content": "54d0c7b8b923c9dcedb9ffe6801d3fe2e77033b739fefee41af567911d14fba6a57e7d3bd0205417dea339e3ad1cd168"
 46310          },
 46311          {
 46312            "alg": "SHA3-512",
 46313            "content": "a44751eb36d103cc3b4b860af58372b009586d4d35ed6975322c57e5cc855b6f67a34a699e3403fb43dfee1c2eff8f14f550d8e3a75f9be125d3cf1e38481979"
 46314          }
 46315        ],
 46316        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46317        "purl": "pkg:maven/org.jboss.arquillian.config/arquillian-config-api@1.6.0.Final?type=jar",
 46318        "externalReferences": [
 46319          {
 46320            "type": "issue-tracker",
 46321            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46322          },
 46323          {
 46324            "type": "website",
 46325            "url": "http://www.jboss.org"
 46326          },
 46327          {
 46328            "type": "mailing-list",
 46329            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46330          },
 46331          {
 46332            "type": "vcs",
 46333            "url": "http://github.com/jboss/jboss-parent-pom"
 46334          }
 46335        ]
 46336      },
 46337      {
 46338        "type": "library",
 46339        "bom-ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-impl-base@1.6.0.Final?type=jar",
 46340        "publisher": "JBoss by Red Hat",
 46341        "group": "org.jboss.arquillian.config",
 46342        "name": "arquillian-config-impl-base",
 46343        "version": "1.6.0.Final",
 46344        "description": "Implementation for the Config module.",
 46345        "hashes": [
 46346          {
 46347            "alg": "MD5",
 46348            "content": "0bd1a0533a26a37a520c2b801530103d"
 46349          },
 46350          {
 46351            "alg": "SHA-1",
 46352            "content": "564eeff05f6b94563b167ac0d279c272aab8c6e1"
 46353          },
 46354          {
 46355            "alg": "SHA-256",
 46356            "content": "05bad1d7417b1b5d5d21f5c4e289fb77726e9af60a14f9f2a1053645ab302d31"
 46357          },
 46358          {
 46359            "alg": "SHA-384",
 46360            "content": "ff3fbd397e3f6f5f7b03d53e5fe76dcbecbf69a6b630fa26805aec7e183304ee30286ee130cf814cab3834d41c52a292"
 46361          },
 46362          {
 46363            "alg": "SHA-512",
 46364            "content": "ccabf620eef3d5e18728f3c3a2ea5c29046ec8b51eafe3bc2b520bd6e644cab39f4fb4912244f1694d06043476fffc7d177747229733687c417d19b5440a604e"
 46365          },
 46366          {
 46367            "alg": "SHA3-256",
 46368            "content": "5b9d5c44ee50f1a2125f76c588475ad43753fb3551a5f7ab78c5da241e5dca96"
 46369          },
 46370          {
 46371            "alg": "SHA3-384",
 46372            "content": "a31032c5828f799ec5abb259eceaa3bab56db7a2a8b04dd7807c2ea753d18c755b8e4a602413e9af75ab2e740c1fdbab"
 46373          },
 46374          {
 46375            "alg": "SHA3-512",
 46376            "content": "3ef6dd43f84e3249c0dc16a5a13c7bded205a74225ec63c54ac62891f7ba9eac4b3c85beee96bb91b06e518fd580b0603a5983d49d0cfbd243cf959274b97d78"
 46377          }
 46378        ],
 46379        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46380        "purl": "pkg:maven/org.jboss.arquillian.config/arquillian-config-impl-base@1.6.0.Final?type=jar",
 46381        "externalReferences": [
 46382          {
 46383            "type": "issue-tracker",
 46384            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46385          },
 46386          {
 46387            "type": "website",
 46388            "url": "http://www.jboss.org"
 46389          },
 46390          {
 46391            "type": "mailing-list",
 46392            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46393          },
 46394          {
 46395            "type": "vcs",
 46396            "url": "http://github.com/jboss/jboss-parent-pom"
 46397          }
 46398        ]
 46399      },
 46400      {
 46401        "type": "library",
 46402        "bom-ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-spi@1.6.0.Final?type=jar",
 46403        "publisher": "JBoss by Red Hat",
 46404        "group": "org.jboss.arquillian.config",
 46405        "name": "arquillian-config-spi",
 46406        "version": "1.6.0.Final",
 46407        "description": "SPI for the Config Module.",
 46408        "hashes": [
 46409          {
 46410            "alg": "MD5",
 46411            "content": "e2696e1c36d82702389d195d66b435b5"
 46412          },
 46413          {
 46414            "alg": "SHA-1",
 46415            "content": "7ecb54aab850b1faf45838226a93e559de6c29b0"
 46416          },
 46417          {
 46418            "alg": "SHA-256",
 46419            "content": "50be91e329ee80d9168a93683ca8d4d2705743a8f4e770f4e530394f2d5f51fc"
 46420          },
 46421          {
 46422            "alg": "SHA-384",
 46423            "content": "b9cac5f6501ab7b697386c23015983415f894fed02ec146ad7af0c9ac799dcd4f519b312d6e862795735fdadd7efc61f"
 46424          },
 46425          {
 46426            "alg": "SHA-512",
 46427            "content": "364a8abb416e7911f3d41bfda72c235f5a941bbd2a3a5ddde3657af2d7db71b44ae8a939e801bfcee7a5238982eb65e537f29280ffefbd40ed402d6c62ae662c"
 46428          },
 46429          {
 46430            "alg": "SHA3-256",
 46431            "content": "aa040ad47a66a43015f2af693836955d674bda1e959dc12a7ffcb74ea15ffb5a"
 46432          },
 46433          {
 46434            "alg": "SHA3-384",
 46435            "content": "65e98de239e28e5cafaa7c76fb48e7dd940b88dbea041e5c5f5d76f6bed07f6ba97f5f9cd9af51668c58ed536564371f"
 46436          },
 46437          {
 46438            "alg": "SHA3-512",
 46439            "content": "0204adad130cc0c3501c14b50190a97769d8cf7dbd6df59bf11f576036574db366331594886a1dbd1ff79c8c767e2769a0da0e4fe16785929bb8ae540b188cf1"
 46440          }
 46441        ],
 46442        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46443        "purl": "pkg:maven/org.jboss.arquillian.config/arquillian-config-spi@1.6.0.Final?type=jar",
 46444        "externalReferences": [
 46445          {
 46446            "type": "issue-tracker",
 46447            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46448          },
 46449          {
 46450            "type": "website",
 46451            "url": "http://www.jboss.org"
 46452          },
 46453          {
 46454            "type": "mailing-list",
 46455            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46456          },
 46457          {
 46458            "type": "vcs",
 46459            "url": "http://github.com/jboss/jboss-parent-pom"
 46460          }
 46461        ]
 46462      },
 46463      {
 46464        "type": "library",
 46465        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar",
 46466        "publisher": "JBoss by Red Hat",
 46467        "group": "org.jboss.shrinkwrap.descriptors",
 46468        "name": "shrinkwrap-descriptors-spi",
 46469        "version": "2.0.0",
 46470        "description": "Service Provider Interface of the ShrinkWrap Descriptors Project",
 46471        "hashes": [
 46472          {
 46473            "alg": "MD5",
 46474            "content": "42e9f8d85faf58d2820280b7de474592"
 46475          },
 46476          {
 46477            "alg": "SHA-1",
 46478            "content": "d080f5e818c9fe61dd35fb9134dbc2583f5b0369"
 46479          },
 46480          {
 46481            "alg": "SHA-256",
 46482            "content": "2171060298bca314c9b7629c89e065bbd5c911a6069bf1d12323280128574e87"
 46483          },
 46484          {
 46485            "alg": "SHA-384",
 46486            "content": "c10c32f1be12dd45e69ecdba1ef864270df34244546a66e465ddb9b9753e67d3103a6f256aa043f9e82a0cbe7aa2a22a"
 46487          },
 46488          {
 46489            "alg": "SHA-512",
 46490            "content": "ed1ca915ca5c89f9ecb6cbcc8013e4df1d6c25ec7f3a66c2b3ec8599e806f6d0cec677cc511e847e11875bb1dd9ad668bf534a5fbf22a493e407228fc0f31d4e"
 46491          },
 46492          {
 46493            "alg": "SHA3-256",
 46494            "content": "adb9ee44790cdb726eedbef29f3e81c983c4d4d51e84054060f10b4effd1b8b0"
 46495          },
 46496          {
 46497            "alg": "SHA3-384",
 46498            "content": "0179148237726f9cde6b97a747aca5e7aeb5e58e3d35ba14cfee0d7ee6e5f27bb6201ddfafde6cfb070c1658d007898d"
 46499          },
 46500          {
 46501            "alg": "SHA3-512",
 46502            "content": "77f198356c383a37c613952438163da24fec6ac3d34c3e4a53a8b37e9ae3dbd89038ca710a90e1c91093a8a8e7d416e236de6def0e7669dd0c1e01a12e75c5a9"
 46503          }
 46504        ],
 46505        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46506        "purl": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar",
 46507        "externalReferences": [
 46508          {
 46509            "type": "issue-tracker",
 46510            "url": "http://jira.jboss.com/jira/browse/SHRINKDESC"
 46511          },
 46512          {
 46513            "type": "vcs",
 46514            "url": "http://github.com/shrinkwrap/descriptors"
 46515          },
 46516          {
 46517            "type": "website",
 46518            "url": "http://www.jboss.org"
 46519          },
 46520          {
 46521            "type": "mailing-list",
 46522            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46523          }
 46524        ]
 46525      },
 46526      {
 46527        "type": "library",
 46528        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-api-base@2.0.0?type=jar",
 46529        "publisher": "JBoss by Red Hat",
 46530        "group": "org.jboss.shrinkwrap.descriptors",
 46531        "name": "shrinkwrap-descriptors-api-base",
 46532        "version": "2.0.0",
 46533        "description": "Base for Client View of the ShrinkWrap Descriptors Project",
 46534        "hashes": [
 46535          {
 46536            "alg": "MD5",
 46537            "content": "40cce2158467992c14cac68817970396"
 46538          },
 46539          {
 46540            "alg": "SHA-1",
 46541            "content": "50041d636fe33d59d8d5ed06b6660883481c1cff"
 46542          },
 46543          {
 46544            "alg": "SHA-256",
 46545            "content": "9df16f7da71188ccd1646c5d7e0f757ead35394ac6192d05cf1b22e4d04b901b"
 46546          },
 46547          {
 46548            "alg": "SHA-384",
 46549            "content": "2a84f6cc0e1f75d7422f78a826cbe83d6d33e17cc337ea3f97b567fa4a3f9f51028cb5ba2757c0a1d5d8dda66a94bc5c"
 46550          },
 46551          {
 46552            "alg": "SHA-512",
 46553            "content": "39b744dc79f756adeab5f72ceedf6bd7f8efe707cf2fd39f888fe6d42915e08c12727792856fc6e6247637380d5ee4f32ebf95983a3ab12c6974a9c97cffbb17"
 46554          },
 46555          {
 46556            "alg": "SHA3-256",
 46557            "content": "c54b8bcffc407aaabb7d9684c74baabde4a28e434a798759e34d728e8d52bc6a"
 46558          },
 46559          {
 46560            "alg": "SHA3-384",
 46561            "content": "f82225ac639363e32f55958826041f5c0948deabb0aac3f82caf71968ee7e1c4eb7c1a98ee7de50bd635dffe9b87a26c"
 46562          },
 46563          {
 46564            "alg": "SHA3-512",
 46565            "content": "477fb294ff2fb49790cc380b17d2dd381a53ddd681efe41c215182dfb9c8866e55493ae9815e57866070d7091802d58cd7292ee6ece80878a352ebd3c701e802"
 46566          }
 46567        ],
 46568        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46569        "purl": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-api-base@2.0.0?type=jar",
 46570        "externalReferences": [
 46571          {
 46572            "type": "issue-tracker",
 46573            "url": "http://jira.jboss.com/jira/browse/SHRINKDESC"
 46574          },
 46575          {
 46576            "type": "vcs",
 46577            "url": "http://github.com/shrinkwrap/descriptors"
 46578          },
 46579          {
 46580            "type": "website",
 46581            "url": "http://www.jboss.org"
 46582          },
 46583          {
 46584            "type": "mailing-list",
 46585            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46586          }
 46587        ]
 46588      },
 46589      {
 46590        "type": "library",
 46591        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 46592        "publisher": "JBoss by Red Hat",
 46593        "group": "org.jboss.arquillian.container",
 46594        "name": "arquillian-container-test-spi",
 46595        "version": "1.6.0.Final",
 46596        "description": "Integration with the Test extention for the container extension.",
 46597        "hashes": [
 46598          {
 46599            "alg": "MD5",
 46600            "content": "c6f98bc827b216a711c16f7ca767ad65"
 46601          },
 46602          {
 46603            "alg": "SHA-1",
 46604            "content": "704aa9244a80fbe525dd9f5953a477888458b8df"
 46605          },
 46606          {
 46607            "alg": "SHA-256",
 46608            "content": "0ce601385aafb1d304874f5031b67cc2cef0f1085ea6a3c494d6cdbc6331852b"
 46609          },
 46610          {
 46611            "alg": "SHA-384",
 46612            "content": "655ec1508023a180498d3cdb285d3a03930ab1198ad925843146a14ed5a55b905a612b463eaf5dd27dfcf455b7c0e0ce"
 46613          },
 46614          {
 46615            "alg": "SHA-512",
 46616            "content": "b69692befb3e3f142ad1a7329e98ee7b1b74e7f34e4de15e1b475828e839bc7f424439625bcaa14e76dc090e3b7f406487ae6bf92a2a1a9d721ee9f4eeb878a8"
 46617          },
 46618          {
 46619            "alg": "SHA3-256",
 46620            "content": "efe23f2a68a5f2d4af4697c7a29cc83b5adf66b04aff6fccf88a4fcfd2bce31d"
 46621          },
 46622          {
 46623            "alg": "SHA3-384",
 46624            "content": "a747a81423f9e4857985e87f77d9458a69d042c3b24ac2754895a75610a6872d16b8771ebd27fd2fa89357dc76b49ffd"
 46625          },
 46626          {
 46627            "alg": "SHA3-512",
 46628            "content": "056a7e155375202ec9b88fd8949f6df16125d23d9201b184d20e05f1f68bd2fd4c8176245756289999be0fef99bb8b11dc0f601ed96b4ed5441b2c95dc2b2633"
 46629          }
 46630        ],
 46631        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46632        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 46633        "externalReferences": [
 46634          {
 46635            "type": "issue-tracker",
 46636            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46637          },
 46638          {
 46639            "type": "website",
 46640            "url": "http://www.jboss.org"
 46641          },
 46642          {
 46643            "type": "mailing-list",
 46644            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46645          },
 46646          {
 46647            "type": "vcs",
 46648            "url": "http://github.com/jboss/jboss-parent-pom"
 46649          }
 46650        ]
 46651      },
 46652      {
 46653        "type": "library",
 46654        "bom-ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-spi@1.6.0.Final?type=jar",
 46655        "publisher": "JBoss by Red Hat",
 46656        "group": "org.jboss.arquillian.test",
 46657        "name": "arquillian-test-spi",
 46658        "version": "1.6.0.Final",
 46659        "description": "SPI for the Test integration.",
 46660        "hashes": [
 46661          {
 46662            "alg": "MD5",
 46663            "content": "3f7d617fbe14e713bc681cc634a6c5bb"
 46664          },
 46665          {
 46666            "alg": "SHA-1",
 46667            "content": "4208c2f941125b68f2477855be9ebdfcbd62ddee"
 46668          },
 46669          {
 46670            "alg": "SHA-256",
 46671            "content": "dcc70287232c12dede082de87901fc2b397db6b7104250670da1d88a10afa0f9"
 46672          },
 46673          {
 46674            "alg": "SHA-384",
 46675            "content": "14b28062c0d3849ec6de145d318d9206d485bcd96439bd1e0bb3d92c48491445de1655aa95bbeccc3f9955b49eba4be7"
 46676          },
 46677          {
 46678            "alg": "SHA-512",
 46679            "content": "7afc7cb8c0d086b07d294b246697b1909551994140cd866b6be2ec1d6ed852524054381ce4d7848b1cda0f2fac6e2fbd0a0f86caa7e5973f84120ba45c3cf41e"
 46680          },
 46681          {
 46682            "alg": "SHA3-256",
 46683            "content": "c765d8baba62c17759df23c60d1272494110a429d4290039f329ff9ef6f2e91e"
 46684          },
 46685          {
 46686            "alg": "SHA3-384",
 46687            "content": "c79840737387f19afbd2116eff0dfaa136bb58040e2db1e03772f7602ad90161a826b2951c924fa94a655792bf2a422d"
 46688          },
 46689          {
 46690            "alg": "SHA3-512",
 46691            "content": "618b6bbe8989dfcb12f0475c9521a697d65dd4641d97815dbfea14d43008448f8550e3c39e75a097bfc66db97039ed6bdb3185d2570270ec68ca8c2a8be4434b"
 46692          }
 46693        ],
 46694        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46695        "purl": "pkg:maven/org.jboss.arquillian.test/arquillian-test-spi@1.6.0.Final?type=jar",
 46696        "externalReferences": [
 46697          {
 46698            "type": "issue-tracker",
 46699            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46700          },
 46701          {
 46702            "type": "website",
 46703            "url": "http://www.jboss.org"
 46704          },
 46705          {
 46706            "type": "mailing-list",
 46707            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46708          },
 46709          {
 46710            "type": "vcs",
 46711            "url": "http://github.com/jboss/jboss-parent-pom"
 46712          }
 46713        ]
 46714      },
 46715      {
 46716        "type": "library",
 46717        "bom-ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-api@1.6.0.Final?type=jar",
 46718        "publisher": "JBoss by Red Hat",
 46719        "group": "org.jboss.arquillian.test",
 46720        "name": "arquillian-test-api",
 46721        "version": "1.6.0.Final",
 46722        "description": "API for the Test integration.",
 46723        "hashes": [
 46724          {
 46725            "alg": "MD5",
 46726            "content": "6ae797f4a69b4db84d7f9527bd0c51a4"
 46727          },
 46728          {
 46729            "alg": "SHA-1",
 46730            "content": "d0903e71e88769712f04a52a680bb5a93e760ea8"
 46731          },
 46732          {
 46733            "alg": "SHA-256",
 46734            "content": "3526555599f64c335c937d93656283d4cbd45d7a190e8c710ca6eb6e1aaa73ad"
 46735          },
 46736          {
 46737            "alg": "SHA-384",
 46738            "content": "b3351b4830542b15a72bb02f0330724b08c494e6f52e5775843ede3576aeee30ab7e5ad0dd58e72f437a160fe2367d45"
 46739          },
 46740          {
 46741            "alg": "SHA-512",
 46742            "content": "c228d2e31997cfea424682f10e9b3589c086681ffcbd00ea98d3cc921341fff56026212320082803e6e3e7c1ae4daed0d07b20149c8c77250df9610db6997a99"
 46743          },
 46744          {
 46745            "alg": "SHA3-256",
 46746            "content": "0026e9b8b79a805acdce447d79f409b8a73ad2611ca2530d4e5939daaa310aae"
 46747          },
 46748          {
 46749            "alg": "SHA3-384",
 46750            "content": "265390e9981a1aee51abc4c3333f50ac6c2d7c0da8a38e90efef2b1132a3fa3332d919062b224bf720b20fb8b3549fdc"
 46751          },
 46752          {
 46753            "alg": "SHA3-512",
 46754            "content": "39db1ad686f3e84cc98b4b072a9f5eeb8143dd425523d0670007ac95b28f2c7add0acf4f400c26c8a9ac52c11c4a81af2d16a84c9073ff05e26dc6858dcc88be"
 46755          }
 46756        ],
 46757        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46758        "purl": "pkg:maven/org.jboss.arquillian.test/arquillian-test-api@1.6.0.Final?type=jar",
 46759        "externalReferences": [
 46760          {
 46761            "type": "issue-tracker",
 46762            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46763          },
 46764          {
 46765            "type": "website",
 46766            "url": "http://www.jboss.org"
 46767          },
 46768          {
 46769            "type": "mailing-list",
 46770            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46771          },
 46772          {
 46773            "type": "vcs",
 46774            "url": "http://github.com/jboss/jboss-parent-pom"
 46775          }
 46776        ]
 46777      },
 46778      {
 46779        "type": "library",
 46780        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar",
 46781        "publisher": "JBoss by Red Hat",
 46782        "group": "org.jboss.arquillian.container",
 46783        "name": "arquillian-container-test-api",
 46784        "version": "1.6.0.Final",
 46785        "description": "Integration with the Test extention for the container extension.",
 46786        "hashes": [
 46787          {
 46788            "alg": "MD5",
 46789            "content": "ebab6ecb3bcb5d6ce93f53434f6d45ea"
 46790          },
 46791          {
 46792            "alg": "SHA-1",
 46793            "content": "38bf1405dd34baf038667044cf9b9020dbd2d3b8"
 46794          },
 46795          {
 46796            "alg": "SHA-256",
 46797            "content": "bc9db4736395ee8913d04f8e02967a08f8b2f28ce0b78b98d12c52bde2690009"
 46798          },
 46799          {
 46800            "alg": "SHA-384",
 46801            "content": "91455d2b9aabf7f15fa24ef27fd020ac7d41fa4570d353084b47b31a8a28779003c4a259271164935b6c989e41c9e652"
 46802          },
 46803          {
 46804            "alg": "SHA-512",
 46805            "content": "55abf3a3cb7c92ecedfff55992a7d7e1a4c1c5f04ffbf8633f854f69a81fd57260f17651a65747b75ce7887f4d2420dd2bf842ac653873c63d065cc2d3e8f5fe"
 46806          },
 46807          {
 46808            "alg": "SHA3-256",
 46809            "content": "9010995938507722fa61c7332b71c0d6ccb1a859292cce6a03cd904135e0ffba"
 46810          },
 46811          {
 46812            "alg": "SHA3-384",
 46813            "content": "616b4ac5278a6728e1816b2ad79192aff0cf603df05910c3f87e2b91d615507c55cce0064b0ecc358365833e904bd8a9"
 46814          },
 46815          {
 46816            "alg": "SHA3-512",
 46817            "content": "2f712c4f1f140fa8f2611c665c44586f288ad87af8d8758f9cd16017f27f03b50727a5ae682838e125db5201a9c1bb042588a9567b531de5f07eeca4af4677e0"
 46818          }
 46819        ],
 46820        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46821        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar",
 46822        "externalReferences": [
 46823          {
 46824            "type": "issue-tracker",
 46825            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46826          },
 46827          {
 46828            "type": "website",
 46829            "url": "http://www.jboss.org"
 46830          },
 46831          {
 46832            "type": "mailing-list",
 46833            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46834          },
 46835          {
 46836            "type": "vcs",
 46837            "url": "http://github.com/jboss/jboss-parent-pom"
 46838          }
 46839        ]
 46840      },
 46841      {
 46842        "type": "library",
 46843        "bom-ref": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-initialcontext@1.6.0.Final?type=jar",
 46844        "publisher": "JBoss by Red Hat",
 46845        "group": "org.jboss.arquillian.testenricher",
 46846        "name": "arquillian-testenricher-initialcontext",
 46847        "version": "1.6.0.Final",
 46848        "description": "InitialContext TestEnricher for the Arquillian Project",
 46849        "hashes": [
 46850          {
 46851            "alg": "MD5",
 46852            "content": "03871d31af03e508eda493c6d5068d32"
 46853          },
 46854          {
 46855            "alg": "SHA-1",
 46856            "content": "2033f78970e2cc39b6b91f9396f1537ea4a8fee1"
 46857          },
 46858          {
 46859            "alg": "SHA-256",
 46860            "content": "bdf6448ff67815cbde343a90ac15c5f19c7073d4f4e0ad63271f44474118b33b"
 46861          },
 46862          {
 46863            "alg": "SHA-384",
 46864            "content": "edfac6e67837e94a58e48841ea547e2c88398d493feb09daff22cea33a52c42dde3b5360435795fcd13c3d038c8f508b"
 46865          },
 46866          {
 46867            "alg": "SHA-512",
 46868            "content": "accbae4d6c5465b2be86103dad4c160b441fd00df5d6d965d887e0e115c48eec9f0e28753eaea8ca17a4d0b63938606292a1c75161d99785572a8776833f3567"
 46869          },
 46870          {
 46871            "alg": "SHA3-256",
 46872            "content": "a42bb6be069ee70d0342a91127233251bcfe542a6e25a7eed53bda5eac79439e"
 46873          },
 46874          {
 46875            "alg": "SHA3-384",
 46876            "content": "c174ee5c159a3ada2fc95ce81777088e4d63c98a57f99c52dbbba2a55df91798e265c4bfb3bdf44086eb0cc6483a8aca"
 46877          },
 46878          {
 46879            "alg": "SHA3-512",
 46880            "content": "e561f89494e25a2619a19043691c398689f44489ebd80a43f0a03eb2cb43751b648ba33e9c47f1342c732baf08040bc839d43b8272712a88bb16c01559864f54"
 46881          }
 46882        ],
 46883        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46884        "purl": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-initialcontext@1.6.0.Final?type=jar",
 46885        "externalReferences": [
 46886          {
 46887            "type": "issue-tracker",
 46888            "url": "http://jira.jboss.com/jira/browse/ARQ"
 46889          },
 46890          {
 46891            "type": "website",
 46892            "url": "http://www.jboss.org"
 46893          },
 46894          {
 46895            "type": "mailing-list",
 46896            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46897          },
 46898          {
 46899            "type": "vcs",
 46900            "url": "http://github.com/jboss/jboss-parent-pom"
 46901          }
 46902        ]
 46903      },
 46904      {
 46905        "type": "library",
 46906        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven@3.1.4?type=jar",
 46907        "publisher": "JBoss by Red Hat",
 46908        "group": "org.jboss.shrinkwrap.resolver",
 46909        "name": "shrinkwrap-resolver-api-maven",
 46910        "version": "3.1.4",
 46911        "description": "API to Resolve Dependencies from a Maven Backend",
 46912        "hashes": [
 46913          {
 46914            "alg": "MD5",
 46915            "content": "ac76b52063b57a90a540149fbfa74210"
 46916          },
 46917          {
 46918            "alg": "SHA-1",
 46919            "content": "811303df479516821e4576e007f76d745adef4b7"
 46920          },
 46921          {
 46922            "alg": "SHA-256",
 46923            "content": "040bcdbf9e10cffa712c44ac40b4f71d789ccd864a9ee787f1217ef1dc685bb6"
 46924          },
 46925          {
 46926            "alg": "SHA-384",
 46927            "content": "d038b2ea90454736ef066d5a23b33f69fd9289eee66f8f82fd3fca831d60a3e761dce21205c83f96ccc276f1f67757ae"
 46928          },
 46929          {
 46930            "alg": "SHA-512",
 46931            "content": "0f59f63161fd962b503eedeb6a8b2ae3b4cf92e44d5760b41529ff986b2b22c081b79d5196eb56f735547b4d5385b21ddf39ebc5233711ab08459d1b37796c39"
 46932          },
 46933          {
 46934            "alg": "SHA3-256",
 46935            "content": "a71e6da3b6c7f77a919663e9d78b849a7c6078967a5ba4d2500daa48e0e8c9a4"
 46936          },
 46937          {
 46938            "alg": "SHA3-384",
 46939            "content": "a5968f2714bb89a37077ddf4576e939b301771864044d58bee94a5ae7fe37cbdc93d428a53ba5b282e4bdb6f09555835"
 46940          },
 46941          {
 46942            "alg": "SHA3-512",
 46943            "content": "3de330904ea85eaff13d0fcfa9b56c7ab7204c935e4b866e500cbd1b17365803016856043641f7b1ca79627dc3c0a3556fce8937295a340c20455ebb5b5fe129"
 46944          }
 46945        ],
 46946        "licenses": [{"license": {"id": "Apache-2.0"}}],
 46947        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven@3.1.4?type=jar",
 46948        "externalReferences": [
 46949          {
 46950            "type": "issue-tracker",
 46951            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 46952          },
 46953          {
 46954            "type": "vcs",
 46955            "url": "https://github.com/shrinkwrap/resolver"
 46956          },
 46957          {
 46958            "type": "website",
 46959            "url": "http://www.jboss.org"
 46960          },
 46961          {
 46962            "type": "mailing-list",
 46963            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 46964          }
 46965        ]
 46966      },
 46967      {
 46968        "type": "library",
 46969        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api@3.1.4?type=jar",
 46970        "publisher": "JBoss by Red Hat",
 46971        "group": "org.jboss.shrinkwrap.resolver",
 46972        "name": "shrinkwrap-resolver-api",
 46973        "version": "3.1.4",
 46974        "description": "API to Resolve Dependencies from a Generic Backend",
 46975        "hashes": [
 46976          {
 46977            "alg": "MD5",
 46978            "content": "8db045c47040310952c78f8494a47f9d"
 46979          },
 46980          {
 46981            "alg": "SHA-1",
 46982            "content": "f211704a42c4aeef9b345743b079a4bddecfa080"
 46983          },
 46984          {
 46985            "alg": "SHA-256",
 46986            "content": "d57d38433c5953bd8692d2754f14b4a569668c5f98080daf34f62b7f5a89b8f1"
 46987          },
 46988          {
 46989            "alg": "SHA-384",
 46990            "content": "faa32db6c2f5e8d60b079ab0856611a79faa2c75d1dd9910db3b678c21ec146db9b0f2aab07c9886d00dbd90a1662f66"
 46991          },
 46992          {
 46993            "alg": "SHA-512",
 46994            "content": "54d87aa1b45ace0ee769f2dac05459f39447af4f0bd90f90a45b990f771b4dac47f3b2c1aada67acb77ebfb63fac8838895473b726e8b6867512d3691aa06b2f"
 46995          },
 46996          {
 46997            "alg": "SHA3-256",
 46998            "content": "5d690f6406d7c4e75d335186409fff690f31cef61b2bd0161f8a726929e47dc6"
 46999          },
 47000          {
 47001            "alg": "SHA3-384",
 47002            "content": "0699b53c7e4cf43dfa38afc5b7a20e0272ca222e1f3f81a29ce1cd66f9b0fc1ec338fc1d767ac4c22977f4e0da8e8c09"
 47003          },
 47004          {
 47005            "alg": "SHA3-512",
 47006            "content": "c1005c9a9d5ce62866ef1681585e19119ae12d0d40d64b8eaa129c789ea6ab2adff3d424de54b1e0ac4f54ac23b4672db57d8bfbd1a5c3737b222142b880b6ec"
 47007          }
 47008        ],
 47009        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47010        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api@3.1.4?type=jar",
 47011        "externalReferences": [
 47012          {
 47013            "type": "issue-tracker",
 47014            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 47015          },
 47016          {
 47017            "type": "vcs",
 47018            "url": "https://github.com/shrinkwrap/resolver"
 47019          },
 47020          {
 47021            "type": "website",
 47022            "url": "http://www.jboss.org"
 47023          },
 47024          {
 47025            "type": "mailing-list",
 47026            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47027          }
 47028        ]
 47029      },
 47030      {
 47031        "type": "library",
 47032        "bom-ref": "pkg:maven/org.apache.maven/maven-model@3.6.3?type=jar",
 47033        "publisher": "The Apache Software Foundation",
 47034        "group": "org.apache.maven",
 47035        "name": "maven-model",
 47036        "version": "3.6.3",
 47037        "description": "Model for Maven POM (Project Object Model)",
 47038        "hashes": [
 47039          {
 47040            "alg": "MD5",
 47041            "content": "ebf3c5e5556a22271bf315d0cd5b2b56"
 47042          },
 47043          {
 47044            "alg": "SHA-1",
 47045            "content": "61c7848dce2fbf7f7ab0fdc8e8a7cc9da5dd7827"
 47046          },
 47047          {
 47048            "alg": "SHA-256",
 47049            "content": "17cef1f58e146ef0d7d9e96b3b92d98a1d6fd7d2b3288ba538e8ff1e0d9160cf"
 47050          },
 47051          {
 47052            "alg": "SHA-384",
 47053            "content": "dc128cf5bca0d6c14716170efb7d2e37048f73c9b76393b766490580323a58297578c7aa5d49f63b8f48518fabb7320e"
 47054          },
 47055          {
 47056            "alg": "SHA-512",
 47057            "content": "7df3d781dd0c3a5947c76a02bb811d2bff0eb9bd0ba1efc3a55001576c58612bb1fd221ceb9cedd7ed84dfdb64c973b61af22c56636e1cfb03a55cfbe83655f6"
 47058          },
 47059          {
 47060            "alg": "SHA3-256",
 47061            "content": "7884033d63e0ed6001f98b8c7811542a3f7ff4baad8aadd7cb56eafad16b9aa7"
 47062          },
 47063          {
 47064            "alg": "SHA3-384",
 47065            "content": "6d17e2e75aaf45e995455913082cafe57c147f17af9d265ce2d55f15b3b0044254c24dc3c55cdf5a0bc6ee4ecdefadf7"
 47066          },
 47067          {
 47068            "alg": "SHA3-512",
 47069            "content": "b3dd7820626f65b4d44cd9efc024d88ac0b4339efedf8848e6106e7b377be1768b79852cc28c7c2f454071d80e132f389f9146bc5e7c779569df94897682a5e6"
 47070          }
 47071        ],
 47072        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47073        "purl": "pkg:maven/org.apache.maven/maven-model@3.6.3?type=jar",
 47074        "externalReferences": [
 47075          {
 47076            "type": "build-system",
 47077            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 47078          },
 47079          {
 47080            "type": "distribution",
 47081            "url": "https://maven.apache.org/download.html"
 47082          },
 47083          {
 47084            "type": "issue-tracker",
 47085            "url": "https://issues.apache.org/jira/browse/MNG"
 47086          },
 47087          {
 47088            "type": "vcs",
 47089            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 47090          },
 47091          {
 47092            "type": "mailing-list",
 47093            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 47094          },
 47095          {
 47096            "type": "website",
 47097            "url": "https://www.apache.org/"
 47098          }
 47099        ]
 47100      },
 47101      {
 47102        "type": "library",
 47103        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-utils@3.2.1?type=jar",
 47104        "publisher": "Codehaus Plexus",
 47105        "group": "org.codehaus.plexus",
 47106        "name": "plexus-utils",
 47107        "version": "3.2.1",
 47108        "description": "A collection of various utility classes to ease working with strings, files, command lines, XML and more.",
 47109        "hashes": [
 47110          {
 47111            "alg": "MD5",
 47112            "content": "a1b7cb2baeae4bb4c3a016417d5d3cb0"
 47113          },
 47114          {
 47115            "alg": "SHA-1",
 47116            "content": "13b015768e0d04849d2794e4c47eb02d01a0de32"
 47117          },
 47118          {
 47119            "alg": "SHA-256",
 47120            "content": "8d07b497bb8deb167ee5329cae87ef2043833bf52e4f15a5a9379cec447a5b2b"
 47121          },
 47122          {
 47123            "alg": "SHA-384",
 47124            "content": "cf78e1639fd2db660ace75bb9d97dc68843edd5bcd368951fa45cfd9f3ed66792a9d4582f8fe72f25e8ab094f7a7a565"
 47125          },
 47126          {
 47127            "alg": "SHA-512",
 47128            "content": "354f185cb3c6ade3f2d3f27c1a27a811922782ca4bd74a997c9c922dc7a2d44148ce6f141f16c0c1ab8f7988dd8a30602713d558606d088e8ba82a0ec1fb55a5"
 47129          },
 47130          {
 47131            "alg": "SHA3-256",
 47132            "content": "564639fa9188a1aed480cf33fa481ed2fb40ac9473bf6eef92b11ac5a4198d8a"
 47133          },
 47134          {
 47135            "alg": "SHA3-384",
 47136            "content": "9c7f355e5cd8f9977d0b59d0a827ab5e094a88178356e0dd838d4b4fb1cb824faa9ae85f71fe27ad23df60bb16eaa5ee"
 47137          },
 47138          {
 47139            "alg": "SHA3-512",
 47140            "content": "82f4d76e0f0aa5f17c173f939154be88e4b665c20f2269e04776421425b5119417b35df6e55ff6cc6d32dcda9ce42fea3eb891aa2a3e16b2b595ca4303fb454e"
 47141          }
 47142        ],
 47143        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47144        "purl": "pkg:maven/org.codehaus.plexus/plexus-utils@3.2.1?type=jar",
 47145        "externalReferences": [
 47146          {
 47147            "type": "issue-tracker",
 47148            "url": "http://github.com/codehaus-plexus/plexus-utils/issues"
 47149          },
 47150          {
 47151            "type": "vcs",
 47152            "url": "http://github.com/codehaus-plexus/plexus-utils"
 47153          },
 47154          {
 47155            "type": "website",
 47156            "url": "http://codehaus-plexus.github.io/"
 47157          },
 47158          {
 47159            "type": "distribution",
 47160            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 47161          },
 47162          {
 47163            "type": "mailing-list",
 47164            "url": "http://archive.plexus.codehaus.org/user"
 47165          }
 47166        ]
 47167      },
 47168      {
 47169        "type": "library",
 47170        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-karaf-managed@2.2.0.Final?type=jar",
 47171        "publisher": "JBoss by Red Hat",
 47172        "group": "org.jboss.arquillian.container",
 47173        "name": "arquillian-container-karaf-managed",
 47174        "version": "2.2.0.Final",
 47175        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 47176        "hashes": [
 47177          {
 47178            "alg": "MD5",
 47179            "content": "86a7e564af9d77a277c44ae9e7461fd5"
 47180          },
 47181          {
 47182            "alg": "SHA-1",
 47183            "content": "bd99ff0000ad0eea1238d0bf8767307b759cf755"
 47184          },
 47185          {
 47186            "alg": "SHA-256",
 47187            "content": "6b679aa818d5936a00f69df0a9f4e816414a6d6b2c64f8ff6ff65f465a8ead4d"
 47188          },
 47189          {
 47190            "alg": "SHA-384",
 47191            "content": "4fb5b92c795a3cf082152ac78a9ed974ef91ae633254e0d888ddcc524146900beaf4feda432b6f3f6aaa55284a00e566"
 47192          },
 47193          {
 47194            "alg": "SHA-512",
 47195            "content": "3ce30e14465aa0d46a2231fa9b85e563b06b1acab4ffff035b16df2142a058bbd25bf22b48d38cdaaddccae7ac3cf033c7ee3db7cc02953e0192dabadc002d0e"
 47196          },
 47197          {
 47198            "alg": "SHA3-256",
 47199            "content": "8e2c90105f7dd7d7ea107120f3781ccceb247630f7e641370bb8b5cb9c680e89"
 47200          },
 47201          {
 47202            "alg": "SHA3-384",
 47203            "content": "c8f03c56f6ff3f294963904b3fd13e0cf901a932b6dc6f71c43173343699ddf2c6329ba97f323bdfccc6afe0e3537511"
 47204          },
 47205          {
 47206            "alg": "SHA3-512",
 47207            "content": "f5cc0e13907e617a07a919f9759eea208d4a4e519aadde61c25bfae26aa797252dd5acbb87b017c1bb233f2f527f54f4726341e75ae6a9964482a8ffa13ff4ca"
 47208          }
 47209        ],
 47210        "licenses": [{"license": {
 47211          "name": "Public Domain",
 47212          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 47213        }}],
 47214        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-karaf-managed@2.2.0.Final?type=jar",
 47215        "externalReferences": [
 47216          {
 47217            "type": "distribution",
 47218            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2"
 47219          },
 47220          {
 47221            "type": "vcs",
 47222            "url": "http://github.com/arquillian/arquillian-container-osgi.git"
 47223          },
 47224          {
 47225            "type": "website",
 47226            "url": "http://www.jboss.org"
 47227          },
 47228          {
 47229            "type": "issue-tracker",
 47230            "url": "https://issues.jboss.org/"
 47231          },
 47232          {
 47233            "type": "mailing-list",
 47234            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47235          }
 47236        ]
 47237      },
 47238      {
 47239        "type": "library",
 47240        "bom-ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-osgi@2.2.0.Final?type=jar",
 47241        "publisher": "JBoss by Red Hat",
 47242        "group": "org.jboss.arquillian.protocol",
 47243        "name": "arquillian-protocol-osgi",
 47244        "version": "2.2.0.Final",
 47245        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 47246        "hashes": [
 47247          {
 47248            "alg": "MD5",
 47249            "content": "25197d7dc6f158ca4e415a594d630416"
 47250          },
 47251          {
 47252            "alg": "SHA-1",
 47253            "content": "a86c7c7999e9f2329f1078280f8465d105ac190c"
 47254          },
 47255          {
 47256            "alg": "SHA-256",
 47257            "content": "dc93969017aa3786d1043de7995a6838598589356c84c9032cb065c1525313e4"
 47258          },
 47259          {
 47260            "alg": "SHA-384",
 47261            "content": "587cec518bc9436c02d1484f4d28016685ecaaf3c948b0ca4611ebf0acc90afe22e3f8f09ed97619dbddf8d9cf596dfa"
 47262          },
 47263          {
 47264            "alg": "SHA-512",
 47265            "content": "5e89c6512b9ca6089c784c8c7a47d2030bd1e502753b662944227a3758057e8d17b72c58762f16a5f05fa70d6689fdbd4b811657ad051d5bd68d54333413e091"
 47266          },
 47267          {
 47268            "alg": "SHA3-256",
 47269            "content": "02a54a7837646f2fd7e100a0f8f71804799f28557b488fab5c1459c04ade2a34"
 47270          },
 47271          {
 47272            "alg": "SHA3-384",
 47273            "content": "2f1fb943ab377757491ca89dab51ed2412fd34a963552b938fc5337ef0cd7dccf7ba9a41d6bb461d1b923d11d80f4b29"
 47274          },
 47275          {
 47276            "alg": "SHA3-512",
 47277            "content": "7268678bd5dd80eb7762e091ac879cc003482ad6f34721e8a82c8993964ba13987916f041fd22f6a411fe75e6e1d6f5958067b4d4f28067661601c11f51eadd3"
 47278          }
 47279        ],
 47280        "licenses": [{"license": {
 47281          "name": "Public Domain",
 47282          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 47283        }}],
 47284        "purl": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-osgi@2.2.0.Final?type=jar",
 47285        "externalReferences": [
 47286          {
 47287            "type": "distribution",
 47288            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2"
 47289          },
 47290          {
 47291            "type": "vcs",
 47292            "url": "http://github.com/arquillian/arquillian-container-osgi.git"
 47293          },
 47294          {
 47295            "type": "website",
 47296            "url": "http://www.jboss.org"
 47297          },
 47298          {
 47299            "type": "issue-tracker",
 47300            "url": "https://issues.jboss.org/"
 47301          },
 47302          {
 47303            "type": "mailing-list",
 47304            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47305          }
 47306        ]
 47307      },
 47308      {
 47309        "type": "library",
 47310        "bom-ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-jmx@1.6.0.Final?type=jar",
 47311        "publisher": "JBoss by Red Hat",
 47312        "group": "org.jboss.arquillian.protocol",
 47313        "name": "arquillian-protocol-jmx",
 47314        "version": "1.6.0.Final",
 47315        "description": "Protocol handler for communicating via JMX",
 47316        "hashes": [
 47317          {
 47318            "alg": "MD5",
 47319            "content": "112a457865b19a9d3bf4df6c406529ff"
 47320          },
 47321          {
 47322            "alg": "SHA-1",
 47323            "content": "993c0a835e9f18d237177c3305e8ad1aa9987fe4"
 47324          },
 47325          {
 47326            "alg": "SHA-256",
 47327            "content": "39226f31a3a087d2e124bcd80d35dd06a41e25ebb94d75df18fbbdcf1a39427b"
 47328          },
 47329          {
 47330            "alg": "SHA-384",
 47331            "content": "893795def59d1c6ce23589a6ef0cd1120547445ae95aaed40e5701200f0307135d8227ff0cc2f2a6b1695d948f651147"
 47332          },
 47333          {
 47334            "alg": "SHA-512",
 47335            "content": "c4c903906dca802837c7f1f9d6161da74574556a09f179741fcbb007df3dd621e7f56f20871ad6232fcbad389ef4c0a2b2b327013eb6f8153a84ba0565412e6e"
 47336          },
 47337          {
 47338            "alg": "SHA3-256",
 47339            "content": "ecc8a1fade3df46aeb4d37ab96f0057a8829ef578af5abfb608ec901ec03ffd0"
 47340          },
 47341          {
 47342            "alg": "SHA3-384",
 47343            "content": "cc9049f1f47de074e00c641f188f99cee2bd9fdc0898b5d47d1996fb2c2255eaff09a0cef27616ea509988859b44158a"
 47344          },
 47345          {
 47346            "alg": "SHA3-512",
 47347            "content": "ca621babdc02ae8fd3f4cc7394b96aa3e6191e1de3a985f3cd66959a3c4f6969f75d3296180319b08c26012c8cc672679ddfa04311ceeb5cb8736e4a4a7c52bd"
 47348          }
 47349        ],
 47350        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47351        "purl": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-jmx@1.6.0.Final?type=jar",
 47352        "externalReferences": [
 47353          {
 47354            "type": "issue-tracker",
 47355            "url": "http://jira.jboss.com/jira/browse/ARQ"
 47356          },
 47357          {
 47358            "type": "website",
 47359            "url": "http://www.jboss.org"
 47360          },
 47361          {
 47362            "type": "mailing-list",
 47363            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47364          },
 47365          {
 47366            "type": "vcs",
 47367            "url": "http://github.com/jboss/jboss-parent-pom"
 47368          }
 47369        ]
 47370      },
 47371      {
 47372        "type": "library",
 47373        "bom-ref": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-osgi@2.2.0.Final?type=jar",
 47374        "publisher": "JBoss by Red Hat",
 47375        "group": "org.jboss.arquillian.testenricher",
 47376        "name": "arquillian-testenricher-osgi",
 47377        "version": "2.2.0.Final",
 47378        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 47379        "hashes": [
 47380          {
 47381            "alg": "MD5",
 47382            "content": "7965ef2cf2ab49ed912a08c8bd61611f"
 47383          },
 47384          {
 47385            "alg": "SHA-1",
 47386            "content": "ab2976ddc074b912b5eb78057ae5cf292451b8d7"
 47387          },
 47388          {
 47389            "alg": "SHA-256",
 47390            "content": "eeaf498f524ee72578cbecba44d07baa1776bca736452162577b1c229b4b81d8"
 47391          },
 47392          {
 47393            "alg": "SHA-384",
 47394            "content": "26a80c62dff7e53b95a1a0f55d20c23538eb35e45efb7f37a11bcb830afd048fd27b446e9a72580e377e485044a74cad"
 47395          },
 47396          {
 47397            "alg": "SHA-512",
 47398            "content": "4b8fa8aa0e5fed052c3d94a750adc51d016e1bd21ee0e7e4ff6146ea4682fd6144bc19b6f278d42441a995acc780dfb44f320c7c24750a7b28a591d69d8e7df0"
 47399          },
 47400          {
 47401            "alg": "SHA3-256",
 47402            "content": "c9d888afbee861db230f917221a246c5e0ee306a1e030b4db502d1059ef203ce"
 47403          },
 47404          {
 47405            "alg": "SHA3-384",
 47406            "content": "b139991b5577dc9ebf5df92cf261c8d01263efdcbac5e4fc9540c9a1c8d8e4e4cdffb45dc8b6ee057ff37eadf48f6a08"
 47407          },
 47408          {
 47409            "alg": "SHA3-512",
 47410            "content": "ec3f27f664b14fde260335f9c2af56185ffac8a432595894a2f7e52031448e5eb9180d6848d7216f0c0a0decceb089592928f6db55093a081cb8ff6615914f6f"
 47411          }
 47412        ],
 47413        "licenses": [{"license": {
 47414          "name": "Public Domain",
 47415          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 47416        }}],
 47417        "purl": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-osgi@2.2.0.Final?type=jar",
 47418        "externalReferences": [
 47419          {
 47420            "type": "distribution",
 47421            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2"
 47422          },
 47423          {
 47424            "type": "vcs",
 47425            "url": "http://github.com/arquillian/arquillian-container-osgi.git"
 47426          },
 47427          {
 47428            "type": "website",
 47429            "url": "http://www.jboss.org"
 47430          },
 47431          {
 47432            "type": "issue-tracker",
 47433            "url": "https://issues.jboss.org/"
 47434          },
 47435          {
 47436            "type": "mailing-list",
 47437            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47438          }
 47439        ]
 47440      },
 47441      {
 47442        "type": "library",
 47443        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar",
 47444        "publisher": "JBoss by Red Hat",
 47445        "group": "org.jboss.arquillian.container",
 47446        "name": "arquillian-container-test-impl-base",
 47447        "version": "1.6.0.Final",
 47448        "description": "Integration with the Test extention for the container extension.",
 47449        "hashes": [
 47450          {
 47451            "alg": "MD5",
 47452            "content": "f64c92f6b955d32d7b17c4b986ea8630"
 47453          },
 47454          {
 47455            "alg": "SHA-1",
 47456            "content": "6cd742ab9e0192ad9ce3af4d77f247954ed5d7c7"
 47457          },
 47458          {
 47459            "alg": "SHA-256",
 47460            "content": "93a93ff4bd9e68f3fccbf0a062a071e67075364ec2add7278e4b9546329b16d9"
 47461          },
 47462          {
 47463            "alg": "SHA-384",
 47464            "content": "7235a98772b140148d7e30558b3fcd393202a5d3b85160149a63943f45cf5868d1e29623866c9a1479f2bd4d3bb9966b"
 47465          },
 47466          {
 47467            "alg": "SHA-512",
 47468            "content": "4292388f6513ce6a07a7355ab04506ca294b300e839fff2a8e7baaab072abb79c29e108fee696298504b0a221051cc6d35e2b09cd9ed683f5e79a01cc62eab4e"
 47469          },
 47470          {
 47471            "alg": "SHA3-256",
 47472            "content": "ba4f591fc2d87b034f9725962f48edc83c63eeb4f1305e0891701b76d22973f1"
 47473          },
 47474          {
 47475            "alg": "SHA3-384",
 47476            "content": "923187f375f90f258d4a99f05e9dfd6d613de08d5689e9d03b83a3920a2916c5cda762871d31fea5390e14d26608325f"
 47477          },
 47478          {
 47479            "alg": "SHA3-512",
 47480            "content": "6d754115a8fe6e65351a15c4a9275da25fdefdb8777b03ee9bfda2c50ec8acab85d5eb688cd224991e9c7de2006165f05e0dbf884886d7fa084be9a1efa59c5a"
 47481          }
 47482        ],
 47483        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47484        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar",
 47485        "externalReferences": [
 47486          {
 47487            "type": "issue-tracker",
 47488            "url": "http://jira.jboss.com/jira/browse/ARQ"
 47489          },
 47490          {
 47491            "type": "website",
 47492            "url": "http://www.jboss.org"
 47493          },
 47494          {
 47495            "type": "mailing-list",
 47496            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47497          },
 47498          {
 47499            "type": "vcs",
 47500            "url": "http://github.com/jboss/jboss-parent-pom"
 47501          }
 47502        ]
 47503      },
 47504      {
 47505        "type": "library",
 47506        "bom-ref": "pkg:maven/org.jboss.osgi.spi/jbosgi-spi@4.0.0.Final?type=jar",
 47507        "publisher": "JBoss by Red Hat",
 47508        "group": "org.jboss.osgi.spi",
 47509        "name": "jbosgi-spi",
 47510        "version": "4.0.0.Final",
 47511        "description": "JBossOSGi",
 47512        "hashes": [
 47513          {
 47514            "alg": "MD5",
 47515            "content": "a21233757f4c63ce4ff30d6927055b40"
 47516          },
 47517          {
 47518            "alg": "SHA-1",
 47519            "content": "dbd1d084682873871c3dff2cdf920f6f5fc16940"
 47520          },
 47521          {
 47522            "alg": "SHA-256",
 47523            "content": "a9c9e18f94346cf11aeb4e39a8642388bc537edeb58212a1e94ddc66b0362acf"
 47524          },
 47525          {
 47526            "alg": "SHA-384",
 47527            "content": "68c4a1d2cd4eaeb09f87f2cff6d0b4eca9e2b0343c784072b30323070e81d00e581ce2d711bca80ac4c5fe14c8ef0a3c"
 47528          },
 47529          {
 47530            "alg": "SHA-512",
 47531            "content": "14a41ec512dde7fad8dbe2c36f26409aa54f6d0fde418776fa175ab590e66d55685d89968df3dd26c01d002974b0d7909a17068113fd4695c6823b7e5fe3195c"
 47532          },
 47533          {
 47534            "alg": "SHA3-256",
 47535            "content": "a327fc38c4aa99ef4bba77c1ab53b76f3841f024643c4f0cdceb495ade9bc153"
 47536          },
 47537          {
 47538            "alg": "SHA3-384",
 47539            "content": "fd5b75f42f5392ff39d852e7fa6195fc9eb73b23ef92f2e4c248aeb3e749bde500bd1087d513954e423e72616d333a4a"
 47540          },
 47541          {
 47542            "alg": "SHA3-512",
 47543            "content": "d3a0ec7c5792d6b02ac98f955cb6cdf71e55612fd6146b75b052cd8019713bde5c5a71a7eded284e1ebc21a24c369045935ff4c6efe12416a45459beac737388"
 47544          }
 47545        ],
 47546        "licenses": [{"license": {
 47547          "name": "lgpl_v2_1",
 47548          "url": "http://repository.jboss.com/licenses/lgpl-2.1.txt"
 47549        }}],
 47550        "purl": "pkg:maven/org.jboss.osgi.spi/jbosgi-spi@4.0.0.Final?type=jar",
 47551        "externalReferences": [
 47552          {
 47553            "type": "vcs",
 47554            "url": "http://github.com/jbosgi/jbosgi-spi"
 47555          },
 47556          {
 47557            "type": "website",
 47558            "url": "http://www.jboss.org"
 47559          }
 47560        ]
 47561      },
 47562      {
 47563        "type": "library",
 47564        "bom-ref": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs30@2.0.0.Final?type=jar",
 47565        "publisher": "JBoss by Red Hat",
 47566        "group": "org.jboss.osgi.vfs",
 47567        "name": "jbosgi-vfs30",
 47568        "version": "2.0.0.Final",
 47569        "description": "The JBossOSGi VFS Abstration",
 47570        "hashes": [
 47571          {
 47572            "alg": "MD5",
 47573            "content": "e4708013169a432aed86ee5d0809aeb1"
 47574          },
 47575          {
 47576            "alg": "SHA-1",
 47577            "content": "4f76d7b2644262eb4e9428ce510b69bde5cbd084"
 47578          },
 47579          {
 47580            "alg": "SHA-256",
 47581            "content": "f3f859cfddfe9ebc1f1b61de497c1f34da318f62d06e2b309e5e0875d251502b"
 47582          },
 47583          {
 47584            "alg": "SHA-384",
 47585            "content": "50c4ec306ad74a7810ba1c18e148db6552082cb8f3bcdfd65826783b85e79eb16177a53c576911f5a8aeddfe77f652c7"
 47586          },
 47587          {
 47588            "alg": "SHA-512",
 47589            "content": "e0edc0074d7cb2d9d5c57fe95599daf6918375e678d8c6ef4441b707d22f69d756f78d75ef7abc96d17fd660c50c8a5848eef38e91c6ac2e295b43bf972b2ef3"
 47590          },
 47591          {
 47592            "alg": "SHA3-256",
 47593            "content": "d0aff85b58dd7b34364451fbc12fac8f9382aed74faeaa657712d126f994dad9"
 47594          },
 47595          {
 47596            "alg": "SHA3-384",
 47597            "content": "9e801086d6ecc97da0432ae6a0ed714934f51adc3d91641a836895826f47d1cc4d9dc15c3b865eb26e2e15806342d4df"
 47598          },
 47599          {
 47600            "alg": "SHA3-512",
 47601            "content": "264d1c417887e3ddcdc8c0265dc22b1727fd8037f42957f2a2e154a9ab10285146b4bfa0210066867b305dc350ea7f5a7d23c59308c44d20213e972bb79f45f4"
 47602          }
 47603        ],
 47604        "licenses": [{"license": {
 47605          "name": "lgpl_v2_1",
 47606          "url": "http://repository.jboss.com/licenses/lgpl-2.1.txt"
 47607        }}],
 47608        "purl": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs30@2.0.0.Final?type=jar",
 47609        "externalReferences": [
 47610          {
 47611            "type": "vcs",
 47612            "url": "http://github.com/jbosgi/jbosgi-vfs"
 47613          },
 47614          {
 47615            "type": "website",
 47616            "url": "http://www.jboss.org"
 47617          }
 47618        ]
 47619      },
 47620      {
 47621        "type": "library",
 47622        "bom-ref": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs@2.0.0.Final?type=jar",
 47623        "publisher": "JBoss by Red Hat",
 47624        "group": "org.jboss.osgi.vfs",
 47625        "name": "jbosgi-vfs",
 47626        "version": "2.0.0.Final",
 47627        "description": "The JBossOSGi VFS Abstration",
 47628        "hashes": [
 47629          {
 47630            "alg": "MD5",
 47631            "content": "728120eb87c91c6f5cbfa8b8d907f6a0"
 47632          },
 47633          {
 47634            "alg": "SHA-1",
 47635            "content": "d5570e40ae5dd34bb8165bdacd0ef6786d4966c6"
 47636          },
 47637          {
 47638            "alg": "SHA-256",
 47639            "content": "f28a152a44d27a15e3d7114dc5085f322d70fc7699d5cce2c4461c4648e922ca"
 47640          },
 47641          {
 47642            "alg": "SHA-384",
 47643            "content": "77ee14f6e652f728bfb06213d99086f963a0d55edddedbce999700e8abd4427dca5e22debf6d674f15a87334a7893c52"
 47644          },
 47645          {
 47646            "alg": "SHA-512",
 47647            "content": "da54d322236433eb7d0334e9907eb9f3d396d7b0bdab679a8e3d867aa0c7bf0430317c280c8307a82a228c34faad242b48840247bd41d9678c92faeabbd9b8c2"
 47648          },
 47649          {
 47650            "alg": "SHA3-256",
 47651            "content": "5d751daa105ded38c129808295c054dc653f1dbc598ff057430143d1f8fc7f06"
 47652          },
 47653          {
 47654            "alg": "SHA3-384",
 47655            "content": "33161f05a33e1115c605193a9bcdc011b0374190024d8847577adc12826dc1b6e3504378b87cb072461c98134d68279f"
 47656          },
 47657          {
 47658            "alg": "SHA3-512",
 47659            "content": "e117cb53ecdc4122a79c69cdc21b302f5dcf8cffd53773e265db98dc35dd50e63e6b28a42acf984b65d22d61c88c10061824c1e2d9a22b414916ab38f6fe0258"
 47660          }
 47661        ],
 47662        "licenses": [{"license": {
 47663          "name": "lgpl_v2_1",
 47664          "url": "http://repository.jboss.com/licenses/lgpl-2.1.txt"
 47665        }}],
 47666        "purl": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs@2.0.0.Final?type=jar",
 47667        "externalReferences": [
 47668          {
 47669            "type": "vcs",
 47670            "url": "http://github.com/jbosgi/jbosgi-vfs"
 47671          },
 47672          {
 47673            "type": "website",
 47674            "url": "http://www.jboss.org"
 47675          }
 47676        ]
 47677      },
 47678      {
 47679        "type": "library",
 47680        "bom-ref": "pkg:maven/org.jboss/jboss-vfs@3.1.0.Final?type=jar",
 47681        "publisher": "JBoss, A division of Red Hat, Inc",
 47682        "group": "org.jboss",
 47683        "name": "jboss-vfs",
 47684        "version": "3.1.0.Final",
 47685        "description": "A VFS library",
 47686        "hashes": [
 47687          {
 47688            "alg": "MD5",
 47689            "content": "92107c339892ede24c422f46df089bc8"
 47690          },
 47691          {
 47692            "alg": "SHA-1",
 47693            "content": "d234479ff4ce2282789dedf378b052cde00bb543"
 47694          },
 47695          {
 47696            "alg": "SHA-256",
 47697            "content": "ada2cb7ffa8d6d7b4260e6d8645831e6b1fd8b7d2379ad25388c9b7b19887d57"
 47698          },
 47699          {
 47700            "alg": "SHA-384",
 47701            "content": "9219d801367ea1f72f7c80795f4f204a60482a4c7b4f6035d1b42362f3ac61083b51ae7e8d727d7ecdfd772514524ea1"
 47702          },
 47703          {
 47704            "alg": "SHA-512",
 47705            "content": "a78c7191365516ff01a9b04f318614be904e1b124c3020e13d881db1e14c45ee4ccf5e6661b6d2244704c58963c5b89c7e433e043d4adabce66642f2efb9f4de"
 47706          },
 47707          {
 47708            "alg": "SHA3-256",
 47709            "content": "d93d55af83adcd3be632e372ae075bd20177fbebb0d122c9fb81224e945d117f"
 47710          },
 47711          {
 47712            "alg": "SHA3-384",
 47713            "content": "29554e2147d1751899d8eda180f26247b18fc27befc36d36b71d0c0aa787b703fe4a7bfaee3748f0d55f9fbc982d6f23"
 47714          },
 47715          {
 47716            "alg": "SHA3-512",
 47717            "content": "854f19f9aa73e6a01ae5f5bb45e4f6862cd4dd550435452b1a6d87ab1e9a85a223fa584b1c9964f50c7d98b5da392439de9a720798acf89b7a53e383d7cbc7de"
 47718          }
 47719        ],
 47720        "licenses": [{"license": {
 47721          "name": "lgpl",
 47722          "url": "http://repository.jboss.org/licenses/lgpl.txt"
 47723        }}],
 47724        "purl": "pkg:maven/org.jboss/jboss-vfs@3.1.0.Final?type=jar",
 47725        "externalReferences": [
 47726          {
 47727            "type": "website",
 47728            "url": "http://www.jboss.org"
 47729          },
 47730          {
 47731            "type": "issue-tracker",
 47732            "url": "https://issues.jboss.org/"
 47733          },
 47734          {
 47735            "type": "mailing-list",
 47736            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47737          },
 47738          {
 47739            "type": "vcs",
 47740            "url": "http://github.com/jboss/jboss-parent-pom"
 47741          }
 47742        ]
 47743      },
 47744      {
 47745        "type": "library",
 47746        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-api@1.4.1?type=jar",
 47747        "publisher": "The Apache Software Foundation",
 47748        "group": "org.apache.maven.resolver",
 47749        "name": "maven-resolver-api",
 47750        "version": "1.4.1",
 47751        "description": "The application programming interface for the repository system.",
 47752        "hashes": [
 47753          {
 47754            "alg": "MD5",
 47755            "content": "4566dcb75f3d95fcc4c2fc83ae562f71"
 47756          },
 47757          {
 47758            "alg": "SHA-1",
 47759            "content": "ceee6b7ea1bc252afa585fa32f76c2cda206bdcd"
 47760          },
 47761          {
 47762            "alg": "SHA-256",
 47763            "content": "33dc67306cc95da14e5444e8b494d967924abf1d01bae1894676164cbd3f6112"
 47764          },
 47765          {
 47766            "alg": "SHA-384",
 47767            "content": "5756381d718729e842637a3865b1b597757575ff087d4a248b04eaec300f990ff505c174055f00918ab26d14e9ecff88"
 47768          },
 47769          {
 47770            "alg": "SHA-512",
 47771            "content": "da56ddeecfbb6d285d08fa60f88fe125d1f08f48ea24013b83b6aadf24835c034c9b45cdb815d99505b35e0605c48b6d7e5949f1735a874049b0790e8a8461dc"
 47772          },
 47773          {
 47774            "alg": "SHA3-256",
 47775            "content": "1742e3d180c14936f9e0d003c1492e94095ba230b866038250a6a66aea6a5cb6"
 47776          },
 47777          {
 47778            "alg": "SHA3-384",
 47779            "content": "a42f1e01f6a6350d37d7db4e0a1829d399241e809cbfa713bd047105ee155d6fbdf9334ee3d7a1ddb5f9b6e959b0ba61"
 47780          },
 47781          {
 47782            "alg": "SHA3-512",
 47783            "content": "bda39f42b160f16bbf9bed080a6d896a0022787d3593b8434aa3bb730825a21f19699d0c4fe676f09d0db86dae08233c6b1153572aed09b839b99ed00bef69ed"
 47784          }
 47785        ],
 47786        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47787        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-api@1.4.1?type=jar",
 47788        "externalReferences": [
 47789          {
 47790            "type": "build-system",
 47791            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 47792          },
 47793          {
 47794            "type": "issue-tracker",
 47795            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 47796          },
 47797          {
 47798            "type": "vcs",
 47799            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 47800          },
 47801          {
 47802            "type": "mailing-list",
 47803            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 47804          },
 47805          {
 47806            "type": "website",
 47807            "url": "https://www.apache.org/"
 47808          },
 47809          {
 47810            "type": "distribution",
 47811            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 47812          }
 47813        ]
 47814      },
 47815      {
 47816        "type": "library",
 47817        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-osgi@2.2.0.Final?type=jar",
 47818        "publisher": "JBoss by Red Hat",
 47819        "group": "org.jboss.arquillian.container",
 47820        "name": "arquillian-container-osgi",
 47821        "version": "2.2.0.Final",
 47822        "description": "Parent POM for JBoss projects. Provides default project build configuration.",
 47823        "hashes": [
 47824          {
 47825            "alg": "MD5",
 47826            "content": "b3852f2317f86c5eaa21579441c45078"
 47827          },
 47828          {
 47829            "alg": "SHA-1",
 47830            "content": "812c09265b21c8bfe27f612bf5234508ff3fae91"
 47831          },
 47832          {
 47833            "alg": "SHA-256",
 47834            "content": "27548b57ead089cb2dad6b4b24534e30de452f87c424f4288d374fe2f39eb93a"
 47835          },
 47836          {
 47837            "alg": "SHA-384",
 47838            "content": "95694bfe6b085ec736d312f4a0a415f29d541c1599dbc7f39da8f327f32a08b9e12c8971f55f67d26a7128734352c801"
 47839          },
 47840          {
 47841            "alg": "SHA-512",
 47842            "content": "2d9386ff28f608324957bdf88ed69b1b57ccd8fa124b2bece9a6e0750f766749746816a7e7204c2f1b28e392d09a3fa1e740f8f6bade7ae531aa1d1579e30d2b"
 47843          },
 47844          {
 47845            "alg": "SHA3-256",
 47846            "content": "a28edf4f74b96bcdc01bd690ee046867b8b0f557be223c81902f852c402af59a"
 47847          },
 47848          {
 47849            "alg": "SHA3-384",
 47850            "content": "cb376c86f25bccee6d61969393800492023c88e1207c0c1eabb25fd1987975fe74a9c246564ff50b6be2c0d34eb7cf8d"
 47851          },
 47852          {
 47853            "alg": "SHA3-512",
 47854            "content": "7b7f8b5571503c51f7b38786e15565803e0d63bf64cd3dd776570d6f901108a9394e7c6d62b94c13dc5d7d93f46a771edffa3863037ab54050bc19a93de8e58e"
 47855          }
 47856        ],
 47857        "licenses": [{"license": {
 47858          "name": "Public Domain",
 47859          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 47860        }}],
 47861        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-osgi@2.2.0.Final?type=jar",
 47862        "externalReferences": [
 47863          {
 47864            "type": "distribution",
 47865            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2"
 47866          },
 47867          {
 47868            "type": "vcs",
 47869            "url": "http://github.com/arquillian/arquillian-container-osgi.git"
 47870          },
 47871          {
 47872            "type": "website",
 47873            "url": "http://www.jboss.org"
 47874          },
 47875          {
 47876            "type": "issue-tracker",
 47877            "url": "https://issues.jboss.org/"
 47878          },
 47879          {
 47880            "type": "mailing-list",
 47881            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47882          }
 47883        ]
 47884      },
 47885      {
 47886        "type": "library",
 47887        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-depchain@3.1.4?type=pom",
 47888        "group": "org.jboss.shrinkwrap.resolver",
 47889        "name": "shrinkwrap-resolver-depchain",
 47890        "version": "3.1.4",
 47891        "hashes": [
 47892          {
 47893            "alg": "MD5",
 47894            "content": "b3a4eb2182fb3a23c8ddd81d09e581d2"
 47895          },
 47896          {
 47897            "alg": "SHA-1",
 47898            "content": "6d496cbd81f57e1fe71edc231da607a6bdd6ffc2"
 47899          },
 47900          {
 47901            "alg": "SHA-256",
 47902            "content": "fb5357ec16e856f118917bbd253eb67395f8ec6e8ba821ef4afec40855413286"
 47903          },
 47904          {
 47905            "alg": "SHA-384",
 47906            "content": "5ca13d8fd92e81205b0d57d0af6f08ff1b31828fcf97e68360e59d9972917560f24dae8efc72dc86d5db07e4ab0282e3"
 47907          },
 47908          {
 47909            "alg": "SHA-512",
 47910            "content": "abe9e527d7a1914a5f11c754bacccf7e5ebc57d723f40a841e0a5c984d5ce5c608340cf3dec5383e1d3c03362d720e1d7b7206659d58d44ba1b4ff409109c503"
 47911          },
 47912          {
 47913            "alg": "SHA3-256",
 47914            "content": "58e97307c137dc79441888a3ea24b9e18ab854547592c6f71f6b06343eac7090"
 47915          },
 47916          {
 47917            "alg": "SHA3-384",
 47918            "content": "7f297eb8e7afaa76e1430dc7f07c1fc4f578f46779851e87139c4ccf5f659a6b6afc21ecccf66a44047518cb67d334a1"
 47919          },
 47920          {
 47921            "alg": "SHA3-512",
 47922            "content": "bb0487e92f986370bd4a7caee3984eacc64ca3dc64fb221400cfd55513db383280dbb206d28e660aafa3c6ff2006ee0c3867e66cb579585dc23d2a4ac1ca7fa6"
 47923          }
 47924        ],
 47925        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-depchain@3.1.4?type=pom"
 47926      },
 47927      {
 47928        "type": "library",
 47929        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi@3.1.4?type=jar",
 47930        "publisher": "JBoss by Red Hat",
 47931        "group": "org.jboss.shrinkwrap.resolver",
 47932        "name": "shrinkwrap-resolver-spi",
 47933        "version": "3.1.4",
 47934        "description": "SPI to Resolve Dependencies from a Generic Backend",
 47935        "hashes": [
 47936          {
 47937            "alg": "MD5",
 47938            "content": "9ab89590dbe5e02f4ce64622b3ab0b4a"
 47939          },
 47940          {
 47941            "alg": "SHA-1",
 47942            "content": "b7667bb68dbf1b83622faee67743f4df5167e72c"
 47943          },
 47944          {
 47945            "alg": "SHA-256",
 47946            "content": "2b86082f08058c77a360ab2c1182224290cb59cbf60583234729b00aaa691aaa"
 47947          },
 47948          {
 47949            "alg": "SHA-384",
 47950            "content": "0dd31e63412d7e1463398cbf59f2082075891c8aad760932c0b02de5892b5241d6872a0ea180416f10c311dea4c63aa1"
 47951          },
 47952          {
 47953            "alg": "SHA-512",
 47954            "content": "a806256fc7c61e04e6c2bf012b722fc89bb351045c44515bd907e6d541e743df0b872841528f185b1a4d5c1c546694154806e5f2f45d6bcd9c345621cc3f859d"
 47955          },
 47956          {
 47957            "alg": "SHA3-256",
 47958            "content": "182c352328bb66e136e5cbef8d72f0eb37be9163eeb5b22acb0fbe70697e9b7b"
 47959          },
 47960          {
 47961            "alg": "SHA3-384",
 47962            "content": "09513d45569ae2c25d706945c209ae5ebbd449c523c93a2a21301276a8566fb1d2a35dfe617d1745611648c227a68c93"
 47963          },
 47964          {
 47965            "alg": "SHA3-512",
 47966            "content": "bed1cc860357278b494159ac2abe8779f56d96f9d6dc17df32794f09b5684448a923ed4bc50a649decfb9f4481f91f73d8194ab9da3ed3e3f4f2d6843fa38d12"
 47967          }
 47968        ],
 47969        "licenses": [{"license": {"id": "Apache-2.0"}}],
 47970        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi@3.1.4?type=jar",
 47971        "externalReferences": [
 47972          {
 47973            "type": "issue-tracker",
 47974            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 47975          },
 47976          {
 47977            "type": "vcs",
 47978            "url": "https://github.com/shrinkwrap/resolver"
 47979          },
 47980          {
 47981            "type": "website",
 47982            "url": "http://www.jboss.org"
 47983          },
 47984          {
 47985            "type": "mailing-list",
 47986            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 47987          }
 47988        ]
 47989      },
 47990      {
 47991        "type": "library",
 47992        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven@3.1.4?type=jar",
 47993        "publisher": "JBoss by Red Hat",
 47994        "group": "org.jboss.shrinkwrap.resolver",
 47995        "name": "shrinkwrap-resolver-spi-maven",
 47996        "version": "3.1.4",
 47997        "description": "SPI to Resolve Dependencies from a Maven Backend",
 47998        "hashes": [
 47999          {
 48000            "alg": "MD5",
 48001            "content": "e4d52f38f0620e542902fa5ce8ff33a9"
 48002          },
 48003          {
 48004            "alg": "SHA-1",
 48005            "content": "09b0ed498d8c41ce7084fe8cb7bbcb4ebc5ab0e1"
 48006          },
 48007          {
 48008            "alg": "SHA-256",
 48009            "content": "4c84507339f20641d35ff14f30f984faceb942288fb3cdeff2d4750d69edb95d"
 48010          },
 48011          {
 48012            "alg": "SHA-384",
 48013            "content": "d782989615853e262c6785619bdb4a3d59ef76f853e17eeda2bfc35d4b4ff39b55467934740211fc9cf7f689db57410b"
 48014          },
 48015          {
 48016            "alg": "SHA-512",
 48017            "content": "4c8d1af44e7fa465f91084f9146f96ce793eb834a9904406ebdfd9e6c4e1592b8459af41b0a352f26d0f02c8c3fec031ff3adb38efc9ca97dacc801b2586f08e"
 48018          },
 48019          {
 48020            "alg": "SHA3-256",
 48021            "content": "d66065189df628dbaeb61a3e15dda847483e6f723af8e6f20d6fcc09f2670b68"
 48022          },
 48023          {
 48024            "alg": "SHA3-384",
 48025            "content": "d1a9f20e148c09f35acfce0385af7f2aca96a988c13c770a11d08cf942abcdbadaa490a3fe07507e571fea8487719dbd"
 48026          },
 48027          {
 48028            "alg": "SHA3-512",
 48029            "content": "f84c19d53fabe34669045e9af776bd25aef9aa3c2a979501ee249b365c29bf97871c293f0b7024ef98e07d9a300543ed150f7b7fd41d64c701ec3ab17b23b93a"
 48030          }
 48031        ],
 48032        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48033        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven@3.1.4?type=jar",
 48034        "externalReferences": [
 48035          {
 48036            "type": "issue-tracker",
 48037            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 48038          },
 48039          {
 48040            "type": "vcs",
 48041            "url": "https://github.com/shrinkwrap/resolver"
 48042          },
 48043          {
 48044            "type": "website",
 48045            "url": "http://www.jboss.org"
 48046          },
 48047          {
 48048            "type": "mailing-list",
 48049            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 48050          }
 48051        ]
 48052      },
 48053      {
 48054        "type": "library",
 48055        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-archive@3.1.4?type=jar",
 48056        "publisher": "JBoss by Red Hat",
 48057        "group": "org.jboss.shrinkwrap.resolver",
 48058        "name": "shrinkwrap-resolver-api-maven-archive",
 48059        "version": "3.1.4",
 48060        "description": "API for Resolving Dependencies from a Maven Backend to a ShrinkWrap Archive and Maven Importer",
 48061        "hashes": [
 48062          {
 48063            "alg": "MD5",
 48064            "content": "72285a24ba3eb2d0f3e30d0596b72319"
 48065          },
 48066          {
 48067            "alg": "SHA-1",
 48068            "content": "a10aa4b34a2a3f7de8196b7a8d4bee1bc0c7d7d6"
 48069          },
 48070          {
 48071            "alg": "SHA-256",
 48072            "content": "bb408b1326681debb6948322e6d4b500ed875f84bb78cd62d1011ebd145bc563"
 48073          },
 48074          {
 48075            "alg": "SHA-384",
 48076            "content": "3329ecb7e0521a5f1a09dc035d93dfb065029af99e82d81a094d3985e88e3a90152e4edfc3b9533698d013e8a7439f98"
 48077          },
 48078          {
 48079            "alg": "SHA-512",
 48080            "content": "84ff0f2373f4442b0c5502e7571a6e4f4aadf707b5c58f15120583317aa4d410daa7a6c60f186057f0c1bff59607dc317c40798431f3528f5abf670b608b8151"
 48081          },
 48082          {
 48083            "alg": "SHA3-256",
 48084            "content": "da34b13ad0f59d91c452ee5aac63a91007ef8661521ce1ea1eb3731aa3ce640b"
 48085          },
 48086          {
 48087            "alg": "SHA3-384",
 48088            "content": "f01cbfe8517e217f6cfebd2da64fe444a2234b644df8ed4b56809380ab69f69302d0a78df4af984564a161eb61c8db08"
 48089          },
 48090          {
 48091            "alg": "SHA3-512",
 48092            "content": "69359faaaffc15bac66fb2d5761cb32943cdbf291650208ef7beb4b05617906f13f2bb17d24631f135156bd97f7948ad4450d1ad32f09d643ae95a0d30ff8caa"
 48093          }
 48094        ],
 48095        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48096        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-archive@3.1.4?type=jar",
 48097        "externalReferences": [
 48098          {
 48099            "type": "issue-tracker",
 48100            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 48101          },
 48102          {
 48103            "type": "vcs",
 48104            "url": "https://github.com/shrinkwrap/resolver"
 48105          },
 48106          {
 48107            "type": "website",
 48108            "url": "http://www.jboss.org"
 48109          },
 48110          {
 48111            "type": "mailing-list",
 48112            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 48113          }
 48114        ]
 48115      },
 48116      {
 48117        "type": "library",
 48118        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven@3.1.4?type=jar",
 48119        "publisher": "JBoss by Red Hat",
 48120        "group": "org.jboss.shrinkwrap.resolver",
 48121        "name": "shrinkwrap-resolver-impl-maven",
 48122        "version": "3.1.4",
 48123        "description": "Implementation for Resolving Dependencies from a Maven Backend",
 48124        "hashes": [
 48125          {
 48126            "alg": "MD5",
 48127            "content": "98d5628db7e28fc85b80080df9890279"
 48128          },
 48129          {
 48130            "alg": "SHA-1",
 48131            "content": "fbf508ab3aa26f8ac01a4476144c3e07e06942f9"
 48132          },
 48133          {
 48134            "alg": "SHA-256",
 48135            "content": "77817af257cf4e0bd28739c870fdbb9d196db647a1a605779169fcc069e3857b"
 48136          },
 48137          {
 48138            "alg": "SHA-384",
 48139            "content": "367394ff446368f3629ce4d7d2605c294395449babab74ed14e4c3c15def9ee300a8847e59cafc1bef755583c4960501"
 48140          },
 48141          {
 48142            "alg": "SHA-512",
 48143            "content": "aa13fbda086c9d3430ff50e60b9ab0cc49805f357a789dd4b9b536802117a862a6c238570be9d0e2f25ca4c9bff532ec8ce36e491c01013af1a58500066253d6"
 48144          },
 48145          {
 48146            "alg": "SHA3-256",
 48147            "content": "947a47d87b6bd68e08c3e95aba1befc48a255b91b713cc7ed036e956c0499033"
 48148          },
 48149          {
 48150            "alg": "SHA3-384",
 48151            "content": "fafe138e52d16ebe10b962383f9519e3029d989bc8c708bb7871b9c2343a5543507cebfb1f7e33bdaff535f22972ad49"
 48152          },
 48153          {
 48154            "alg": "SHA3-512",
 48155            "content": "1d00068f21ef396ad70062f6102c03c3024ed046178bc80c921a5b9ecc87bccee7e9ffcab2396b501da79b0ef172a4476563bb6ebc240d8397b46f504251634d"
 48156          }
 48157        ],
 48158        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48159        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven@3.1.4?type=jar",
 48160        "externalReferences": [
 48161          {
 48162            "type": "issue-tracker",
 48163            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 48164          },
 48165          {
 48166            "type": "vcs",
 48167            "url": "https://github.com/shrinkwrap/resolver"
 48168          },
 48169          {
 48170            "type": "website",
 48171            "url": "http://www.jboss.org"
 48172          },
 48173          {
 48174            "type": "mailing-list",
 48175            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 48176          }
 48177        ]
 48178      },
 48179      {
 48180        "type": "library",
 48181        "bom-ref": "pkg:maven/org.apache.maven/maven-resolver-provider@3.6.3?type=jar",
 48182        "publisher": "The Apache Software Foundation",
 48183        "group": "org.apache.maven",
 48184        "name": "maven-resolver-provider",
 48185        "version": "3.6.3",
 48186        "description": "Extensions to Maven Resolver for utilizing Maven POM and repository metadata.",
 48187        "hashes": [
 48188          {
 48189            "alg": "MD5",
 48190            "content": "0e5608a1e59e1045934bdef2d2fa0850"
 48191          },
 48192          {
 48193            "alg": "SHA-1",
 48194            "content": "115240b65c1d0e9745cb2012b977afc3d1795f94"
 48195          },
 48196          {
 48197            "alg": "SHA-256",
 48198            "content": "2379a5cf0b13ae9e11535c2c34a31b57c3866d9cbb7e116b81f9e288d1823702"
 48199          },
 48200          {
 48201            "alg": "SHA-384",
 48202            "content": "72ff99262231234d1d44facece3aa045baf28d3ec52c32712b1df980642a5c35eae5770b975493115810d64434c703c0"
 48203          },
 48204          {
 48205            "alg": "SHA-512",
 48206            "content": "9febca461a031acd195b96b05fea2f28333a2cb587119a5493a3e9061af87bed4e7e1619acce9a505ad579a71f0a5e740cf78a3642095c2bc45a3d73c358e226"
 48207          },
 48208          {
 48209            "alg": "SHA3-256",
 48210            "content": "15cfa486698ec3a61b84de3d27d764e5846c29c9f732d89be869443f31e5115e"
 48211          },
 48212          {
 48213            "alg": "SHA3-384",
 48214            "content": "960b35f757cb033aaa6c76a90094aa72aa9089413cc9edb06943ae7e0c57039d31a1b6b48eef6a6657265a9b76289796"
 48215          },
 48216          {
 48217            "alg": "SHA3-512",
 48218            "content": "a8ed60bb78db20a88fdf63ead0feff1f7d58ff2f4d95b0104b29bf6e4f2c203ba39aece579853d66b0a0714875b602b9eabfbe104f1ca6d7b00a7f2c1271f3b2"
 48219          }
 48220        ],
 48221        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48222        "purl": "pkg:maven/org.apache.maven/maven-resolver-provider@3.6.3?type=jar",
 48223        "externalReferences": [
 48224          {
 48225            "type": "build-system",
 48226            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48227          },
 48228          {
 48229            "type": "distribution",
 48230            "url": "https://maven.apache.org/download.html"
 48231          },
 48232          {
 48233            "type": "issue-tracker",
 48234            "url": "https://issues.apache.org/jira/browse/MNG"
 48235          },
 48236          {
 48237            "type": "vcs",
 48238            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48239          },
 48240          {
 48241            "type": "mailing-list",
 48242            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48243          },
 48244          {
 48245            "type": "website",
 48246            "url": "https://www.apache.org/"
 48247          }
 48248        ]
 48249      },
 48250      {
 48251        "type": "library",
 48252        "bom-ref": "pkg:maven/org.apache.maven/maven-model-builder@3.6.3?type=jar",
 48253        "publisher": "The Apache Software Foundation",
 48254        "group": "org.apache.maven",
 48255        "name": "maven-model-builder",
 48256        "version": "3.6.3",
 48257        "description": "The effective model builder, with inheritance, profile activation, interpolation, ...",
 48258        "hashes": [
 48259          {
 48260            "alg": "MD5",
 48261            "content": "afa042b1716f60625df9d9a4ed70c6f8"
 48262          },
 48263          {
 48264            "alg": "SHA-1",
 48265            "content": "4ef1d56f53d3e0a9003b7cc82c89af9878321e82"
 48266          },
 48267          {
 48268            "alg": "SHA-256",
 48269            "content": "7d9a508edae881054fdb6ad530a5e053a0689ab1318bf7a099016e758b8323ba"
 48270          },
 48271          {
 48272            "alg": "SHA-384",
 48273            "content": "2745612bde0c1484f01db481819e5277940b22d7d7f07710130c87c73f91d5ca10e1fc94559d639cace3a831c1679635"
 48274          },
 48275          {
 48276            "alg": "SHA-512",
 48277            "content": "d65f71a4c755be518061fc2d33582c3da422cb3d52a01cd68bdf906c0fc4bfc1977da7714f9622452a02d34e00b7d4b1b1e4986bb59cbfdc5333bf12c9c7e699"
 48278          },
 48279          {
 48280            "alg": "SHA3-256",
 48281            "content": "d265afae3c868a2f1fc6778f62538150bd5de2157131016c26d2dc0081e1e6c2"
 48282          },
 48283          {
 48284            "alg": "SHA3-384",
 48285            "content": "8f3e1fceb78caf3c37a33bd6d5c79afa685c6e1e427555d319447863bb48c8bc53824fb67cca9f5c99500c1265a7f78f"
 48286          },
 48287          {
 48288            "alg": "SHA3-512",
 48289            "content": "39bd4872d744b46bb141a01e140e94e2604c9cd949c00f2c5aabaa9eef33499a25edc7c739c038bfe3445102bc6e31db2338a1a00aea889ccb7b623860fa561c"
 48290          }
 48291        ],
 48292        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48293        "purl": "pkg:maven/org.apache.maven/maven-model-builder@3.6.3?type=jar",
 48294        "externalReferences": [
 48295          {
 48296            "type": "build-system",
 48297            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48298          },
 48299          {
 48300            "type": "distribution",
 48301            "url": "https://maven.apache.org/download.html"
 48302          },
 48303          {
 48304            "type": "issue-tracker",
 48305            "url": "https://issues.apache.org/jira/browse/MNG"
 48306          },
 48307          {
 48308            "type": "vcs",
 48309            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48310          },
 48311          {
 48312            "type": "mailing-list",
 48313            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48314          },
 48315          {
 48316            "type": "website",
 48317            "url": "https://www.apache.org/"
 48318          }
 48319        ]
 48320      },
 48321      {
 48322        "type": "library",
 48323        "bom-ref": "pkg:maven/org.apache.maven/maven-artifact@3.6.3?type=jar",
 48324        "publisher": "The Apache Software Foundation",
 48325        "group": "org.apache.maven",
 48326        "name": "maven-artifact",
 48327        "version": "3.6.3",
 48328        "description": "Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.",
 48329        "hashes": [
 48330          {
 48331            "alg": "MD5",
 48332            "content": "b83c1943a0783f3f81d4cd4c83c363e1"
 48333          },
 48334          {
 48335            "alg": "SHA-1",
 48336            "content": "f8ff8032903882376e8d000c51e3e16d20fc7df7"
 48337          },
 48338          {
 48339            "alg": "SHA-256",
 48340            "content": "61b20da4e1e3db837630d0810a6a7a5ac9fb7ea31b0a55638062aad6e479c09c"
 48341          },
 48342          {
 48343            "alg": "SHA-384",
 48344            "content": "d5905d7b94a605e7b7bbc72d2806ee0c475210436c2b2220b8a61b73a58b4cec0fce3bc7d24158d994bb8a73d954b868"
 48345          },
 48346          {
 48347            "alg": "SHA-512",
 48348            "content": "53726aee76ea01de2253c623292f64b5bf7784c6e223ebcc7548a2136922cbdf69d3bc42c44d00e6fe2015d2304b67d02d7a988d400da2ed036d489c6ed8fbe6"
 48349          },
 48350          {
 48351            "alg": "SHA3-256",
 48352            "content": "9f984256f0043acef50ba9953ae796338d495b31246771aea7c8b14c6925d3cb"
 48353          },
 48354          {
 48355            "alg": "SHA3-384",
 48356            "content": "68e5c7eec8ea3a8cdc0259b9baa64cc3014760d2b073d00c552937629f06ae0104f178bc40ca59f17d7742d3d8f99cfb"
 48357          },
 48358          {
 48359            "alg": "SHA3-512",
 48360            "content": "723f0abf401dd62a99c6c03c3d363b7695dbe10912d1c46f0c26dbfbc697b09ca5b52c8567159c58f8adeece9caf9cf9ce560be110283fe315473d48a091d16a"
 48361          }
 48362        ],
 48363        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48364        "purl": "pkg:maven/org.apache.maven/maven-artifact@3.6.3?type=jar",
 48365        "externalReferences": [
 48366          {
 48367            "type": "build-system",
 48368            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48369          },
 48370          {
 48371            "type": "distribution",
 48372            "url": "https://maven.apache.org/download.html"
 48373          },
 48374          {
 48375            "type": "issue-tracker",
 48376            "url": "https://issues.apache.org/jira/browse/MNG"
 48377          },
 48378          {
 48379            "type": "vcs",
 48380            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48381          },
 48382          {
 48383            "type": "mailing-list",
 48384            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48385          },
 48386          {
 48387            "type": "website",
 48388            "url": "https://www.apache.org/"
 48389          }
 48390        ]
 48391      },
 48392      {
 48393        "type": "library",
 48394        "bom-ref": "pkg:maven/org.apache.maven/maven-builder-support@3.6.3?type=jar",
 48395        "publisher": "The Apache Software Foundation",
 48396        "group": "org.apache.maven",
 48397        "name": "maven-builder-support",
 48398        "version": "3.6.3",
 48399        "description": "Support for descriptor builders (model, setting, toolchains)",
 48400        "hashes": [
 48401          {
 48402            "alg": "MD5",
 48403            "content": "f43b5ea301aaff0c77aa3b743965da0a"
 48404          },
 48405          {
 48406            "alg": "SHA-1",
 48407            "content": "e9a37af390009a525d8faa6b18bd682123f85f9e"
 48408          },
 48409          {
 48410            "alg": "SHA-256",
 48411            "content": "3285308ea243a9967785417af5e21ae0c094099b20dfb0b7e1c3d211a87a5e59"
 48412          },
 48413          {
 48414            "alg": "SHA-384",
 48415            "content": "03caa416ef387c999dcec4a7f3cbc66f84e5f1b61c22f2d4730dbcc7ee48118ed4cc1170a605c83b2d0956346b205c9a"
 48416          },
 48417          {
 48418            "alg": "SHA-512",
 48419            "content": "1f72981bf568facf16865dbfb1d5955ecbf82d90b5ed3da2bc096fb7e0f67056202d16078d9ad46945de9b59846aadc8ac010d23ab374dffbef5e7534bdbf1fd"
 48420          },
 48421          {
 48422            "alg": "SHA3-256",
 48423            "content": "f72063e2ad824454224213507a2e0b88f9b40f5fc1fd455de5c24ded7cdbbe6e"
 48424          },
 48425          {
 48426            "alg": "SHA3-384",
 48427            "content": "e40df7f3bbdd8963bdb3eed956d157a740efb0b1e51ec0ec5f2440168c0b9a2ad5a382d1b0cfcffafbd35aebcc346093"
 48428          },
 48429          {
 48430            "alg": "SHA3-512",
 48431            "content": "a5ddd69fb6deeac6ba03f30ef72655bebc5bd0bb636d3b61c03bbd2d0943937be523db7e3bd9d34bae54d1d1785be181695fe64de9ac69f98af21da1bce92931"
 48432          }
 48433        ],
 48434        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48435        "purl": "pkg:maven/org.apache.maven/maven-builder-support@3.6.3?type=jar",
 48436        "externalReferences": [
 48437          {
 48438            "type": "build-system",
 48439            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48440          },
 48441          {
 48442            "type": "distribution",
 48443            "url": "https://maven.apache.org/download.html"
 48444          },
 48445          {
 48446            "type": "issue-tracker",
 48447            "url": "https://issues.apache.org/jira/browse/MNG"
 48448          },
 48449          {
 48450            "type": "vcs",
 48451            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48452          },
 48453          {
 48454            "type": "mailing-list",
 48455            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48456          },
 48457          {
 48458            "type": "website",
 48459            "url": "https://www.apache.org/"
 48460          }
 48461        ]
 48462      },
 48463      {
 48464        "type": "library",
 48465        "bom-ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.4?type=jar",
 48466        "publisher": "The Eclipse Foundation",
 48467        "group": "org.eclipse.sisu",
 48468        "name": "org.eclipse.sisu.inject",
 48469        "version": "0.3.4",
 48470        "description": "JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring",
 48471        "hashes": [
 48472          {
 48473            "alg": "MD5",
 48474            "content": "edf3eedbd99a0cd38c259a2daa2ea702"
 48475          },
 48476          {
 48477            "alg": "SHA-1",
 48478            "content": "fc3be144183f54dc6f5c55e34462c1c2d89d7d96"
 48479          },
 48480          {
 48481            "alg": "SHA-256",
 48482            "content": "8c0e6aa7f35593016f2c5e78b604b57f023cdaca3561fe2fe36f2b5dbbae1d16"
 48483          },
 48484          {
 48485            "alg": "SHA-384",
 48486            "content": "08de5e071ca35e5fd2e35ed49758ab64970e77b87cc7f8800fecf5875688ec68aebb9f0d692771dcfe906c593aaa2485"
 48487          },
 48488          {
 48489            "alg": "SHA-512",
 48490            "content": "cfd6be3e9f160258682662325757a8b95303045e37708f4226f40aaef01c8a5e4ff5a275715e4d740e2feae462e3b76f53c360507c1f738bec0157d2c226a46a"
 48491          },
 48492          {
 48493            "alg": "SHA3-256",
 48494            "content": "2ed984724809d0e6f46e847142e5b21d0e613db7e93814284d6f663c52db2ca0"
 48495          },
 48496          {
 48497            "alg": "SHA3-384",
 48498            "content": "ecdb27e767cfe54d094ef76196841f1b4c41db85177627728bb7c2acba91f895d50de57d481348d3d648877dea219c10"
 48499          },
 48500          {
 48501            "alg": "SHA3-512",
 48502            "content": "94c2a7e75bd0c253ecaf8c205dea5c2c9d83f9496f49d6495fd94f599707fe662eb5b061da7ddbce6e4f7b88429c79bd7671561ebc3b734632251e053203f075"
 48503          }
 48504        ],
 48505        "licenses": [{"license": {"id": "EPL-1.0"}}],
 48506        "purl": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.4?type=jar",
 48507        "externalReferences": [
 48508          {
 48509            "type": "website",
 48510            "url": "http://www.eclipse.org/"
 48511          },
 48512          {
 48513            "type": "build-system",
 48514            "url": "https://hudson.eclipse.org/sisu/job/sisu-inject-nightly/"
 48515          },
 48516          {
 48517            "type": "issue-tracker",
 48518            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Inject&format=guided"
 48519          },
 48520          {
 48521            "type": "mailing-list",
 48522            "url": "http://dev.eclipse.org/mhonarc/lists/sisu-dev/"
 48523          },
 48524          {
 48525            "type": "vcs",
 48526            "url": "http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/"
 48527          },
 48528          {
 48529            "type": "distribution",
 48530            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 48531          }
 48532        ]
 48533      },
 48534      {
 48535        "type": "library",
 48536        "bom-ref": "pkg:maven/org.apache.maven/maven-repository-metadata@3.6.3?type=jar",
 48537        "publisher": "The Apache Software Foundation",
 48538        "group": "org.apache.maven",
 48539        "name": "maven-repository-metadata",
 48540        "version": "3.6.3",
 48541        "description": "Per-directory local and remote repository metadata.",
 48542        "hashes": [
 48543          {
 48544            "alg": "MD5",
 48545            "content": "7c49cd8e557ab6584ab9e4d2cd55f6a2"
 48546          },
 48547          {
 48548            "alg": "SHA-1",
 48549            "content": "14d28071c85e76b656c46c465db91d394d6f48f0"
 48550          },
 48551          {
 48552            "alg": "SHA-256",
 48553            "content": "2e7f850b20664a151e6ca73dd3af34e639901435c2fe717717e3cbc7ddead3d4"
 48554          },
 48555          {
 48556            "alg": "SHA-384",
 48557            "content": "510834044a480d914eeb1a78f51cc0e47ee837a9399f843a0a44bbf75bba71109d8b5d4eeb8c789367d01e5ed881a760"
 48558          },
 48559          {
 48560            "alg": "SHA-512",
 48561            "content": "9fbaffa07e4bfc091d4d8818330481bdc9d1d96448087321bb2914aac10ccb1c7b5cc6be0f6c76b8c0232b9cb69e4cdeec4fe40df5e9f2d472a4a027e5a3b3f9"
 48562          },
 48563          {
 48564            "alg": "SHA3-256",
 48565            "content": "0f1c5bec6e9d257dcabade9a3fdfcc9f18fe4496fb04a74c1480c36deec65b51"
 48566          },
 48567          {
 48568            "alg": "SHA3-384",
 48569            "content": "dcc6a87ed5dd28de73a849b6fba54754c93d8c29874705fbef8fb3c135088a791cf72af8690aae2ab4800721f31325ce"
 48570          },
 48571          {
 48572            "alg": "SHA3-512",
 48573            "content": "f3366430b6e7f864e47551d99ce5c2dcc8f830b3d2b01243d81cd50465d55c71cb80977aa2d7417f8fc95b37168c2c622993881b1b6c710359744c086f38c2c8"
 48574          }
 48575        ],
 48576        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48577        "purl": "pkg:maven/org.apache.maven/maven-repository-metadata@3.6.3?type=jar",
 48578        "externalReferences": [
 48579          {
 48580            "type": "build-system",
 48581            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48582          },
 48583          {
 48584            "type": "distribution",
 48585            "url": "https://maven.apache.org/download.html"
 48586          },
 48587          {
 48588            "type": "issue-tracker",
 48589            "url": "https://issues.apache.org/jira/browse/MNG"
 48590          },
 48591          {
 48592            "type": "vcs",
 48593            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48594          },
 48595          {
 48596            "type": "mailing-list",
 48597            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48598          },
 48599          {
 48600            "type": "website",
 48601            "url": "https://www.apache.org/"
 48602          }
 48603        ]
 48604      },
 48605      {
 48606        "type": "library",
 48607        "bom-ref": "pkg:maven/org.apache.maven/maven-settings@3.6.3?type=jar",
 48608        "publisher": "The Apache Software Foundation",
 48609        "group": "org.apache.maven",
 48610        "name": "maven-settings",
 48611        "version": "3.6.3",
 48612        "description": "Maven Settings model.",
 48613        "hashes": [
 48614          {
 48615            "alg": "MD5",
 48616            "content": "c7da2b5dfdb0b0ba67e1279a32f40054"
 48617          },
 48618          {
 48619            "alg": "SHA-1",
 48620            "content": "bbf4e06dcdb0bb33d1546c080df5c8d92b535d30"
 48621          },
 48622          {
 48623            "alg": "SHA-256",
 48624            "content": "d3904bcac30f11fb49e44f5cecaaebb2e9a7a5e4a9a55f20484fbb9fcc1bb66c"
 48625          },
 48626          {
 48627            "alg": "SHA-384",
 48628            "content": "a920fa55fd2df6cb39e61a341074feaf38ed5746d516d0281a7ec5dd53bfb34bb935d4ae2e7097fe557ddfff4e9d74ee"
 48629          },
 48630          {
 48631            "alg": "SHA-512",
 48632            "content": "dae78e5bedde2009c8a7fdf0b77c91b87b8c4c4cb5bc73f799107edd75597a3c90dc497abdfa43254e7dc31eb7707384254d91fb656c74bb5d86cd868e36209b"
 48633          },
 48634          {
 48635            "alg": "SHA3-256",
 48636            "content": "5d18bf0c53eac0bd969936fe50264f2e0bd066c01cac7a7930f47f150be119d1"
 48637          },
 48638          {
 48639            "alg": "SHA3-384",
 48640            "content": "853c446d877ac42d49e4f8fc8e84d9d1e2df48afc49af067cc6f157517be929634b52e358d6fa1ff17e584ebc03f7f5f"
 48641          },
 48642          {
 48643            "alg": "SHA3-512",
 48644            "content": "33715333b6957a22bac890951305b97b6572041a9c902b0d0a442112ddafc398b6d58b71eecd694212d1f5fe5a3ff7ce7fb56faf106812cfcc6ec6ecf4c7d9c9"
 48645          }
 48646        ],
 48647        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48648        "purl": "pkg:maven/org.apache.maven/maven-settings@3.6.3?type=jar",
 48649        "externalReferences": [
 48650          {
 48651            "type": "build-system",
 48652            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48653          },
 48654          {
 48655            "type": "distribution",
 48656            "url": "https://maven.apache.org/download.html"
 48657          },
 48658          {
 48659            "type": "issue-tracker",
 48660            "url": "https://issues.apache.org/jira/browse/MNG"
 48661          },
 48662          {
 48663            "type": "vcs",
 48664            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48665          },
 48666          {
 48667            "type": "mailing-list",
 48668            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48669          },
 48670          {
 48671            "type": "website",
 48672            "url": "https://www.apache.org/"
 48673          }
 48674        ]
 48675      },
 48676      {
 48677        "type": "library",
 48678        "bom-ref": "pkg:maven/org.apache.maven/maven-settings-builder@3.6.3?type=jar",
 48679        "publisher": "The Apache Software Foundation",
 48680        "group": "org.apache.maven",
 48681        "name": "maven-settings-builder",
 48682        "version": "3.6.3",
 48683        "description": "The effective settings builder, with inheritance and password decryption.",
 48684        "hashes": [
 48685          {
 48686            "alg": "MD5",
 48687            "content": "ed6418ee483bd6215770362f68c133d5"
 48688          },
 48689          {
 48690            "alg": "SHA-1",
 48691            "content": "756d46810b8cc7b2b98585ccc787854cdfde7fd9"
 48692          },
 48693          {
 48694            "alg": "SHA-256",
 48695            "content": "ba611bdc73b691a73b704443bcd7606f625f06cb79588968e101271acbfa0b15"
 48696          },
 48697          {
 48698            "alg": "SHA-384",
 48699            "content": "17de0c4b32cb3a748e37e687e06003157f474c9f6ffff2d23b1e7a0844aed47202a4b39d305d3f484dd8d4efbcddea3a"
 48700          },
 48701          {
 48702            "alg": "SHA-512",
 48703            "content": "f9f9f538a409d7cf2bd2517854f2d6aa45e0476865f217a11832f042ec361c67998241065540c3269d3db3915c903b15b6e4fb57af9623b192f9d8089110ecbc"
 48704          },
 48705          {
 48706            "alg": "SHA3-256",
 48707            "content": "75dc9283cd3e53b7d3e3486e4c310cc08efe62083c011e6409b023156d1fde59"
 48708          },
 48709          {
 48710            "alg": "SHA3-384",
 48711            "content": "b717ba2300f62de48be92ef8db5381861c7fc4f1d33c3d02cc144e0628eae01ed7c0f851277ace6d4e3d98a6431c75cf"
 48712          },
 48713          {
 48714            "alg": "SHA3-512",
 48715            "content": "0b194fd91864af46cd2ba71eb020401fe2b253ac74337e8a0211fa83b53317ba9ef565d4d04e4b5a09bc8983614a43c6f00aa92ec6e7d32a696fe524b3e87c02"
 48716          }
 48717        ],
 48718        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48719        "purl": "pkg:maven/org.apache.maven/maven-settings-builder@3.6.3?type=jar",
 48720        "externalReferences": [
 48721          {
 48722            "type": "build-system",
 48723            "url": "https://builds.apache.org/job/maven-box/job/maven/"
 48724          },
 48725          {
 48726            "type": "distribution",
 48727            "url": "https://maven.apache.org/download.html"
 48728          },
 48729          {
 48730            "type": "issue-tracker",
 48731            "url": "https://issues.apache.org/jira/browse/MNG"
 48732          },
 48733          {
 48734            "type": "vcs",
 48735            "url": "https://github.com/apache/maven/tree/${project.scm.tag}"
 48736          },
 48737          {
 48738            "type": "mailing-list",
 48739            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48740          },
 48741          {
 48742            "type": "website",
 48743            "url": "https://www.apache.org/"
 48744          }
 48745        ]
 48746      },
 48747      {
 48748        "type": "library",
 48749        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-impl@1.4.1?type=jar",
 48750        "publisher": "The Apache Software Foundation",
 48751        "group": "org.apache.maven.resolver",
 48752        "name": "maven-resolver-impl",
 48753        "version": "1.4.1",
 48754        "description": "An implementation of the repository system.",
 48755        "hashes": [
 48756          {
 48757            "alg": "MD5",
 48758            "content": "fc950efda251e95bd270e82ddc902ba5"
 48759          },
 48760          {
 48761            "alg": "SHA-1",
 48762            "content": "1658cfa27978c5949c3a92086514a22ca85394e4"
 48763          },
 48764          {
 48765            "alg": "SHA-256",
 48766            "content": "345507f0c8f54a0d0fc6634b70327ab1ebd027ff85c41f593c111ff4cb65a80e"
 48767          },
 48768          {
 48769            "alg": "SHA-384",
 48770            "content": "da965507c985b3ec25f11e700b34b3baa3b35d97d42b21d90e09a795c582503564458170672191dcd4a032cdbd498bc8"
 48771          },
 48772          {
 48773            "alg": "SHA-512",
 48774            "content": "d3132d89be995b13c81ddcca34f4cb22128a774ab133d685369b685e945cdb5c6a4a539cc67043bcf1d11a15f7fc417c464f7c1b34774c2abe7e430cc30c4347"
 48775          },
 48776          {
 48777            "alg": "SHA3-256",
 48778            "content": "810a3a122e18e0562aaa4d10f1025c091ea810f2206a4394ccb30c06a8e14992"
 48779          },
 48780          {
 48781            "alg": "SHA3-384",
 48782            "content": "7ed4910c6a4616b2a484616328c67c47254037b84d1b310beb9df9bcefa273bfaa4d54b406a95dd34296f08ca73b9ff6"
 48783          },
 48784          {
 48785            "alg": "SHA3-512",
 48786            "content": "d96bbf5022851bd37c2e0bec4d65fd2354d3bcaefd0078e1bd35e044e62acc5e4b44fe05cfc7b7009694e5401f96bbe506224b4e66cbc76ba15ea808abcd3455"
 48787          }
 48788        ],
 48789        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48790        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-impl@1.4.1?type=jar",
 48791        "externalReferences": [
 48792          {
 48793            "type": "build-system",
 48794            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 48795          },
 48796          {
 48797            "type": "issue-tracker",
 48798            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 48799          },
 48800          {
 48801            "type": "vcs",
 48802            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 48803          },
 48804          {
 48805            "type": "mailing-list",
 48806            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48807          },
 48808          {
 48809            "type": "website",
 48810            "url": "https://www.apache.org/"
 48811          },
 48812          {
 48813            "type": "distribution",
 48814            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 48815          }
 48816        ]
 48817      },
 48818      {
 48819        "type": "library",
 48820        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-spi@1.4.1?type=jar",
 48821        "publisher": "The Apache Software Foundation",
 48822        "group": "org.apache.maven.resolver",
 48823        "name": "maven-resolver-spi",
 48824        "version": "1.4.1",
 48825        "description": "The service provider interface for repository system implementations and repository connectors.",
 48826        "hashes": [
 48827          {
 48828            "alg": "MD5",
 48829            "content": "8b9930bb63937ff878d2edf783a654b4"
 48830          },
 48831          {
 48832            "alg": "SHA-1",
 48833            "content": "905a024ff050e804a8a4df53eeee63cc7d153438"
 48834          },
 48835          {
 48836            "alg": "SHA-256",
 48837            "content": "878a03db532fc9e3e80a78ad68bba2c6a1f435b449ebd0ef9dcbf6ef39bba536"
 48838          },
 48839          {
 48840            "alg": "SHA-384",
 48841            "content": "cdf69253f6f8e60d536d2550b947ceb59df486d40a7124ca33d769176144d1011f577303594a544f48ada54c46c8d9d0"
 48842          },
 48843          {
 48844            "alg": "SHA-512",
 48845            "content": "250bccfb03d380b0fa64996e7911fa1c58253f28d933746487b8c0b04474bb2d72afb0360656f651a487fac065ce78c966b059d8aab358e8ba3593aca1eeae0e"
 48846          },
 48847          {
 48848            "alg": "SHA3-256",
 48849            "content": "df4d7a0f0f198dea216884c49b592691ba7a6ab40672f05d32282774a568bfea"
 48850          },
 48851          {
 48852            "alg": "SHA3-384",
 48853            "content": "755c45b124fc81a1659b321e43b68e2485e02f72f9581ba89c21780c0eea055f286bacdfc3c2a5e5354107462de6d702"
 48854          },
 48855          {
 48856            "alg": "SHA3-512",
 48857            "content": "55b758feedfb29e9e78ce21c05a63ab1b33943c806b0bd4d257eca95ce2f76687eb84bdece4ef2f272cccbbbf62f688fb94bd8bd9f6a420ad8b3943820c3d213"
 48858          }
 48859        ],
 48860        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48861        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-spi@1.4.1?type=jar",
 48862        "externalReferences": [
 48863          {
 48864            "type": "build-system",
 48865            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 48866          },
 48867          {
 48868            "type": "issue-tracker",
 48869            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 48870          },
 48871          {
 48872            "type": "vcs",
 48873            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 48874          },
 48875          {
 48876            "type": "mailing-list",
 48877            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48878          },
 48879          {
 48880            "type": "website",
 48881            "url": "https://www.apache.org/"
 48882          },
 48883          {
 48884            "type": "distribution",
 48885            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 48886          }
 48887        ]
 48888      },
 48889      {
 48890        "type": "library",
 48891        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-util@1.4.1?type=jar",
 48892        "publisher": "The Apache Software Foundation",
 48893        "group": "org.apache.maven.resolver",
 48894        "name": "maven-resolver-util",
 48895        "version": "1.4.1",
 48896        "description": "A collection of utility classes to ease usage of the repository system.",
 48897        "hashes": [
 48898          {
 48899            "alg": "MD5",
 48900            "content": "96e142730857ccda441a5b9baefeed73"
 48901          },
 48902          {
 48903            "alg": "SHA-1",
 48904            "content": "3f6d4f4bc3e24b46a776b47ccfeaed9d2ed01549"
 48905          },
 48906          {
 48907            "alg": "SHA-256",
 48908            "content": "6b2184872fa7cc2ef5a90481b56af9711c15b371e69ab52f0f31bf24e910dd82"
 48909          },
 48910          {
 48911            "alg": "SHA-384",
 48912            "content": "29608703ce5c5130762d9c117602bcb5c842b27bd4576291cae8342f835628781589ed5da02ae54bb0cf444f2ca3dc11"
 48913          },
 48914          {
 48915            "alg": "SHA-512",
 48916            "content": "35a0b284fefad99b77c60f15d091c1bad3417baad1fc86fb6850a347a8a75a9cea26fa227ec601577f4096184b82ce198b4472441e95fce556f7d332c6a155cb"
 48917          },
 48918          {
 48919            "alg": "SHA3-256",
 48920            "content": "9e0df8db7beb418484bd4db007c586272df4ca2b0b22e0d08e00aceeb40de911"
 48921          },
 48922          {
 48923            "alg": "SHA3-384",
 48924            "content": "3889ea3c5dc697f39f99bd9f4c2a23c51daabdd4454ad33c1e3621a6506bec45b09002eb1230003cb026997993144b26"
 48925          },
 48926          {
 48927            "alg": "SHA3-512",
 48928            "content": "29318d9c1c068d6b47f162a31303d8c1aaf156713c3af9492b888fa2d41b84f635711c6fea2bb1112b4e471fb31f2d433449bbd25a44a6c6537af050521409e9"
 48929          }
 48930        ],
 48931        "licenses": [{"license": {"id": "Apache-2.0"}}],
 48932        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-util@1.4.1?type=jar",
 48933        "externalReferences": [
 48934          {
 48935            "type": "build-system",
 48936            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 48937          },
 48938          {
 48939            "type": "issue-tracker",
 48940            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 48941          },
 48942          {
 48943            "type": "vcs",
 48944            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 48945          },
 48946          {
 48947            "type": "mailing-list",
 48948            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 48949          },
 48950          {
 48951            "type": "website",
 48952            "url": "https://www.apache.org/"
 48953          },
 48954          {
 48955            "type": "distribution",
 48956            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 48957          }
 48958        ]
 48959      },
 48960      {
 48961        "type": "library",
 48962        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-connector-basic@1.4.1?type=jar",
 48963        "publisher": "The Apache Software Foundation",
 48964        "group": "org.apache.maven.resolver",
 48965        "name": "maven-resolver-connector-basic",
 48966        "version": "1.4.1",
 48967        "description": "A repository connector implementation for repositories using URI-based layouts.",
 48968        "hashes": [
 48969          {
 48970            "alg": "MD5",
 48971            "content": "66b22227252752fcca6498d34840c94a"
 48972          },
 48973          {
 48974            "alg": "SHA-1",
 48975            "content": "c213352d609d576641aed35172157d46cd2003d4"
 48976          },
 48977          {
 48978            "alg": "SHA-256",
 48979            "content": "f30b788982b7377887d3dcb8560c09cf28cfe1c90b7aa8b1cb73cf22516caf98"
 48980          },
 48981          {
 48982            "alg": "SHA-384",
 48983            "content": "b704ced2a45b90473ab1a236b0f1e4dd8b7f03c4841e8f59cbf6032279a0fc65dc633f77d27cd26585c004bfc9f0c93c"
 48984          },
 48985          {
 48986            "alg": "SHA-512",
 48987            "content": "ff8e2d8a1abd7f1273997f0cff8156cd409df9d3144515efafc1a4157b49b7055b27237e2055c3814a790b3e53eb82402d3ce4e09fa6644b45da185f2b90a8ff"
 48988          },
 48989          {
 48990            "alg": "SHA3-256",
 48991            "content": "8133181dbb063e3fdec09bcfce4bd0aa677891a1b8aa5a7b2ca8459c9400aeac"
 48992          },
 48993          {
 48994            "alg": "SHA3-384",
 48995            "content": "92e60f0a6e395ffe5ff35dd324824ff8b440f973e56956a158f72b3ef033e3466f1b0029af77d928ca4df18ee477afe6"
 48996          },
 48997          {
 48998            "alg": "SHA3-512",
 48999            "content": "fe6418c290076fd614fb7f117196dc9f57c58c6d603e746a4034b7997d28dc5da42cab6383b0fa2ddb593772bec8b324cfbc39adc39d059993f2df12723d5511"
 49000          }
 49001        ],
 49002        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49003        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-connector-basic@1.4.1?type=jar",
 49004        "externalReferences": [
 49005          {
 49006            "type": "build-system",
 49007            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 49008          },
 49009          {
 49010            "type": "issue-tracker",
 49011            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 49012          },
 49013          {
 49014            "type": "vcs",
 49015            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 49016          },
 49017          {
 49018            "type": "mailing-list",
 49019            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 49020          },
 49021          {
 49022            "type": "website",
 49023            "url": "https://www.apache.org/"
 49024          },
 49025          {
 49026            "type": "distribution",
 49027            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49028          }
 49029        ]
 49030      },
 49031      {
 49032        "type": "library",
 49033        "bom-ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-transport-wagon@1.4.1?type=jar",
 49034        "publisher": "The Apache Software Foundation",
 49035        "group": "org.apache.maven.resolver",
 49036        "name": "maven-resolver-transport-wagon",
 49037        "version": "1.4.1",
 49038        "description": "A transport implementation based on Maven Wagon.",
 49039        "hashes": [
 49040          {
 49041            "alg": "MD5",
 49042            "content": "78ef91eff785a67656c3c9a12ecc8ecb"
 49043          },
 49044          {
 49045            "alg": "SHA-1",
 49046            "content": "f3268f4ee92227ab98b7be0ac5122daa2ed97e35"
 49047          },
 49048          {
 49049            "alg": "SHA-256",
 49050            "content": "f9d1111cc22ba12dfa30f65a76a2ba632335f0bc651447d9c266c2f0d1f51e3f"
 49051          },
 49052          {
 49053            "alg": "SHA-384",
 49054            "content": "7484164dc3aac035f10dbed33a9bf133489696c821ea1f90cfe3171f8157e77367d4d673c2079d2eca314f1838606f35"
 49055          },
 49056          {
 49057            "alg": "SHA-512",
 49058            "content": "0b43ca22f696774a51840ebd8b9cca8781f563414f1903420f99170a4ece86622b86ad9a9f843f398adaca6663f7caa032f200e470c41016a5ff1b6b83283028"
 49059          },
 49060          {
 49061            "alg": "SHA3-256",
 49062            "content": "e0cfdc28f4e2b1107194dd7b8efd82c6cb8330fdbf044c6c528469940409e544"
 49063          },
 49064          {
 49065            "alg": "SHA3-384",
 49066            "content": "56e6393f5fa99cd500d8a7fe3bb85dd0ccb3502c5bb37eefffde82881017ebc075abaa40680a37ab211b74b45a9d09e8"
 49067          },
 49068          {
 49069            "alg": "SHA3-512",
 49070            "content": "493bfdeb34da1cb9a2dc015be48eaa2f71e8a403fa7ba758693463a4a151f97882897348a8faae312f8122192e872031f94019fa72e5bb3af33cf6bc5075fbc9"
 49071          }
 49072        ],
 49073        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49074        "purl": "pkg:maven/org.apache.maven.resolver/maven-resolver-transport-wagon@1.4.1?type=jar",
 49075        "externalReferences": [
 49076          {
 49077            "type": "build-system",
 49078            "url": "https://builds.apache.org/job/maven-box/job/maven-resolver/"
 49079          },
 49080          {
 49081            "type": "issue-tracker",
 49082            "url": "https://issues.apache.org/jira/browse/MRESOLVER"
 49083          },
 49084          {
 49085            "type": "vcs",
 49086            "url": "https://github.com/apache/maven-resolver/tree/${project.scm.tag}"
 49087          },
 49088          {
 49089            "type": "mailing-list",
 49090            "url": "https://lists.apache.org/list.html?users@maven.apache.org"
 49091          },
 49092          {
 49093            "type": "website",
 49094            "url": "https://www.apache.org/"
 49095          },
 49096          {
 49097            "type": "distribution",
 49098            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49099          }
 49100        ]
 49101      },
 49102      {
 49103        "type": "library",
 49104        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.25?type=jar",
 49105        "publisher": "Codehaus Plexus",
 49106        "group": "org.codehaus.plexus",
 49107        "name": "plexus-interpolation",
 49108        "version": "1.25",
 49109        "description": "The Plexus project provides a full software stack for creating and executing software projects.",
 49110        "hashes": [
 49111          {
 49112            "alg": "MD5",
 49113            "content": "86cc99a26f3b3caa0fc2c8c77f4c03b0"
 49114          },
 49115          {
 49116            "alg": "SHA-1",
 49117            "content": "3b37b3335e6a97e11e690bbdc22ade1a5deb74d6"
 49118          },
 49119          {
 49120            "alg": "SHA-256",
 49121            "content": "e003802501574637f7abdc4e83e6d509a31e9ff825d12da6d1e419acf9688705"
 49122          },
 49123          {
 49124            "alg": "SHA-384",
 49125            "content": "1cd22e786470775e38c3d2a3fee6fe9d7115199e66052ba0eb8c83d5abe04b74ea108ea413c749329a33ff01013205ce"
 49126          },
 49127          {
 49128            "alg": "SHA-512",
 49129            "content": "fb647c1f159d17e16ae925bb407585e4a4b30c468518e60d3069ea4a75fa0f7122e789923534632125b22b7cef1cb44caf00700bba90282360f7c76e086b6699"
 49130          },
 49131          {
 49132            "alg": "SHA3-256",
 49133            "content": "815c0f95994eb8c9e7552ee389a3928da5661d472bbc2d567a85ae951ded2c32"
 49134          },
 49135          {
 49136            "alg": "SHA3-384",
 49137            "content": "7678d59689e8f479b259c06a52262a1deec374549e556dd3a4639ebb43d7a9ebb08505c357a7b9fdfdb8b31883c8a72c"
 49138          },
 49139          {
 49140            "alg": "SHA3-512",
 49141            "content": "e98ae04f2d4bf87eb5576af3582084e5cb4236ac91537c6ad22d174a9018dfc3e85f56c371352ded371201458f0a3cda26431b8aecae8b8bddcbcb26179c0d43"
 49142          }
 49143        ],
 49144        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49145        "purl": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.25?type=jar",
 49146        "externalReferences": [
 49147          {
 49148            "type": "issue-tracker",
 49149            "url": "https://github.com/codehaus-plexus/plexus-interpolation/issues"
 49150          },
 49151          {
 49152            "type": "vcs",
 49153            "url": "http://github.com/codehaus-plexus/plexus-interpolation/tree/${project.scm.tag}/"
 49154          },
 49155          {
 49156            "type": "website",
 49157            "url": "http://codehaus-plexus.github.io/"
 49158          },
 49159          {
 49160            "type": "distribution",
 49161            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 49162          },
 49163          {
 49164            "type": "mailing-list",
 49165            "url": "http://archive.plexus.codehaus.org/user"
 49166          }
 49167        ]
 49168      },
 49169      {
 49170        "type": "library",
 49171        "bom-ref": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.4?type=jar",
 49172        "group": "org.sonatype.plexus",
 49173        "name": "plexus-sec-dispatcher",
 49174        "version": "1.4",
 49175        "hashes": [
 49176          {
 49177            "alg": "MD5",
 49178            "content": "0a46e5bc9bc2fbd3b68091066aff2737"
 49179          },
 49180          {
 49181            "alg": "SHA-1",
 49182            "content": "43fde524e9b94c883727a9fddb8669181b890ea7"
 49183          },
 49184          {
 49185            "alg": "SHA-256",
 49186            "content": "da73e32b58132e64daf12269fd9d011c0b303f234840f179908725a632b6b57c"
 49187          },
 49188          {
 49189            "alg": "SHA-384",
 49190            "content": "8d6e72c364a12016aaa2ad1ae7dda8a83af32f47576696eff4fe1d3d7a8142f182beb71d65f9ca668ff38b470d40dd3f"
 49191          },
 49192          {
 49193            "alg": "SHA-512",
 49194            "content": "5b947edcb05a1c17648ec9fe53dd2c66b4a86dd2b950d989255f6edd636fd5d50d18b8f31b3a1736dadd9cff6790a3d0355f2ed896c3eb7f72e009199fe9957d"
 49195          },
 49196          {
 49197            "alg": "SHA3-256",
 49198            "content": "64a7cf888dbe8bb7d89cfed8089b1db4f63f88526f39d2463b23caa93a609158"
 49199          },
 49200          {
 49201            "alg": "SHA3-384",
 49202            "content": "76b890cebb7ddc14dae8854178b79b064d984df35cc65354ecbf97fa869d83c4d6e9093cbf317d1575855a638fc3ba56"
 49203          },
 49204          {
 49205            "alg": "SHA3-512",
 49206            "content": "194de7b0bdd4954ebae7982b8d91365864abfb86f16188880393089fa26122e9bc872c3181c4324b933b9faee90b7149140b97e72c552577e6c3447b06601f06"
 49207          }
 49208        ],
 49209        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49210        "purl": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.4?type=jar",
 49211        "externalReferences": [
 49212          {
 49213            "type": "vcs",
 49214            "url": "http://svn.sonatype.org/spice/tags/plexus-sec-dispatcher-1.4"
 49215          },
 49216          {
 49217            "type": "build-system",
 49218            "url": "https://grid.sonatype.org/ci/view/Spice/"
 49219          },
 49220          {
 49221            "type": "issue-tracker",
 49222            "url": "https://issues.sonatype.org/browse/SPICE"
 49223          }
 49224        ]
 49225      },
 49226      {
 49227        "type": "library",
 49228        "bom-ref": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.7?type=jar",
 49229        "group": "org.sonatype.plexus",
 49230        "name": "plexus-cipher",
 49231        "version": "1.7",
 49232        "hashes": [
 49233          {
 49234            "alg": "MD5",
 49235            "content": "7651a25ecbb8a2ea3fcb6c19be76aa37"
 49236          },
 49237          {
 49238            "alg": "SHA-1",
 49239            "content": "51460409b6cdc2b828540c19c05691f89141edc2"
 49240          },
 49241          {
 49242            "alg": "SHA-256",
 49243            "content": "114859861ff10f987b880d6f34e3215274af3cc92b3a73831c84d596e37c6511"
 49244          },
 49245          {
 49246            "alg": "SHA-384",
 49247            "content": "0982cdafdf8201d3916a24003992f89a20f277cac39f717b5565c6fed9f7d04667f6522d7b228322069c9e479cd6a7f1"
 49248          },
 49249          {
 49250            "alg": "SHA-512",
 49251            "content": "0c3c5ace6a7ce2799a39af7c93586c312970c995f2e3e1138a5e2616e13d2bb8d170917fb74989a76e9a0df6aa66adcaac2a84a55dea9d71d19bbc3103e7aa87"
 49252          },
 49253          {
 49254            "alg": "SHA3-256",
 49255            "content": "a4cc3d926c2883f24f9579a0331b07e0aaa7508601ba90eec66e7094d5c5746e"
 49256          },
 49257          {
 49258            "alg": "SHA3-384",
 49259            "content": "15e24bae287a9dce2c9de1506a608848b8b0c54b460bea6eb8422f73b133c5adbdc0b1850b6e23a38b0e918098b12630"
 49260          },
 49261          {
 49262            "alg": "SHA3-512",
 49263            "content": "b0d04db91d07b7b255044095a9c27cc008d17c35cec84c116958b3d014d2d8746eb29dc2cc35d9a389d29b36d06b6ddc43a42400b4efcf2373df717282284803"
 49264          }
 49265        ],
 49266        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49267        "purl": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.7?type=jar",
 49268        "externalReferences": [
 49269          {
 49270            "type": "vcs",
 49271            "url": "http://github.com/sonatype/plexus-cipher"
 49272          },
 49273          {
 49274            "type": "build-system",
 49275            "url": "https://grid.sonatype.org/ci/view/Spice/"
 49276          },
 49277          {
 49278            "type": "issue-tracker",
 49279            "url": "https://issues.sonatype.org/browse/SPICE"
 49280          }
 49281        ]
 49282      },
 49283      {
 49284        "type": "library",
 49285        "bom-ref": "pkg:maven/org.apache.maven.wagon/wagon-provider-api@3.3.4?type=jar",
 49286        "publisher": "The Apache Software Foundation",
 49287        "group": "org.apache.maven.wagon",
 49288        "name": "wagon-provider-api",
 49289        "version": "3.3.4",
 49290        "description": "Maven Wagon API that defines the contract between different Wagon implementations",
 49291        "hashes": [
 49292          {
 49293            "alg": "MD5",
 49294            "content": "d27464e68ae043ab1a5aa134c9fc36ca"
 49295          },
 49296          {
 49297            "alg": "SHA-1",
 49298            "content": "7a99fdaa534aa8c01f01a447fe1c7af5cfc7b0d5"
 49299          },
 49300          {
 49301            "alg": "SHA-256",
 49302            "content": "8521c934d41c5724a96aa44b62d32fce788f12739aa0bda2482d344af9123366"
 49303          },
 49304          {
 49305            "alg": "SHA-384",
 49306            "content": "3563bd61fe3aedec02cd0068a59d62b4c570eda7bc2da166beb96d51b83f11158fed70836b2d216d09daf5475583cc02"
 49307          },
 49308          {
 49309            "alg": "SHA-512",
 49310            "content": "df16250cf1c88206c45aec0a6e8e4f544faddddb83ada288f0a996c2bc7928a8cca34b95dcb93ddab34bdf8ac34160074835eaaf19591fccbe820dcbc4059c88"
 49311          },
 49312          {
 49313            "alg": "SHA3-256",
 49314            "content": "193a7a6526e0950d4ce03ec82b69a57f4ae3f67b623ebb739f04968eaffa4426"
 49315          },
 49316          {
 49317            "alg": "SHA3-384",
 49318            "content": "359bdd106a19cd82f625e387ad752289aae97e59765134ef80889d0ee4ec84dde0ffba5353384f311b67d73cdb8fbaeb"
 49319          },
 49320          {
 49321            "alg": "SHA3-512",
 49322            "content": "d4e57a8bf9c0d1bcb46138b8165417c51eb8c9faf05bb2d62474d80ac9fbfc81357a64bc13a5ac5c7c175bdeeb4c14b05c179e82da494ecafb4424c30a9c4b48"
 49323          }
 49324        ],
 49325        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49326        "purl": "pkg:maven/org.apache.maven.wagon/wagon-provider-api@3.3.4?type=jar",
 49327        "externalReferences": [
 49328          {
 49329            "type": "build-system",
 49330            "url": "https://builds.apache.org/job/maven-box/job/maven-wagon/"
 49331          },
 49332          {
 49333            "type": "issue-tracker",
 49334            "url": "https://issues.apache.org/jira/browse/WAGON"
 49335          },
 49336          {
 49337            "type": "mailing-list",
 49338            "url": "http://mail-archives.apache.org/mod_mbox/maven-dev"
 49339          },
 49340          {
 49341            "type": "vcs",
 49342            "url": "https://github.com/apache/maven-wagon/tree/${project.scm.tag}"
 49343          },
 49344          {
 49345            "type": "website",
 49346            "url": "https://www.apache.org/"
 49347          },
 49348          {
 49349            "type": "distribution",
 49350            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49351          }
 49352        ]
 49353      },
 49354      {
 49355        "type": "library",
 49356        "bom-ref": "pkg:maven/org.apache.maven.wagon/wagon-file@3.3.4?type=jar",
 49357        "publisher": "The Apache Software Foundation",
 49358        "group": "org.apache.maven.wagon",
 49359        "name": "wagon-file",
 49360        "version": "3.3.4",
 49361        "description": "Wagon provider that gets and puts artifacts using file system protocol",
 49362        "hashes": [
 49363          {
 49364            "alg": "MD5",
 49365            "content": "bfce0b6c3afdf338d25bce83f42481b5"
 49366          },
 49367          {
 49368            "alg": "SHA-1",
 49369            "content": "9f4e71efc815c087e32c2c80341c1ed5d9cbedd6"
 49370          },
 49371          {
 49372            "alg": "SHA-256",
 49373            "content": "f14cddc38329d91c4ea8e66054501887387f307b6338ce59ef169dfd27e7cccb"
 49374          },
 49375          {
 49376            "alg": "SHA-384",
 49377            "content": "b9dca43eb4ead61580324f38ae5695e8d2087b3df0876e465a7a83f3eeb214d071fe0e77b0516720c132b3f27f83df72"
 49378          },
 49379          {
 49380            "alg": "SHA-512",
 49381            "content": "4e500fb4d2622a74ee8fe1d753f3d0f75b9fd7d3c06bddbd90ea6d44612bc729be5279fd54d6f0fec1d962838c39020354d63fec665cf873ad9860fc06456d1a"
 49382          },
 49383          {
 49384            "alg": "SHA3-256",
 49385            "content": "2d4131a55c216a83723ce13104badeaf093056a7564e770c4fcb14d02a8d4748"
 49386          },
 49387          {
 49388            "alg": "SHA3-384",
 49389            "content": "d741e2d065b795c46f7c6ac6834eab59189d4e220776a7eab63eafd5fca3d312c02c06c256aa6ca089ebeb0f59766c88"
 49390          },
 49391          {
 49392            "alg": "SHA3-512",
 49393            "content": "0ac6322639c299507569101ae15c516d4775a8dc64d8587782b685696c67c4e8ed19798c448e6d0d0da81ebe18793cc88219314d9a97275b11910dab10e12485"
 49394          }
 49395        ],
 49396        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49397        "purl": "pkg:maven/org.apache.maven.wagon/wagon-file@3.3.4?type=jar",
 49398        "externalReferences": [
 49399          {
 49400            "type": "build-system",
 49401            "url": "https://builds.apache.org/job/maven-box/job/maven-wagon/"
 49402          },
 49403          {
 49404            "type": "issue-tracker",
 49405            "url": "https://issues.apache.org/jira/browse/WAGON"
 49406          },
 49407          {
 49408            "type": "mailing-list",
 49409            "url": "http://mail-archives.apache.org/mod_mbox/maven-dev"
 49410          },
 49411          {
 49412            "type": "vcs",
 49413            "url": "https://github.com/apache/maven-wagon/tree/${project.scm.tag}"
 49414          },
 49415          {
 49416            "type": "website",
 49417            "url": "https://www.apache.org/"
 49418          },
 49419          {
 49420            "type": "distribution",
 49421            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49422          }
 49423        ]
 49424      },
 49425      {
 49426        "type": "library",
 49427        "bom-ref": "pkg:maven/org.apache.maven.wagon/wagon-http-lightweight@2.12?type=jar",
 49428        "publisher": "The Apache Software Foundation",
 49429        "group": "org.apache.maven.wagon",
 49430        "name": "wagon-http-lightweight",
 49431        "version": "2.12",
 49432        "description": "Wagon provider that gets and puts artifacts through http using standard Java library",
 49433        "hashes": [
 49434          {
 49435            "alg": "MD5",
 49436            "content": "d06c90e8af94d0640499dd9928965a2f"
 49437          },
 49438          {
 49439            "alg": "SHA-1",
 49440            "content": "01965ae865bce77f04526456af09403ffb03c2d2"
 49441          },
 49442          {
 49443            "alg": "SHA-256",
 49444            "content": "47264ec65980b306848a0a8bce8c0979e3d4cc21d29327ec8f00fb1aba3422f1"
 49445          },
 49446          {
 49447            "alg": "SHA-384",
 49448            "content": "e7904baa565a41e52fa7ce96f37e6f324cfc2de33f6e895e65fc9bc167fe8d497c043b90b953ee189e56ea4195b939d1"
 49449          },
 49450          {
 49451            "alg": "SHA-512",
 49452            "content": "251c8a8ec11d28591ca458bda1e709ef4eadef89a0342d4b70c96191a714acdababa4493d97147bc278a718dfb9eaf01b805ed423ef42153869c4c20e6ca4a90"
 49453          },
 49454          {
 49455            "alg": "SHA3-256",
 49456            "content": "2ddfef912e0a7be9e88dd120c227017508f3e666dd8686c13c2161c1b641665f"
 49457          },
 49458          {
 49459            "alg": "SHA3-384",
 49460            "content": "97b8e3e0b1e3d786618fb3591f32413e732343b68f5f5058d7f3881ac45eac0f35324792abed59d479b3150666e113c4"
 49461          },
 49462          {
 49463            "alg": "SHA3-512",
 49464            "content": "12017cef39a496d6ba9962a454e31b6ccecf3e6a140f2ad3fec57d2031b39804b51a0f8374518aaf25b4364ce1274cc144139f4a402286ab8165356188e870c8"
 49465          }
 49466        ],
 49467        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49468        "purl": "pkg:maven/org.apache.maven.wagon/wagon-http-lightweight@2.12?type=jar",
 49469        "externalReferences": [
 49470          {
 49471            "type": "build-system",
 49472            "url": "https://builds.apache.org/job/maven-wagon/"
 49473          },
 49474          {
 49475            "type": "issue-tracker",
 49476            "url": "https://issues.apache.org/jira/browse/WAGON"
 49477          },
 49478          {
 49479            "type": "mailing-list",
 49480            "url": "http://mail-archives.apache.org/mod_mbox/maven-dev"
 49481          },
 49482          {
 49483            "type": "vcs",
 49484            "url": "https://github.com/apache/maven-wagon/tree/${project.scm.tag}"
 49485          },
 49486          {
 49487            "type": "website",
 49488            "url": "http://www.apache.org/"
 49489          },
 49490          {
 49491            "type": "distribution",
 49492            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49493          }
 49494        ]
 49495      },
 49496      {
 49497        "type": "library",
 49498        "bom-ref": "pkg:maven/org.apache.maven.wagon/wagon-http-shared@2.12?type=jar",
 49499        "publisher": "The Apache Software Foundation",
 49500        "group": "org.apache.maven.wagon",
 49501        "name": "wagon-http-shared",
 49502        "version": "2.12",
 49503        "description": "Shared Library for wagon providers supporting HTTP.",
 49504        "hashes": [
 49505          {
 49506            "alg": "MD5",
 49507            "content": "82ff613a379e71a09d0feffbb98f922a"
 49508          },
 49509          {
 49510            "alg": "SHA-1",
 49511            "content": "9a029c54bacfbcda343afb9f1702dd25cd6c2c73"
 49512          },
 49513          {
 49514            "alg": "SHA-256",
 49515            "content": "74de6559a9d60da288fca6fe8c1f1f457652c9ca769c3dc64e997d7f5c35e917"
 49516          },
 49517          {
 49518            "alg": "SHA-384",
 49519            "content": "f4d24ec0a3e59d77e85e352fb073690629d044746dc37ead1a3b79fe59ae17f4e464143990a59b22d571bd54315afe5e"
 49520          },
 49521          {
 49522            "alg": "SHA-512",
 49523            "content": "4e5787c12f39ba58d86ddec0a9e537b98c8bc2b87667578b8070a18b008fc79e4801c9995fa3ffe77e4f320bb450eecff701b22696482e453b357661c4643854"
 49524          },
 49525          {
 49526            "alg": "SHA3-256",
 49527            "content": "ffe75912c946d73c70fefe0c60695052221b4083abc66a0f3311e5b5e159403c"
 49528          },
 49529          {
 49530            "alg": "SHA3-384",
 49531            "content": "5ccf724329b355458f548f640cdaf9c876137b21cc222c17424a18dc1d6a1be2ba639e1f36ab84b04d2f1359a5541ac9"
 49532          },
 49533          {
 49534            "alg": "SHA3-512",
 49535            "content": "bfc3cc76610e2f00867ff3495f552bd6a49b70903538952f5ee536e81c5a3e254f33ea3f942ba75edab171af4e49972d67fcb3529f78626485d7c3ed2e2e515c"
 49536          }
 49537        ],
 49538        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49539        "purl": "pkg:maven/org.apache.maven.wagon/wagon-http-shared@2.12?type=jar",
 49540        "externalReferences": [
 49541          {
 49542            "type": "build-system",
 49543            "url": "https://builds.apache.org/job/maven-wagon/"
 49544          },
 49545          {
 49546            "type": "issue-tracker",
 49547            "url": "https://issues.apache.org/jira/browse/WAGON"
 49548          },
 49549          {
 49550            "type": "mailing-list",
 49551            "url": "http://mail-archives.apache.org/mod_mbox/maven-dev"
 49552          },
 49553          {
 49554            "type": "vcs",
 49555            "url": "https://github.com/apache/maven-wagon/tree/${project.scm.tag}"
 49556          },
 49557          {
 49558            "type": "website",
 49559            "url": "http://www.apache.org/"
 49560          },
 49561          {
 49562            "type": "distribution",
 49563            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 49564          }
 49565        ]
 49566      },
 49567      {
 49568        "type": "library",
 49569        "bom-ref": "pkg:maven/org.jsoup/jsoup@1.12.1?type=jar",
 49570        "publisher": "Jonathan Hedley",
 49571        "group": "org.jsoup",
 49572        "name": "jsoup",
 49573        "version": "1.12.1",
 49574        "description": "jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.",
 49575        "hashes": [
 49576          {
 49577            "alg": "MD5",
 49578            "content": "79bb9e9e8b50ef80a18bd46426befc5a"
 49579          },
 49580          {
 49581            "alg": "SHA-1",
 49582            "content": "55819a28fc834c2f2bcf4dcdb278524dc3cf088f"
 49583          },
 49584          {
 49585            "alg": "SHA-256",
 49586            "content": "4f961f68e47740dd7576c9685774a7b25b92f1017af24e2f707b30e893abade3"
 49587          },
 49588          {
 49589            "alg": "SHA-384",
 49590            "content": "4881643afa9da7ceb141dac1457540e76a6e1e626ab353f718e12920c1e4e7ca46aa48fcd8843cd46ef50c09d06707f6"
 49591          },
 49592          {
 49593            "alg": "SHA-512",
 49594            "content": "4daafe59c29c024f471e8d3ad1443bbf979727a1e6a068b57a5f599bf76f9d7c8cc7cdb29830b4a92d21483ad2e2e9b2d3b8cea2f6f07c009db9452305e5fadc"
 49595          },
 49596          {
 49597            "alg": "SHA3-256",
 49598            "content": "e4a68aab9b55108c0446aefc0ae19de42eb472b9c468a8c4a76b16ca03e3d2e5"
 49599          },
 49600          {
 49601            "alg": "SHA3-384",
 49602            "content": "a0c071497f32cefa59ab86fea759fe24623920d1870f6f4087342549e6c0ad8dca30a9577b5f80274f4f16ec3892d7cc"
 49603          },
 49604          {
 49605            "alg": "SHA3-512",
 49606            "content": "18e8838275211ccaaa7813afcec2be2da59cc3c34e4738169cd0b61e07d35f16851a42c42c8b5c791433dbff738055581c6af273fca6d8e1a2ad0a19b1cd98fe"
 49607          }
 49608        ],
 49609        "licenses": [{"license": {"id": "MIT"}}],
 49610        "purl": "pkg:maven/org.jsoup/jsoup@1.12.1?type=jar",
 49611        "externalReferences": [
 49612          {
 49613            "type": "website",
 49614            "url": "https://jhy.io/"
 49615          },
 49616          {
 49617            "type": "distribution",
 49618            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 49619          },
 49620          {
 49621            "type": "issue-tracker",
 49622            "url": "https://github.com/jhy/jsoup/issues"
 49623          },
 49624          {
 49625            "type": "vcs",
 49626            "url": "https://github.com/jhy/jsoup"
 49627          }
 49628        ]
 49629      },
 49630      {
 49631        "type": "library",
 49632        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-archive@3.1.4?type=jar",
 49633        "publisher": "JBoss by Red Hat",
 49634        "group": "org.jboss.shrinkwrap.resolver",
 49635        "name": "shrinkwrap-resolver-impl-maven-archive",
 49636        "version": "3.1.4",
 49637        "description": "Implementation for Resolving Dependencies from a Maven Backend to a ShrinkWrap Archive",
 49638        "hashes": [
 49639          {
 49640            "alg": "MD5",
 49641            "content": "6cacaa42417b7a6b4f0cdc1ceeb53942"
 49642          },
 49643          {
 49644            "alg": "SHA-1",
 49645            "content": "b0106d0fb55c6737bf67c297b31677c95d9da666"
 49646          },
 49647          {
 49648            "alg": "SHA-256",
 49649            "content": "fec296a3b5a8e2cd6fcf8050f5b956f903d1251f901ac6ab8c0355c4e6b27a1c"
 49650          },
 49651          {
 49652            "alg": "SHA-384",
 49653            "content": "0b3bfe2e0143492b2e516321ade5f1d86b7654fa8c37e232be4f132bf2662f346a5083f37653fb782e113fdcfa62ba9e"
 49654          },
 49655          {
 49656            "alg": "SHA-512",
 49657            "content": "cbfa953254ec62806fc819b9bc40d17bc83347b50784482c1414816ae17a2b2ad8914f38b4ff8dd575f48632ac8b6561a0cae1fc3ac66f5eb9631ecb2eee13cb"
 49658          },
 49659          {
 49660            "alg": "SHA3-256",
 49661            "content": "6d0561195175595c4c41cdd08946f19ba2b24f4d403d8858aa4df44e1ddce771"
 49662          },
 49663          {
 49664            "alg": "SHA3-384",
 49665            "content": "96fc3ddb41df2ac8f9ea1f47ba13b26a408524bb9c3ccd48c3b76c98f4e91b96f950a7a12c2943326c5cc152b321b17c"
 49666          },
 49667          {
 49668            "alg": "SHA3-512",
 49669            "content": "86e66e43df515f0a6a94a7c2802c297c4c981d8b75c27f6cd53f4d91aa56e766965fafea734cc5351bd9dbe73ca299c0979e32786cdce824d047c3149a57449f"
 49670          }
 49671        ],
 49672        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49673        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-archive@3.1.4?type=jar",
 49674        "externalReferences": [
 49675          {
 49676            "type": "issue-tracker",
 49677            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 49678          },
 49679          {
 49680            "type": "vcs",
 49681            "url": "https://github.com/shrinkwrap/resolver"
 49682          },
 49683          {
 49684            "type": "website",
 49685            "url": "http://www.jboss.org"
 49686          },
 49687          {
 49688            "type": "mailing-list",
 49689            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 49690          }
 49691        ]
 49692      },
 49693      {
 49694        "type": "library",
 49695        "bom-ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-impl-base@1.2.6?type=jar",
 49696        "publisher": "JBoss by Red Hat",
 49697        "group": "org.jboss.shrinkwrap",
 49698        "name": "shrinkwrap-impl-base",
 49699        "version": "1.2.6",
 49700        "description": "Common Base for Implementations of the ShrinkWrap Project",
 49701        "hashes": [
 49702          {
 49703            "alg": "MD5",
 49704            "content": "bb03bc1f98cd217ac2965a9ceb4ff56e"
 49705          },
 49706          {
 49707            "alg": "SHA-1",
 49708            "content": "ad8a42acf8404b9dbdfb586a011a34cc353c2818"
 49709          },
 49710          {
 49711            "alg": "SHA-256",
 49712            "content": "7b92757d599d4f21efd70182981efdc193d66b03312a5d293ed6ab10de646ae2"
 49713          },
 49714          {
 49715            "alg": "SHA-384",
 49716            "content": "f7ab5c57c30ceaab9b59b6290595b57ee9e45dfd875ea5c8ead7e3cceb6661b3ff6d82ea5865d469e22b137cd5dcad32"
 49717          },
 49718          {
 49719            "alg": "SHA-512",
 49720            "content": "60a512b58bffee90687f434bd5c54497e1b895319bd0800ef06da199713d45ba0ba9d4a1738c523905926c23cf4cd94709f4542088cabd45e6c5d96395a732db"
 49721          },
 49722          {
 49723            "alg": "SHA3-256",
 49724            "content": "4ae33924a8e9197775148759170e66f1c7b3427ae3acaeca5b1c381bc0658df1"
 49725          },
 49726          {
 49727            "alg": "SHA3-384",
 49728            "content": "f08d298365fee6b9fc29bb191cd18713dbe988dd9dddbf060f3e8feece71917bd6d4dc71d9cc798e459c64d492543b6f"
 49729          },
 49730          {
 49731            "alg": "SHA3-512",
 49732            "content": "091f1d90baea5ade33cc31cd19462ef78bb133449ec9aa5297a9d06eb2e4c99cc0fadbd5a8f80df650256425939d6f13b65b4414e1c0815f699bbdac400a42c1"
 49733          }
 49734        ],
 49735        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49736        "purl": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-impl-base@1.2.6?type=jar",
 49737        "externalReferences": [
 49738          {
 49739            "type": "issue-tracker",
 49740            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 49741          },
 49742          {
 49743            "type": "vcs",
 49744            "url": "https://github.com/shrinkwrap/shrinkwrap"
 49745          },
 49746          {
 49747            "type": "website",
 49748            "url": "http://www.jboss.org"
 49749          },
 49750          {
 49751            "type": "mailing-list",
 49752            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 49753          }
 49754        ]
 49755      },
 49756      {
 49757        "type": "library",
 49758        "bom-ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-spi@1.2.6?type=jar",
 49759        "publisher": "JBoss by Red Hat",
 49760        "group": "org.jboss.shrinkwrap",
 49761        "name": "shrinkwrap-spi",
 49762        "version": "1.2.6",
 49763        "description": "Generic Service Provider Contract of the ShrinkWrap Project",
 49764        "hashes": [
 49765          {
 49766            "alg": "MD5",
 49767            "content": "de56903edf6c0a6ea49646d330012894"
 49768          },
 49769          {
 49770            "alg": "SHA-1",
 49771            "content": "2f5f82d975335e64793684452604d9e8edb433ae"
 49772          },
 49773          {
 49774            "alg": "SHA-256",
 49775            "content": "c0e674c1461e18cfa3c24789fb4420476962e2f0e379d1b4bfe8f72bc99d1348"
 49776          },
 49777          {
 49778            "alg": "SHA-384",
 49779            "content": "6e4e07699ec2aa010c71c2395bf1e79302e1edc96af5128eed16b02a92b45533dd26f830b63a6f81351ffb6168457360"
 49780          },
 49781          {
 49782            "alg": "SHA-512",
 49783            "content": "9cb045479d169c97b10cf4e46c8e5e7310c7e4e8951da222d04144d111aa6c91d3e6015a3961df09ffccddc788bbe10a241eb5e26c1142d3b4743b04f02d90fb"
 49784          },
 49785          {
 49786            "alg": "SHA3-256",
 49787            "content": "b23de3de29a0e11533bf99c3b5580409526d7aad7174c2d58e2b7e903a341476"
 49788          },
 49789          {
 49790            "alg": "SHA3-384",
 49791            "content": "19aab9fdb99c823ac7b32de6bf75727c88f2b24313749d2148d2930dcdbcdc3490d26f36d55103d4e501512ab1be2d8e"
 49792          },
 49793          {
 49794            "alg": "SHA3-512",
 49795            "content": "1dd9385e4ae1f2e19ccbb0366111df98e5fd258f0ffe0c6f0ef0800d3c955adeeacd8207e448389050b4b4021cf3b3d64776bef4cd6b9ce69398f263a5fdc235"
 49796          }
 49797        ],
 49798        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49799        "purl": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-spi@1.2.6?type=jar",
 49800        "externalReferences": [
 49801          {
 49802            "type": "issue-tracker",
 49803            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 49804          },
 49805          {
 49806            "type": "vcs",
 49807            "url": "https://github.com/shrinkwrap/shrinkwrap"
 49808          },
 49809          {
 49810            "type": "website",
 49811            "url": "http://www.jboss.org"
 49812          },
 49813          {
 49814            "type": "mailing-list",
 49815            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 49816          }
 49817        ]
 49818      },
 49819      {
 49820        "type": "library",
 49821        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven-archive@3.1.4?type=jar",
 49822        "publisher": "JBoss by Red Hat",
 49823        "group": "org.jboss.shrinkwrap.resolver",
 49824        "name": "shrinkwrap-resolver-spi-maven-archive",
 49825        "version": "3.1.4",
 49826        "description": "SPI for Resolving Dependencies from a Maven Backend to a ShrinkWrap Archive and Importing Maven Project",
 49827        "hashes": [
 49828          {
 49829            "alg": "MD5",
 49830            "content": "f6ec69fa2247dce306f1d5e5e37b2490"
 49831          },
 49832          {
 49833            "alg": "SHA-1",
 49834            "content": "0e8be720b3891cfecb54f303cba07502d38d1051"
 49835          },
 49836          {
 49837            "alg": "SHA-256",
 49838            "content": "09c55c07ba7bf28439cf0d2ba8ea0c043d2659eb7ed2163446cca9117914b7ec"
 49839          },
 49840          {
 49841            "alg": "SHA-384",
 49842            "content": "20f78bc4c0e025e106865ea33a9b523df9a957b315e8d29b17e682c80dba12d4db91db4e2797d4c1a7ddc1028d7dea2b"
 49843          },
 49844          {
 49845            "alg": "SHA-512",
 49846            "content": "5649a974903ecbb45afd1f0cd162ee745273fa2c3f080b17473bae525bf11d7d8dba59c3988fbc09cf0e5187a026a63b4be048533410d1c31098000c8a3cdbf9"
 49847          },
 49848          {
 49849            "alg": "SHA3-256",
 49850            "content": "0408371e45e5bdbf3b1f31fb9b17ba4dad0379ff8d7a2eb9498c9d2de0adbe5c"
 49851          },
 49852          {
 49853            "alg": "SHA3-384",
 49854            "content": "5617d6e7833daf3dfdf959482d6ee821b0448d33df013c896a5043a586da4cb29e5f4ef4ae36c82da193235f33ad5446"
 49855          },
 49856          {
 49857            "alg": "SHA3-512",
 49858            "content": "360fd8e8f8fc6f67765b6da827e58b54d96dcf24d132afa228911e7798acba5c68b56dda20e3798c2b5908d7b1ca9753cdf2951215c25b0e3ef8d19dc517937e"
 49859          }
 49860        ],
 49861        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49862        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven-archive@3.1.4?type=jar",
 49863        "externalReferences": [
 49864          {
 49865            "type": "issue-tracker",
 49866            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 49867          },
 49868          {
 49869            "type": "vcs",
 49870            "url": "https://github.com/shrinkwrap/resolver"
 49871          },
 49872          {
 49873            "type": "website",
 49874            "url": "http://www.jboss.org"
 49875          },
 49876          {
 49877            "type": "mailing-list",
 49878            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 49879          }
 49880        ]
 49881      },
 49882      {
 49883        "type": "library",
 49884        "bom-ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.4?type=jar",
 49885        "publisher": "The Eclipse Foundation",
 49886        "group": "org.eclipse.sisu",
 49887        "name": "org.eclipse.sisu.plexus",
 49888        "version": "0.3.4",
 49889        "description": "Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container",
 49890        "hashes": [
 49891          {
 49892            "alg": "MD5",
 49893            "content": "a86bc488d167e59484298ef4c7b4168e"
 49894          },
 49895          {
 49896            "alg": "SHA-1",
 49897            "content": "f1335a3b7bc3fd23f67da88bd60cd5d4c3304ef3"
 49898          },
 49899          {
 49900            "alg": "SHA-256",
 49901            "content": "87e66ffad03aa18129ea0762d2c02f566a9480e6eee8d84e25e1b931f12ea831"
 49902          },
 49903          {
 49904            "alg": "SHA-384",
 49905            "content": "b733ce75c0a9d5f505cd4750d6acb3f800b21565ce722a88b591ab5f32aed66b8df0b0141de65b65bc36ccf9444807d9"
 49906          },
 49907          {
 49908            "alg": "SHA-512",
 49909            "content": "f76b33d4c0acfb90357736b8466016661924351332e1db6eaff5bd15398e7765acec328dd3e94d37b66c9881a54bbed23571590363c46ee78f5d1acbad36c95b"
 49910          },
 49911          {
 49912            "alg": "SHA3-256",
 49913            "content": "8c24ddfdde906e6b1a9b2c01b780003a667357435706092fe265267a86781d13"
 49914          },
 49915          {
 49916            "alg": "SHA3-384",
 49917            "content": "f15af3878b586ed49466a4176d8f093a4ca1899bd8158149a1d176464c31905028cc861072dc7fca7d98fadad8e5a94e"
 49918          },
 49919          {
 49920            "alg": "SHA3-512",
 49921            "content": "06547cb1ae277b36f64813842220d98e0ea5141f6e4360641142e5ff919d8f3ff2c9c24a913be194c75d2f43a7bdc48af9db313c1fd912d739b4002dc0be3186"
 49922          }
 49923        ],
 49924        "licenses": [{"license": {"id": "EPL-1.0"}}],
 49925        "purl": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.4?type=jar",
 49926        "externalReferences": [
 49927          {
 49928            "type": "website",
 49929            "url": "http://www.eclipse.org/"
 49930          },
 49931          {
 49932            "type": "build-system",
 49933            "url": "https://hudson.eclipse.org/sisu/job/sisu-plexus-nightly/"
 49934          },
 49935          {
 49936            "type": "issue-tracker",
 49937            "url": "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Plexus&format=guided"
 49938          },
 49939          {
 49940            "type": "mailing-list",
 49941            "url": "http://dev.eclipse.org/mhonarc/lists/sisu-dev/"
 49942          },
 49943          {
 49944            "type": "vcs",
 49945            "url": "http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/tree/"
 49946          },
 49947          {
 49948            "type": "distribution",
 49949            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 49950          }
 49951        ]
 49952      },
 49953      {
 49954        "type": "library",
 49955        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-compiler-javac@2.7?type=jar",
 49956        "publisher": "Codehaus Plexus",
 49957        "group": "org.codehaus.plexus",
 49958        "name": "plexus-compiler-javac",
 49959        "version": "2.7",
 49960        "description": "Javac Compiler support for Plexus Compiler component.",
 49961        "hashes": [
 49962          {
 49963            "alg": "MD5",
 49964            "content": "a5aa7de03c89bc42008fa9ac32881e10"
 49965          },
 49966          {
 49967            "alg": "SHA-1",
 49968            "content": "3901f05249e77b2e489acc4eff03805dbcbac55f"
 49969          },
 49970          {
 49971            "alg": "SHA-256",
 49972            "content": "b850afe7cdae9038607daa2014626e7fb11c81ebf53b5f2aa6e1def1006ed753"
 49973          },
 49974          {
 49975            "alg": "SHA-384",
 49976            "content": "30c396f675341bdc189bb3fcf43b4b7b0ee73b9efba857d0c996e02ab25d681adfa7d729d4b24cd7611073b6a938a325"
 49977          },
 49978          {
 49979            "alg": "SHA-512",
 49980            "content": "d94b3767126e958847e35b5fe3cbc08485b4a3eb96ca6e4a1bed8a0ca679ac430ad907f4eb08864c577ef91d60f5816f4f4a7422696baa05bc8d3fed8f792d9c"
 49981          },
 49982          {
 49983            "alg": "SHA3-256",
 49984            "content": "2b72ae40073fe153863c96b5b397297444e23f150a843cc70e28c7e005e29819"
 49985          },
 49986          {
 49987            "alg": "SHA3-384",
 49988            "content": "74a156f40730af19d19396c49e53ba47fd8310aee8b57e38c988e8f5face0618d283591bc947a71491ffd551d09d4df0"
 49989          },
 49990          {
 49991            "alg": "SHA3-512",
 49992            "content": "9079f25532ed85410c8761b1995da16a300cfa02c01cf951ea82c783e89d6dd3edef73427e158f953ad1f1554fce85582dfde812d84e5fb86017118db930d08e"
 49993          }
 49994        ],
 49995        "licenses": [{"license": {"id": "Apache-2.0"}}],
 49996        "purl": "pkg:maven/org.codehaus.plexus/plexus-compiler-javac@2.7?type=jar",
 49997        "externalReferences": [
 49998          {
 49999            "type": "issue-tracker",
 50000            "url": "https://github.com/codehaus-plexus/plexus-compiler/issues"
 50001          },
 50002          {
 50003            "type": "vcs",
 50004            "url": "http://github.com/codehaus-plexus/plexus-compiler/tree/${project.scm.tag}/"
 50005          },
 50006          {
 50007            "type": "website",
 50008            "url": "http://codehaus-plexus.github.io/"
 50009          },
 50010          {
 50011            "type": "distribution",
 50012            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 50013          },
 50014          {
 50015            "type": "mailing-list",
 50016            "url": "http://archive.plexus.codehaus.org/user"
 50017          }
 50018        ]
 50019      },
 50020      {
 50021        "type": "library",
 50022        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-compiler-api@2.7?type=jar",
 50023        "publisher": "Codehaus Plexus",
 50024        "group": "org.codehaus.plexus",
 50025        "name": "plexus-compiler-api",
 50026        "version": "2.7",
 50027        "description": "Plexus Compilers component's API to manipulate compilers.",
 50028        "hashes": [
 50029          {
 50030            "alg": "MD5",
 50031            "content": "9c37eff700c42e340aced16bb27a819c"
 50032          },
 50033          {
 50034            "alg": "SHA-1",
 50035            "content": "a7a16bbf293041c6a968deff8fa82bb90cf8daed"
 50036          },
 50037          {
 50038            "alg": "SHA-256",
 50039            "content": "fa478387b2feadb07611043e18350a5bd6d1a6a5175c0e1298fabe39181c0f79"
 50040          },
 50041          {
 50042            "alg": "SHA-384",
 50043            "content": "2e0cfd166118e87741376b3a95e64ab57d3a3b8e13b5bc971cf45e9fe50e7211191fdefdd8f8945f6d4f0f9e0e1a4548"
 50044          },
 50045          {
 50046            "alg": "SHA-512",
 50047            "content": "2fdc5f3a00e0bd9330bdd03155de59958826ddc58a06f8fc8a91992b61632e82df323a909dfb95ab2965dbbf3a722e4de6e4bcaf383a3ec10a49392c40bf36f0"
 50048          },
 50049          {
 50050            "alg": "SHA3-256",
 50051            "content": "62210f5192110e5851ecc443c97e8bc43cd6481065219c7847d3282868986d58"
 50052          },
 50053          {
 50054            "alg": "SHA3-384",
 50055            "content": "8404f47e4c3003486d9b3ab3c4b915a0b16f4c1ea3d6b2112ce2eb270c925293807c21570614c30e378571a9fa135ccf"
 50056          },
 50057          {
 50058            "alg": "SHA3-512",
 50059            "content": "fbe9ce23c940303be9288930ac04675203f400e998b0f404251ddb2eae3bcda3b35237e7e66275fec8bbabb66772d3d12ca237c75a78bf67e7cf1448ca70645b"
 50060          }
 50061        ],
 50062        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50063        "purl": "pkg:maven/org.codehaus.plexus/plexus-compiler-api@2.7?type=jar",
 50064        "externalReferences": [
 50065          {
 50066            "type": "issue-tracker",
 50067            "url": "https://github.com/codehaus-plexus/plexus-compiler/issues"
 50068          },
 50069          {
 50070            "type": "vcs",
 50071            "url": "http://github.com/codehaus-plexus/plexus-compiler/tree/${project.scm.tag}/"
 50072          },
 50073          {
 50074            "type": "website",
 50075            "url": "http://codehaus-plexus.github.io/"
 50076          },
 50077          {
 50078            "type": "distribution",
 50079            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 50080          },
 50081          {
 50082            "type": "mailing-list",
 50083            "url": "http://archive.plexus.codehaus.org/user"
 50084          }
 50085        ]
 50086      },
 50087      {
 50088        "type": "library",
 50089        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-embedded@3.1.4?type=jar",
 50090        "publisher": "JBoss by Red Hat",
 50091        "group": "org.jboss.shrinkwrap.resolver",
 50092        "name": "shrinkwrap-resolver-api-maven-embedded",
 50093        "version": "3.1.4",
 50094        "description": "API for running Maven builds and retrieving information and archives from the built project",
 50095        "hashes": [
 50096          {
 50097            "alg": "MD5",
 50098            "content": "d32fc2c4efbc6d5c7d46566a655f5621"
 50099          },
 50100          {
 50101            "alg": "SHA-1",
 50102            "content": "30e69b4a69016ce792ff6d2fcab861ed317a04aa"
 50103          },
 50104          {
 50105            "alg": "SHA-256",
 50106            "content": "f7e5007246b3530560119fea203b7f83dd4e3953c3a09b10db7d49e381020554"
 50107          },
 50108          {
 50109            "alg": "SHA-384",
 50110            "content": "44839e364ec1594a4d23848b25cb6d22c181be61bf9883691d64d5ec598688bed74d9fb5a270ecf266754456100214bd"
 50111          },
 50112          {
 50113            "alg": "SHA-512",
 50114            "content": "ea388da56be37bda1dd52e040afc350b791bce94b69e1f8075dd0b6bc7303866293fe4752f59649ecbadd8a9fc10c5d1fdbc6abc02eab27ca41cc89b056177fb"
 50115          },
 50116          {
 50117            "alg": "SHA3-256",
 50118            "content": "c1bb6ffd94dbaf1c6e5143ae10bddc1ceeb2d3e47ad5dfc44364f7f68eb2b1df"
 50119          },
 50120          {
 50121            "alg": "SHA3-384",
 50122            "content": "7d8b30e0e2db6219ff83065bb53942ab8619194d5bd97e12762f61474b464ded7a7b8bcb12749fb6bd3fd402d19f123d"
 50123          },
 50124          {
 50125            "alg": "SHA3-512",
 50126            "content": "bb73ca03974a34d39cff9f0f8e610be93221e7c30ee896c8044aafa3f981dda6a513a319c0bacbfd231dc6454b7f7e25b31fe9b71d66432959017f08f12bff5b"
 50127          }
 50128        ],
 50129        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50130        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-embedded@3.1.4?type=jar",
 50131        "externalReferences": [
 50132          {
 50133            "type": "issue-tracker",
 50134            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 50135          },
 50136          {
 50137            "type": "vcs",
 50138            "url": "https://github.com/shrinkwrap/resolver"
 50139          },
 50140          {
 50141            "type": "website",
 50142            "url": "http://www.jboss.org"
 50143          },
 50144          {
 50145            "type": "mailing-list",
 50146            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50147          }
 50148        ]
 50149      },
 50150      {
 50151        "type": "library",
 50152        "bom-ref": "pkg:maven/org.apache.maven.shared/maven-invoker@3.0.0?type=jar",
 50153        "publisher": "The Apache Software Foundation",
 50154        "group": "org.apache.maven.shared",
 50155        "name": "maven-invoker",
 50156        "version": "3.0.0",
 50157        "description": "A component to programmatically invoke Maven.",
 50158        "hashes": [
 50159          {
 50160            "alg": "MD5",
 50161            "content": "9d9136c12ed1e9c699f9ee1839180627"
 50162          },
 50163          {
 50164            "alg": "SHA-1",
 50165            "content": "54839b41d4bbe49401ff162b68276dd69e194a10"
 50166          },
 50167          {
 50168            "alg": "SHA-256",
 50169            "content": "dc7a719460abbd81e4fc69168c12c0ca91eb10bc97628c5a813c3beb7b57cafc"
 50170          },
 50171          {
 50172            "alg": "SHA-384",
 50173            "content": "0cb8697f0e279cdd9fe5ca9f8550ef32b3acefd50919ab83482c27cc591df210006d5bbba7f850341e197a91c03db8a7"
 50174          },
 50175          {
 50176            "alg": "SHA-512",
 50177            "content": "60c045e4245417784c1998a1d44d0727f447d581978502cae9b0f10b30ed43b0008757e21fc22551f2e27317840ea1da5d95ca70e55ee3156b30fce4ccd922b8"
 50178          },
 50179          {
 50180            "alg": "SHA3-256",
 50181            "content": "b09d5e95f18c6613d0231efb889ab6cb5898f4167aaad7c5c10c644a59a6b7f7"
 50182          },
 50183          {
 50184            "alg": "SHA3-384",
 50185            "content": "c5c19133fa9d29082b1bd0e33a8a29c0a3bb8a5d40574b3f77618d33e3be14c036b3af5cbb97c72e42e8f4676688c6cd"
 50186          },
 50187          {
 50188            "alg": "SHA3-512",
 50189            "content": "a5a46b40aa98014bbd3645968ced53adad38b937c55248b8707cc0031b2d46992dfcfcd84e787ee318edbd4cb5d7832bd3d3a84fce1b23ec55608a1a618ae9cf"
 50190          }
 50191        ],
 50192        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50193        "purl": "pkg:maven/org.apache.maven.shared/maven-invoker@3.0.0?type=jar",
 50194        "externalReferences": [
 50195          {
 50196            "type": "issue-tracker",
 50197            "url": "https://issues.apache.org/jira/browse/MSHARED/component/12326433"
 50198          },
 50199          {
 50200            "type": "vcs",
 50201            "url": "http://svn.apache.org/viewvc/maven/shared/tags/maven-invoker-3.0.0"
 50202          },
 50203          {
 50204            "type": "build-system",
 50205            "url": "https://builds.apache.org/job/maven-shared/"
 50206          },
 50207          {
 50208            "type": "mailing-list",
 50209            "url": "https://mail-archives.apache.org/mod_mbox/maven-users"
 50210          },
 50211          {
 50212            "type": "website",
 50213            "url": "https://www.apache.org/"
 50214          },
 50215          {
 50216            "type": "distribution",
 50217            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 50218          }
 50219        ]
 50220      },
 50221      {
 50222        "type": "library",
 50223        "bom-ref": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@2.1.0?type=jar",
 50224        "publisher": "Codehaus Plexus",
 50225        "group": "org.codehaus.plexus",
 50226        "name": "plexus-component-annotations",
 50227        "version": "2.1.0",
 50228        "description": "Plexus Component \"Java 5\" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.",
 50229        "hashes": [
 50230          {
 50231            "alg": "MD5",
 50232            "content": "141fd7a2ae613cb17d25ecd54b43eb3f"
 50233          },
 50234          {
 50235            "alg": "SHA-1",
 50236            "content": "2f2147a6cc6a119a1b51a96f31d45c557f6244b9"
 50237          },
 50238          {
 50239            "alg": "SHA-256",
 50240            "content": "bde3617ce9b5bcf9584126046080043af6a4b3baea40a3b153f02e7bbc32acac"
 50241          },
 50242          {
 50243            "alg": "SHA-384",
 50244            "content": "dd102351fada419b7e66f38b62868db4141cf93863b8117926564dd883b4a3960d9c9682b346f7106cdaa2a4138c794f"
 50245          },
 50246          {
 50247            "alg": "SHA-512",
 50248            "content": "cc534fda54272f074fe9edd581a6c3e1ea98127340c7f852c4b4953a44dad048ace22dfa10f30d6adcdfc15efd319dac778a03ebbe20de7779fd1df640506e88"
 50249          },
 50250          {
 50251            "alg": "SHA3-256",
 50252            "content": "2e9f44d1c5df160563d3cedaf01929682fb3e0432beca7c782d8ba0324fb32b1"
 50253          },
 50254          {
 50255            "alg": "SHA3-384",
 50256            "content": "2b335733d7683e8bae312b0608af7c17b1aa22a1b9cbc4cc11549faf6bacc51c7591f1073aac99e5d70fdea31c6253c4"
 50257          },
 50258          {
 50259            "alg": "SHA3-512",
 50260            "content": "5051e4210310ec60fae9f32284a93da3cff63bf43a7dda30eaf2715d24cfc7f2353a6c2731521f4d6ef32e7a3e2526b6a41c8a11b0889c8dbf7ffc7914812641"
 50261          }
 50262        ],
 50263        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50264        "purl": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@2.1.0?type=jar",
 50265        "externalReferences": [
 50266          {
 50267            "type": "issue-tracker",
 50268            "url": "http://github.com/codehaus-plexus/plexus-containers/issues"
 50269          },
 50270          {
 50271            "type": "vcs",
 50272            "url": "https://github.com/codehaus-plexus/plexus-containers"
 50273          },
 50274          {
 50275            "type": "website",
 50276            "url": "http://codehaus-plexus.github.io/"
 50277          },
 50278          {
 50279            "type": "distribution",
 50280            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 50281          },
 50282          {
 50283            "type": "mailing-list",
 50284            "url": "http://archive.plexus.codehaus.org/user"
 50285          }
 50286        ]
 50287      },
 50288      {
 50289        "type": "library",
 50290        "bom-ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-embedded@3.1.4?type=jar",
 50291        "publisher": "JBoss by Red Hat",
 50292        "group": "org.jboss.shrinkwrap.resolver",
 50293        "name": "shrinkwrap-resolver-impl-maven-embedded",
 50294        "version": "3.1.4",
 50295        "description": "Implementation for running Maven builds and retrieving information and archives from the built project",
 50296        "hashes": [
 50297          {
 50298            "alg": "MD5",
 50299            "content": "338709b3554dfd3fc5e7f99f691babcc"
 50300          },
 50301          {
 50302            "alg": "SHA-1",
 50303            "content": "a684572013325212d2e232577ec58cd52b232a4d"
 50304          },
 50305          {
 50306            "alg": "SHA-256",
 50307            "content": "63edfc8bc94220c4a9f262d003390753474e9336e752147551f4005a99df3de6"
 50308          },
 50309          {
 50310            "alg": "SHA-384",
 50311            "content": "3e39ecc14cc215109aed9da26787cd61f46db0179652369231df24b633349cbfc108856281e67c2c8ba7df5f798d8735"
 50312          },
 50313          {
 50314            "alg": "SHA-512",
 50315            "content": "88477a911dc233a1893ca082b5fb9d42ac4cf75f8b198d11a15b0c06134a7ffa6e015b1419967cf7617850a51c34f941d50564254cb4d6cbb0a86bc41fceb37c"
 50316          },
 50317          {
 50318            "alg": "SHA3-256",
 50319            "content": "aa8c2181512aa8b55855ca98b41b92b09e5289462f1ba913021e610f8b529b9a"
 50320          },
 50321          {
 50322            "alg": "SHA3-384",
 50323            "content": "82bd60bce6b41f0e5bc0350166bd017b14c5724e8bd10266a2e778d7b97ff9f50ffbb18bc29d4d0c6d582f126ca2861d"
 50324          },
 50325          {
 50326            "alg": "SHA3-512",
 50327            "content": "b4ce0e7d45daac33ec65a77aa46f8649a42c312b92130681ef22a327793ee18ca20e6af5becd3402cb48f38d485f4e89b3fdf2c65b7b55daba0c792438ec0591"
 50328          }
 50329        ],
 50330        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50331        "purl": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-embedded@3.1.4?type=jar",
 50332        "externalReferences": [
 50333          {
 50334            "type": "issue-tracker",
 50335            "url": "http://jira.jboss.com/jira/browse/SHRINKWRAP"
 50336          },
 50337          {
 50338            "type": "vcs",
 50339            "url": "https://github.com/shrinkwrap/resolver"
 50340          },
 50341          {
 50342            "type": "website",
 50343            "url": "http://www.jboss.org"
 50344          },
 50345          {
 50346            "type": "mailing-list",
 50347            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50348          }
 50349        ]
 50350      },
 50351      {
 50352        "type": "library",
 50353        "bom-ref": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift@1.0.2?type=jar",
 50354        "publisher": "JBoss by Red Hat",
 50355        "group": "org.arquillian.spacelift",
 50356        "name": "arquillian-spacelift",
 50357        "version": "1.0.2",
 50358        "description": "Arquillian Process and Package Manager",
 50359        "hashes": [
 50360          {
 50361            "alg": "MD5",
 50362            "content": "2909e7179c3d234967c3f1dadc76b819"
 50363          },
 50364          {
 50365            "alg": "SHA-1",
 50366            "content": "7da209d9070be782ceb15af0f9ad5c95a970055d"
 50367          },
 50368          {
 50369            "alg": "SHA-256",
 50370            "content": "0eaf05c491a2ef82dfee384117c1a7b54775fd7bf6b70dd7eca24e55ceda1146"
 50371          },
 50372          {
 50373            "alg": "SHA-384",
 50374            "content": "02ed9514d0dc6be72018fe57aaea7d8901771ddaad9589c1fe50adf6ce14f233e0e007cdbde1ea4a2b36810987e31b2f"
 50375          },
 50376          {
 50377            "alg": "SHA-512",
 50378            "content": "09a28ae8886f274b098b8de70119db4431eba19d1ee3676bc80022bfbd5fe198f3208db5f22005dc57f13a28977d0be343822d1527dfd47be18ef0530052534c"
 50379          },
 50380          {
 50381            "alg": "SHA3-256",
 50382            "content": "5f645b772342cb7a328d37310dbeb770fb846fd9ad945c32e6c5f4b389fe381d"
 50383          },
 50384          {
 50385            "alg": "SHA3-384",
 50386            "content": "b9fe2490a880836d43562c55a510abca54c8f6227115fbf03e3294636480e189f18e8fb9a45d303b9a868aefc79778e1"
 50387          },
 50388          {
 50389            "alg": "SHA3-512",
 50390            "content": "8f6a4cd4445cfd2bfa77656cc72e4ff4764651c75232a54b395152b17530bd8bc9471828cbdc41b3a86bb40d74813d23ff944f9aab511f3bf8265602c6e44406"
 50391          }
 50392        ],
 50393        "licenses": [{"license": {
 50394          "name": "Public Domain",
 50395          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 50396        }}],
 50397        "purl": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift@1.0.2?type=jar",
 50398        "externalReferences": [
 50399          {
 50400            "type": "website",
 50401            "url": "http://www.jboss.org"
 50402          },
 50403          {
 50404            "type": "issue-tracker",
 50405            "url": "https://issues.jboss.org/"
 50406          },
 50407          {
 50408            "type": "mailing-list",
 50409            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50410          },
 50411          {
 50412            "type": "vcs",
 50413            "url": "http://github.com/jboss/jboss-parent-pom"
 50414          }
 50415        ]
 50416      },
 50417      {
 50418        "type": "library",
 50419        "bom-ref": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift-api@1.0.2?type=jar",
 50420        "publisher": "JBoss by Red Hat",
 50421        "group": "org.arquillian.spacelift",
 50422        "name": "arquillian-spacelift-api",
 50423        "version": "1.0.2",
 50424        "description": "Arquillian Process and Package Manager",
 50425        "hashes": [
 50426          {
 50427            "alg": "MD5",
 50428            "content": "7ca31f82379af30cf91637d4fe466139"
 50429          },
 50430          {
 50431            "alg": "SHA-1",
 50432            "content": "8660d69d055cb1ed5cb019e68a20241f1807bbf4"
 50433          },
 50434          {
 50435            "alg": "SHA-256",
 50436            "content": "9fb954c1b3d18d3c5dc37e8daed55a3f430e3c1abd7d2ce5d38d9fab25fbb704"
 50437          },
 50438          {
 50439            "alg": "SHA-384",
 50440            "content": "5e46b25646ddf555555c5a400fdcb489531d93f644a3e292115a398ec3a3076cd55557d7561ea5a45b5d9a2d1f1e2e76"
 50441          },
 50442          {
 50443            "alg": "SHA-512",
 50444            "content": "d281a5fc037eb4f9ea15a9190a9e8e7b6e312228a6ae4609d0b67fcd92429bdffa7161953536290bd4c4b964ffbabad496d3e61f4dd3c180145395e37bab2ce5"
 50445          },
 50446          {
 50447            "alg": "SHA3-256",
 50448            "content": "fbfac9dce3731f8583fae30666de9bb83d02a420dd367f292b6a3b4766606ef8"
 50449          },
 50450          {
 50451            "alg": "SHA3-384",
 50452            "content": "5687b276301ce97b948dede48aa3c8659e08d11039b78a54dc6ce9cb8032e8940856d6cbea9f7226cea6748c1eea897c"
 50453          },
 50454          {
 50455            "alg": "SHA3-512",
 50456            "content": "762a982333fcfe9617420ec3467f5f36334f2887ee1a8ba4e613f0584e9421f8d2d0d2aacf7a266ace76c867cdc7752ced0cf50431b378605f5ed767e6ed9b01"
 50457          }
 50458        ],
 50459        "licenses": [{"license": {
 50460          "name": "Public Domain",
 50461          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 50462        }}],
 50463        "purl": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift-api@1.0.2?type=jar",
 50464        "externalReferences": [
 50465          {
 50466            "type": "website",
 50467            "url": "http://www.jboss.org"
 50468          },
 50469          {
 50470            "type": "issue-tracker",
 50471            "url": "https://issues.jboss.org/"
 50472          },
 50473          {
 50474            "type": "mailing-list",
 50475            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50476          },
 50477          {
 50478            "type": "vcs",
 50479            "url": "http://github.com/jboss/jboss-parent-pom"
 50480          }
 50481        ]
 50482      },
 50483      {
 50484        "type": "library",
 50485        "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.8.1?type=jar",
 50486        "publisher": "The Apache Software Foundation",
 50487        "group": "org.apache.commons",
 50488        "name": "commons-compress",
 50489        "version": "1.8.1",
 50490        "description": "Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj.",
 50491        "hashes": [
 50492          {
 50493            "alg": "MD5",
 50494            "content": "d862e30ff6b5d78264677dcd6507abb8"
 50495          },
 50496          {
 50497            "alg": "SHA-1",
 50498            "content": "a698750c16740fd5b3871425f4cb3bbaa87f529d"
 50499          },
 50500          {
 50501            "alg": "SHA-256",
 50502            "content": "5fca136503f86ecc6cb61fbd17b137d59e56b45c7a5494e6b8fd3cabd4697fbd"
 50503          },
 50504          {
 50505            "alg": "SHA-384",
 50506            "content": "65dea448fe9fdfd11b6dffe548704f12bc8794ac49c414166fa9a12789a47401dfb0c10c498d16c4328adfdc4f2d856a"
 50507          },
 50508          {
 50509            "alg": "SHA-512",
 50510            "content": "5f254bffa74bd5a58581ae304a54d127db8a5f68e4d265594ec547013287a87716ce7a60dfa5e19f2ae8a6c75670d25ddf89eab764caf882def1a17e7d3cfddf"
 50511          },
 50512          {
 50513            "alg": "SHA3-256",
 50514            "content": "893ee42587b7607bd739e13b39d85e22cece784d832f248c3f46cbba400f12cf"
 50515          },
 50516          {
 50517            "alg": "SHA3-384",
 50518            "content": "217e1f2e1473ea108bb92f0d5a15d8fb97677f2fd959b6c6abb47d1f3547b5deef93319a63a170786ad0c3b671bc4797"
 50519          },
 50520          {
 50521            "alg": "SHA3-512",
 50522            "content": "039cdc92f9514466fb5cf50a925907a23504e820a37aad8c905a254b620ab03ee68b8167ab0422f02a693acdd4df56d4e7b63f544e260635b8922e3fbaffd5d5"
 50523          }
 50524        ],
 50525        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50526        "purl": "pkg:maven/org.apache.commons/commons-compress@1.8.1?type=jar",
 50527        "externalReferences": [
 50528          {
 50529            "type": "issue-tracker",
 50530            "url": "http://issues.apache.org/jira/browse/COMPRESS"
 50531          },
 50532          {
 50533            "type": "vcs",
 50534            "url": "http://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.8.1"
 50535          },
 50536          {
 50537            "type": "build-system",
 50538            "url": "http://vmbuild.apache.org/continuum/"
 50539          },
 50540          {
 50541            "type": "mailing-list",
 50542            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 50543          },
 50544          {
 50545            "type": "website",
 50546            "url": "http://www.apache.org/"
 50547          },
 50548          {
 50549            "type": "distribution",
 50550            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 50551          }
 50552        ]
 50553      },
 50554      {
 50555        "type": "library",
 50556        "bom-ref": "pkg:maven/org.jboss.osgi.metadata/jbosgi-metadata@4.0.0.CR1?type=jar",
 50557        "publisher": "JBoss by Red Hat",
 50558        "group": "org.jboss.osgi.metadata",
 50559        "name": "jbosgi-metadata",
 50560        "version": "4.0.0.CR1",
 50561        "description": "JBossOSGi",
 50562        "hashes": [
 50563          {
 50564            "alg": "MD5",
 50565            "content": "5682e4a572e7dec932d6eb4ba75301e6"
 50566          },
 50567          {
 50568            "alg": "SHA-1",
 50569            "content": "afdfb20feb3f8577250108618139cd995e779d1d"
 50570          },
 50571          {
 50572            "alg": "SHA-256",
 50573            "content": "0a67e1073e8ae160344e51788c0a11694b1210b33cc8bb48e0b3156f7d01bd9d"
 50574          },
 50575          {
 50576            "alg": "SHA-384",
 50577            "content": "c8a8947e1e5eb67f22b9c5cdd0ec18d3ce106a05823c57451762dbc2adcf0f51ab099c134171ddee6a2fbf8466905a5d"
 50578          },
 50579          {
 50580            "alg": "SHA-512",
 50581            "content": "55d8dec8d9e02ab0d77ce92120b596e12274c271de026ac438ea46c290cfd57914fde7fdee1c5d2307fbc02d3501799b0432a05422623940b6ec9b1118feb9f0"
 50582          },
 50583          {
 50584            "alg": "SHA3-256",
 50585            "content": "2f180f756231a1a26ba814d1c8ffb85d77e29c0941eea5bfe7bc4bd45643fa60"
 50586          },
 50587          {
 50588            "alg": "SHA3-384",
 50589            "content": "e2452e53dc12a4eca0d63759de86ff96e98549fee0468dc1daa3214fea2d81976fe0328c4a62abebda0ea947cc6741f6"
 50590          },
 50591          {
 50592            "alg": "SHA3-512",
 50593            "content": "6d6860177da16274a59595276a1277feeb98b8ce94d200e3756e02c4f131b153ffe1554e6aec5afe80f87d2649931f6ec616bb6612e0043ff86490c288ec580b"
 50594          }
 50595        ],
 50596        "licenses": [{"license": {
 50597          "name": "lgpl_v2_1",
 50598          "url": "http://repository.jboss.com/licenses/lgpl-2.1.txt"
 50599        }}],
 50600        "purl": "pkg:maven/org.jboss.osgi.metadata/jbosgi-metadata@4.0.0.CR1?type=jar",
 50601        "externalReferences": [
 50602          {
 50603            "type": "vcs",
 50604            "url": "http://github.com/jbosgi/jbosgi-metadata"
 50605          },
 50606          {
 50607            "type": "website",
 50608            "url": "http://www.jboss.org"
 50609          }
 50610        ]
 50611      },
 50612      {
 50613        "type": "library",
 50614        "bom-ref": "pkg:maven/io.undertow.jastow/jastow@2.1.0.Final?type=jar",
 50615        "publisher": "JBoss by Red Hat",
 50616        "group": "io.undertow.jastow",
 50617        "name": "jastow",
 50618        "version": "2.1.0.Final",
 50619        "description": "JSP 2.3 container",
 50620        "hashes": [
 50621          {
 50622            "alg": "MD5",
 50623            "content": "fb3dc743112cf72bae14952cae925754"
 50624          },
 50625          {
 50626            "alg": "SHA-1",
 50627            "content": "a3dabbc2d250453dc65b5a1d4960925e47a2c25a"
 50628          },
 50629          {
 50630            "alg": "SHA-256",
 50631            "content": "93b0fd5ff23aea775fd74afa5f6021009857540ed9a44eb8010f086078729181"
 50632          },
 50633          {
 50634            "alg": "SHA-384",
 50635            "content": "8ceba74d95923404f63f0bd2871cf76a8a41367d92d59ce264a0b4ad05f73056421e6c31442f1a32d32fa08289cefbfe"
 50636          },
 50637          {
 50638            "alg": "SHA-512",
 50639            "content": "62129e288eb40fd6e3dc6aa5a5a43049a1ac363ef81decfc78d0ea2a35fb2ed2a4b9573376076e3220fcae796efc6e22bfbbcbb1a6fec2364d066cd3e2d4cbda"
 50640          },
 50641          {
 50642            "alg": "SHA3-256",
 50643            "content": "2085a70b1bd6ff85e54d33456539ebb33c38e756ad3542cbd86a95451a45cd9b"
 50644          },
 50645          {
 50646            "alg": "SHA3-384",
 50647            "content": "a41332c92f9c138c32a9b2a808359a86dbb8f572cacc39c82d602bf9f73d77c686c16ce2b2d567825d481c22aab16feb"
 50648          },
 50649          {
 50650            "alg": "SHA3-512",
 50651            "content": "fa3862c478647b8e11387c05b3adeba76fc5f2dcce6958cf8eb8f333822f4bcbe2827f5691a5fb6f700482fecc0f858e46ae196469fec624154a1770db2c1716"
 50652          }
 50653        ],
 50654        "licenses": [{"license": {
 50655          "name": "Public Domain",
 50656          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 50657        }}],
 50658        "purl": "pkg:maven/io.undertow.jastow/jastow@2.1.0.Final?type=jar",
 50659        "externalReferences": [
 50660          {
 50661            "type": "website",
 50662            "url": "http://www.jboss.org"
 50663          },
 50664          {
 50665            "type": "issue-tracker",
 50666            "url": "https://issues.jboss.org/"
 50667          },
 50668          {
 50669            "type": "mailing-list",
 50670            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50671          },
 50672          {
 50673            "type": "vcs",
 50674            "url": "http://github.com/jboss/jboss-parent-pom"
 50675          }
 50676        ]
 50677      },
 50678      {
 50679        "type": "library",
 50680        "bom-ref": "pkg:maven/org.glassfish/javax.el@3.0.1-b08?type=jar",
 50681        "publisher": "GlassFish Community",
 50682        "group": "org.glassfish",
 50683        "name": "javax.el",
 50684        "version": "3.0.1-b08",
 50685        "description": "Java.net - The Source for Java Technology Collaboration",
 50686        "hashes": [
 50687          {
 50688            "alg": "MD5",
 50689            "content": "08a27292a55062a60ccd558f780a61e2"
 50690          },
 50691          {
 50692            "alg": "SHA-1",
 50693            "content": "8fa39d3901fc6ec8c0fff4ad4e48c26c4911c422"
 50694          },
 50695          {
 50696            "alg": "SHA-256",
 50697            "content": "b507b1da0f85aa722352746231c9bb998d6ee0cff7b063219be2e99de70b5a5b"
 50698          },
 50699          {
 50700            "alg": "SHA-384",
 50701            "content": "3aeed325ab13ceb1ea5a8285b6ae2434bce023496a539b9cec6c841d5c963217176ec020411a5964a73d77db61cf0766"
 50702          },
 50703          {
 50704            "alg": "SHA-512",
 50705            "content": "c9941da35303dcf1190c4a631b4dbfc84075f6e69829c15d136ea644ffa17ce0d2044f9d4f41fb6b263213ed8474d91a73aa95692dc647b4449b0b216918f6eb"
 50706          },
 50707          {
 50708            "alg": "SHA3-256",
 50709            "content": "2fb22b4df83ab0037480b0e890346d48fc4030c37246b42616fc53f819470d98"
 50710          },
 50711          {
 50712            "alg": "SHA3-384",
 50713            "content": "eeeaac1c81dfed344da326955c8627988fcdfea03ec85d86a4379704d51e554452a85fc3fbc15e428ae03b48a64932c1"
 50714          },
 50715          {
 50716            "alg": "SHA3-512",
 50717            "content": "edd385df6b31c43f0da442d8df0705a6949c056d2c0c3dce20645abf0ef3d290d0ef38d299f54045eb49a437c742d0db12b6107d9a417512d4f1f1813f2a5f3d"
 50718          }
 50719        ],
 50720        "licenses": [],
 50721        "purl": "pkg:maven/org.glassfish/javax.el@3.0.1-b08?type=jar",
 50722        "externalReferences": [
 50723          {
 50724            "type": "website",
 50725            "url": "http://glassfish.org"
 50726          },
 50727          {
 50728            "type": "issue-tracker",
 50729            "url": "http://java.net/jira/browse/EL_SPEC"
 50730          },
 50731          {
 50732            "type": "vcs",
 50733            "url": "http://java.net/projects/uel/sources/svn/show/tags/javax.el-3.0.1-b08"
 50734          },
 50735          {
 50736            "type": "distribution",
 50737            "url": "https://maven.java.net/service/local/staging/deploy/maven2/"
 50738          }
 50739        ]
 50740      },
 50741      {
 50742        "type": "library",
 50743        "bom-ref": "pkg:maven/org.eclipse.jdt.core.compiler/ecj@4.6.1?type=jar",
 50744        "group": "org.eclipse.jdt.core.compiler",
 50745        "name": "ecj",
 50746        "version": "4.6.1",
 50747        "description": "Eclipse JDT Core Batch Compiler",
 50748        "hashes": [
 50749          {
 50750            "alg": "MD5",
 50751            "content": "127e660140c0b17ef651295287102555"
 50752          },
 50753          {
 50754            "alg": "SHA-1",
 50755            "content": "5555607add54eb79c5a0729134e663fe2e6300c2"
 50756          },
 50757          {
 50758            "alg": "SHA-256",
 50759            "content": "9cddda75f4a1b4469e73f44e7b61a3e897d0f657df4797f9106ffe88c4eeade0"
 50760          },
 50761          {
 50762            "alg": "SHA-384",
 50763            "content": "b90ec909392cc5edadb93199fdba6e577881e6525d5c1c8248b66a6116d6e7830956871d375679c8786c38fb8b2676e0"
 50764          },
 50765          {
 50766            "alg": "SHA-512",
 50767            "content": "b406977208bb0ee9461089c7356b1c3a13b3487c11542d0a131049ba155b34aaf77a85cb0aff697d801fbf16b0f8469158f0e83cff30a5575ae90195839a44fd"
 50768          },
 50769          {
 50770            "alg": "SHA3-256",
 50771            "content": "ece30e4b3bacc3f669dcc362b260af6a8fbe2ccb9c2cb9cf86f3494c4d4c8b86"
 50772          },
 50773          {
 50774            "alg": "SHA3-384",
 50775            "content": "1e8b6348c0745c6f35f39ad0acb554c94aa3db2bdaa49a9627323b259e815e79b0a430903d25eecf373f027ff6905893"
 50776          },
 50777          {
 50778            "alg": "SHA3-512",
 50779            "content": "1ecdba85ff89adbadf5ca3e2d1120322d3cc39639f56634c7b17c19d5a4d6bda5df4ebbe954af347b5282f439f2aeddcf6966d5fa0fe8dd174309716ce7f9fca"
 50780          }
 50781        ],
 50782        "licenses": [{"license": {"id": "EPL-1.0"}}],
 50783        "purl": "pkg:maven/org.eclipse.jdt.core.compiler/ecj@4.6.1?type=jar",
 50784        "externalReferences": [{
 50785          "type": "vcs",
 50786          "url": "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/"
 50787        }]
 50788      },
 50789      {
 50790        "type": "library",
 50791        "bom-ref": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@1.0.1.Final?type=jar",
 50792        "publisher": "JBoss by Red Hat",
 50793        "group": "org.jboss.spec.javax.ws.rs",
 50794        "name": "jboss-jaxrs-api_2.1_spec",
 50795        "version": "1.0.1.Final",
 50796        "description": "JSR 370: JAX-RS 2.1: The Java(TM) API for RESTful Web Services",
 50797        "hashes": [
 50798          {
 50799            "alg": "MD5",
 50800            "content": "a8bc27c3294a9af2a39f3d442f7e5fd3"
 50801          },
 50802          {
 50803            "alg": "SHA-1",
 50804            "content": "7bc59e49a56354652a132d9165f958f24e554912"
 50805          },
 50806          {
 50807            "alg": "SHA-256",
 50808            "content": "d1eebb22ae55ffc7e0b860d6d895563ca736c103d2b2a68ab2ce63da3162a894"
 50809          },
 50810          {
 50811            "alg": "SHA-384",
 50812            "content": "d6f153df85292ea70c48f5c81e6d1d1152e5fd7ba6ac72e56c1d413fe59d6f23239cc57d55ca1eb453be357eff529016"
 50813          },
 50814          {
 50815            "alg": "SHA-512",
 50816            "content": "414a49f47f8edd503688f4cf9e820c1d7d05b8daa44f14d24a7732bd0e13faf57a4f528ebae3035e181fdaf2ba0b6269dbe895d7f686f1ba189bd00020b3c720"
 50817          },
 50818          {
 50819            "alg": "SHA3-256",
 50820            "content": "8e0db672fa54d15954ca8f27845064ea7cb724eec0943020533cc1ba7f6a7fa7"
 50821          },
 50822          {
 50823            "alg": "SHA3-384",
 50824            "content": "005b74ed12433b4f2f5f0f74700f83709c2c8d0d06b4d10eb378fd246fa34f8e3fb27d4a2fd1bd9ce79f91a64c8cfbda"
 50825          },
 50826          {
 50827            "alg": "SHA3-512",
 50828            "content": "87457e96222b0b8e7e503f7def1fd4eab1e71d4c1a9a39123b3820ddc3d14616900dd5a03b08a60e8eeb99f8f49bbdb6931340d01fba4e41af6ffdbf2d017b51"
 50829          }
 50830        ],
 50831        "licenses": [
 50832          {"license": {
 50833            "name": "Common Development and Distribution License",
 50834            "url": "http://repository.jboss.org/licenses/cddl.txt"
 50835          }},
 50836          {"license": {
 50837            "name": "GNU General Public License, Version 2 with the Classpath Exception",
 50838            "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt"
 50839          }}
 50840        ],
 50841        "purl": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@1.0.1.Final?type=jar",
 50842        "externalReferences": [
 50843          {
 50844            "type": "vcs",
 50845            "url": "https://github.com/jboss/jboss-jaxrs-api_spec"
 50846          },
 50847          {
 50848            "type": "website",
 50849            "url": "http://www.jboss.org"
 50850          },
 50851          {
 50852            "type": "issue-tracker",
 50853            "url": "https://issues.jboss.org/"
 50854          },
 50855          {
 50856            "type": "mailing-list",
 50857            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 50858          }
 50859        ]
 50860      },
 50861      {
 50862        "type": "library",
 50863        "bom-ref": "pkg:maven/org.hamcrest/hamcrest-all@1.3?type=jar",
 50864        "group": "org.hamcrest",
 50865        "name": "hamcrest-all",
 50866        "version": "1.3",
 50867        "description": "A self-contained hamcrest jar containing all of the sub-modules in a single artifact.",
 50868        "hashes": [
 50869          {
 50870            "alg": "MD5",
 50871            "content": "ae5102286b5720dd286d6b606cb891e2"
 50872          },
 50873          {
 50874            "alg": "SHA-1",
 50875            "content": "63a21ebc981131004ad02e0434e799fd7f3a8d5a"
 50876          },
 50877          {
 50878            "alg": "SHA-256",
 50879            "content": "4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de"
 50880          },
 50881          {
 50882            "alg": "SHA-384",
 50883            "content": "9beb14de061d2a9a879845dd4645faa3deaac4dc8d0b15ed07779df722cacdcf436ebe4801020d9a8ad66fd9c091c4c3"
 50884          },
 50885          {
 50886            "alg": "SHA-512",
 50887            "content": "686d7a180f40748572f3cf405719d4804138095ed9343c4f46941d6d2f8fa9034e0e9c9edf32899eb787ae5eba8a784be38d0f55d0311f72b32d3287300558ef"
 50888          },
 50889          {
 50890            "alg": "SHA3-256",
 50891            "content": "5913d5f17a510fb37506646045ebbd6e4d7217492269bfd53698191e9129d68c"
 50892          },
 50893          {
 50894            "alg": "SHA3-384",
 50895            "content": "9eaa556dd998256b0e3e04c6f2624dc45b60d9b7c8b2dd140920e2e84ec0fa1bbf9d3fa60176aaf25665677249f49aec"
 50896          },
 50897          {
 50898            "alg": "SHA3-512",
 50899            "content": "b597cc1bb569a4da7c285be5ddfd18b5df3e4e3c8ad1a697ff57d1313ad5b9beeda472acd1942409795dadba6b13fefd527d2c5ce9746505a74281bb5112a00c"
 50900          }
 50901        ],
 50902        "licenses": [{"license": {"id": "BSD-3-Clause"}}],
 50903        "purl": "pkg:maven/org.hamcrest/hamcrest-all@1.3?type=jar",
 50904        "externalReferences": [{
 50905          "type": "vcs",
 50906          "url": "https://github.com/hamcrest/JavaHamcrest"
 50907        }]
 50908      },
 50909      {
 50910        "type": "library",
 50911        "bom-ref": "pkg:maven/org.apache.sshd/sshd-core@2.2.0?type=jar",
 50912        "publisher": "The Apache Software Foundation",
 50913        "group": "org.apache.sshd",
 50914        "name": "sshd-core",
 50915        "version": "2.2.0",
 50916        "description": "The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.",
 50917        "hashes": [
 50918          {
 50919            "alg": "MD5",
 50920            "content": "085c2bd7b4d1a091f2318c8687531735"
 50921          },
 50922          {
 50923            "alg": "SHA-1",
 50924            "content": "1859ca07aafb6fcbf55872de0d7e3d99a0011523"
 50925          },
 50926          {
 50927            "alg": "SHA-256",
 50928            "content": "c0cd5ae21f427788afa3e17afe6588957207ccdffeb0f5ce446fcad9913eed27"
 50929          },
 50930          {
 50931            "alg": "SHA-384",
 50932            "content": "84c2309d1f2c220660fd448bdc502c702134f0092bf1dfc1e01699b7684f5e9452ff7b42e08c5d0e9f5a5713e188c194"
 50933          },
 50934          {
 50935            "alg": "SHA-512",
 50936            "content": "ee0baa5649666e8f13bcbe1a9671ae31a907944200f5291e02cb0082fb7de9e7ada5f0a78c24686812965bb85173e3b2a8bc422a814c96f15e852d3b066bd840"
 50937          },
 50938          {
 50939            "alg": "SHA3-256",
 50940            "content": "5dfc82014fb3b09dcb036db56ff8a7a0d3703a7bc320dadc2cb8bae36e147ff9"
 50941          },
 50942          {
 50943            "alg": "SHA3-384",
 50944            "content": "36e27930ee889c4121b3f179959a4c93d95f3b9251c082839f5f627a881563675801ea0f54d85f8b276714c733341ad1"
 50945          },
 50946          {
 50947            "alg": "SHA3-512",
 50948            "content": "c3460504c17cd9eb1107431ab79651a999f154a1bb440ced69fb4f3e595c4b93871a174a31a09da1c27e9415d998a0b25b7a9ebae1474d04ac5b626e80ff24cd"
 50949          }
 50950        ],
 50951        "licenses": [{"license": {"id": "Apache-2.0"}}],
 50952        "purl": "pkg:maven/org.apache.sshd/sshd-core@2.2.0?type=jar",
 50953        "externalReferences": [
 50954          {
 50955            "type": "issue-tracker",
 50956            "url": "https://issues.apache.org/jira/browse/SSHD"
 50957          },
 50958          {
 50959            "type": "mailing-list",
 50960            "url": "http://mail-archives.apache.org/mod_mbox/mina-users/"
 50961          },
 50962          {
 50963            "type": "vcs",
 50964            "url": "https://gitbox.apache.org/repos/asf?p=mina-sshd.git"
 50965          },
 50966          {
 50967            "type": "website",
 50968            "url": "http://www.apache.org/"
 50969          },
 50970          {
 50971            "type": "distribution",
 50972            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 50973          }
 50974        ]
 50975      },
 50976      {
 50977        "type": "library",
 50978        "bom-ref": "pkg:maven/org.apache.sshd/sshd-common@2.2.0?type=jar",
 50979        "publisher": "The Apache Software Foundation",
 50980        "group": "org.apache.sshd",
 50981        "name": "sshd-common",
 50982        "version": "2.2.0",
 50983        "description": "The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.",
 50984        "hashes": [
 50985          {
 50986            "alg": "MD5",
 50987            "content": "550f9b043f35683153f291e83dfa317b"
 50988          },
 50989          {
 50990            "alg": "SHA-1",
 50991            "content": "33af1dd672bf170e4f49302e96f9412e76551836"
 50992          },
 50993          {
 50994            "alg": "SHA-256",
 50995            "content": "98a5a737c931adadd1281ad4495cfa700cd81ad4a5d9ca417f925c319cdcc01e"
 50996          },
 50997          {
 50998            "alg": "SHA-384",
 50999            "content": "9042727d0219265006892c80124e50d5745a5b0b157f666e89decbd056136d9c5c5f3dbb048165e68b9049fd6b3726f3"
 51000          },
 51001          {
 51002            "alg": "SHA-512",
 51003            "content": "6d4eb8b3f880d297c420b792d9d90bc0bc4ea481e0ad595f6b1482c0739dbf4b78a7b558586834b57fffbc127f37ec03e58c8fa9576b7142409cfeb07df66508"
 51004          },
 51005          {
 51006            "alg": "SHA3-256",
 51007            "content": "9d851a1598209969186fd9bbe13ccde5cb813ea82559f7c5a4219c9b42c477c5"
 51008          },
 51009          {
 51010            "alg": "SHA3-384",
 51011            "content": "1f174199ba208f0f5066bd69426e6db52efbdf94c971ebb7412378ed3735b93a1547f66b01f97d7dcf8b8aafec47baba"
 51012          },
 51013          {
 51014            "alg": "SHA3-512",
 51015            "content": "eabd3fb23a5bca00a35361f75bcd1d4f5006b604c814d496dc1269df02d7250d51ebab2dfe05586ed40f3ade8648a2408cd7065b8fced33af66873d2c44802c4"
 51016          }
 51017        ],
 51018        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51019        "purl": "pkg:maven/org.apache.sshd/sshd-common@2.2.0?type=jar",
 51020        "externalReferences": [
 51021          {
 51022            "type": "issue-tracker",
 51023            "url": "https://issues.apache.org/jira/browse/SSHD"
 51024          },
 51025          {
 51026            "type": "mailing-list",
 51027            "url": "http://mail-archives.apache.org/mod_mbox/mina-users/"
 51028          },
 51029          {
 51030            "type": "vcs",
 51031            "url": "https://gitbox.apache.org/repos/asf?p=mina-sshd.git"
 51032          },
 51033          {
 51034            "type": "website",
 51035            "url": "http://www.apache.org/"
 51036          },
 51037          {
 51038            "type": "distribution",
 51039            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 51040          }
 51041        ]
 51042      },
 51043      {
 51044        "type": "library",
 51045        "bom-ref": "pkg:maven/org.keycloak/keycloak-testsuite-utils@10.0.2?type=jar",
 51046        "publisher": "JBoss by Red Hat",
 51047        "group": "org.keycloak",
 51048        "name": "keycloak-testsuite-utils",
 51049        "version": "10.0.2",
 51050        "description": "",
 51051        "hashes": [
 51052          {
 51053            "alg": "MD5",
 51054            "content": "5fd831a814c682662a93b35bca9494ab"
 51055          },
 51056          {
 51057            "alg": "SHA-1",
 51058            "content": "e0ec08b7e14a2b32c102444952c8abeb8bf3d360"
 51059          },
 51060          {
 51061            "alg": "SHA-256",
 51062            "content": "88d6357d3ad67b063622fe1b0280c9940e59b0663e7c827646b436e8a45ff63e"
 51063          },
 51064          {
 51065            "alg": "SHA-384",
 51066            "content": "2d24114ffe1192addfd1608fd2131c2dcf1a978488e822b2585f5ff6f8ebd084080793d7cfb6f12e7614f4f8c13d934c"
 51067          },
 51068          {
 51069            "alg": "SHA-512",
 51070            "content": "a499c4722feea69eb20d9797afedcfded58192e55a2001d589cb4a969560c1d1bc81b60f934bc18f10f13319af6cc91b4514b32cab6717de1f399c0470b2200a"
 51071          },
 51072          {
 51073            "alg": "SHA3-256",
 51074            "content": "896b52665b9b52a5fbf7e75498681d2ffc2a16fc92dbdda4e4bdc99aedc1ccf5"
 51075          },
 51076          {
 51077            "alg": "SHA3-384",
 51078            "content": "f8a9b7358ceb9b87f8f286359b6a855f492100dfa162212fed40366b58b9e6adab0bf4708f972b59036d60eea7dacd93"
 51079          },
 51080          {
 51081            "alg": "SHA3-512",
 51082            "content": "bd7e2795ec38886915c212b11f03c7cc925b3005d52ee3aeea5f97bf82ab45deebd663e1576d246517b12afec11cc506342d826a37d2ffd527708220d8317623"
 51083          }
 51084        ],
 51085        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51086        "purl": "pkg:maven/org.keycloak/keycloak-testsuite-utils@10.0.2?type=jar",
 51087        "externalReferences": [
 51088          {
 51089            "type": "distribution",
 51090            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 51091          },
 51092          {
 51093            "type": "issue-tracker",
 51094            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 51095          },
 51096          {
 51097            "type": "vcs",
 51098            "url": "https://github.com/keycloak/keycloak/tree/master/"
 51099          },
 51100          {
 51101            "type": "website",
 51102            "url": "http://www.jboss.org"
 51103          },
 51104          {
 51105            "type": "mailing-list",
 51106            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51107          }
 51108        ]
 51109      },
 51110      {
 51111        "type": "library",
 51112        "bom-ref": "pkg:maven/org.fusesource.jansi/jansi@1.17.1?type=jar",
 51113        "publisher": "FuseSource, Corp.",
 51114        "group": "org.fusesource.jansi",
 51115        "name": "jansi",
 51116        "version": "1.17.1",
 51117        "description": "Jansi is a java library for generating and interpreting ANSI escape sequences.",
 51118        "hashes": [
 51119          {
 51120            "alg": "MD5",
 51121            "content": "27eb9281fa216a76cd330a9d5c910856"
 51122          },
 51123          {
 51124            "alg": "SHA-1",
 51125            "content": "e90caa31c9b8d748359450d7487f76b05549ae65"
 51126          },
 51127          {
 51128            "alg": "SHA-256",
 51129            "content": "b2234bfb0d8f245562d64ed9325df6b907093f4daa702c9082d4796db2a2d894"
 51130          },
 51131          {
 51132            "alg": "SHA-384",
 51133            "content": "ebe4ce7b0015d7bd469ca3b01e4f7ceb962ed3cd490ea289ce75bc9474d7a75676bbc4ccb9507a177c5ce4e29317c6c8"
 51134          },
 51135          {
 51136            "alg": "SHA-512",
 51137            "content": "8d856fd0639c9392dfcf741a92ac95d38ab3adf95a121c99d8966c8df5b85880efedceaf8f495e9dc0c29ade3c91dc93dd74d69282b6b5a68074fed4ebcc725b"
 51138          },
 51139          {
 51140            "alg": "SHA3-256",
 51141            "content": "d4199992e29df95f29f1033d5f8db33eff14e6a1d956a09cf891a3cdc1da2cee"
 51142          },
 51143          {
 51144            "alg": "SHA3-384",
 51145            "content": "7b98689051571fe6ded7394fda599d753dc1d0a6fa015a222fda1b209ab63ec8f586a40ae72fbe988abfadbd35f07d35"
 51146          },
 51147          {
 51148            "alg": "SHA3-512",
 51149            "content": "fa5c105133ae804e91b9acb1801f91a5d9ecdae80bbc5dc5e4b602dc34ded186f30244c53f1a492a957d88d3fe8b3cd7b4bef6bb23569c634aae6a5c9f9e4b72"
 51150          }
 51151        ],
 51152        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51153        "purl": "pkg:maven/org.fusesource.jansi/jansi@1.17.1?type=jar",
 51154        "externalReferences": [
 51155          {
 51156            "type": "distribution",
 51157            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2"
 51158          },
 51159          {
 51160            "type": "issue-tracker",
 51161            "url": "https://github.com/fusesource/${forge-project-id}/issues"
 51162          },
 51163          {
 51164            "type": "mailing-list",
 51165            "url": "http://groups.google.com/group/${forge-project-id}"
 51166          },
 51167          {
 51168            "type": "vcs",
 51169            "url": "https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}"
 51170          },
 51171          {
 51172            "type": "website",
 51173            "url": "http://fusesource.com/"
 51174          }
 51175        ]
 51176      },
 51177      {
 51178        "type": "library",
 51179        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-util@10.0.2?type=jar",
 51180        "publisher": "JBoss by Red Hat",
 51181        "group": "org.keycloak.testsuite",
 51182        "name": "integration-arquillian-util",
 51183        "version": "10.0.2",
 51184        "description": "",
 51185        "hashes": [
 51186          {
 51187            "alg": "MD5",
 51188            "content": "1cb3c8d9bd350c17960e41e622004973"
 51189          },
 51190          {
 51191            "alg": "SHA-1",
 51192            "content": "9bd59ea367473416cb7b906756f043f6834e9938"
 51193          },
 51194          {
 51195            "alg": "SHA-256",
 51196            "content": "d37b9e56ab24e5017fafcca12d6e45de9d8348dd942bf4e8addf666f091d3c5f"
 51197          },
 51198          {
 51199            "alg": "SHA-384",
 51200            "content": "7a625403138aafd6d69926c20fd4614b8ea75316722e21de339fa9478348f10c214dd3afdaed3f2e8686cb9830dc822e"
 51201          },
 51202          {
 51203            "alg": "SHA-512",
 51204            "content": "3df3681f343b736c4814cbf1cd60c6e8aa8644953a8b5ddbb53ffeff85e31f1aa568c91155eb3a193ec89c75e6cdafecce4e13417888dd73983195696c66e44a"
 51205          },
 51206          {
 51207            "alg": "SHA3-256",
 51208            "content": "10a46b5a4d7b054c200f52d626918f6748b1609efd04f25c992052e6a5a6068e"
 51209          },
 51210          {
 51211            "alg": "SHA3-384",
 51212            "content": "70ee73694e4113eecca23ad78b424adb76d608b2da52f01c2a8607756caf458b3f3b58b7121bd83b19cb5f4dd6e126f1"
 51213          },
 51214          {
 51215            "alg": "SHA3-512",
 51216            "content": "90dc5bfdcf5f76ba08143b359a1f6f26e0ce7cee9f325c3c4c9e3f72efd54ee136f810a0a07bd90f4fd495625dd48411367c7c639b9f44d97a2e8d2e44e5a244"
 51217          }
 51218        ],
 51219        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51220        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-util@10.0.2?type=jar",
 51221        "externalReferences": [
 51222          {
 51223            "type": "distribution",
 51224            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 51225          },
 51226          {
 51227            "type": "issue-tracker",
 51228            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 51229          },
 51230          {
 51231            "type": "vcs",
 51232            "url": "https://github.com/keycloak/keycloak/tree/master/"
 51233          },
 51234          {
 51235            "type": "website",
 51236            "url": "http://www.jboss.org"
 51237          },
 51238          {
 51239            "type": "mailing-list",
 51240            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51241          }
 51242        ]
 51243      },
 51244      {
 51245        "type": "library",
 51246        "bom-ref": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-container@1.6.0.Final?type=jar",
 51247        "publisher": "JBoss by Red Hat",
 51248        "group": "org.jboss.arquillian.junit",
 51249        "name": "arquillian-junit-container",
 51250        "version": "1.6.0.Final",
 51251        "description": "JUnit Container Implementation for the Arquillian Project",
 51252        "hashes": [
 51253          {
 51254            "alg": "MD5",
 51255            "content": "be55122387632c53431f58decff2fdda"
 51256          },
 51257          {
 51258            "alg": "SHA-1",
 51259            "content": "c31b427f402f9308a4145fd3c99f38b4af6d264f"
 51260          },
 51261          {
 51262            "alg": "SHA-256",
 51263            "content": "9d3c190f8773430a1a45a00e759fe432b392649e7d8e252557daf629ba78b5c3"
 51264          },
 51265          {
 51266            "alg": "SHA-384",
 51267            "content": "49b27b881f4c61de8074cd6748872df4c0c9825bc101555797864b87bad70f270bb6eefb616896bd2bed2a45b5684ca9"
 51268          },
 51269          {
 51270            "alg": "SHA-512",
 51271            "content": "fb5603858bb6bf609b9bdc3314a9c61863caac0efa7f76be1fd894e4739d3500ea2752cf9741529b36a0645c84f3aa67a40f9da8b428be1d65adc004d8de458e"
 51272          },
 51273          {
 51274            "alg": "SHA3-256",
 51275            "content": "eb2040f9ce23b6ed203a22bc0c8e527efecbc6812f262a03f0d7a7d09e07e76e"
 51276          },
 51277          {
 51278            "alg": "SHA3-384",
 51279            "content": "c39344b0a571d1c17446fff0603a0e5729889cbf8b666aa90509a67e911f415b4620c91b2050b02ddeb7d8bd9b06aec5"
 51280          },
 51281          {
 51282            "alg": "SHA3-512",
 51283            "content": "b850e0869e9375499af3b1b2bb60b210c17602812a631d75cfe3a577ef66410d1ab958ec14a8edd8380be5534665510d5ab888d700fe6aad548ea708c1fe1fce"
 51284          }
 51285        ],
 51286        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51287        "purl": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-container@1.6.0.Final?type=jar",
 51288        "externalReferences": [
 51289          {
 51290            "type": "issue-tracker",
 51291            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51292          },
 51293          {
 51294            "type": "website",
 51295            "url": "http://www.jboss.org"
 51296          },
 51297          {
 51298            "type": "mailing-list",
 51299            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51300          },
 51301          {
 51302            "type": "vcs",
 51303            "url": "http://github.com/jboss/jboss-parent-pom"
 51304          }
 51305        ]
 51306      },
 51307      {
 51308        "type": "library",
 51309        "bom-ref": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-core@1.6.0.Final?type=jar",
 51310        "publisher": "JBoss by Red Hat",
 51311        "group": "org.jboss.arquillian.junit",
 51312        "name": "arquillian-junit-core",
 51313        "version": "1.6.0.Final",
 51314        "description": "JUnit Implementation for the Arquillian Project",
 51315        "hashes": [
 51316          {
 51317            "alg": "MD5",
 51318            "content": "0f5e59e8cff563d3b86ad9b6eb39318e"
 51319          },
 51320          {
 51321            "alg": "SHA-1",
 51322            "content": "f6899e83f2ce266a53d1369b9fb015f14f2a8540"
 51323          },
 51324          {
 51325            "alg": "SHA-256",
 51326            "content": "bce2b40ed73eb1d750c9c83f469df31a39338555f18df4fa687c30f5b514e63b"
 51327          },
 51328          {
 51329            "alg": "SHA-384",
 51330            "content": "c73ef65c6ac45e0f30d2bc5242169d09aef0b025e0cec89ad3ca7e12019f3d1efe22d4f43b1ca85ecbebaf7b7aeec9cd"
 51331          },
 51332          {
 51333            "alg": "SHA-512",
 51334            "content": "005730463fc11c52a334cda17f535266b5ac66895a531f33229b1d9765bf7da25a04a31a9a45d7953f760fd74135e7dd5b2a937a6b1313c23d625909eb16f87b"
 51335          },
 51336          {
 51337            "alg": "SHA3-256",
 51338            "content": "e2121641733cca849c9b3b08a1cd9ff930f8bd238e08da04117981aff7daa3fc"
 51339          },
 51340          {
 51341            "alg": "SHA3-384",
 51342            "content": "07bba3fa1dd06ce2d286470234513c0d6fb6bde7e2f0d69ac20f296826aa059958251b4a4c3f0e4e30ae2d1c21c94b9e"
 51343          },
 51344          {
 51345            "alg": "SHA3-512",
 51346            "content": "310a03ed4ae9e4391bfb6481f8c45745737e10ab1fa9971d969d46677ff6b21a3aebd822fa0774a3924b7fabb592ba53b59595263713c9a6514a2a2b7cd99a4a"
 51347          }
 51348        ],
 51349        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51350        "purl": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-core@1.6.0.Final?type=jar",
 51351        "externalReferences": [
 51352          {
 51353            "type": "issue-tracker",
 51354            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51355          },
 51356          {
 51357            "type": "website",
 51358            "url": "http://www.jboss.org"
 51359          },
 51360          {
 51361            "type": "mailing-list",
 51362            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51363          },
 51364          {
 51365            "type": "vcs",
 51366            "url": "http://github.com/jboss/jboss-parent-pom"
 51367          }
 51368        ]
 51369      },
 51370      {
 51371        "type": "library",
 51372        "bom-ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-impl-base@1.6.0.Final?type=jar",
 51373        "publisher": "JBoss by Red Hat",
 51374        "group": "org.jboss.arquillian.core",
 51375        "name": "arquillian-core-impl-base",
 51376        "version": "1.6.0.Final",
 51377        "description": "Impl Base for the Core.",
 51378        "hashes": [
 51379          {
 51380            "alg": "MD5",
 51381            "content": "9d7b57bef99df8bd438b8fbbb432c426"
 51382          },
 51383          {
 51384            "alg": "SHA-1",
 51385            "content": "125d8c983c57a9b8e5cdde92b2884a2bc980a66d"
 51386          },
 51387          {
 51388            "alg": "SHA-256",
 51389            "content": "973248341f74035fead29ccdbd3f9a96cc3ce8ab4eb7f61b0fcb4e79f78b6847"
 51390          },
 51391          {
 51392            "alg": "SHA-384",
 51393            "content": "46b01b713e4e8b812e487f8892d8a08666cfad5ebc05f72513b53a360c8dce56ad8a621c8b8796de8504f7a2b7826556"
 51394          },
 51395          {
 51396            "alg": "SHA-512",
 51397            "content": "4c196077f2153e48245505897535e4d459aad118ba9a50b1a37e55d3b60ec007d21d78acfd48c9b3a8e59a9bda76149c736203e9df4f1666a6fe8d30107e9ad6"
 51398          },
 51399          {
 51400            "alg": "SHA3-256",
 51401            "content": "f88683c07e459a08f8896d3161e285a6ec16d3c12589ecdb6def3e7480944d39"
 51402          },
 51403          {
 51404            "alg": "SHA3-384",
 51405            "content": "180124d20a7044a3ffb972a9cc4b9ac2c9ce2738d18af3af2aa7048f2b0d31a0158e676d7ce9c5e16cb38e56a7046882"
 51406          },
 51407          {
 51408            "alg": "SHA3-512",
 51409            "content": "e167902c100e08fbb785ea27f57d8d3d2fdfd88b22befe0bfb8ba8d97551a50bc85560740b2442084c387dd64a54c2566789dc219190905526d8bce26ace052d"
 51410          }
 51411        ],
 51412        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51413        "purl": "pkg:maven/org.jboss.arquillian.core/arquillian-core-impl-base@1.6.0.Final?type=jar",
 51414        "externalReferences": [
 51415          {
 51416            "type": "issue-tracker",
 51417            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51418          },
 51419          {
 51420            "type": "website",
 51421            "url": "http://www.jboss.org"
 51422          },
 51423          {
 51424            "type": "mailing-list",
 51425            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51426          },
 51427          {
 51428            "type": "vcs",
 51429            "url": "http://github.com/jboss/jboss-parent-pom"
 51430          }
 51431        ]
 51432      },
 51433      {
 51434        "type": "library",
 51435        "bom-ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-impl-base@1.6.0.Final?type=jar",
 51436        "publisher": "JBoss by Red Hat",
 51437        "group": "org.jboss.arquillian.test",
 51438        "name": "arquillian-test-impl-base",
 51439        "version": "1.6.0.Final",
 51440        "description": "Implementation Base for the Test integration.",
 51441        "hashes": [
 51442          {
 51443            "alg": "MD5",
 51444            "content": "80545a84606901f955fa34e4880fafbf"
 51445          },
 51446          {
 51447            "alg": "SHA-1",
 51448            "content": "1ea0a02e645475611a51e600a732059776ddfbae"
 51449          },
 51450          {
 51451            "alg": "SHA-256",
 51452            "content": "3a410bfc87030bd7abafbfa755e946af0d0af7623c56cb513e0bffee4ac1d8dc"
 51453          },
 51454          {
 51455            "alg": "SHA-384",
 51456            "content": "a8c1d4a401aa2f001b2c9fde1569c0f269f1a8a5581e868529321f885fa9ca7121cc4e3ed5987512feb8b035d982597f"
 51457          },
 51458          {
 51459            "alg": "SHA-512",
 51460            "content": "351fb73c6099aa8da104fb29ae50400a7b85d6313e0e72389334a5ae3cf7b04c41fc5f8eae9918860805bcbc30e99430aa749872bf3cf0ba220420d38390cf19"
 51461          },
 51462          {
 51463            "alg": "SHA3-256",
 51464            "content": "43903ec0ab3852bf0c7a78573b6d379e5f388b7c0a6834abc233a06557c42499"
 51465          },
 51466          {
 51467            "alg": "SHA3-384",
 51468            "content": "740a0225e02cf9b16d0c54b6504b35a83a1d450349b605fc512f371c19972a9c54aa834d0b907deaa93af2f4dc72eac0"
 51469          },
 51470          {
 51471            "alg": "SHA3-512",
 51472            "content": "e75bbe98c72a23dff545af2a886f907ca0f489237bb27da75415c0d2bdc217cd1a91235899137a1c57bb74ebe0bfe74531c04be5182ee792726a0c649c661305"
 51473          }
 51474        ],
 51475        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51476        "purl": "pkg:maven/org.jboss.arquillian.test/arquillian-test-impl-base@1.6.0.Final?type=jar",
 51477        "externalReferences": [
 51478          {
 51479            "type": "issue-tracker",
 51480            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51481          },
 51482          {
 51483            "type": "website",
 51484            "url": "http://www.jboss.org"
 51485          },
 51486          {
 51487            "type": "mailing-list",
 51488            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51489          },
 51490          {
 51491            "type": "vcs",
 51492            "url": "http://github.com/jboss/jboss-parent-pom"
 51493          }
 51494        ]
 51495      },
 51496      {
 51497        "type": "library",
 51498        "bom-ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-impl-base@1.6.0.Final?type=jar",
 51499        "publisher": "JBoss by Red Hat",
 51500        "group": "org.jboss.arquillian.container",
 51501        "name": "arquillian-container-impl-base",
 51502        "version": "1.6.0.Final",
 51503        "description": "Implementation for the container extension.",
 51504        "hashes": [
 51505          {
 51506            "alg": "MD5",
 51507            "content": "1e921cb9ddc22b35b0853c80884083dd"
 51508          },
 51509          {
 51510            "alg": "SHA-1",
 51511            "content": "b6bb0988e98b7899e831df94458347769d9bedc7"
 51512          },
 51513          {
 51514            "alg": "SHA-256",
 51515            "content": "f61fbde2ef72bce1e2ff65a3b54ef434b5eefb3575bc475027ddbb4174ba3120"
 51516          },
 51517          {
 51518            "alg": "SHA-384",
 51519            "content": "3b32b6c3c345845ba1d8fa5527eff29044bc9c8627cc187cef7a2e286a7088fe0b68686cd83a4d61b6137238e54299e2"
 51520          },
 51521          {
 51522            "alg": "SHA-512",
 51523            "content": "bf114acd8aca0ed26cebea31cc3c6558e5a1b50b0e392626ac3275e58ff11b0777791db918f12e43a6f7dc6e5ddb32457bc26ce9ce236026dabf8d11a26fa2de"
 51524          },
 51525          {
 51526            "alg": "SHA3-256",
 51527            "content": "92e91d1a7c86828190191be4559b2d34516a7b9350349d80e04303a35a789cc2"
 51528          },
 51529          {
 51530            "alg": "SHA3-384",
 51531            "content": "6618a0f81c9ac00e8e6334a97deb623fff89864f546b1959726968b77d6f075eae8b07048a096e028812cbcdb38b3fd8"
 51532          },
 51533          {
 51534            "alg": "SHA3-512",
 51535            "content": "45430ae4c91ba38df02d8581a8e050d903be49fc50a6188240556114a6d89779b15b1fc6301a17e54b52586249aa64a98bbcaf62ad9cb55047d238aac95c10cf"
 51536          }
 51537        ],
 51538        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51539        "purl": "pkg:maven/org.jboss.arquillian.container/arquillian-container-impl-base@1.6.0.Final?type=jar",
 51540        "externalReferences": [
 51541          {
 51542            "type": "issue-tracker",
 51543            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51544          },
 51545          {
 51546            "type": "website",
 51547            "url": "http://www.jboss.org"
 51548          },
 51549          {
 51550            "type": "mailing-list",
 51551            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51552          },
 51553          {
 51554            "type": "vcs",
 51555            "url": "http://github.com/jboss/jboss-parent-pom"
 51556          }
 51557        ]
 51558      },
 51559      {
 51560        "type": "library",
 51561        "bom-ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-servlet@1.6.0.Final?type=jar",
 51562        "publisher": "JBoss by Red Hat",
 51563        "group": "org.jboss.arquillian.protocol",
 51564        "name": "arquillian-protocol-servlet",
 51565        "version": "1.6.0.Final",
 51566        "description": "Protocol handler for communicating using a servlet / http following the Servlet 2.5/ 2.5/.x spec.",
 51567        "hashes": [
 51568          {
 51569            "alg": "MD5",
 51570            "content": "5a69d3ec5b2a9cef2fb7f68fc1062005"
 51571          },
 51572          {
 51573            "alg": "SHA-1",
 51574            "content": "24f84dc7fb537b273765a97b45926004b5e58f70"
 51575          },
 51576          {
 51577            "alg": "SHA-256",
 51578            "content": "21ea039c2c5aa7f0ebd7586157a2cfa2a552061e2f69f458935bfb3273ff12ef"
 51579          },
 51580          {
 51581            "alg": "SHA-384",
 51582            "content": "ae145cbd5f2837f746f43a46ff34cbe7aa86189b38ecf438d6b51aba34d76714c0725822e066ab80d1dfac8484fd2053"
 51583          },
 51584          {
 51585            "alg": "SHA-512",
 51586            "content": "fd0f77e305cfea28582a6b47721a2dc29d0f935beb8bf9a3b14a0f2b83a81c4a6aefd14fe7dbebc66ebd4372a705c06b261a547ad52dadefbfc249e3922370be"
 51587          },
 51588          {
 51589            "alg": "SHA3-256",
 51590            "content": "0f1475458844c56caf02d1916d7cab09d83a5ecbc399616c865a1d7dd9a5f9d9"
 51591          },
 51592          {
 51593            "alg": "SHA3-384",
 51594            "content": "8af5861922c428dababe2345263d51650147d85a782817f752333edff7a7bac92e667165cc9086894094074d4177af99"
 51595          },
 51596          {
 51597            "alg": "SHA3-512",
 51598            "content": "3abc48d1f5f80ff376c54646eb5d1e788900d72b2fe322a02abfe795610a049ff5f1a849fee1f1079a790df187502f9fde0ba863eff47ae65a40a966ecfcb427"
 51599          }
 51600        ],
 51601        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51602        "purl": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-servlet@1.6.0.Final?type=jar",
 51603        "externalReferences": [
 51604          {
 51605            "type": "issue-tracker",
 51606            "url": "http://jira.jboss.com/jira/browse/ARQ"
 51607          },
 51608          {
 51609            "type": "website",
 51610            "url": "http://www.jboss.org"
 51611          },
 51612          {
 51613            "type": "mailing-list",
 51614            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51615          },
 51616          {
 51617            "type": "vcs",
 51618            "url": "http://github.com/jboss/jboss-parent-pom"
 51619          }
 51620        ]
 51621      },
 51622      {
 51623        "type": "library",
 51624        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-spi@10.0.2?type=jar",
 51625        "publisher": "JBoss by Red Hat",
 51626        "group": "org.keycloak.testsuite",
 51627        "name": "integration-arquillian-servers-app-server-spi",
 51628        "version": "10.0.2",
 51629        "description": "",
 51630        "hashes": [
 51631          {
 51632            "alg": "MD5",
 51633            "content": "4a000592808dcc4d6bb4cd923b2cf06e"
 51634          },
 51635          {
 51636            "alg": "SHA-1",
 51637            "content": "40b6b198792b8aa330a9b5e012250861f66f8e78"
 51638          },
 51639          {
 51640            "alg": "SHA-256",
 51641            "content": "2e4d00f6277dad9aca8f209f3471c8b713f8b110067b1973d95d7c0a2d510699"
 51642          },
 51643          {
 51644            "alg": "SHA-384",
 51645            "content": "a063ac154a82fcd8d4b78c68768bf670bb7b097468e4f06c27dd99d4b101dd96f394a7abb85112988c39901eaf89c6b5"
 51646          },
 51647          {
 51648            "alg": "SHA-512",
 51649            "content": "654989a551daf068157a535b4580d590ca19899d46778ac9d5205f9525f393378a933483dfea47ae251a0a1e969c1cb153c43e71f6b814b2cb964448480e0043"
 51650          },
 51651          {
 51652            "alg": "SHA3-256",
 51653            "content": "ed942e4c2e8ebf308ff1d462f3c6047fa6444db863273614764f0a897b7f1504"
 51654          },
 51655          {
 51656            "alg": "SHA3-384",
 51657            "content": "7150ab360020087605c1f3bb871f2b137c23dee76f017f9d535989cfa61918a720257ec079a9a787926a67894167d831"
 51658          },
 51659          {
 51660            "alg": "SHA3-512",
 51661            "content": "794913f1ec9286de646d51cdd3fe8b55cbdba060d3ce9fa538edd6d8e1439f5e380170ae3a8e027c6640151d8de4d398ffe352cf35fc185bcf3199b8a810ea6c"
 51662          }
 51663        ],
 51664        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51665        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-spi@10.0.2?type=jar",
 51666        "externalReferences": [
 51667          {
 51668            "type": "distribution",
 51669            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 51670          },
 51671          {
 51672            "type": "issue-tracker",
 51673            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 51674          },
 51675          {
 51676            "type": "vcs",
 51677            "url": "https://github.com/keycloak/keycloak/tree/master/"
 51678          },
 51679          {
 51680            "type": "website",
 51681            "url": "http://www.jboss.org"
 51682          },
 51683          {
 51684            "type": "mailing-list",
 51685            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 51686          }
 51687        ]
 51688      },
 51689      {
 51690        "type": "library",
 51691        "bom-ref": "pkg:maven/commons-configuration/commons-configuration@1.10?type=jar",
 51692        "publisher": "The Apache Software Foundation",
 51693        "group": "commons-configuration",
 51694        "name": "commons-configuration",
 51695        "version": "1.10",
 51696        "description": "Tools to assist in the reading of configuration/preferences files in various formats.",
 51697        "hashes": [
 51698          {
 51699            "alg": "MD5",
 51700            "content": "b16511ce540fefd53981245f5f21c5f8"
 51701          },
 51702          {
 51703            "alg": "SHA-1",
 51704            "content": "2b36e4adfb66d966c5aef2d73deb6be716389dc9"
 51705          },
 51706          {
 51707            "alg": "SHA-256",
 51708            "content": "95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374"
 51709          },
 51710          {
 51711            "alg": "SHA-384",
 51712            "content": "71c60449129b1543aea7b4b85d6f16c41dd71468590f49b4420eef8a3ad2a2e82ad097f08cb0c03decc3c69a7ada6e1e"
 51713          },
 51714          {
 51715            "alg": "SHA-512",
 51716            "content": "cc7fdd7d7bd1851b48d10883766fac9d72b0407714b3c653369130e3224bdd19a4cb941fb813dde1e8c7d29bb07a5b1a44d611240ead1717e51a15a31c9630f8"
 51717          },
 51718          {
 51719            "alg": "SHA3-256",
 51720            "content": "aedaf478de1a1500159495841e0eea1f40bb96c7348f0e20c1e0375fe4e7860b"
 51721          },
 51722          {
 51723            "alg": "SHA3-384",
 51724            "content": "c928eb961ec77ff29ae805564b78107b79bff66273e4061e3ef028908cbfdce047c6ef6220fd76956a44581b5af10145"
 51725          },
 51726          {
 51727            "alg": "SHA3-512",
 51728            "content": "d15349092cdc0ac565c2a7b84ab515a884ec2117a0a034e600baf6cba9876173eb8f80ee3c7cca07d0a8db0d094b3a3aef4a76bee8bcb8c8113ad5b445f2136d"
 51729          }
 51730        ],
 51731        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51732        "purl": "pkg:maven/commons-configuration/commons-configuration@1.10?type=jar",
 51733        "externalReferences": [
 51734          {
 51735            "type": "issue-tracker",
 51736            "url": "http://issues.apache.org/jira/browse/CONFIGURATION"
 51737          },
 51738          {
 51739            "type": "vcs",
 51740            "url": "http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_1_10RC2"
 51741          },
 51742          {
 51743            "type": "build-system",
 51744            "url": "http://vmbuild.apache.org/continuum/"
 51745          },
 51746          {
 51747            "type": "mailing-list",
 51748            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 51749          },
 51750          {
 51751            "type": "website",
 51752            "url": "http://www.apache.org/"
 51753          },
 51754          {
 51755            "type": "distribution",
 51756            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 51757          }
 51758        ]
 51759      },
 51760      {
 51761        "type": "library",
 51762        "bom-ref": "pkg:maven/commons-logging/commons-logging@1.1.1?type=jar",
 51763        "publisher": "The Apache Software Foundation",
 51764        "group": "commons-logging",
 51765        "name": "commons-logging",
 51766        "version": "1.1.1",
 51767        "description": "Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.",
 51768        "hashes": [
 51769          {
 51770            "alg": "MD5",
 51771            "content": "ed448347fc0104034aa14c8189bf37de"
 51772          },
 51773          {
 51774            "alg": "SHA-1",
 51775            "content": "5043bfebc3db072ed80fbd362e7caf00e885d8ae"
 51776          },
 51777          {
 51778            "alg": "SHA-256",
 51779            "content": "ce6f913cad1f0db3aad70186d65c5bc7ffcc9a99e3fe8e0b137312819f7c362f"
 51780          },
 51781          {
 51782            "alg": "SHA-384",
 51783            "content": "264a511a601a07558911ccc5f49ef579aa1b1760bb4091bcbe1a0017c7be64d86f1d0b28ef560819614b252907cdd44a"
 51784          },
 51785          {
 51786            "alg": "SHA-512",
 51787            "content": "470323a2ee38be1b7ff8c84f1f5a5f8c4ec2ceb6b0649faa7b961f111865877dbe125409f72b1c52c7f18aa89e3469635c49ff4b83f86cc2f2eb2cc5562f9bff"
 51788          },
 51789          {
 51790            "alg": "SHA3-256",
 51791            "content": "0799a9105d174ba2f082845e8ca27db236118b00e4a2053ee1fde798b2fbd031"
 51792          },
 51793          {
 51794            "alg": "SHA3-384",
 51795            "content": "e61a9dafb4f92a3cfd76fc28ff340eb15bc0fca939a48408fd9032362b8a95ce938e58dd01f7c3d0ff90ac21cacc77df"
 51796          },
 51797          {
 51798            "alg": "SHA3-512",
 51799            "content": "dbdcf933551c6abe834ac4fa5b4833e47895c2573530b74f51daff7291dab60db88946fc34a518f423a68e9c9ce36507345070e56a86fb5a567be685c1e3cded"
 51800          }
 51801        ],
 51802        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51803        "purl": "pkg:maven/commons-logging/commons-logging@1.1.1?type=jar",
 51804        "externalReferences": [
 51805          {
 51806            "type": "issue-tracker",
 51807            "url": "http://issues.apache.org/jira/browse/LOGGING"
 51808          },
 51809          {
 51810            "type": "vcs",
 51811            "url": "http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1"
 51812          },
 51813          {
 51814            "type": "build-system",
 51815            "url": "http://vmbuild.apache.org/continuum/"
 51816          },
 51817          {
 51818            "type": "mailing-list",
 51819            "url": "http://mail-archives.apache.org/mod_mbox/commons-commits/"
 51820          },
 51821          {
 51822            "type": "website",
 51823            "url": "http://www.apache.org/"
 51824          }
 51825        ]
 51826      },
 51827      {
 51828        "type": "library",
 51829        "bom-ref": "pkg:maven/commons-io/commons-io@2.5?type=jar",
 51830        "publisher": "The Apache Software Foundation",
 51831        "group": "commons-io",
 51832        "name": "commons-io",
 51833        "version": "2.5",
 51834        "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.",
 51835        "hashes": [
 51836          {
 51837            "alg": "MD5",
 51838            "content": "e2d74794fba570ec2115fb9d5b05dc9b"
 51839          },
 51840          {
 51841            "alg": "SHA-1",
 51842            "content": "2852e6e05fbb95076fc091f6d1780f1f8fe35e0f"
 51843          },
 51844          {
 51845            "alg": "SHA-256",
 51846            "content": "a10418348d234968600ccb1d988efcbbd08716e1d96936ccc1880e7d22513474"
 51847          },
 51848          {
 51849            "alg": "SHA-384",
 51850            "content": "ec0b9dbcd0d407401a8ec9a95e12933bff0593701420a4311ccce6b7ba1dd7ac21bbd3937ff55c3926110d19db419bb5"
 51851          },
 51852          {
 51853            "alg": "SHA-512",
 51854            "content": "1f6bfc215da9ae661dbabba80a0f29101a2d5e49c7d0c6ed760d1cafea005b7f0ff177b3b741e75b8e59804b0280fa453a76940b97e52b800ec03042f1692b07"
 51855          },
 51856          {
 51857            "alg": "SHA3-256",
 51858            "content": "e538e5911ae38e83133f32733d5f8569cee9124c766fb9725cd07f38ed0924af"
 51859          },
 51860          {
 51861            "alg": "SHA3-384",
 51862            "content": "207d7cf9981ecd2571d274ba39a004d0bd9b8de15d64690bdcf2f1f18731099010818b4735eb5fcdb798b02aae149871"
 51863          },
 51864          {
 51865            "alg": "SHA3-512",
 51866            "content": "b6ff284308133b055c696bc75d4493cb30accab7a7d1df0db6ecd88e188a09d6ce39d66bcf15856cf6aa1245b78c64849a91cf599108d6e999e833fde540e459"
 51867          }
 51868        ],
 51869        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51870        "purl": "pkg:maven/commons-io/commons-io@2.5?type=jar",
 51871        "externalReferences": [
 51872          {
 51873            "type": "issue-tracker",
 51874            "url": "http://issues.apache.org/jira/browse/IO"
 51875          },
 51876          {
 51877            "type": "vcs",
 51878            "url": "http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.5"
 51879          },
 51880          {
 51881            "type": "build-system",
 51882            "url": "https://continuum-ci.apache.org/"
 51883          },
 51884          {
 51885            "type": "mailing-list",
 51886            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 51887          },
 51888          {
 51889            "type": "website",
 51890            "url": "http://www.apache.org/"
 51891          },
 51892          {
 51893            "type": "distribution",
 51894            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 51895          }
 51896        ]
 51897      },
 51898      {
 51899        "type": "library",
 51900        "bom-ref": "pkg:maven/org.subethamail/subethasmtp@3.1.7?type=jar",
 51901        "group": "org.subethamail",
 51902        "name": "subethasmtp",
 51903        "version": "3.1.7",
 51904        "description": "SubEtha SMTP is an easy-to-use server-side SMTP library for Java.",
 51905        "hashes": [
 51906          {
 51907            "alg": "MD5",
 51908            "content": "8c2e94c3599f37f85c81d9672ffca280"
 51909          },
 51910          {
 51911            "alg": "SHA-1",
 51912            "content": "41381242daa11113c32da5b25d001bfdf4df53fb"
 51913          },
 51914          {
 51915            "alg": "SHA-256",
 51916            "content": "5196a0da2c5a33d1a04e88fc7a9cc109501bc265b5bac8edd9984a1885070ad4"
 51917          },
 51918          {
 51919            "alg": "SHA-384",
 51920            "content": "05a47998a84121f33019612f21978a511a2f051afb703cf087a665531baf3dcaca80709e7ace43807e7441167700a4f3"
 51921          },
 51922          {
 51923            "alg": "SHA-512",
 51924            "content": "44fd532c1585e8748c4df54174285fdbebecdac062cf3dcc738666efb72ff6cdbd942489b28d8a6bfef3a2955e750eb367581832cd451ce5d7d22dd31b840f0e"
 51925          },
 51926          {
 51927            "alg": "SHA3-256",
 51928            "content": "12ae47e5b69801ae4f1f109a761bd5de86959e19ba4dafb19805ed9e3e84d9c8"
 51929          },
 51930          {
 51931            "alg": "SHA3-384",
 51932            "content": "3ac0c41ff7394a8cb3d635a7dc2e1b4895ef7a59fc62e5c67705ed370efd4b78836c652abaffb2192e35700a5cbd780f"
 51933          },
 51934          {
 51935            "alg": "SHA3-512",
 51936            "content": "adf6ad2892ddb606e3bdb4f522e1b8c719a685006ebc9c2d2fb305b41bd4b38257ec272fc112d06fc4ecd7dcec26f6a173fdaa51df7deb87ef29efe5607c7c43"
 51937          }
 51938        ],
 51939        "licenses": [{"license": {"id": "Apache-2.0"}}],
 51940        "purl": "pkg:maven/org.subethamail/subethasmtp@3.1.7?type=jar",
 51941        "externalReferences": [
 51942          {
 51943            "type": "distribution",
 51944            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 51945          },
 51946          {
 51947            "type": "issue-tracker",
 51948            "url": "http://code.google.com/p/subethasmtp/issues/list"
 51949          },
 51950          {
 51951            "type": "mailing-list",
 51952            "url": "http://www.subethamail.org/se/archive.jsp?listId=13"
 51953          },
 51954          {
 51955            "type": "vcs",
 51956            "url": "http://subethasmtp.googlecode.com/svn"
 51957          }
 51958        ]
 51959      },
 51960      {
 51961        "type": "library",
 51962        "bom-ref": "pkg:maven/javax.mail/mail@1.4.4?type=jar",
 51963        "publisher": "Oracle",
 51964        "group": "javax.mail",
 51965        "name": "mail",
 51966        "version": "1.4.4",
 51967        "description": "${project.name}",
 51968        "hashes": [
 51969          {
 51970            "alg": "MD5",
 51971            "content": "f30453ae9ee252c802d349009742065f"
 51972          },
 51973          {
 51974            "alg": "SHA-1",
 51975            "content": "b907ef0a02ff6e809392b1e7149198497fcc8e49"
 51976          },
 51977          {
 51978            "alg": "SHA-256",
 51979            "content": "e02be269ddd475651248889892f5dcaebb9058d5d3afef2c5b5dc391f2471528"
 51980          },
 51981          {
 51982            "alg": "SHA-384",
 51983            "content": "c745ddd756ede5e3fa282dacacf213cf4854ae7c6d22680ecfa0eef83ed4a6c199c2de206c85e6a8e501e034830d6365"
 51984          },
 51985          {
 51986            "alg": "SHA-512",
 51987            "content": "2164dd86878f4aca2ec5069fb7e8a0526b25f3f3b5917ba801b06febd71041780aec476083ee58e2b17cf7bb0359235ea5417732ef54ea824e028c036958fce3"
 51988          },
 51989          {
 51990            "alg": "SHA3-256",
 51991            "content": "831b92b16fdb76a320c635e7879d3553e6c287cffe46c3ebefe310049f66910b"
 51992          },
 51993          {
 51994            "alg": "SHA3-384",
 51995            "content": "df06c1e7141a8dddb6556fe20a343bc8fe6f941ff405f94d8980872ad3add22df18d06a9ca4ae921120542e3ba67d670"
 51996          },
 51997          {
 51998            "alg": "SHA3-512",
 51999            "content": "795a8b1535b339e85998f41f12140704729b7c908271ae41fc978ebe78439e5c28b19036d9c587ba4154589d1df2d89fd96710b887661497d7fce0d4d75aa675"
 52000          }
 52001        ],
 52002        "licenses": [
 52003          {"license": {
 52004            "name": "CDDL",
 52005            "url": "http://www.sun.com/cddl"
 52006          }},
 52007          {"license": {"id": "GPL-2.0-with-classpath-exception"}}
 52008        ],
 52009        "purl": "pkg:maven/javax.mail/mail@1.4.4?type=jar",
 52010        "externalReferences": [{
 52011          "type": "website",
 52012          "url": "http://www.oracle.com"
 52013        }]
 52014      },
 52015      {
 52016        "type": "library",
 52017        "bom-ref": "pkg:maven/javax.activation/activation@1.1.1?type=jar",
 52018        "group": "javax.activation",
 52019        "name": "activation",
 52020        "version": "1.1.1",
 52021        "description": "The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data",
 52022        "hashes": [
 52023          {
 52024            "alg": "MD5",
 52025            "content": "46a37512971d8eca81c3fcf245bf07d2"
 52026          },
 52027          {
 52028            "alg": "SHA-1",
 52029            "content": "485de3a253e23f645037828c07f1d7f1af40763a"
 52030          },
 52031          {
 52032            "alg": "SHA-256",
 52033            "content": "ae475120e9fcd99b4b00b38329bd61cdc5eb754eee03fe66c01f50e137724f99"
 52034          },
 52035          {
 52036            "alg": "SHA-384",
 52037            "content": "021f29ab14a1db9b27e31778fd5b6ead2ed46fef534cfab6b34b1b839547c78fc39cfb1568f0b2206bb46a98c4b9e1d4"
 52038          },
 52039          {
 52040            "alg": "SHA-512",
 52041            "content": "49119b0cc3af02700685a55c6f15e6d40643f81640e642b9ea39a59e18d542f8837d30b43b5be006ce1a98c8ec9729bb2165c0442978168f64caa2fc6e3cb93d"
 52042          },
 52043          {
 52044            "alg": "SHA3-256",
 52045            "content": "c51116dd0dc0668087dcaed49fc497c23269c9718b3fc66bd191eeabf1ad3155"
 52046          },
 52047          {
 52048            "alg": "SHA3-384",
 52049            "content": "9342dea5301c73ed32ec03efaea0f224336a7399674532130a025a85441b0c9e2ae4f6987039ccd337e719528279af23"
 52050          },
 52051          {
 52052            "alg": "SHA3-512",
 52053            "content": "7682c02949ff5057100882b2e802fc7afd5df14b77ddadd1dafe3f3bcd55f2e382df377bd3dfc3fa43816496fb441ec02570245e8d762bc975ccc53bc0ae0306"
 52054          }
 52055        ],
 52056        "licenses": [{"license": {
 52057          "name": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
 52058          "url": "https://glassfish.dev.java.net/public/CDDLv1.0.html"
 52059        }}],
 52060        "purl": "pkg:maven/javax.activation/activation@1.1.1?type=jar"
 52061      },
 52062      {
 52063        "type": "library",
 52064        "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.12?type=jar",
 52065        "publisher": "The Apache Software Foundation",
 52066        "group": "org.apache.commons",
 52067        "name": "commons-compress",
 52068        "version": "1.12",
 52069        "description": "Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, jar, tar, zip, dump, 7z, arj.",
 52070        "hashes": [
 52071          {
 52072            "alg": "MD5",
 52073            "content": "b394a44c74c1e904c1ab6df0893ebb7e"
 52074          },
 52075          {
 52076            "alg": "SHA-1",
 52077            "content": "84caa68576e345eb5e7ae61a0e5a9229eb100d7b"
 52078          },
 52079          {
 52080            "alg": "SHA-256",
 52081            "content": "2c1542faf343185b7cab9c3d55c8ae5471d6d095d3887a4adefdbdf2984dc0b6"
 52082          },
 52083          {
 52084            "alg": "SHA-384",
 52085            "content": "43ef6ae7f12687d58e7b9ed8bbb1fb8b9d2a2edce7eaef30dfd0aaa00fb04f1a38f27b1287b67243a60c7b5689713523"
 52086          },
 52087          {
 52088            "alg": "SHA-512",
 52089            "content": "621536d08bf9a60cff3ce08d86af8628c54074836eb712c18ab162e085b23a5a89f9287fbf28956fb82d59908ccbe844ddb12ee21720f7cf9f4ff347a1ab455f"
 52090          },
 52091          {
 52092            "alg": "SHA3-256",
 52093            "content": "0565ed8c3ede31e2b22b32cf0f1890d4e82b64ccf6edee986c6d968255545f0d"
 52094          },
 52095          {
 52096            "alg": "SHA3-384",
 52097            "content": "7e564dd6f939b01c73441ae58b2c8646cf188fbae660e1c5a178554217058ec09f931caf7fa185737f553cf7fba9e351"
 52098          },
 52099          {
 52100            "alg": "SHA3-512",
 52101            "content": "2cf64617fba60e7800d6c5cef76ac2eb7a42eaaba9202d15962404efee16f2e8fc858e0abc938c21fbab70829576780bd449b7b700574197367a5e57bd9a71e8"
 52102          }
 52103        ],
 52104        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52105        "purl": "pkg:maven/org.apache.commons/commons-compress@1.12?type=jar",
 52106        "externalReferences": [
 52107          {
 52108            "type": "issue-tracker",
 52109            "url": "http://issues.apache.org/jira/browse/COMPRESS"
 52110          },
 52111          {
 52112            "type": "vcs",
 52113            "url": "https://git-wip-us.apache.org/repos/asf?p=commons-compress.git"
 52114          },
 52115          {
 52116            "type": "build-system",
 52117            "url": "https://continuum-ci.apache.org/"
 52118          },
 52119          {
 52120            "type": "mailing-list",
 52121            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 52122          },
 52123          {
 52124            "type": "website",
 52125            "url": "http://www.apache.org/"
 52126          },
 52127          {
 52128            "type": "distribution",
 52129            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 52130          }
 52131        ]
 52132      },
 52133      {
 52134        "type": "library",
 52135        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-undertow@10.0.2?type=jar",
 52136        "publisher": "JBoss by Red Hat",
 52137        "group": "org.keycloak.testsuite",
 52138        "name": "integration-arquillian-servers-app-server-undertow",
 52139        "version": "10.0.2",
 52140        "description": "",
 52141        "hashes": [
 52142          {
 52143            "alg": "MD5",
 52144            "content": "cccfe35b632e39563d8ada6b566cdb38"
 52145          },
 52146          {
 52147            "alg": "SHA-1",
 52148            "content": "5371f8499920c4b0214db3e497d1c8538b80f2f1"
 52149          },
 52150          {
 52151            "alg": "SHA-256",
 52152            "content": "6db45032613c08fe6a0763d638e06a2e76054a7982e3ae243d0ac93231f0ce7b"
 52153          },
 52154          {
 52155            "alg": "SHA-384",
 52156            "content": "06295d13a2d110280cedbe50fbece619cf537fac8ac7711da14feeb6a85972d7e8c8e744946781f487c6dcda47c76402"
 52157          },
 52158          {
 52159            "alg": "SHA-512",
 52160            "content": "5c8f2b10b5a15d66e7ff7d8449cfb0fe0930837c84fe007eca0f7a5d8e200206f814858ff56fe9bb03fe6115cdf45c8a58192ebf0e8d6d93784a16153febea86"
 52161          },
 52162          {
 52163            "alg": "SHA3-256",
 52164            "content": "b0f46f656515527f89be5d7e4461f6c50218d817e602d1f416bc92dfe2389e7b"
 52165          },
 52166          {
 52167            "alg": "SHA3-384",
 52168            "content": "16e98fbc9556a207e64f01c94b60c50479f9ad8e8569919994cb81fb9cbf230381486e53213fb1c301cb7ef2ae63762a"
 52169          },
 52170          {
 52171            "alg": "SHA3-512",
 52172            "content": "38835f5fdee04cba7b88eb682c34d04849c34dab8c2dd2e1a84d77dea8f69cc3c5f53c6b8b79c0b414711bb75d404f8468eeb1b56681c02238ef62b77e6f8b5a"
 52173          }
 52174        ],
 52175        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52176        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-undertow@10.0.2?type=jar",
 52177        "externalReferences": [
 52178          {
 52179            "type": "distribution",
 52180            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 52181          },
 52182          {
 52183            "type": "issue-tracker",
 52184            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 52185          },
 52186          {
 52187            "type": "vcs",
 52188            "url": "https://github.com/keycloak/keycloak/tree/master/"
 52189          },
 52190          {
 52191            "type": "website",
 52192            "url": "http://www.jboss.org"
 52193          },
 52194          {
 52195            "type": "mailing-list",
 52196            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52197          }
 52198        ]
 52199      },
 52200      {
 52201        "type": "library",
 52202        "bom-ref": "pkg:maven/org.keycloak.testsuite/photoz-restful-api@10.0.2?classifier=classes&type=jar",
 52203        "publisher": "JBoss by Red Hat",
 52204        "group": "org.keycloak.testsuite",
 52205        "name": "photoz-restful-api",
 52206        "version": "10.0.2",
 52207        "description": "Photoz RESTful API",
 52208        "hashes": [
 52209          {
 52210            "alg": "MD5",
 52211            "content": "e7949e5c61ceced3cb772a2dc5867805"
 52212          },
 52213          {
 52214            "alg": "SHA-1",
 52215            "content": "17db1c08a3365775e5281d721701602dcdab1b01"
 52216          },
 52217          {
 52218            "alg": "SHA-256",
 52219            "content": "d36fc0e93b1ab7dbb32e58b1bb01ff808439e69da0ddaf19feb80cb8afc327f3"
 52220          },
 52221          {
 52222            "alg": "SHA-384",
 52223            "content": "a973b9a9f1f0d8a8f0f8c02a458aa93557fd8f77474ffc5d5e61688c2ed8253e5e97d24edc5945838bc8ab627128f3ff"
 52224          },
 52225          {
 52226            "alg": "SHA-512",
 52227            "content": "de92d2f10d741b871348bd2e3d461c01a341be1329bbc5b804335d0ff0b6a4150f52ceb4670b86a2df97bc0eb3167f0cafd7be3720e57c0cbfde139efba9f2e9"
 52228          },
 52229          {
 52230            "alg": "SHA3-256",
 52231            "content": "b6a6779561a603953431a59c33bd8a31fc31864b2c85215a3782a4fa5ba1cef5"
 52232          },
 52233          {
 52234            "alg": "SHA3-384",
 52235            "content": "9e05c05b82f17ef357d954a71e11e462ac19f486560be7ef3424596e4aa63dea3614a1b366e7790a4f7bb3668614be1f"
 52236          },
 52237          {
 52238            "alg": "SHA3-512",
 52239            "content": "b104a1142240864a432b0146ff3959b1c1928b46988c8211e11baf769b9f349187cf9353b8632d03483238f511d299ec0e04ec23c14c630bb9757b97d5f4f368"
 52240          }
 52241        ],
 52242        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52243        "purl": "pkg:maven/org.keycloak.testsuite/photoz-restful-api@10.0.2?classifier=classes&type=jar",
 52244        "externalReferences": [
 52245          {
 52246            "type": "distribution",
 52247            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 52248          },
 52249          {
 52250            "type": "issue-tracker",
 52251            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 52252          },
 52253          {
 52254            "type": "vcs",
 52255            "url": "https://github.com/keycloak/keycloak/tree/master/"
 52256          },
 52257          {
 52258            "type": "website",
 52259            "url": "http://www.jboss.org"
 52260          },
 52261          {
 52262            "type": "mailing-list",
 52263            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52264          }
 52265        ]
 52266      },
 52267      {
 52268        "type": "library",
 52269        "bom-ref": "pkg:maven/org.mvel/mvel2@2.4.0.Final?type=jar",
 52270        "publisher": "JBoss by Red Hat",
 52271        "group": "org.mvel",
 52272        "name": "mvel2",
 52273        "version": "2.4.0.Final",
 52274        "description": "MVEL is a powerful expression language for Java-based applications. It provides a plethora of features and is suited for everything from the smallest property binding and extraction, to full blown scripts.",
 52275        "hashes": [
 52276          {
 52277            "alg": "MD5",
 52278            "content": "a69f013ecbf87ff79428501abce8c05d"
 52279          },
 52280          {
 52281            "alg": "SHA-1",
 52282            "content": "f2d40ab749365aacb1f2d038e2e69fd34648350c"
 52283          },
 52284          {
 52285            "alg": "SHA-256",
 52286            "content": "539493ee59679f3f155f699b63cb98c47c30f6da9963151d223a91c9cba590fa"
 52287          },
 52288          {
 52289            "alg": "SHA-384",
 52290            "content": "c6ec23371aca5f24d3265020597a0c223bfe3bcb81b4e110655a52fbc4f4b7c70a911652ee03f2858020ffd67133943b"
 52291          },
 52292          {
 52293            "alg": "SHA-512",
 52294            "content": "4a903682dfef8370d95379ebc73bbaadf5e119aa67562320f598ba5174361e09cd68faac3e4c674b50d5553560ff4b4c4af856fc1f54f3ac2786801f1292538e"
 52295          },
 52296          {
 52297            "alg": "SHA3-256",
 52298            "content": "fee598b911628a1e99bff18e84cbcde4e5d5ae39611a2794793a5711e616a5c5"
 52299          },
 52300          {
 52301            "alg": "SHA3-384",
 52302            "content": "2d73dfc85fa5ddc5bd3ccd1e470ec1c9ea40fea95b0a32de8ad79d2a4f8e2b2c1e18be2762cab8a371974c92494b40bf"
 52303          },
 52304          {
 52305            "alg": "SHA3-512",
 52306            "content": "d0987fb65f6a6b9cee5859998c705961099e3fccf05c67857e1c5097af3a8667cfde5d1f8e35fbfca0e69ce60776f9a565b3fd664d6baa0363b7720ec9d8ad8c"
 52307          }
 52308        ],
 52309        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52310        "purl": "pkg:maven/org.mvel/mvel2@2.4.0.Final?type=jar",
 52311        "externalReferences": [
 52312          {
 52313            "type": "website",
 52314            "url": "http://www.jboss.org/"
 52315          },
 52316          {
 52317            "type": "distribution",
 52318            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 52319          },
 52320          {
 52321            "type": "issue-tracker",
 52322            "url": "http://jira.codehaus.org/browse/MVEL"
 52323          },
 52324          {
 52325            "type": "mailing-list",
 52326            "url": "http://dir.gmane.org/gmane.comp.java.drools.user"
 52327          }
 52328        ]
 52329      },
 52330      {
 52331        "type": "library",
 52332        "bom-ref": "pkg:maven/org.wildfly.extras.creaper/creaper-commands@1.6.1?type=jar",
 52333        "group": "org.wildfly.extras.creaper",
 52334        "name": "creaper-commands",
 52335        "version": "1.6.1",
 52336        "description": "Creaper: Commands",
 52337        "hashes": [
 52338          {
 52339            "alg": "MD5",
 52340            "content": "13588054bf0bfaae4f41b45fcc49485b"
 52341          },
 52342          {
 52343            "alg": "SHA-1",
 52344            "content": "722d666073ee387b452dea9912824ba865e29f55"
 52345          },
 52346          {
 52347            "alg": "SHA-256",
 52348            "content": "c077e668c23d9191456997298b5a3c4caf0dcd2bcfc38567a3ddb7fd06a8f7e7"
 52349          },
 52350          {
 52351            "alg": "SHA-384",
 52352            "content": "8d94c0bfda47810bd3e6de9aaedc36993a08225547eacf78d65b835e5c691ae2e1dce8de51e22274774a6f5dfdadf415"
 52353          },
 52354          {
 52355            "alg": "SHA-512",
 52356            "content": "f587145cf9db19200b5b0131b0f099c9df87efdfb65b5769579b8a248d3fe83bf62587a43ffef9eca658d477b3250ae5faf49513076e489b68569ae3d4142ba9"
 52357          },
 52358          {
 52359            "alg": "SHA3-256",
 52360            "content": "22c76ebfbcc1128a4841ff1ceca1da57c5e4046244ade673e7a66b1511561d49"
 52361          },
 52362          {
 52363            "alg": "SHA3-384",
 52364            "content": "3df8c281e59d58cc61aeff0daad5674eabe4daa9e71cdfedc092170908b94129c1335c2eb81f32f91e96c8ae7a7c8932"
 52365          },
 52366          {
 52367            "alg": "SHA3-512",
 52368            "content": "f4972751ccd423a4f95d05c34e9e4f002bf5b5546048e3f454886561e026b4174bd010b1660dcf20ca2afc0e275c5c4b5714be003f012102584f216659807f65"
 52369          }
 52370        ],
 52371        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52372        "purl": "pkg:maven/org.wildfly.extras.creaper/creaper-commands@1.6.1?type=jar",
 52373        "externalReferences": [
 52374          {
 52375            "type": "distribution",
 52376            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 52377          },
 52378          {
 52379            "type": "issue-tracker",
 52380            "url": "https://github.com/wildfly-extras/creaper/issues"
 52381          },
 52382          {
 52383            "type": "vcs",
 52384            "url": "https://github.com/wildfly-extras/creaper"
 52385          }
 52386        ]
 52387      },
 52388      {
 52389        "type": "library",
 52390        "bom-ref": "pkg:maven/org.wildfly.extras.creaper/creaper-core@1.6.1?type=jar",
 52391        "group": "org.wildfly.extras.creaper",
 52392        "name": "creaper-core",
 52393        "version": "1.6.1",
 52394        "description": "Creaper: Core",
 52395        "hashes": [
 52396          {
 52397            "alg": "MD5",
 52398            "content": "9132f93e51f9f3a46ffa8c5ff18990f9"
 52399          },
 52400          {
 52401            "alg": "SHA-1",
 52402            "content": "c36fe61445505c1205abad4d6c12ec25d8a9a7ec"
 52403          },
 52404          {
 52405            "alg": "SHA-256",
 52406            "content": "4ae9ae13586f1bf7133d631083cd372be97f64cbd3fc3519371d8d64403f1cb9"
 52407          },
 52408          {
 52409            "alg": "SHA-384",
 52410            "content": "afa18f8c55d861190005f090dadb079e01f2c50834d236b077f256a011eec79fe93b9372aee0c6fb85451637b809d28e"
 52411          },
 52412          {
 52413            "alg": "SHA-512",
 52414            "content": "54eb28da52647bc5f72ba1c35ce51d1c82722c3b38c73ca529ae04f8a5ff07c3f38fde5710a0db5288b2ed80f83353156f3803f49d2b78e369611b3026927007"
 52415          },
 52416          {
 52417            "alg": "SHA3-256",
 52418            "content": "ac9b68e27e622ef7f5f713bb6d28d2f45895cb464839d7cec99d2812daba736e"
 52419          },
 52420          {
 52421            "alg": "SHA3-384",
 52422            "content": "952d2ce0e3a15c03bcc47f72a0d16b851be7afd9a5b8506c0aa44890d9bacbe286cbfdd90a7e36da84ad70854740854a"
 52423          },
 52424          {
 52425            "alg": "SHA3-512",
 52426            "content": "a0074b04bd96917c5c0c79962707384e55b3d27bcd5ba8b7ab3a5a72c789dfef00f3619b94e1a97fe5d866760373342d45c6259329e6ef0cda6eee724b9f5de6"
 52427          }
 52428        ],
 52429        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52430        "purl": "pkg:maven/org.wildfly.extras.creaper/creaper-core@1.6.1?type=jar",
 52431        "externalReferences": [
 52432          {
 52433            "type": "distribution",
 52434            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 52435          },
 52436          {
 52437            "type": "issue-tracker",
 52438            "url": "https://github.com/wildfly-extras/creaper/issues"
 52439          },
 52440          {
 52441            "type": "vcs",
 52442            "url": "https://github.com/wildfly-extras/creaper"
 52443          }
 52444        ]
 52445      },
 52446      {
 52447        "type": "library",
 52448        "bom-ref": "pkg:maven/org.codehaus.groovy/groovy@2.4.10?type=jar",
 52449        "publisher": "Apache Software Foundation",
 52450        "group": "org.codehaus.groovy",
 52451        "name": "groovy",
 52452        "version": "2.4.10",
 52453        "description": "Groovy: A powerful, dynamic language for the JVM",
 52454        "hashes": [
 52455          {
 52456            "alg": "MD5",
 52457            "content": "b0baf2f6560e5612df90aad8881a2099"
 52458          },
 52459          {
 52460            "alg": "SHA-1",
 52461            "content": "6bc353efef93c44bac017e44542d822f0886b861"
 52462          },
 52463          {
 52464            "alg": "SHA-256",
 52465            "content": "eaea5e1c046cba5a03cbd389f67c931ef1000df3af9ac356b208ce49ae205c9a"
 52466          },
 52467          {
 52468            "alg": "SHA-384",
 52469            "content": "a46502468db230a90a1163d7aa3aa31cb42feb4f5b767fddab626ed328ea8ac68c155fbd2260cd872fa166fef2a63ddf"
 52470          },
 52471          {
 52472            "alg": "SHA-512",
 52473            "content": "77f110b78a106d75720b457b675e93e653019624e3ec792616cff1a47030e39d69be41ac61dfa968c07a822b6fcc5ab1b8ad0e405ced9ba5f2a5b3e34297d252"
 52474          },
 52475          {
 52476            "alg": "SHA3-256",
 52477            "content": "291b58a3bc576a4ad8b2cbbd2ec17a60348dbee1d75e7ccf4aba6f650d1252eb"
 52478          },
 52479          {
 52480            "alg": "SHA3-384",
 52481            "content": "98de82cb699f85f3d49661abb9ab032f4955517b56e76fe77b338dd2e18fdb9646297c4100a25b9e472d40ff3f96d0ef"
 52482          },
 52483          {
 52484            "alg": "SHA3-512",
 52485            "content": "266b20d9a7af2eead0ca886d525aeb086ccc64977f2960178b671348b9e307fa1629433c0741a360c1616601b95d0ac0e86b7c6e01009158bd2eb07fb534abeb"
 52486          }
 52487        ],
 52488        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52489        "purl": "pkg:maven/org.codehaus.groovy/groovy@2.4.10?type=jar",
 52490        "externalReferences": [
 52491          {
 52492            "type": "website",
 52493            "url": "http://groovy-lang.org"
 52494          },
 52495          {
 52496            "type": "issue-tracker",
 52497            "url": "http://issues.apache.org/jira/browse/GROOVY"
 52498          },
 52499          {
 52500            "type": "mailing-list",
 52501            "url": "http://mail-archives.apache.org/mod_mbox/groovy-dev/"
 52502          },
 52503          {
 52504            "type": "vcs",
 52505            "url": "https://github.com/apache/groovy.git"
 52506          }
 52507        ]
 52508      },
 52509      {
 52510        "type": "library",
 52511        "bom-ref": "pkg:maven/org.codehaus.groovy/groovy-xml@2.4.10?type=jar",
 52512        "publisher": "Apache Software Foundation",
 52513        "group": "org.codehaus.groovy",
 52514        "name": "groovy-xml",
 52515        "version": "2.4.10",
 52516        "description": "Groovy: A powerful, dynamic language for the JVM",
 52517        "hashes": [
 52518          {
 52519            "alg": "MD5",
 52520            "content": "c9ef148b99eb541d62c9af55a7cd90e2"
 52521          },
 52522          {
 52523            "alg": "SHA-1",
 52524            "content": "8a159ab53540b30d0b66248ba62d15a2f464480f"
 52525          },
 52526          {
 52527            "alg": "SHA-256",
 52528            "content": "955405955f7dc7d80f19b0758e8502af1c5073a9025a572fe8416c8e28f995e7"
 52529          },
 52530          {
 52531            "alg": "SHA-384",
 52532            "content": "de17b872eaa1e1a88febff290888ea792ce96889e161c38dc9f5375cb140252ee26203afcb1b3e562f660978abd55f34"
 52533          },
 52534          {
 52535            "alg": "SHA-512",
 52536            "content": "cec8ce120fb01f5fc943084a65d18816528a82f9e37493aae7bc73c9b07bc9015610457253f411275d2251102fb372f7bfef6d38a4b9eac7d9e8e1d4e5454b97"
 52537          },
 52538          {
 52539            "alg": "SHA3-256",
 52540            "content": "b47357ab63f05fc9e2c7c235be4fcdeb425f674b88f9d3a9f67fa17091954339"
 52541          },
 52542          {
 52543            "alg": "SHA3-384",
 52544            "content": "1a0d4e6b327a31c7aeec7e329d9ae8f2ffc270fd4d7dd600a7024954f8245f0403faca25ea9f6f9e788cb456465bb68f"
 52545          },
 52546          {
 52547            "alg": "SHA3-512",
 52548            "content": "4ee37c4f7e628a6670efe008cba5107788bc5e12e8c47b0f2bb99b1ce6966a1cc83b04e9e300f94c99d140f6eb9546ef0c93912098c204351f2a569d9c1634f4"
 52549          }
 52550        ],
 52551        "licenses": [{"license": {"id": "Apache-2.0"}}],
 52552        "purl": "pkg:maven/org.codehaus.groovy/groovy-xml@2.4.10?type=jar",
 52553        "externalReferences": [
 52554          {
 52555            "type": "website",
 52556            "url": "http://groovy-lang.org"
 52557          },
 52558          {
 52559            "type": "issue-tracker",
 52560            "url": "http://issues.apache.org/jira/browse/GROOVY"
 52561          },
 52562          {
 52563            "type": "mailing-list",
 52564            "url": "http://mail-archives.apache.org/mod_mbox/groovy-dev/"
 52565          },
 52566          {
 52567            "type": "vcs",
 52568            "url": "https://github.com/apache/groovy.git"
 52569          }
 52570        ]
 52571      },
 52572      {
 52573        "type": "library",
 52574        "bom-ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver@2.3.2?type=pom",
 52575        "group": "org.jboss.arquillian.graphene",
 52576        "name": "graphene-webdriver",
 52577        "version": "2.3.2",
 52578        "hashes": [
 52579          {
 52580            "alg": "MD5",
 52581            "content": "30127e7770adfd3f9e78b97c14bfbfc3"
 52582          },
 52583          {
 52584            "alg": "SHA-1",
 52585            "content": "7a729a08f6398d634c34a49ceb978fc7d4d26923"
 52586          },
 52587          {
 52588            "alg": "SHA-256",
 52589            "content": "2fbf2d082cbef59f3000f97d54dcd577725212953ae66de341ee9bd1ff0f359d"
 52590          },
 52591          {
 52592            "alg": "SHA-384",
 52593            "content": "0d849da662c2d8e67b6deba25de482e8f015408e14c855fceff6ef6cea58519d8760428ac6e689043a414fb23ef07f12"
 52594          },
 52595          {
 52596            "alg": "SHA-512",
 52597            "content": "ec6037dd0e9bd7ab9382fcd258117b08b8f822fd5120d489fd28556f55b5f6b8ad0d020b6ead3504ea7901c05ac5186ffdf61b93d9ab0a03e69a0f7b9cd7e2cd"
 52598          },
 52599          {
 52600            "alg": "SHA3-256",
 52601            "content": "cdefb5af6dcdc7f132551a980357eb15dcf5e6133e06ae40aa476c2a1b837f22"
 52602          },
 52603          {
 52604            "alg": "SHA3-384",
 52605            "content": "ffbce7529bdf874a4f2c283f8a4d82c2a07bfb726dd48ba30c63f9976814ad31bfbad4dd191854360138322ae1b4b0ef"
 52606          },
 52607          {
 52608            "alg": "SHA3-512",
 52609            "content": "2f5414d2fc2745be90c3465c50fe8d0e3d20fbfa57ecf2d70c0aea78affa5f2efecfb5c3c627cdb9303d9093eb93e0abc6d037a9ac1925a5488ad3ef07a1ad0a"
 52610          }
 52611        ],
 52612        "purl": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver@2.3.2?type=pom"
 52613      },
 52614      {
 52615        "type": "library",
 52616        "bom-ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-api@2.3.2?type=jar",
 52617        "publisher": "JBoss by Red Hat",
 52618        "group": "org.jboss.arquillian.graphene",
 52619        "name": "graphene-webdriver-api",
 52620        "version": "2.3.2",
 52621        "description": "Testing Ajax with flavour of sexy type-safe API",
 52622        "hashes": [
 52623          {
 52624            "alg": "MD5",
 52625            "content": "b6359110cf54bead42df7c5cc57b6a3a"
 52626          },
 52627          {
 52628            "alg": "SHA-1",
 52629            "content": "615e1777f218fc7708769c7bc7a1e9d7905fbd79"
 52630          },
 52631          {
 52632            "alg": "SHA-256",
 52633            "content": "2a5e038d7c29aa9a25b42f7bff7d7115d86bed99182072819bff9e45e77fa9e9"
 52634          },
 52635          {
 52636            "alg": "SHA-384",
 52637            "content": "7f7cf42fc9b33dfbd0fb1194eac475f9b6ea915a890e18634c6cb99a12b1734be0dabab48092257c6755ce8cf808bea8"
 52638          },
 52639          {
 52640            "alg": "SHA-512",
 52641            "content": "a68e5b2c6f470b238b745c882842b353f3b7467bd5e4adde21b6fa8701293f14fbbf1f9983301e1f12c4f81745f1f9bf237c12ed199999acc27cd2696f730258"
 52642          },
 52643          {
 52644            "alg": "SHA3-256",
 52645            "content": "570103af0eb6c6424a570dcb0ddeeac2dfb9850a528569b33d66d4d3001f0274"
 52646          },
 52647          {
 52648            "alg": "SHA3-384",
 52649            "content": "478d60f53973ffbe02469263b8c0d70b39e442f1fe11abd67ebb770df6e5df854aa9a3d2b6ec81c596fc063f44305011"
 52650          },
 52651          {
 52652            "alg": "SHA3-512",
 52653            "content": "dd0838baef000ac50eac9b78e14ca4cd0ef331a4344984f12f70c93458ce1513a86b0b54a83c588684ccfba49b5afe8f5eeb31075f86e22cd98110bd6fa31574"
 52654          }
 52655        ],
 52656        "licenses": [{"license": {
 52657          "name": "GNU Lesser General Public License, Version 2.1",
 52658          "url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
 52659        }}],
 52660        "purl": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-api@2.3.2?type=jar",
 52661        "externalReferences": [
 52662          {
 52663            "type": "issue-tracker",
 52664            "url": "https://issues.jboss.org/browse/ARQGRA"
 52665          },
 52666          {
 52667            "type": "vcs",
 52668            "url": "https://github.com/arquillian/arquillian-graphene"
 52669          },
 52670          {
 52671            "type": "website",
 52672            "url": "http://www.jboss.org"
 52673          },
 52674          {
 52675            "type": "mailing-list",
 52676            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52677          }
 52678        ]
 52679      },
 52680      {
 52681        "type": "library",
 52682        "bom-ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-spi@2.3.2?type=jar",
 52683        "publisher": "JBoss by Red Hat",
 52684        "group": "org.jboss.arquillian.graphene",
 52685        "name": "graphene-webdriver-spi",
 52686        "version": "2.3.2",
 52687        "description": "Testing Ajax with flavour of sexy type-safe API",
 52688        "hashes": [
 52689          {
 52690            "alg": "MD5",
 52691            "content": "eb11c19455f26bea30f902fb335dd873"
 52692          },
 52693          {
 52694            "alg": "SHA-1",
 52695            "content": "390fd9b0c825d487c54f81cd854a63255637d034"
 52696          },
 52697          {
 52698            "alg": "SHA-256",
 52699            "content": "7ea0122dcc6fdbab5d298e5f2c8c8be6b07eea730b9ca59158eab7e14d31e5b7"
 52700          },
 52701          {
 52702            "alg": "SHA-384",
 52703            "content": "0674fc2992303d54a98ef489c23045c8f38923522023420923a78cfaa5291c6a671e550d9b4ff2e68a05870a6549687f"
 52704          },
 52705          {
 52706            "alg": "SHA-512",
 52707            "content": "def6f0bdb9c47f4abcbf3d50a0ebbd6e095d2509add828747b1c0e257c4cd47bd2ac6efc02e4bd579110afbf967a27bfc53323fede8fc6d35f6c93a94e0d1b4f"
 52708          },
 52709          {
 52710            "alg": "SHA3-256",
 52711            "content": "9a64a17faa327ded755aa1a2f272ca0a32d534c040ed99c3e67afd93a6fff9ed"
 52712          },
 52713          {
 52714            "alg": "SHA3-384",
 52715            "content": "e35b32e34a1ba7ee1974a94fe06b2dc89f87f640c4ed7fa092e0c9a2998fbb990775e19d2b6c70f18d93fc616795a2e5"
 52716          },
 52717          {
 52718            "alg": "SHA3-512",
 52719            "content": "a5a969d8b79de0866f612ac679d234af62cef71d0d47fb9047084a8b0af04e379a1014dda7f431a4f9719ec9f73bcfcb571f3dc24a79857cd9ae9119f39acc28"
 52720          }
 52721        ],
 52722        "licenses": [{"license": {
 52723          "name": "GNU Lesser General Public License, Version 2.1",
 52724          "url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
 52725        }}],
 52726        "purl": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-spi@2.3.2?type=jar",
 52727        "externalReferences": [
 52728          {
 52729            "type": "issue-tracker",
 52730            "url": "https://issues.jboss.org/browse/ARQGRA"
 52731          },
 52732          {
 52733            "type": "vcs",
 52734            "url": "https://github.com/arquillian/arquillian-graphene"
 52735          },
 52736          {
 52737            "type": "website",
 52738            "url": "http://www.jboss.org"
 52739          },
 52740          {
 52741            "type": "mailing-list",
 52742            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52743          }
 52744        ]
 52745      },
 52746      {
 52747        "type": "library",
 52748        "bom-ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-impl@2.3.2?type=jar",
 52749        "publisher": "JBoss by Red Hat",
 52750        "group": "org.jboss.arquillian.graphene",
 52751        "name": "graphene-webdriver-impl",
 52752        "version": "2.3.2",
 52753        "description": "Testing Ajax with flavour of sexy type-safe API",
 52754        "hashes": [
 52755          {
 52756            "alg": "MD5",
 52757            "content": "a49e6f0f1637af3f027c4c2ccc5dc136"
 52758          },
 52759          {
 52760            "alg": "SHA-1",
 52761            "content": "6c5dffca09b43168d324ff08c4ed975560823233"
 52762          },
 52763          {
 52764            "alg": "SHA-256",
 52765            "content": "2d1f6f1d86104d84543b9870a49c02a15ec4be0daf0f5831117d59c9085823ec"
 52766          },
 52767          {
 52768            "alg": "SHA-384",
 52769            "content": "26f1603e5f9a65ebdb9e4b4c6320bedeef2bb775fdc9792c81e78afe0278732de7d05f507eee1858e423e538a01cd73a"
 52770          },
 52771          {
 52772            "alg": "SHA-512",
 52773            "content": "47b48b5742ad60fc5e01d8f8fde4a49e9026eea68abceb02e9c42dd55bb9eb41fdc5a86cbd03e48100cdb0179854caf236e1e28f86a32147990749f327f280f4"
 52774          },
 52775          {
 52776            "alg": "SHA3-256",
 52777            "content": "39647fdbb19c2f5cf485021a76b18d4280e26016e589995ec09846b5f3f94c20"
 52778          },
 52779          {
 52780            "alg": "SHA3-384",
 52781            "content": "2e1b0b4d37378c6c7da0a29220cd50fbf3d163f4d00def13a923f29659cc3966f2ce4ecec2044e750ef1d8f14517cae8"
 52782          },
 52783          {
 52784            "alg": "SHA3-512",
 52785            "content": "488e0cd8caa8e3838b1b928248479a84a40bf3e30494774a7929d636e05eb4d4f1cd7502fa77166e1bd46770560c16d2fae38995e5ba0b3ce21f27a4f8063a34"
 52786          }
 52787        ],
 52788        "licenses": [{"license": {
 52789          "name": "GNU Lesser General Public License, Version 2.1",
 52790          "url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
 52791        }}],
 52792        "purl": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-impl@2.3.2?type=jar",
 52793        "externalReferences": [
 52794          {
 52795            "type": "issue-tracker",
 52796            "url": "https://issues.jboss.org/browse/ARQGRA"
 52797          },
 52798          {
 52799            "type": "vcs",
 52800            "url": "https://github.com/arquillian/arquillian-graphene"
 52801          },
 52802          {
 52803            "type": "website",
 52804            "url": "http://www.jboss.org"
 52805          },
 52806          {
 52807            "type": "mailing-list",
 52808            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52809          }
 52810        ]
 52811      },
 52812      {
 52813        "type": "library",
 52814        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-impl@2.5.1?type=jar",
 52815        "publisher": "JBoss by Red Hat",
 52816        "group": "org.jboss.arquillian.extension",
 52817        "name": "arquillian-drone-impl",
 52818        "version": "2.5.1",
 52819        "description": "Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)",
 52820        "hashes": [
 52821          {
 52822            "alg": "MD5",
 52823            "content": "517d7046dee5310fa8470b7db9ede756"
 52824          },
 52825          {
 52826            "alg": "SHA-1",
 52827            "content": "4d67461cd5ae398d6e8dc841b03478e28a1a59e1"
 52828          },
 52829          {
 52830            "alg": "SHA-256",
 52831            "content": "fa3bad6b26a8fc5e357008753491e53e8dc12374ed4e22187ebc1baa7c493e10"
 52832          },
 52833          {
 52834            "alg": "SHA-384",
 52835            "content": "0963dec918f3d8da5596cf4ce93ad5d16d5919a426fd0ad848cf15f9e2a26d0ce86aa0b4f8fd91f7873a7c1a94c60559"
 52836          },
 52837          {
 52838            "alg": "SHA-512",
 52839            "content": "4418f6601e280da78659d2806b6cd5891a03efd9ee63c5c09d49c885001976cd88960ba937dd703030188b732b94bb8c4ee920ac8a91c4d8855960346827aaa0"
 52840          },
 52841          {
 52842            "alg": "SHA3-256",
 52843            "content": "310ef865e51eb17340d877b19135bc96d673c772605f3e6d43362bb32fc2d638"
 52844          },
 52845          {
 52846            "alg": "SHA3-384",
 52847            "content": "9a28278191ee076f37cc44e554f4b2e1f66e3ac0074827f8584e87a33e521a15cec067cffbb7f1ffd975a8ae7a929988"
 52848          },
 52849          {
 52850            "alg": "SHA3-512",
 52851            "content": "e00a557b0e9e09ef65d2d3bcc299bd7abe7bf928bfca34bbaab85ea40d1e8891ceb8f08417be6bf0b2b9d2037d1ff0e22a4c141c4d7f3804ddcb5a99a6158ab4"
 52852          }
 52853        ],
 52854        "licenses": [{"license": {
 52855          "name": "Public Domain",
 52856          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 52857        }}],
 52858        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-impl@2.5.1?type=jar",
 52859        "externalReferences": [
 52860          {
 52861            "type": "website",
 52862            "url": "http://www.jboss.org"
 52863          },
 52864          {
 52865            "type": "issue-tracker",
 52866            "url": "https://issues.jboss.org/"
 52867          },
 52868          {
 52869            "type": "mailing-list",
 52870            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52871          },
 52872          {
 52873            "type": "vcs",
 52874            "url": "http://github.com/jboss/jboss-parent-pom"
 52875          }
 52876        ]
 52877      },
 52878      {
 52879        "type": "library",
 52880        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-configuration@2.5.1?type=jar",
 52881        "publisher": "JBoss by Red Hat",
 52882        "group": "org.jboss.arquillian.extension",
 52883        "name": "arquillian-drone-configuration",
 52884        "version": "2.5.1",
 52885        "description": "Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)",
 52886        "hashes": [
 52887          {
 52888            "alg": "MD5",
 52889            "content": "15c9d161e47941d67ba73be7bb66de53"
 52890          },
 52891          {
 52892            "alg": "SHA-1",
 52893            "content": "2766a1c5de105d5ac027beb5f580b181b1f62109"
 52894          },
 52895          {
 52896            "alg": "SHA-256",
 52897            "content": "9dd54cca00212f7eb4b4d1495cfc37755856076f58579e256280de44851f97a1"
 52898          },
 52899          {
 52900            "alg": "SHA-384",
 52901            "content": "2d03046fc723b162e8bfaded87bdd54423f6ffd26b89e20c90c32cbea7e15def1475d8dea1bc817d93ab9eaaf4a850c6"
 52902          },
 52903          {
 52904            "alg": "SHA-512",
 52905            "content": "b3d50684b2e12f37f05647cbfb2422d353632768d65fc26744ab32bf3dbfee292f254b68162afc314ead8ab6d85ce38ab260afbc67f65d3464bfcb744cb2753b"
 52906          },
 52907          {
 52908            "alg": "SHA3-256",
 52909            "content": "2ba7211f8aac6bfe6dbc0723c2514baa26334675ff4227368188203f13a69917"
 52910          },
 52911          {
 52912            "alg": "SHA3-384",
 52913            "content": "34b3105e87568b831a4fd591898a24068e41674590b0a9e4d48ad5ab846a1a7518b9301db538065771c8f35527de3b19"
 52914          },
 52915          {
 52916            "alg": "SHA3-512",
 52917            "content": "868d8283d8a4f1049fca4e28ade4ff1678300b94cb296ebae4c003b9cca6aa6e1e3d4867bb801daab2ff05e986388159643d6c4996aa244519feda674307d2c3"
 52918          }
 52919        ],
 52920        "licenses": [{"license": {
 52921          "name": "Public Domain",
 52922          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 52923        }}],
 52924        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-configuration@2.5.1?type=jar",
 52925        "externalReferences": [
 52926          {
 52927            "type": "website",
 52928            "url": "http://www.jboss.org"
 52929          },
 52930          {
 52931            "type": "issue-tracker",
 52932            "url": "https://issues.jboss.org/"
 52933          },
 52934          {
 52935            "type": "mailing-list",
 52936            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 52937          },
 52938          {
 52939            "type": "vcs",
 52940            "url": "http://github.com/jboss/jboss-parent-pom"
 52941          }
 52942        ]
 52943      },
 52944      {
 52945        "type": "library",
 52946        "bom-ref": "pkg:maven/cglib/cglib-nodep@3.2.5?type=jar",
 52947        "group": "cglib",
 52948        "name": "cglib-nodep",
 52949        "version": "3.2.5",
 52950        "description": "cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.",
 52951        "hashes": [
 52952          {
 52953            "alg": "MD5",
 52954            "content": "584a4c2842da823027ff2d2278b7d830"
 52955          },
 52956          {
 52957            "alg": "SHA-1",
 52958            "content": "d7a6a551766f1916a940c7fe2a16fd6473d72684"
 52959          },
 52960          {
 52961            "alg": "SHA-256",
 52962            "content": "9ab68b361ffdce66747f63bbe0676391c0a96d6de3e743ac03d7e998ff0a1064"
 52963          },
 52964          {
 52965            "alg": "SHA-384",
 52966            "content": "772807f68575e44a79bcbbc7d5b3bdeda8a2bee8a3932e8ddb6996496478dcee8b8213652b93fd1a55509bc64a6556a5"
 52967          },
 52968          {
 52969            "alg": "SHA-512",
 52970            "content": "7de012d62e612b957e97276e5e56ac5194ecc270767ee2e560862bfe3a3a976b881bbc0d35830a2978c72b2c214b2fdf8980612288fa3a369f8188bc876ba8b6"
 52971          },
 52972          {
 52973            "alg": "SHA3-256",
 52974            "content": "9e5d3c594180ea160d1f9901c7d444d2df6f5db09785194a6474f9f54dc8915e"
 52975          },
 52976          {
 52977            "alg": "SHA3-384",
 52978            "content": "06e216033603d6af5d1e5cb5007460b02b7ceb9ce24af8f7710ca812d349f832c22f750e764bf452e381007a68a7d123"
 52979          },
 52980          {
 52981            "alg": "SHA3-512",
 52982            "content": "6609a92a2ff8cf090ef6be206f4cfe0bfaeba77c7aea1964c5a428884e079195ba0b0491b0a0cd142b1da3cf9da96dd200a251611a63750abaa6815284145fa7"
 52983          }
 52984        ],
 52985        "licenses": [{"license": {
 52986          "name": "ASF 2.0",
 52987          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
 52988        }}],
 52989        "purl": "pkg:maven/cglib/cglib-nodep@3.2.5?type=jar",
 52990        "externalReferences": [
 52991          {
 52992            "type": "build-system",
 52993            "url": "https://travis-ci.org/cglib/cglib"
 52994          },
 52995          {
 52996            "type": "issue-tracker",
 52997            "url": "https://github.com/cglib/cglib/issues"
 52998          },
 52999          {
 53000            "type": "vcs",
 53001            "url": "https://github.com/cglib/cglib"
 53002          },
 53003          {
 53004            "type": "distribution",
 53005            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 53006          }
 53007        ]
 53008      },
 53009      {
 53010        "type": "library",
 53011        "bom-ref": "pkg:maven/org.objenesis/objenesis@1.2?type=jar",
 53012        "publisher": "Joe Walnes, Henri Tremblay, Leonardo Mesquita",
 53013        "group": "org.objenesis",
 53014        "name": "objenesis",
 53015        "version": "1.2",
 53016        "description": "A library for instantiating Java objects",
 53017        "hashes": [
 53018          {
 53019            "alg": "MD5",
 53020            "content": "bee117291d50b41b8e8cf0ac5435df1d"
 53021          },
 53022          {
 53023            "alg": "SHA-1",
 53024            "content": "bfcb0539a071a4c5a30690388903ac48c0667f2a"
 53025          },
 53026          {
 53027            "alg": "SHA-256",
 53028            "content": "8c65c237578149b87c6aedf2bd93a4925e8dcb8dd7ec5b0c2f9eaf6cfd09ba70"
 53029          },
 53030          {
 53031            "alg": "SHA-384",
 53032            "content": "6e74769b7298d4efb61bdf0dd59df28c847c6b7942605a511be13f810ce74eff988de35d4d2408b9c72899aeb2cd47fd"
 53033          },
 53034          {
 53035            "alg": "SHA-512",
 53036            "content": "ae6e13a45be25c61f6be2f593894e351b7b5f4403a3a8f8d45ef99a4c967bba331e3a86d6ec72dfe4e928f5b099c8b9219879973dadb01bc0bfe1981be9a636e"
 53037          },
 53038          {
 53039            "alg": "SHA3-256",
 53040            "content": "f448d9cc448164ee975924147cded063862eb399de97577a47cc62f3c79e0592"
 53041          },
 53042          {
 53043            "alg": "SHA3-384",
 53044            "content": "c32449f4049d1c26a35fcd86c0dc8d8766d941e83f329feeb525db7cc6efee8a3c87ddffe9e2645402574865fd5ecc87"
 53045          },
 53046          {
 53047            "alg": "SHA3-512",
 53048            "content": "2e2f3895a2e2df9139c707acc0e5236fda5d5dfe5e526bbfb6b07d0a2e316474684c3baf82916aa08aec50eac876c767b7e987bcf4178cf7d41f90ddbf49549b"
 53049          }
 53050        ],
 53051        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53052        "purl": "pkg:maven/org.objenesis/objenesis@1.2?type=jar",
 53053        "externalReferences": [{
 53054          "type": "vcs",
 53055          "url": "http://objenesis.googlecode.com/svn/trunk"
 53056        }]
 53057      },
 53058      {
 53059        "type": "library",
 53060        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver-depchain@2.5.1?type=pom",
 53061        "group": "org.jboss.arquillian.extension",
 53062        "name": "arquillian-drone-webdriver-depchain",
 53063        "version": "2.5.1",
 53064        "hashes": [
 53065          {
 53066            "alg": "MD5",
 53067            "content": "0567b1c18a745669f9a6d67e88d0c69c"
 53068          },
 53069          {
 53070            "alg": "SHA-1",
 53071            "content": "a6ffd065983ca15ca77b38efbade1cf8e8da51e7"
 53072          },
 53073          {
 53074            "alg": "SHA-256",
 53075            "content": "8931f9dc2f66fb5014e5c1bf7631548f42cb133824c33f3dc10f9170c3f1e991"
 53076          },
 53077          {
 53078            "alg": "SHA-384",
 53079            "content": "90f453f446d72f08979e6b3096d4c52bc13a2a0ca06ed1c07ca831cdbc1d8689ef59969f977235680711714decbf7277"
 53080          },
 53081          {
 53082            "alg": "SHA-512",
 53083            "content": "73959d48391cf814be0538c92e0be6b09852e0d344b953da6b7b883be248986b7f13591b300c8a1e6075ae853303aeb119bd0bb02facb3d6f81805277522230e"
 53084          },
 53085          {
 53086            "alg": "SHA3-256",
 53087            "content": "d1a655b606c76c46fb7cb30e9f52b4f2662a7c61aec450651dba38e589b34b3f"
 53088          },
 53089          {
 53090            "alg": "SHA3-384",
 53091            "content": "5978c06401a043e14ad1c91c218ac44e132fe95281d4bb2be0b8d7ccb13285d19d49d4511bc98c192c3f5ab720c7a1c0"
 53092          },
 53093          {
 53094            "alg": "SHA3-512",
 53095            "content": "dccf7ecc0e6c44b0c817f69b7ed067ff231c2d9e0b360281d88d77819467979bd757b83b89e55185d2e78125ace301da2ed9733f9252acf4057f76c71d7ec492"
 53096          }
 53097        ],
 53098        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver-depchain@2.5.1?type=pom"
 53099      },
 53100      {
 53101        "type": "library",
 53102        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-api@2.5.1?type=jar",
 53103        "publisher": "JBoss by Red Hat",
 53104        "group": "org.jboss.arquillian.extension",
 53105        "name": "arquillian-drone-api",
 53106        "version": "2.5.1",
 53107        "description": "Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)",
 53108        "hashes": [
 53109          {
 53110            "alg": "MD5",
 53111            "content": "3492ee52dbc756b9dfc8620c953e1bed"
 53112          },
 53113          {
 53114            "alg": "SHA-1",
 53115            "content": "0d1e2b1664abc473f8eed7bb882c7580906c434d"
 53116          },
 53117          {
 53118            "alg": "SHA-256",
 53119            "content": "70c47a834cb24946f70707dc3e0fa1cdc06c118a3f2f62bdf5cf68e2a8bb4472"
 53120          },
 53121          {
 53122            "alg": "SHA-384",
 53123            "content": "8942a47e61e294d5887d3807ec22538fd3088bb020e70fdbf09cd716ef0412229ef141f885125c462daa2c6378312436"
 53124          },
 53125          {
 53126            "alg": "SHA-512",
 53127            "content": "e6f1dcf5d6b87619a8e587529a79ae246e1a3a801cb049f45f03cfd01122b58106bdf4a3739ea265d47dfcf1879e08ddf7114db299847a06b6fde6974c5025a1"
 53128          },
 53129          {
 53130            "alg": "SHA3-256",
 53131            "content": "cda5bf35b11b4a2535d097beaf39dddda4ee541f60586f069f9abc0cfc97e5b1"
 53132          },
 53133          {
 53134            "alg": "SHA3-384",
 53135            "content": "dcb7df3adfead9791135e294e8681828df440b6d92809e30c334cb1b2a7d98b5921573de45e4bce17f67213726227df1"
 53136          },
 53137          {
 53138            "alg": "SHA3-512",
 53139            "content": "e3b1d11acf4c6739b33bc7a47c6b200da532b708474c101ca5e70871d918da84e75078487706a3b1676117fbb0a36ceb97da816aca76eed8190d19104bf1def6"
 53140          }
 53141        ],
 53142        "licenses": [{"license": {
 53143          "name": "Public Domain",
 53144          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 53145        }}],
 53146        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-api@2.5.1?type=jar",
 53147        "externalReferences": [
 53148          {
 53149            "type": "website",
 53150            "url": "http://www.jboss.org"
 53151          },
 53152          {
 53153            "type": "issue-tracker",
 53154            "url": "https://issues.jboss.org/"
 53155          },
 53156          {
 53157            "type": "mailing-list",
 53158            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 53159          },
 53160          {
 53161            "type": "vcs",
 53162            "url": "http://github.com/jboss/jboss-parent-pom"
 53163          }
 53164        ]
 53165      },
 53166      {
 53167        "type": "library",
 53168        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-spi@2.5.1?type=jar",
 53169        "publisher": "JBoss by Red Hat",
 53170        "group": "org.jboss.arquillian.extension",
 53171        "name": "arquillian-drone-spi",
 53172        "version": "2.5.1",
 53173        "description": "Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)",
 53174        "hashes": [
 53175          {
 53176            "alg": "MD5",
 53177            "content": "3d3c9b8c489370ae86c45604b51a05aa"
 53178          },
 53179          {
 53180            "alg": "SHA-1",
 53181            "content": "8626ddea7ef163e8e1177e5d7ec9e4d1f64b6306"
 53182          },
 53183          {
 53184            "alg": "SHA-256",
 53185            "content": "41396a71a7ac0b4ab52a0899d52f37f67aa64331a739d50b8611baa089ddb060"
 53186          },
 53187          {
 53188            "alg": "SHA-384",
 53189            "content": "94e7e663c5413c9d12fd08cf0682498136fd7395dce1fb63fc9d4c5a2352721651f42f70a718503db984db631b3c2cc8"
 53190          },
 53191          {
 53192            "alg": "SHA-512",
 53193            "content": "23980d146ea54962fd39fa27d8c965406a81ff699aedf7fb2a1a3be8f308b8cd665f22f733ca293555dba135882bf45266cdb4a83473af234cda10bf2de0aba3"
 53194          },
 53195          {
 53196            "alg": "SHA3-256",
 53197            "content": "4cc355500ba12f8d5402bd82e16f56fc684038386b9ef547cd7fbfc6f9c8a6ea"
 53198          },
 53199          {
 53200            "alg": "SHA3-384",
 53201            "content": "238381010cacc9679f2a3901dcf30b2fbb2c33ae5f79517546c79d9c17a0f7cae49ad2a4c26c0e340e9184ce2adb6e69"
 53202          },
 53203          {
 53204            "alg": "SHA3-512",
 53205            "content": "ff04a7340b58b431f2c61bd93bba3e2404b1944c314f83ef41020e442dbcf69bd0eae3868d45c4fe33602470890ecc57ca195cfe6d26d07bf7baa08315e80c1f"
 53206          }
 53207        ],
 53208        "licenses": [{"license": {
 53209          "name": "Public Domain",
 53210          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 53211        }}],
 53212        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-spi@2.5.1?type=jar",
 53213        "externalReferences": [
 53214          {
 53215            "type": "website",
 53216            "url": "http://www.jboss.org"
 53217          },
 53218          {
 53219            "type": "issue-tracker",
 53220            "url": "https://issues.jboss.org/"
 53221          },
 53222          {
 53223            "type": "mailing-list",
 53224            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 53225          },
 53226          {
 53227            "type": "vcs",
 53228            "url": "http://github.com/jboss/jboss-parent-pom"
 53229          }
 53230        ]
 53231      },
 53232      {
 53233        "type": "library",
 53234        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-chrome-driver@3.14.0?type=jar",
 53235        "group": "org.seleniumhq.selenium",
 53236        "name": "selenium-chrome-driver",
 53237        "version": "3.14.0",
 53238        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 53239        "hashes": [
 53240          {
 53241            "alg": "MD5",
 53242            "content": "f72534099856c6800726d59f5bd7e48e"
 53243          },
 53244          {
 53245            "alg": "SHA-1",
 53246            "content": "a8fa5d063821f70dab0b7170d4b814ef49ce4962"
 53247          },
 53248          {
 53249            "alg": "SHA-256",
 53250            "content": "b7a724fc6e022a355eb9cea2f42440d95b0a07a509b49efab2293ea12bae4f66"
 53251          },
 53252          {
 53253            "alg": "SHA-384",
 53254            "content": "b6ebb6fb717ee6a84b78a8823d6b54fb403e1e00a142c1536a9b5b325c60ec36d0a9cf613355c1734ddd600494319e9b"
 53255          },
 53256          {
 53257            "alg": "SHA-512",
 53258            "content": "09846e9d376d2f729b8b98c661985649a7a3a9dac8067766bacabbd40914763fe42e80e68018d68e26e806431df12f728fb421bf679fda5ba57385d5e99897fc"
 53259          },
 53260          {
 53261            "alg": "SHA3-256",
 53262            "content": "f04f6a02cfcce8ff291a3f6bfc4d157afddae6275b3c9b626e91c7300cf5991b"
 53263          },
 53264          {
 53265            "alg": "SHA3-384",
 53266            "content": "9fa551f29c576e4a3ef01fa5db7d162b9103b2cbf4dbaaa4be456215780fe8a4b06d869623b75f3be1a7088093494f68"
 53267          },
 53268          {
 53269            "alg": "SHA3-512",
 53270            "content": "d7407ae2b776758ded862c67d206453d4a09d643f11724dd580887150dd1097bc0501b0f86c546e0aa54625e77537e799399c3bee176450756682bc43cc66eb4"
 53271          }
 53272        ],
 53273        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53274        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-chrome-driver@3.14.0?type=jar",
 53275        "externalReferences": [{
 53276          "type": "vcs",
 53277          "url": "https://github.com/SeleniumHQ/selenium/"
 53278        }]
 53279      },
 53280      {
 53281        "type": "library",
 53282        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@3.14.0?type=jar",
 53283        "group": "org.seleniumhq.selenium",
 53284        "name": "selenium-firefox-driver",
 53285        "version": "3.14.0",
 53286        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 53287        "hashes": [
 53288          {
 53289            "alg": "MD5",
 53290            "content": "76ecc69e83e9888f7c9591efcce2c8a0"
 53291          },
 53292          {
 53293            "alg": "SHA-1",
 53294            "content": "f35ddc0b5e0e09be644df14ada85d83e6b8b3f3c"
 53295          },
 53296          {
 53297            "alg": "SHA-256",
 53298            "content": "bec64e236cbce813b9a4f81f074b31a4de55267dddfad05a45b174c50ce3dcb5"
 53299          },
 53300          {
 53301            "alg": "SHA-384",
 53302            "content": "6c70aad8f55e6f86f364ef426145a4455dc9e888882352d3e83567f91c35d7c261849aa33cebcfab4e0392092f23419f"
 53303          },
 53304          {
 53305            "alg": "SHA-512",
 53306            "content": "9dd6e9cc45978b6030ce94292699b1e7dcbb28969840fff478bc7bdab9c4f1b0cb1c0e87eaa1901570f770cf676273fd0719988206f21678809842a63a15c6a8"
 53307          },
 53308          {
 53309            "alg": "SHA3-256",
 53310            "content": "53a81a002616341ab49811ee00e0a2d3ef32bd97f0b6046d1d8bdb7ee46e33b1"
 53311          },
 53312          {
 53313            "alg": "SHA3-384",
 53314            "content": "c906b4aedf26b05a55d4bf0fd7c1589d04b8302e837c8f790e1d8dd04b3d30e2db00547b94f362be67cd70759af29063"
 53315          },
 53316          {
 53317            "alg": "SHA3-512",
 53318            "content": "daca27d7ffd73284c83ecba82a95e731eccae754a615e378cc7cc707220427a2152d40429e98c8b335728faeefd4a0aa63e777ec88f27faa1afb9691ef144dbb"
 53319          }
 53320        ],
 53321        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53322        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@3.14.0?type=jar",
 53323        "externalReferences": [{
 53324          "type": "vcs",
 53325          "url": "https://github.com/SeleniumHQ/selenium/"
 53326        }]
 53327      },
 53328      {
 53329        "type": "library",
 53330        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@3.14.0?type=jar",
 53331        "group": "org.seleniumhq.selenium",
 53332        "name": "selenium-ie-driver",
 53333        "version": "3.14.0",
 53334        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 53335        "hashes": [
 53336          {
 53337            "alg": "MD5",
 53338            "content": "be23f39bd261fe674093fbc7bd2cf4a9"
 53339          },
 53340          {
 53341            "alg": "SHA-1",
 53342            "content": "3c92cd026f08d381aa9cff8eca03962add562577"
 53343          },
 53344          {
 53345            "alg": "SHA-256",
 53346            "content": "3f53d688514666c5dd67cde95ef81da72ee6c06cdbedfb4ef3aca59e773350ce"
 53347          },
 53348          {
 53349            "alg": "SHA-384",
 53350            "content": "84d6734dc6e191f4cb80011d68e259ded4bc3c366f3a7f043920bf815470dd236c7ac4665f0312e74c66adacbbb5a7ac"
 53351          },
 53352          {
 53353            "alg": "SHA-512",
 53354            "content": "0b3d8c9712fce346ec4b87e5c05cb79de912bbb8c366174295e00a8734dc98e241951f2c92e8be59b03c16384d9973afa8c7c6a1e52ca10ba68e014d246ed3f8"
 53355          },
 53356          {
 53357            "alg": "SHA3-256",
 53358            "content": "cef9cd8f93d1c7b598809a8b73cd53fbe70418c5b8a523510c32b19960e45bb8"
 53359          },
 53360          {
 53361            "alg": "SHA3-384",
 53362            "content": "2f2b7eb5e22315c56d4761a50d32ce61e74d3c6fee2cdf75442ea65513d354c9b35b27a0e88de318cded0c627251c7ec"
 53363          },
 53364          {
 53365            "alg": "SHA3-512",
 53366            "content": "c6a7885ed743972a2c9458cdf150282577022a18aa552963f8fbeb1f1c4085318f266068324cb402cab566fa09b043ab4a6eb3d5ffe2c5a9d075a1f09858f926"
 53367          }
 53368        ],
 53369        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53370        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@3.14.0?type=jar",
 53371        "externalReferences": [{
 53372          "type": "vcs",
 53373          "url": "https://github.com/SeleniumHQ/selenium/"
 53374        }]
 53375      },
 53376      {
 53377        "type": "library",
 53378        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@3.14.0?type=jar",
 53379        "group": "org.seleniumhq.selenium",
 53380        "name": "selenium-remote-driver",
 53381        "version": "3.14.0",
 53382        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 53383        "hashes": [
 53384          {
 53385            "alg": "MD5",
 53386            "content": "ad0cb768aebf5cf8c1ad4b2cfbc6563a"
 53387          },
 53388          {
 53389            "alg": "SHA-1",
 53390            "content": "434c26e9df775d8f49619f7275a65a36d2d72ceb"
 53391          },
 53392          {
 53393            "alg": "SHA-256",
 53394            "content": "284cb4ea043539353bd5ecd774cbd726b705d423ea4569376c863d0b66e5eaf2"
 53395          },
 53396          {
 53397            "alg": "SHA-384",
 53398            "content": "efa72a14c378c12073552a6ba5f9b68aab0545fefa785a2a711aaddc3c4cbf235b35b718b8e301bf0edff3068d4d6011"
 53399          },
 53400          {
 53401            "alg": "SHA-512",
 53402            "content": "81c3fb774aba668fd172e7eed433fea01c783243d70ae654fd604afffd04bd1fabec5d1f31151ac01814cc42ec77fc9bc8d970cdfc928a8dfe46a7b558ceb23c"
 53403          },
 53404          {
 53405            "alg": "SHA3-256",
 53406            "content": "166d9585bcf54aba4a644db491fab77b98f50505af602e1cb359f754aa20ebce"
 53407          },
 53408          {
 53409            "alg": "SHA3-384",
 53410            "content": "63c16c69304d99da6ef931e7e5fdf25c7858e92bfc178fbfe6817a4e666b3406fd2c921d730206694b15b4612ddf1ff6"
 53411          },
 53412          {
 53413            "alg": "SHA3-512",
 53414            "content": "ddded54fab402916da8dc2488cd6b7af70c2d66988003375b94117b83ec7b77198e9a9c95b882945436c3f6d63717b1cdd08d3e876f93cd4d5479ca7dd74fbcb"
 53415          }
 53416        ],
 53417        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53418        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@3.14.0?type=jar",
 53419        "externalReferences": [{
 53420          "type": "vcs",
 53421          "url": "https://github.com/SeleniumHQ/selenium/"
 53422        }]
 53423      },
 53424      {
 53425        "type": "library",
 53426        "bom-ref": "pkg:maven/org.seleniumhq.selenium/htmlunit-driver@2.27?type=jar",
 53427        "group": "org.seleniumhq.selenium",
 53428        "name": "htmlunit-driver",
 53429        "version": "2.27",
 53430        "description": "WebDriver compatible driver for HtmlUnit headless browser",
 53431        "hashes": [
 53432          {
 53433            "alg": "MD5",
 53434            "content": "bc4fb2faea816654e3a07349a2851711"
 53435          },
 53436          {
 53437            "alg": "SHA-1",
 53438            "content": "4ba0e5092d6785e3ad3975701425c82060ca8a97"
 53439          },
 53440          {
 53441            "alg": "SHA-256",
 53442            "content": "5795ceb4e4833bc501bef873511cb0c461fae5576966d5c79f9ce44ed93cc5e3"
 53443          },
 53444          {
 53445            "alg": "SHA-384",
 53446            "content": "298098e76faee4c957990160c32f602dae8973eed932c1b9cf8d6d67cf34be0ca857d13884c82208e2c20daa83fbb9f6"
 53447          },
 53448          {
 53449            "alg": "SHA-512",
 53450            "content": "e9be6a870bde4c7c6d9803329f73ffade27ac41b939986065184f56bd45f44eb5cd8ffe9f0a62186231c33067ba81565b95d5ee824ccb71d8031fa431602bf08"
 53451          },
 53452          {
 53453            "alg": "SHA3-256",
 53454            "content": "f9e30fbe12cf2c1ad9e142a3d14b64d42deda8fecaad5806f6a1f977ec7338a6"
 53455          },
 53456          {
 53457            "alg": "SHA3-384",
 53458            "content": "5bfe457d4833bbc4dc20490184dd6b7e5a149e232d676d9a330900a6eaf3b8750694fe27189cfedc3603dc8cd24ce41e"
 53459          },
 53460          {
 53461            "alg": "SHA3-512",
 53462            "content": "9626bfbc46d1c02fd1c2ef723875ffeea15b49d394d666078dc24f1378ba6e1ad4a2e52f9fa66ac43a347c54c0d8c9309bf3a7d692039bd00b8eb776bca3c86f"
 53463          }
 53464        ],
 53465        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53466        "purl": "pkg:maven/org.seleniumhq.selenium/htmlunit-driver@2.27?type=jar",
 53467        "externalReferences": [
 53468          {
 53469            "type": "distribution",
 53470            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 53471          },
 53472          {
 53473            "type": "vcs",
 53474            "url": "https://github.com/SeleniumHQ/htmlunit-driver"
 53475          }
 53476        ]
 53477      },
 53478      {
 53479        "type": "library",
 53480        "bom-ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.27?type=jar",
 53481        "publisher": "Gargoyle Software Inc.",
 53482        "group": "net.sourceforge.htmlunit",
 53483        "name": "htmlunit",
 53484        "version": "2.27",
 53485        "description": "A headless browser intended for use in testing web-based applications.",
 53486        "hashes": [
 53487          {
 53488            "alg": "MD5",
 53489            "content": "21549f384534bdc2e9a287abbe2284f3"
 53490          },
 53491          {
 53492            "alg": "SHA-1",
 53493            "content": "aea70f853583b0eadcaa6a0429595973036cc745"
 53494          },
 53495          {
 53496            "alg": "SHA-256",
 53497            "content": "379f1888aec0d48e7d7031f2a1b7506eb9ab2344836511e3052d6a64508814af"
 53498          },
 53499          {
 53500            "alg": "SHA-384",
 53501            "content": "2830ceebcd380836bca5fc46d6b292507f8cc520052e771ac99ee7f6331f0c0b39a3d30f79852f204062427c5546f1c9"
 53502          },
 53503          {
 53504            "alg": "SHA-512",
 53505            "content": "62f267c633dbcdee902f48b8445f81e0d06a27b30eb4b6e0a06809cb4fcca1602c1486f6645e9595757132e2f21c7e9a5bc6581e629dd7242e6bfa2c35411b75"
 53506          },
 53507          {
 53508            "alg": "SHA3-256",
 53509            "content": "b73287e924c3b2eb8d7726b8d15570b3604c267db785f61fb282663941221137"
 53510          },
 53511          {
 53512            "alg": "SHA3-384",
 53513            "content": "2bd8145b87e43a0f09e9e804c8e00a49da642a2d2bed99ac55f0d1dc4ab22b6f0cbd1b67e60815d53ed4333920524e6e"
 53514          },
 53515          {
 53516            "alg": "SHA3-512",
 53517            "content": "b2f9c1ed814cd6b0ff38955577ca73c7e1623e86431f73b142df7ea2ab46796608654956a10ffcc99bfe0562839e037a39dcd99ed9f49b86e5892b709a258c4c"
 53518          }
 53519        ],
 53520        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53521        "purl": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.27?type=jar",
 53522        "externalReferences": [
 53523          {
 53524            "type": "website",
 53525            "url": "http://www.GargoyleSoftware.com/"
 53526          },
 53527          {
 53528            "type": "build-system",
 53529            "url": "https://ci.canoo.com/teamcity/viewLog.html?buildTypeId=Htmlunit_CheckInBuild&buildId=lastSuccessful&tab=artifacts"
 53530          },
 53531          {
 53532            "type": "distribution",
 53533            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 53534          },
 53535          {
 53536            "type": "issue-tracker",
 53537            "url": "http://sourceforge.net/p/htmlunit/bugs/"
 53538          },
 53539          {
 53540            "type": "mailing-list",
 53541            "url": "https://sourceforge.net/p/htmlunit/mailman/htmlunit-user/"
 53542          },
 53543          {
 53544            "type": "vcs",
 53545            "url": "https://sourceforge.net/p/htmlunit/code"
 53546          }
 53547        ]
 53548      },
 53549      {
 53550        "type": "library",
 53551        "bom-ref": "pkg:maven/xalan/xalan@2.7.2?type=jar",
 53552        "publisher": "The Apache Software Foundation",
 53553        "group": "xalan",
 53554        "name": "xalan",
 53555        "version": "2.7.2",
 53556        "description": "Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.",
 53557        "hashes": [
 53558          {
 53559            "alg": "MD5",
 53560            "content": "6aa6607802502c8016b676f25f8e4873"
 53561          },
 53562          {
 53563            "alg": "SHA-1",
 53564            "content": "d55d3f02a56ec4c25695fe67e1334ff8c2ecea23"
 53565          },
 53566          {
 53567            "alg": "SHA-256",
 53568            "content": "a44bd80e82cb0f4cfac0dac8575746223802514e3cec9dc75235bc0de646af14"
 53569          },
 53570          {
 53571            "alg": "SHA-384",
 53572            "content": "f107b40321720128c82aa3cdef232c8dc393dc2023de47c9e4c6b16c49caa1fc72f7390fe32e9ae3f3668d30df2125a3"
 53573          },
 53574          {
 53575            "alg": "SHA-512",
 53576            "content": "00f859c5bd65f6dc91e396ce91fe2f6d30b2354d6b419cd9ea96984c5403e5cd1342bb9362b0ae1f2792612f0df731c4f7ac92f16a825bb7e22089c27a129c6c"
 53577          },
 53578          {
 53579            "alg": "SHA3-256",
 53580            "content": "f2a34f1bf6974b33a210092e37ccebc7b546312e7433e996df9d94376ef844d6"
 53581          },
 53582          {
 53583            "alg": "SHA3-384",
 53584            "content": "84aab60e28c50375b8fa20daf3c6111fcd8951053946178d8816c4be43f2d5bdfc7f1942e19babed58acd5970baa1c5f"
 53585          },
 53586          {
 53587            "alg": "SHA3-512",
 53588            "content": "ba5477ac480a197a9bfd1e3a5f9ac619e0604fee2643c80a82e34120ea8234d634af57bdfc2782973a8fb43bb941737855731717488d202fbc3e74021e48dad3"
 53589          }
 53590        ],
 53591        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53592        "purl": "pkg:maven/xalan/xalan@2.7.2?type=jar",
 53593        "externalReferences": [
 53594          {
 53595            "type": "website",
 53596            "url": "http://www.apache.org/"
 53597          },
 53598          {
 53599            "type": "mailing-list",
 53600            "url": "http://mail-archives.apache.org/mod_mbox/www-announce/"
 53601          },
 53602          {
 53603            "type": "vcs",
 53604            "url": "http://svn.apache.org/viewvc/maven/pom/tags/apache-4"
 53605          }
 53606        ]
 53607      },
 53608      {
 53609        "type": "library",
 53610        "bom-ref": "pkg:maven/xalan/serializer@2.7.2?type=jar",
 53611        "publisher": "The Apache Software Foundation",
 53612        "group": "xalan",
 53613        "name": "serializer",
 53614        "version": "2.7.2",
 53615        "description": "Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.",
 53616        "hashes": [
 53617          {
 53618            "alg": "MD5",
 53619            "content": "e8325763fd4235f174ab7b72ed815db1"
 53620          },
 53621          {
 53622            "alg": "SHA-1",
 53623            "content": "24247f3bb052ee068971393bdb83e04512bb1c3c"
 53624          },
 53625          {
 53626            "alg": "SHA-256",
 53627            "content": "e8f5b4340d3b12a0cfa44ac2db4be4e0639e479ae847df04c4ed8b521734bb4a"
 53628          },
 53629          {
 53630            "alg": "SHA-384",
 53631            "content": "9cc49e92c8f9c68db5caec6e9e550e880c7a3c73da01e958a023794ec8a8ce19a3561344b9a313444e15a5765403660d"
 53632          },
 53633          {
 53634            "alg": "SHA-512",
 53635            "content": "884d865865858a46306a3680df69f3f0efa0df1313706b54e6900d36af21e17cb6828f5a6bac551c59f7f80bdd1cb64c3fdbde44e213519c4af87969e9e70774"
 53636          },
 53637          {
 53638            "alg": "SHA3-256",
 53639            "content": "e6d8521a88ae1b3d0af623ebc54e5a041758fb545fd79936cd151550f72cdadc"
 53640          },
 53641          {
 53642            "alg": "SHA3-384",
 53643            "content": "fd973e909eac546627173f53cb12c6884c2138fd7f21425fb68f9228c4145b0448e18bfbc9bb296ecb0c83da253340c5"
 53644          },
 53645          {
 53646            "alg": "SHA3-512",
 53647            "content": "0b1efb82b2bab01389465d0d58b7119a15c328c74516fed469b44841ccd2e14d08bc370d4a4b2292c290867495b7f4f3bf392039fd1ad2f58875dc6882bd7f13"
 53648          }
 53649        ],
 53650        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53651        "purl": "pkg:maven/xalan/serializer@2.7.2?type=jar",
 53652        "externalReferences": [
 53653          {
 53654            "type": "website",
 53655            "url": "http://www.apache.org/"
 53656          },
 53657          {
 53658            "type": "mailing-list",
 53659            "url": "http://mail-archives.apache.org/mod_mbox/www-announce/"
 53660          },
 53661          {
 53662            "type": "vcs",
 53663            "url": "http://svn.apache.org/viewvc/maven/pom/tags/apache-4"
 53664          }
 53665        ]
 53666      },
 53667      {
 53668        "type": "library",
 53669        "bom-ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.27?type=jar",
 53670        "group": "net.sourceforge.htmlunit",
 53671        "name": "htmlunit-core-js",
 53672        "version": "2.27",
 53673        "description": "HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.",
 53674        "hashes": [
 53675          {
 53676            "alg": "MD5",
 53677            "content": "decb5c3041d9b6ed67202cff2e64b5c5"
 53678          },
 53679          {
 53680            "alg": "SHA-1",
 53681            "content": "ccdcd83d38d7134ef429dcca1b9ca75d299af2e6"
 53682          },
 53683          {
 53684            "alg": "SHA-256",
 53685            "content": "b617d0d579769883629b5e222b2c487543eb1b68ec540d90a7a894bf4bc356ad"
 53686          },
 53687          {
 53688            "alg": "SHA-384",
 53689            "content": "2913c92407c9432011e684b96c96fd32888e03c4382bc88e13781b58aa55c0a483f6a8faec35fc626f861eb0bf8907c9"
 53690          },
 53691          {
 53692            "alg": "SHA-512",
 53693            "content": "17727d94b4bc7bbec52eb409f04b2ce8499d55c6fe99bec54ee15a115ad00661a1e4c7c2c9c89fbd519a196417ab0c137a56d234eb575191580fc9af72d4d2b5"
 53694          },
 53695          {
 53696            "alg": "SHA3-256",
 53697            "content": "f4b541e8d4d79ffca49722697ef9fdd662e6d53c7e8269db44f83ba0b59f90c4"
 53698          },
 53699          {
 53700            "alg": "SHA3-384",
 53701            "content": "927c237fbd49e6b5b9ad325febc067fa43232555a0b68481e18ad63b5171b70884e17bdd4272836880fbe9ca6e3d49f0"
 53702          },
 53703          {
 53704            "alg": "SHA3-512",
 53705            "content": "1a3a45451f82fddcdd7c46ff1c6736e508b73f1d973d8e8e6aa5c498b1b4ee15b4b492e30e5999b2473d8e5d367b91bf55e297e0b570674f6c87aab1ac049cd2"
 53706          }
 53707        ],
 53708        "licenses": [{"license": {
 53709          "id": "MPL-2.0",
 53710          "url": "http://www.mozilla.org/MPL/2.0/"
 53711        }}],
 53712        "purl": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.27?type=jar",
 53713        "externalReferences": [{
 53714          "type": "vcs",
 53715          "url": "https://github.com/htmlunit"
 53716        }]
 53717      },
 53718      {
 53719        "type": "library",
 53720        "bom-ref": "pkg:maven/net.sourceforge.htmlunit/neko-htmlunit@2.27?type=jar",
 53721        "group": "net.sourceforge.htmlunit",
 53722        "name": "neko-htmlunit",
 53723        "version": "2.27",
 53724        "description": "HtmlUnit adaptation of NekoHtml. It has the same functionality but exposing HTMLElements to be overridden.",
 53725        "hashes": [
 53726          {
 53727            "alg": "MD5",
 53728            "content": "1c9727cabd060c35d1a3036093d0c87b"
 53729          },
 53730          {
 53731            "alg": "SHA-1",
 53732            "content": "a1afb1fd290cc6d076639d852b80943c10ace0a2"
 53733          },
 53734          {
 53735            "alg": "SHA-256",
 53736            "content": "02df52383d199390ad87931133158dc538e714bd69937a78c277b20a66c7e10a"
 53737          },
 53738          {
 53739            "alg": "SHA-384",
 53740            "content": "e38faeed186361dc0a5668ef73d46ca26d331550dd6efa76ec34561017797671f27cfaee698520080cd68968a169d806"
 53741          },
 53742          {
 53743            "alg": "SHA-512",
 53744            "content": "4be57cd9645d06cdac7240ebe9e516a43bf8d7aaf5d7bb825068a36b777870e6e6dc3e8e12f6b03692fd6f0c0d8ec7f874d32b0781aa105cf251bb5d38fd6b6e"
 53745          },
 53746          {
 53747            "alg": "SHA3-256",
 53748            "content": "b5c8df5c150ec5946fb08691d31eac77fd8251b766f92c02ed60abaeeb4ab859"
 53749          },
 53750          {
 53751            "alg": "SHA3-384",
 53752            "content": "a0620357163ecbb63c1fbce3c65260f1d0335b7fe0c4a094fcac0e85c2df781041a2b5a98521f8fa5cc562da672c6278"
 53753          },
 53754          {
 53755            "alg": "SHA3-512",
 53756            "content": "a8b4e8212b2014ae69975697c232023c84f1c761aeff79de956809bdefb56d10a83725e11f339ca785abde9b2e4b4b86443369673aeb54042ccf4efc2e8ae923"
 53757          }
 53758        ],
 53759        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53760        "purl": "pkg:maven/net.sourceforge.htmlunit/neko-htmlunit@2.27?type=jar",
 53761        "externalReferences": [
 53762          {
 53763            "type": "distribution",
 53764            "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2"
 53765          },
 53766          {
 53767            "type": "vcs",
 53768            "url": "https://sourceforge.net/p/htmlunit/code"
 53769          }
 53770        ]
 53771      },
 53772      {
 53773        "type": "library",
 53774        "bom-ref": "pkg:maven/xerces/xercesImpl@2.11.0?type=jar",
 53775        "group": "xerces",
 53776        "name": "xercesImpl",
 53777        "version": "2.11.0",
 53778        "description": "Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual. Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page. Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1. Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use.",
 53779        "hashes": [
 53780          {
 53781            "alg": "MD5",
 53782            "content": "43584adc1f895628055bad0aa98a1007"
 53783          },
 53784          {
 53785            "alg": "SHA-1",
 53786            "content": "9bb329db1cfc4e22462c9d6b43a8432f5850e92c"
 53787          },
 53788          {
 53789            "alg": "SHA-256",
 53790            "content": "175bbbd9def7a22a30e05f9c8db629c88fa5bdfc57d5658791901b54222abe1c"
 53791          },
 53792          {
 53793            "alg": "SHA-384",
 53794            "content": "fe0220353e5c77ec26e2265983ca233ac5cd3905910c395955f16fe8764e5c7069ed6ddec439f38b5c9aa07cdeb7e3c0"
 53795          },
 53796          {
 53797            "alg": "SHA-512",
 53798            "content": "3a527c420ed28a4b6aeab2c9f8b456b9b02edacfeebcee4056257bf02341cecadc89d394fce6f9487b457f6b795cdb626882ed4cf39c1049782909ff291494e5"
 53799          },
 53800          {
 53801            "alg": "SHA3-256",
 53802            "content": "1dc4b6b6901136651d36851cedf9f5d1ef1634f9d373dd13fb5bf8f4c63234bd"
 53803          },
 53804          {
 53805            "alg": "SHA3-384",
 53806            "content": "63d8b6543c6bbf83fac6dfaea09c9ea4af4f9f9e437a28c760ac5ff6b142dc4d6716dccc35e76bdc4c347d1eaa8efa3e"
 53807          },
 53808          {
 53809            "alg": "SHA3-512",
 53810            "content": "efb3c3153145f3d61b98c2104b1054d5b66d2a0098b604365a6fe754c55d345b300e413ead303160488fb3c1afd64c542fe9cf226fe33aac61130f07d394e9fd"
 53811          }
 53812        ],
 53813        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53814        "purl": "pkg:maven/xerces/xercesImpl@2.11.0?type=jar",
 53815        "externalReferences": [{
 53816          "type": "vcs",
 53817          "url": "https://svn.apache.org/repos/asf/xerces/java/"
 53818        }]
 53819      },
 53820      {
 53821        "type": "library",
 53822        "bom-ref": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.23?type=jar",
 53823        "group": "net.sourceforge.cssparser",
 53824        "name": "cssparser",
 53825        "version": "0.9.23",
 53826        "description": "A CSS parser which implements SAC (the Simple API for CSS).",
 53827        "hashes": [
 53828          {
 53829            "alg": "MD5",
 53830            "content": "610cb4ae2043feaf52b04c5c8427d468"
 53831          },
 53832          {
 53833            "alg": "SHA-1",
 53834            "content": "7c704efdbde6c75b637434a89c863721f9e97187"
 53835          },
 53836          {
 53837            "alg": "SHA-256",
 53838            "content": "62c7acc8bcbcda8ada9fcd74b18b4a27cfa11f5a993ae3a656c873a149a25302"
 53839          },
 53840          {
 53841            "alg": "SHA-384",
 53842            "content": "ca048111c388612544dd7fbf61442c9e96681c3607a366ec96347edae28ce25ec2096eb7e5397df82dfd1342a62f131a"
 53843          },
 53844          {
 53845            "alg": "SHA-512",
 53846            "content": "e5c03679e46fd1beddab3808a329d7cffd3521ff948d56746aa5cf6bfbdbde362b981c56bbed92ff2c59cf9d1ec2bfde55038955982fb7ebbc0db8833278e7d6"
 53847          },
 53848          {
 53849            "alg": "SHA3-256",
 53850            "content": "5c337b694efb9aff943de9d7b6b911b4e7ee6b53b2b846fa68fc25f5a88eeb00"
 53851          },
 53852          {
 53853            "alg": "SHA3-384",
 53854            "content": "e2d3fee05605b81988d1c70137550b01b4e959da107036eb541ed40dfd61b90e39d891604e2fd573eb307d621de2b735"
 53855          },
 53856          {
 53857            "alg": "SHA3-512",
 53858            "content": "2ea997e0f463b351f0385efc4b220bffd5f3a4af7772d9d625f8df9521748d1a7d6a2fa7f3d00c359e2b8ffcb9a15d87cc8bd843126b65364d9d3e0f9c7f2e93"
 53859          }
 53860        ],
 53861        "licenses": [{"license": {"id": "Apache-2.0"}}],
 53862        "purl": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.23?type=jar",
 53863        "externalReferences": [
 53864          {
 53865            "type": "build-system",
 53866            "url": "https://wetator.ci.cloudbees.com/job/CSSParser/"
 53867          },
 53868          {
 53869            "type": "issue-tracker",
 53870            "url": "http://sourceforge.net/p/cssparser/bugs/"
 53871          },
 53872          {
 53873            "type": "mailing-list",
 53874            "url": "http://sourceforge.net/p/cssparser/mailman/cssparser-developers"
 53875          },
 53876          {
 53877            "type": "vcs",
 53878            "url": "http://svn.code.sf.net/p/cssparser/code/trunk/cssparser"
 53879          },
 53880          {
 53881            "type": "distribution",
 53882            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 53883          }
 53884        ]
 53885      },
 53886      {
 53887        "type": "library",
 53888        "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.5.v20170502?type=jar",
 53889        "publisher": "Webtide",
 53890        "group": "org.eclipse.jetty.websocket",
 53891        "name": "websocket-client",
 53892        "version": "9.4.5.v20170502",
 53893        "description": "The Eclipse Jetty Project",
 53894        "hashes": [
 53895          {
 53896            "alg": "MD5",
 53897            "content": "bbf693c384adb4d87a31ab43a0daeb57"
 53898          },
 53899          {
 53900            "alg": "SHA-1",
 53901            "content": "5c7de9bd7d448de674267a58e91d804c65f7105a"
 53902          },
 53903          {
 53904            "alg": "SHA-256",
 53905            "content": "769d1658477e888e984e03eca6ced486c1f77c01a71f2ec60dbce96080da8696"
 53906          },
 53907          {
 53908            "alg": "SHA-384",
 53909            "content": "cb81eb817cfa909d947b0d5ae551a7c5b99129208d623ceb47acb6f320244453121cc2243d85edf15eb4a7a972713bce"
 53910          },
 53911          {
 53912            "alg": "SHA-512",
 53913            "content": "b44cac789c71746f5ac67e0018b211776d9f006c84e32e56b40129baf37eff51c55953ae9ff871e094bedc61cc16c618432841ff68d09c3557b8026b6e29241a"
 53914          },
 53915          {
 53916            "alg": "SHA3-256",
 53917            "content": "df55ab2a952ba6662e5cee296b965d6b96d45b7b6b38c31cf8ee7246f223e1ca"
 53918          },
 53919          {
 53920            "alg": "SHA3-384",
 53921            "content": "e4a09afce2ace61d65cb24b0459150bd3e49982ab7a90542ef1c03192ef88c87483ae71a5462bffde06aa0160e5f0d6f"
 53922          },
 53923          {
 53924            "alg": "SHA3-512",
 53925            "content": "3f9d44e0778ec53555cbc75278a8349a56dac126aec7e0c8246925040d061f29d82210270fb2354a451c1d340fdf8a67ff9a6d52b95b57f447a895a4f273cbe8"
 53926          }
 53927        ],
 53928        "licenses": [
 53929          {"license": {"id": "Apache-2.0"}},
 53930          {"license": {"id": "EPL-1.0"}}
 53931        ],
 53932        "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.5.v20170502?type=jar",
 53933        "externalReferences": [
 53934          {
 53935            "type": "website",
 53936            "url": "https://webtide.com"
 53937          },
 53938          {
 53939            "type": "distribution",
 53940            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 53941          },
 53942          {
 53943            "type": "issue-tracker",
 53944            "url": "https://github.com/eclipse/jetty.project/issues"
 53945          },
 53946          {
 53947            "type": "mailing-list",
 53948            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 53949          },
 53950          {
 53951            "type": "vcs",
 53952            "url": "https://github.com/eclipse/jetty.project"
 53953          }
 53954        ]
 53955      },
 53956      {
 53957        "type": "library",
 53958        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.5.v20170502?type=jar",
 53959        "publisher": "Webtide",
 53960        "group": "org.eclipse.jetty",
 53961        "name": "jetty-util",
 53962        "version": "9.4.5.v20170502",
 53963        "description": "Utility classes for Jetty",
 53964        "hashes": [
 53965          {
 53966            "alg": "MD5",
 53967            "content": "f1561e1dda5f74bcc057701343b209f8"
 53968          },
 53969          {
 53970            "alg": "SHA-1",
 53971            "content": "5fd36dfcf39110b809bd9b20cec62706ab694711"
 53972          },
 53973          {
 53974            "alg": "SHA-256",
 53975            "content": "6ccf270cbb30713ac2af27ddd7e79609842a4f89b483387549bb7eddca3ef591"
 53976          },
 53977          {
 53978            "alg": "SHA-384",
 53979            "content": "83232aaeece204115e50bfe861e30caa2fdf8897325c28a90c40832c0878983b545b689bb1773a553c49c8059c1e14c7"
 53980          },
 53981          {
 53982            "alg": "SHA-512",
 53983            "content": "78413f68cfe394cb44f4194d88c1b821b9d61af28501a9e24f709ea60f6c9c2c663207fcd989e187b18fe2af475425d60324f3011ec38469d8f2ce7b0b4f2542"
 53984          },
 53985          {
 53986            "alg": "SHA3-256",
 53987            "content": "b6cf374912e81362a7b499e14db231b2c8b3e50ebcb49aa483aef5442daf79ee"
 53988          },
 53989          {
 53990            "alg": "SHA3-384",
 53991            "content": "12d2b73617a6f86b25f6742882d2a1fbad63042792a9a9588c2f5bbaf107bc8262a3254ce707cf9ebf206b29ae21cc1b"
 53992          },
 53993          {
 53994            "alg": "SHA3-512",
 53995            "content": "7c4ba74aaf4ec4fa0fcc4c6de4643b88071bb7ead5d806fcf30c65d2741a397d27cec33bd9e351bc4debc5459fc1e883a0179bd0fba732f6c6299ad1c356ed22"
 53996          }
 53997        ],
 53998        "licenses": [
 53999          {"license": {"id": "Apache-2.0"}},
 54000          {"license": {"id": "EPL-1.0"}}
 54001        ],
 54002        "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.5.v20170502?type=jar",
 54003        "externalReferences": [
 54004          {
 54005            "type": "website",
 54006            "url": "https://webtide.com"
 54007          },
 54008          {
 54009            "type": "distribution",
 54010            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54011          },
 54012          {
 54013            "type": "issue-tracker",
 54014            "url": "https://github.com/eclipse/jetty.project/issues"
 54015          },
 54016          {
 54017            "type": "mailing-list",
 54018            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54019          },
 54020          {
 54021            "type": "vcs",
 54022            "url": "https://github.com/eclipse/jetty.project"
 54023          }
 54024        ]
 54025      },
 54026      {
 54027        "type": "library",
 54028        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.5.v20170502?type=jar",
 54029        "publisher": "Webtide",
 54030        "group": "org.eclipse.jetty",
 54031        "name": "jetty-io",
 54032        "version": "9.4.5.v20170502",
 54033        "description": "The Eclipse Jetty Project",
 54034        "hashes": [
 54035          {
 54036            "alg": "MD5",
 54037            "content": "26b721da79b60d5b076bf0bb326112de"
 54038          },
 54039          {
 54040            "alg": "SHA-1",
 54041            "content": "76086f955d4e943396b8f340fd5bae3ce4da19d9"
 54042          },
 54043          {
 54044            "alg": "SHA-256",
 54045            "content": "1bc28ea047a082470c6e541f6c58bea996e49b2c0e9ed4f2a73e3d61df2f4526"
 54046          },
 54047          {
 54048            "alg": "SHA-384",
 54049            "content": "08029abcc0e3fd6693d486170d53f325d2cd7e457c1891dd0d878aef010ebe60d3c80fd5b6727b6ceca731edbda2fea5"
 54050          },
 54051          {
 54052            "alg": "SHA-512",
 54053            "content": "9748809285945d9ed95b42a0b705ea8fef54a626df09eedba742756a5fc42ef1f9f476492d967b63f3ae26589f6bba59b46f50af1136ea9058334c50553a2ead"
 54054          },
 54055          {
 54056            "alg": "SHA3-256",
 54057            "content": "3130ffc3d736c1e0db861c376563aa796f5ee9fddf6ba2f715992ed091a6a509"
 54058          },
 54059          {
 54060            "alg": "SHA3-384",
 54061            "content": "15349fe1fe31b710bf3d5ff0afdd2d183cc2e4f2687f3bdf276113ee864e167a02c2e7db45e951218b47297b120d1bdd"
 54062          },
 54063          {
 54064            "alg": "SHA3-512",
 54065            "content": "5627d47d460be75849599b45a902e2faad93b4c41969f023fdddb17fc0fffac2b94779ff67d59ff3287098ffa824fd08cc8babef651f7301e3b792865bf95e11"
 54066          }
 54067        ],
 54068        "licenses": [
 54069          {"license": {"id": "Apache-2.0"}},
 54070          {"license": {"id": "EPL-1.0"}}
 54071        ],
 54072        "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.5.v20170502?type=jar",
 54073        "externalReferences": [
 54074          {
 54075            "type": "website",
 54076            "url": "https://webtide.com"
 54077          },
 54078          {
 54079            "type": "distribution",
 54080            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54081          },
 54082          {
 54083            "type": "issue-tracker",
 54084            "url": "https://github.com/eclipse/jetty.project/issues"
 54085          },
 54086          {
 54087            "type": "mailing-list",
 54088            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54089          },
 54090          {
 54091            "type": "vcs",
 54092            "url": "https://github.com/eclipse/jetty.project"
 54093          }
 54094        ]
 54095      },
 54096      {
 54097        "type": "library",
 54098        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.5.v20170502?type=jar",
 54099        "publisher": "Webtide",
 54100        "group": "org.eclipse.jetty",
 54101        "name": "jetty-client",
 54102        "version": "9.4.5.v20170502",
 54103        "description": "The Eclipse Jetty Project",
 54104        "hashes": [
 54105          {
 54106            "alg": "MD5",
 54107            "content": "7a074db06063a00a715a527dba17fa81"
 54108          },
 54109          {
 54110            "alg": "SHA-1",
 54111            "content": "ca35c26110afd73d4cc164682bd0d4b0c1e057cb"
 54112          },
 54113          {
 54114            "alg": "SHA-256",
 54115            "content": "40e8bed612a429b62b2017fc6cb00f953f64b4ad52eac53e4dcba8fedc4662ef"
 54116          },
 54117          {
 54118            "alg": "SHA-384",
 54119            "content": "6cbbe229d3ffd64ae19aa1da01954eb5c3d1e9b9982c7d6a4e725193c135e5302dbc2dab8b2f1cc2ee3d05301afe9bdd"
 54120          },
 54121          {
 54122            "alg": "SHA-512",
 54123            "content": "eba4bdefb1abaa31c967f9d0eacedca0013e3cfcb4897163497360992a45a8c3240f63614fc97425f79b42e9eeeb97dbd0baa606acc98cd260e90d97f7a9dde8"
 54124          },
 54125          {
 54126            "alg": "SHA3-256",
 54127            "content": "4822b7b6a19a614228a4c1565f57fb0ac5d894236749853330778c9a3e006979"
 54128          },
 54129          {
 54130            "alg": "SHA3-384",
 54131            "content": "02bba6f91f730db2bcb939e4bb18fa69bad376c597c1fa9ca6db57bb98085cbaa022d18e85d7dd362ed63a75e10b99d4"
 54132          },
 54133          {
 54134            "alg": "SHA3-512",
 54135            "content": "3378b19df72155a7e8e37d23012796110c73191ed1a80338cb9c720f4ca354f803161dc6a0d064a4e245b943954da29d916a7418f01360589291ecdc18a02721"
 54136          }
 54137        ],
 54138        "licenses": [
 54139          {"license": {"id": "Apache-2.0"}},
 54140          {"license": {"id": "EPL-1.0"}}
 54141        ],
 54142        "purl": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.5.v20170502?type=jar",
 54143        "externalReferences": [
 54144          {
 54145            "type": "website",
 54146            "url": "https://webtide.com"
 54147          },
 54148          {
 54149            "type": "distribution",
 54150            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54151          },
 54152          {
 54153            "type": "issue-tracker",
 54154            "url": "https://github.com/eclipse/jetty.project/issues"
 54155          },
 54156          {
 54157            "type": "mailing-list",
 54158            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54159          },
 54160          {
 54161            "type": "vcs",
 54162            "url": "https://github.com/eclipse/jetty.project"
 54163          }
 54164        ]
 54165      },
 54166      {
 54167        "type": "library",
 54168        "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502?type=jar",
 54169        "publisher": "Webtide",
 54170        "group": "org.eclipse.jetty",
 54171        "name": "jetty-http",
 54172        "version": "9.4.5.v20170502",
 54173        "description": "The Eclipse Jetty Project",
 54174        "hashes": [
 54175          {
 54176            "alg": "MD5",
 54177            "content": "9b346b00048151c6719aef1fa51aa1b3"
 54178          },
 54179          {
 54180            "alg": "SHA-1",
 54181            "content": "c51b8a6a67d64672889249dd958edd77bff8fc0c"
 54182          },
 54183          {
 54184            "alg": "SHA-256",
 54185            "content": "9537c9dc2ba0d70f1640a97b549fc453c4a07ef85efab28ab30476c7aff01662"
 54186          },
 54187          {
 54188            "alg": "SHA-384",
 54189            "content": "e77c8018b6d487230af0603022a89e80d812f5b6b72d0ad5fcfcda5b650a9872a4336fcbaee4dcff36724cf11fdcb00b"
 54190          },
 54191          {
 54192            "alg": "SHA-512",
 54193            "content": "dd3f1cf5d416553d9a6577bac3fd51d52622cde2197b8b85fe3864595777244242b310714a11f5ec47e4582d3ecfe3f5d6ed9571f769e9e563c9b5478bbea24c"
 54194          },
 54195          {
 54196            "alg": "SHA3-256",
 54197            "content": "b078c1fa875e03198a102e3eaf93ab01aaa870b5dba07e11c98cdef66f18d5e1"
 54198          },
 54199          {
 54200            "alg": "SHA3-384",
 54201            "content": "84eefc062cb43185db699b1f255ed88d191dc98cd0fac3f0f9d5a0c8eca45d7526e236d267ab239209ecdb02f8eb7996"
 54202          },
 54203          {
 54204            "alg": "SHA3-512",
 54205            "content": "2980c10321ea90327b1ae3c42335265c7e6e9a40f24e8a04e80b6f8ae6521e7bd45cae9608abd4e5ea21bd771e73688ca263979f8625e569f667a90a48987c07"
 54206          }
 54207        ],
 54208        "licenses": [
 54209          {"license": {"id": "Apache-2.0"}},
 54210          {"license": {"id": "EPL-1.0"}}
 54211        ],
 54212        "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502?type=jar",
 54213        "externalReferences": [
 54214          {
 54215            "type": "website",
 54216            "url": "https://webtide.com"
 54217          },
 54218          {
 54219            "type": "distribution",
 54220            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54221          },
 54222          {
 54223            "type": "issue-tracker",
 54224            "url": "https://github.com/eclipse/jetty.project/issues"
 54225          },
 54226          {
 54227            "type": "mailing-list",
 54228            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54229          },
 54230          {
 54231            "type": "vcs",
 54232            "url": "https://github.com/eclipse/jetty.project"
 54233          }
 54234        ]
 54235      },
 54236      {
 54237        "type": "library",
 54238        "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.5.v20170502?type=jar",
 54239        "publisher": "Webtide",
 54240        "group": "org.eclipse.jetty.websocket",
 54241        "name": "websocket-common",
 54242        "version": "9.4.5.v20170502",
 54243        "description": "The Eclipse Jetty Project",
 54244        "hashes": [
 54245          {
 54246            "alg": "MD5",
 54247            "content": "0a9686c893b15cf7f9ea4655a6b3663d"
 54248          },
 54249          {
 54250            "alg": "SHA-1",
 54251            "content": "2a385e7b044a1832efa4cf98bc1ea326fa0804c2"
 54252          },
 54253          {
 54254            "alg": "SHA-256",
 54255            "content": "78527ae6c2c25f064d6515776849be75164fe41bf817656b6493183124580fdf"
 54256          },
 54257          {
 54258            "alg": "SHA-384",
 54259            "content": "d2657c299d94108fb24a83860c7e68fa1356558dd79ed37be1879e9a52aa639dcddc30a0322e083d230cb266d235aefd"
 54260          },
 54261          {
 54262            "alg": "SHA-512",
 54263            "content": "c4b307c80672d074ee5b547670bc1fa2af874675b82b1756e2ff258bad0eb9d94074370dfe242ebde88bd61cd34396ece669725515409ae96a3a5793482ca239"
 54264          },
 54265          {
 54266            "alg": "SHA3-256",
 54267            "content": "6c76060cc588f68ccd735f95b2216472969d149beaa7d7190b4e0955efb17a7d"
 54268          },
 54269          {
 54270            "alg": "SHA3-384",
 54271            "content": "28c145e7dd3cbf84f5f8e9dac03bc23887b0e5b22b7b9a71d0f40c0996bb3a151f661e56ab3007f4c2f4dba13e740823"
 54272          },
 54273          {
 54274            "alg": "SHA3-512",
 54275            "content": "b17179a97af3f1857c5cc28c4790ae7b63d4fe1e86a3460e032e9502a12ed65391ff8cdc36853d286e9b79289c10ae3f690fe51b5a400ecf92c57cda83411e5d"
 54276          }
 54277        ],
 54278        "licenses": [
 54279          {"license": {"id": "Apache-2.0"}},
 54280          {"license": {"id": "EPL-1.0"}}
 54281        ],
 54282        "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.5.v20170502?type=jar",
 54283        "externalReferences": [
 54284          {
 54285            "type": "website",
 54286            "url": "https://webtide.com"
 54287          },
 54288          {
 54289            "type": "distribution",
 54290            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54291          },
 54292          {
 54293            "type": "issue-tracker",
 54294            "url": "https://github.com/eclipse/jetty.project/issues"
 54295          },
 54296          {
 54297            "type": "mailing-list",
 54298            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54299          },
 54300          {
 54301            "type": "vcs",
 54302            "url": "https://github.com/eclipse/jetty.project"
 54303          }
 54304        ]
 54305      },
 54306      {
 54307        "type": "library",
 54308        "bom-ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.5.v20170502?type=jar",
 54309        "publisher": "Webtide",
 54310        "group": "org.eclipse.jetty.websocket",
 54311        "name": "websocket-api",
 54312        "version": "9.4.5.v20170502",
 54313        "description": "The Eclipse Jetty Project",
 54314        "hashes": [
 54315          {
 54316            "alg": "MD5",
 54317            "content": "b8872a73e86e377431559f23b37925f4"
 54318          },
 54319          {
 54320            "alg": "SHA-1",
 54321            "content": "521348a576e0d70f4abb7813fa1743919ec0921a"
 54322          },
 54323          {
 54324            "alg": "SHA-256",
 54325            "content": "85f70cb5030638244c9596585a97ea958518af96874988a5f5ebf21906d33c58"
 54326          },
 54327          {
 54328            "alg": "SHA-384",
 54329            "content": "1d9b106956b04d66d6dbb24c836d37d66c1779595cbb941cd76ca1b8563abe51254e6bd7c78752e4c78d24fb0efac6d2"
 54330          },
 54331          {
 54332            "alg": "SHA-512",
 54333            "content": "a9073b3f43fdc2f2be8014a713c5affa93dc09d4330c9e4f599ed162f5771243725bcd5f2014065d1d598c0fa9e5fd84ac609a08981b14af4e65d0888c15a52d"
 54334          },
 54335          {
 54336            "alg": "SHA3-256",
 54337            "content": "525317955a4ce325e9561a154ec4648108b723e10860491224d8e26920b5afc8"
 54338          },
 54339          {
 54340            "alg": "SHA3-384",
 54341            "content": "18260a576f4c80a385014387b80a2e491df4be25fa7c78b1fefbc1826e51f89a22fe008cc4823c9c6aaa0f699c5f3665"
 54342          },
 54343          {
 54344            "alg": "SHA3-512",
 54345            "content": "8786fe67e4c56e59a5ba8bc7c434218b16623c3e20b4fdc11b9b7a9c2e47f0956de8f3b6fdc48908e0c9db76f012452e1fcb4ad4cd0385b7f58fd36abda624c2"
 54346          }
 54347        ],
 54348        "licenses": [
 54349          {"license": {"id": "Apache-2.0"}},
 54350          {"license": {"id": "EPL-1.0"}}
 54351        ],
 54352        "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.5.v20170502?type=jar",
 54353        "externalReferences": [
 54354          {
 54355            "type": "website",
 54356            "url": "https://webtide.com"
 54357          },
 54358          {
 54359            "type": "distribution",
 54360            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54361          },
 54362          {
 54363            "type": "issue-tracker",
 54364            "url": "https://github.com/eclipse/jetty.project/issues"
 54365          },
 54366          {
 54367            "type": "mailing-list",
 54368            "url": "https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html"
 54369          },
 54370          {
 54371            "type": "vcs",
 54372            "url": "https://github.com/eclipse/jetty.project"
 54373          }
 54374        ]
 54375      },
 54376      {
 54377        "type": "library",
 54378        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-opera-driver@3.14.0?type=jar",
 54379        "group": "org.seleniumhq.selenium",
 54380        "name": "selenium-opera-driver",
 54381        "version": "3.14.0",
 54382        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 54383        "hashes": [
 54384          {
 54385            "alg": "MD5",
 54386            "content": "ebe7862de7c777e8b219eb871067b956"
 54387          },
 54388          {
 54389            "alg": "SHA-1",
 54390            "content": "123ae21ad13ecc888bf3e18d5c65857df32e6a9f"
 54391          },
 54392          {
 54393            "alg": "SHA-256",
 54394            "content": "29433b7c19824540a468e8bf9ce2107e77143ff33b37fa681d6282aec737826a"
 54395          },
 54396          {
 54397            "alg": "SHA-384",
 54398            "content": "55f3f791511ecf261618d7d0e9abd060b0ef5b5701916fbad13043fb620a85286a334f7dea2611ec2c65e40dde28ba9d"
 54399          },
 54400          {
 54401            "alg": "SHA-512",
 54402            "content": "7a1ee9fa0366d4baafacb8fe21c2ad2a29dbf870974fd7e52dc2b777eeabe78eb32e44618c9db287bc4a8e142a84b6c2003b56af0b74a796450787a207aeff25"
 54403          },
 54404          {
 54405            "alg": "SHA3-256",
 54406            "content": "770f9efcd28ce5e86ae6e4e262a87a63189d9752cf95763908d7e964e50d911e"
 54407          },
 54408          {
 54409            "alg": "SHA3-384",
 54410            "content": "d484c7afa67295dd68bb07e6c71565861de426ce6ea845847343fdc6b03e58e9c829e7ec1ce6e19b435471a7949779fd"
 54411          },
 54412          {
 54413            "alg": "SHA3-512",
 54414            "content": "01d263bdb9989dc4af68c1bbaedf42ceb1fb097a1508de582d28d162241759bfc2601fa64778de638c931cc27f5dd096ad476b3f2d2054e3fef0100e8fbdd537"
 54415          }
 54416        ],
 54417        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54418        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-opera-driver@3.14.0?type=jar",
 54419        "externalReferences": [{
 54420          "type": "vcs",
 54421          "url": "https://github.com/SeleniumHQ/selenium/"
 54422        }]
 54423      },
 54424      {
 54425        "type": "library",
 54426        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@3.14.0?type=jar",
 54427        "group": "org.seleniumhq.selenium",
 54428        "name": "selenium-safari-driver",
 54429        "version": "3.14.0",
 54430        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 54431        "hashes": [
 54432          {
 54433            "alg": "MD5",
 54434            "content": "f0181fb8388fdf3c222487239519f897"
 54435          },
 54436          {
 54437            "alg": "SHA-1",
 54438            "content": "8dade249fbfc6833697592c155638f348de10fbd"
 54439          },
 54440          {
 54441            "alg": "SHA-256",
 54442            "content": "0270f8ad18910e41b1978f7bdfcc4338cd35880220e44eae673d7e035af86b33"
 54443          },
 54444          {
 54445            "alg": "SHA-384",
 54446            "content": "499b6e306b35e30413cd7199192e28b8301a981fb0a0d73379f01a734a9909ee8eeeedd0706e749b38ff471383806711"
 54447          },
 54448          {
 54449            "alg": "SHA-512",
 54450            "content": "53367d8aa391c6a0b095422cb80214557524a37abdcf9d2bd3d13fb82851c1397e5a5a12406d272ac06fdaf0c6699f46642f5528ccb878840f42c2f749c362c8"
 54451          },
 54452          {
 54453            "alg": "SHA3-256",
 54454            "content": "01d9a142dcbaa861e0d9a581d7ca699b648e6453206085a689c605e01d8b76cc"
 54455          },
 54456          {
 54457            "alg": "SHA3-384",
 54458            "content": "dc29a54240405e4d0c94e29513d7a9c05bc25d8dcb8e1980109b4a4890aa6d1fcd80949502857d41c4a29c5f26100edb"
 54459          },
 54460          {
 54461            "alg": "SHA3-512",
 54462            "content": "b27ea55de6652fbb7ca4fe3da226bcf6519b079893a7061acd94622999d03bb6ad9928e59768d85b93d57fb9407138e21ded67aef16435795fb19edd4273f350"
 54463          }
 54464        ],
 54465        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54466        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@3.14.0?type=jar",
 54467        "externalReferences": [{
 54468          "type": "vcs",
 54469          "url": "https://github.com/SeleniumHQ/selenium/"
 54470        }]
 54471      },
 54472      {
 54473        "type": "library",
 54474        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-edge-driver@3.14.0?type=jar",
 54475        "group": "org.seleniumhq.selenium",
 54476        "name": "selenium-edge-driver",
 54477        "version": "3.14.0",
 54478        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 54479        "hashes": [
 54480          {
 54481            "alg": "MD5",
 54482            "content": "cbb56b69910dee3d321291231203b1e3"
 54483          },
 54484          {
 54485            "alg": "SHA-1",
 54486            "content": "ca62365ff82c8c03861848355932ab36ddd73f57"
 54487          },
 54488          {
 54489            "alg": "SHA-256",
 54490            "content": "5248d5047858ba1638ac0d08433339106ea8abe422fc49817325829d3231c852"
 54491          },
 54492          {
 54493            "alg": "SHA-384",
 54494            "content": "d933937f9e70fdbe4d814f47efa27d96eb63192d5d8383beff73b6cf432f7187f3b63857221082cfe13f31036c18fb36"
 54495          },
 54496          {
 54497            "alg": "SHA-512",
 54498            "content": "716d725b6ec95e9d0f4bf34c2ca5d06dc62ab478112532fd339944cac7b373d1a5574fbdeaa62fc66e9f94b245adb79ef7de5588aa812e79730c1d92c5846d62"
 54499          },
 54500          {
 54501            "alg": "SHA3-256",
 54502            "content": "7398468b67e97ca36152cdf72ef61fb449405ae8f57d53ab72ad557e0f665172"
 54503          },
 54504          {
 54505            "alg": "SHA3-384",
 54506            "content": "7549fbab8ebe823606b6907be5023b1bd0ec773003e5e5ce8c519dbf9d3e7b6693d694a4cd038b13a127f069a075d8b7"
 54507          },
 54508          {
 54509            "alg": "SHA3-512",
 54510            "content": "2293c667398ee2a54cb76304257f329fdb499621079e82e9f7e3574b039d51c42894751d2111a2f6c03a188d504108ea9ae0395fadb4874e5e6c9d6cf18d8a13"
 54511          }
 54512        ],
 54513        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54514        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-edge-driver@3.14.0?type=jar",
 54515        "externalReferences": [{
 54516          "type": "vcs",
 54517          "url": "https://github.com/SeleniumHQ/selenium/"
 54518        }]
 54519      },
 54520      {
 54521        "type": "library",
 54522        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-java@3.14.0?type=jar",
 54523        "group": "org.seleniumhq.selenium",
 54524        "name": "selenium-java",
 54525        "version": "3.14.0",
 54526        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 54527        "hashes": [
 54528          {
 54529            "alg": "MD5",
 54530            "content": "3a711d29a2a34933627e694e2c5eb07e"
 54531          },
 54532          {
 54533            "alg": "SHA-1",
 54534            "content": "05b50d4072e0e51779b6e9f3594106312061bfde"
 54535          },
 54536          {
 54537            "alg": "SHA-256",
 54538            "content": "68444954199e78a5b73db6957d88dd3e5358cd2b6be36d00947d2445943e020b"
 54539          },
 54540          {
 54541            "alg": "SHA-384",
 54542            "content": "abd3a535f9757acd75d6745619470fe06e535c8be0e1a5b9e970a72902f7add9e19ba07bfb56ddfbd1e0de3725620f5e"
 54543          },
 54544          {
 54545            "alg": "SHA-512",
 54546            "content": "641e90996eacc10341d8022c43e1d7e447504e8d23d4a46eba5ac498478e447d98aa7a75cd805ce29f18e32de9dddd5f6a5f36a6a50a5cb3a976d0b98205908a"
 54547          },
 54548          {
 54549            "alg": "SHA3-256",
 54550            "content": "99c21eedcfe1a6db24a263ed0a037f6d0b91041405fcf4265a1e8c191ab65f4f"
 54551          },
 54552          {
 54553            "alg": "SHA3-384",
 54554            "content": "9ade877eb8a432032b304a47dd6adc5ce5b8cbebff9fed99a67c2670139b01e41d6ead3e8146778de58f332495ec9c9a"
 54555          },
 54556          {
 54557            "alg": "SHA3-512",
 54558            "content": "b168e08c4027e9527ff9ec3ae877bafb50d933baefc030f2dd2426e9c396d0b2c74e211535a799740867e42396615d6a22441d385a287ac86d0776f11506dde5"
 54559          }
 54560        ],
 54561        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54562        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-java@3.14.0?type=jar",
 54563        "externalReferences": [{
 54564          "type": "vcs",
 54565          "url": "https://github.com/SeleniumHQ/selenium/"
 54566        }]
 54567      },
 54568      {
 54569        "type": "library",
 54570        "bom-ref": "pkg:maven/net.bytebuddy/byte-buddy@1.8.15?type=jar",
 54571        "group": "net.bytebuddy",
 54572        "name": "byte-buddy",
 54573        "version": "1.8.15",
 54574        "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.",
 54575        "hashes": [
 54576          {
 54577            "alg": "MD5",
 54578            "content": "30885522678e56bcd4a6569c4280f2b7"
 54579          },
 54580          {
 54581            "alg": "SHA-1",
 54582            "content": "cb36fe3c70ead5fcd016856a7efff908402d86b8"
 54583          },
 54584          {
 54585            "alg": "SHA-256",
 54586            "content": "af32e420b1252c1eedef6232bd46fadafc02e0c609e086efd57a64781107a039"
 54587          },
 54588          {
 54589            "alg": "SHA-384",
 54590            "content": "1507f13e32b756262de00ff95731f4ceacc8c3e30ac7f1b19377d517e61825ea3f100ec3207db8a51a27e53f33670012"
 54591          },
 54592          {
 54593            "alg": "SHA-512",
 54594            "content": "56207b87df47859f740dc73de4bf6f152b766b9cc8fc72fe2ef01e5d01309dfc4bbcd6104f7de56cb43e59f267ad1717ebfdf9960223f2fc6673fb08e68fb104"
 54595          },
 54596          {
 54597            "alg": "SHA3-256",
 54598            "content": "16dc0448206dab2b63dfa14e2e9c9287f2b2fb3c6b582d1aca1d643ac55cb504"
 54599          },
 54600          {
 54601            "alg": "SHA3-384",
 54602            "content": "1ac87f08736e06decb34e178245f1db0332e86c4509005110b50b88d7e63b395b432edfdf8e1e501b92a5a27cafbee6d"
 54603          },
 54604          {
 54605            "alg": "SHA3-512",
 54606            "content": "efd02a7381f82eb7ec84cd0e6825ca493bea0e2025fa9666d3d79faad62ce514b8f0c36003422cc315dd9d8c169d0945a45b4332bd394be2e219bd44f268865a"
 54607          }
 54608        ],
 54609        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54610        "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.8.15?type=jar",
 54611        "externalReferences": [
 54612          {
 54613            "type": "distribution",
 54614            "url": "https://api.bintray.com/maven/raphw/maven/ByteBuddy"
 54615          },
 54616          {
 54617            "type": "issue-tracker",
 54618            "url": "https://github.com/raphw/byte-buddy/issues"
 54619          }
 54620        ]
 54621      },
 54622      {
 54623        "type": "library",
 54624        "bom-ref": "pkg:maven/org.apache.commons/commons-exec@1.3?type=jar",
 54625        "publisher": "The Apache Software Foundation",
 54626        "group": "org.apache.commons",
 54627        "name": "commons-exec",
 54628        "version": "1.3",
 54629        "description": "Apache Commons Exec is a library to reliably execute external processes from within the JVM.",
 54630        "hashes": [
 54631          {
 54632            "alg": "MD5",
 54633            "content": "8bb8fa2edfd60d5c7ed6bf9923d14aa8"
 54634          },
 54635          {
 54636            "alg": "SHA-1",
 54637            "content": "8dfb9facd0830a27b1b5f29f84593f0aeee7773b"
 54638          },
 54639          {
 54640            "alg": "SHA-256",
 54641            "content": "cb49812dc1bfb0ea4f20f398bcae1a88c6406e213e67f7524fb10d4f8ad9347b"
 54642          },
 54643          {
 54644            "alg": "SHA-384",
 54645            "content": "ae999bc27d8b2efa6fcabcaf019615754d47184740b712c9d64f23195a7499ab87e4a75fcb25a629238897d4d73c362c"
 54646          },
 54647          {
 54648            "alg": "SHA-512",
 54649            "content": "1543fb3d06491a25dabfdb889808942ed31a403ee349d59fd1c7a850b74fc826e8847ccfc9eefda111f126fe38298083cae5968c1f447d6d81005ea06449c3be"
 54650          },
 54651          {
 54652            "alg": "SHA3-256",
 54653            "content": "8a15e425d144e4930be6005515f0df6ca5ce4245c6cf04756154add0b4087a87"
 54654          },
 54655          {
 54656            "alg": "SHA3-384",
 54657            "content": "c9e24f28844d7a2490667253b6dfed467c4b0a0b1c21b3a938133a428a6b500ff7080f8e5dc9746c75df96eaaf78257d"
 54658          },
 54659          {
 54660            "alg": "SHA3-512",
 54661            "content": "ecccf73cf760ccaf95d679e0e1e6bae56f4e8a6ecd6e9420ad7d302d050aa70a00a510ec11dd7bdb6bb17c87220012ddf6a421903d97a9caf9e37cf143298530"
 54662          }
 54663        ],
 54664        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54665        "purl": "pkg:maven/org.apache.commons/commons-exec@1.3?type=jar",
 54666        "externalReferences": [
 54667          {
 54668            "type": "issue-tracker",
 54669            "url": "http://issues.apache.org/jira/browse/EXEC"
 54670          },
 54671          {
 54672            "type": "vcs",
 54673            "url": "http://svn.apache.org/viewvc/commons/proper/exec/trunk"
 54674          },
 54675          {
 54676            "type": "build-system",
 54677            "url": "https://continuum-ci.apache.org/"
 54678          },
 54679          {
 54680            "type": "mailing-list",
 54681            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 54682          },
 54683          {
 54684            "type": "website",
 54685            "url": "http://www.apache.org/"
 54686          },
 54687          {
 54688            "type": "distribution",
 54689            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 54690          }
 54691        ]
 54692      },
 54693      {
 54694        "type": "library",
 54695        "bom-ref": "pkg:maven/com.squareup.okhttp3/okhttp@3.10.0?type=jar",
 54696        "group": "com.squareup.okhttp3",
 54697        "name": "okhttp",
 54698        "version": "3.10.0",
 54699        "description": "An HTTP+HTTP/2 client for Android and Java applications",
 54700        "hashes": [
 54701          {
 54702            "alg": "MD5",
 54703            "content": "6aaeda95994c63c8901930c2866ba04b"
 54704          },
 54705          {
 54706            "alg": "SHA-1",
 54707            "content": "7ef0f1d95bf4c0b3ba30bbae25e0e562b05cf75e"
 54708          },
 54709          {
 54710            "alg": "SHA-256",
 54711            "content": "4aca3e552afb1ceb47f8956685f6295a276e49fa03f9066f8b6be83bec56fb66"
 54712          },
 54713          {
 54714            "alg": "SHA-384",
 54715            "content": "de1b7babbd07e6718ec173717708515bdf1c38b27b376a3bc4a517bccf73b33bad73e2930907b74b227003f303ee1f24"
 54716          },
 54717          {
 54718            "alg": "SHA-512",
 54719            "content": "b6cb672740ddac08c7d48ba1e2b5520367bbcbf93fa0e05879b0d039a94fd556deeee1cf69b4b319c80ad4b03a5f14828787aa17b13df44b866768bf86810157"
 54720          },
 54721          {
 54722            "alg": "SHA3-256",
 54723            "content": "ecb005fc4a9ce713029daa816a38cafb2424b0664b18d2d42227b85ffbfa7590"
 54724          },
 54725          {
 54726            "alg": "SHA3-384",
 54727            "content": "1d562113f887b87626e34331c2d0bad20ed12865e4cf486cb9ce471c79721e3cde33c5fc99843656b82b04f45256af88"
 54728          },
 54729          {
 54730            "alg": "SHA3-512",
 54731            "content": "66de308ca4de1d6f74e52d9ef8d2936733d5fad07472bfc1f2bae9b19cfacf2ce685cd63e8ffcce6fcda8485f3d58a86ca109b22ab167f7ef6428bf08e566173"
 54732          }
 54733        ],
 54734        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54735        "purl": "pkg:maven/com.squareup.okhttp3/okhttp@3.10.0?type=jar",
 54736        "externalReferences": [
 54737          {
 54738            "type": "issue-tracker",
 54739            "url": "https://github.com/square/okhttp/issues"
 54740          },
 54741          {
 54742            "type": "vcs",
 54743            "url": "https://github.com/square/okhttp/"
 54744          },
 54745          {
 54746            "type": "distribution",
 54747            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54748          }
 54749        ]
 54750      },
 54751      {
 54752        "type": "library",
 54753        "bom-ref": "pkg:maven/com.squareup.okio/okio@1.14.1?type=jar",
 54754        "group": "com.squareup.okio",
 54755        "name": "okio",
 54756        "version": "1.14.1",
 54757        "description": "A modern I/O API for Java",
 54758        "hashes": [
 54759          {
 54760            "alg": "MD5",
 54761            "content": "905eb56fac2397ea35b9034975c0483a"
 54762          },
 54763          {
 54764            "alg": "SHA-1",
 54765            "content": "3bd22672d0999a1a4d13b542b5dd855a89e69993"
 54766          },
 54767          {
 54768            "alg": "SHA-256",
 54769            "content": "227085e84f3312c735431895245de7c0a7b6f6a50adf429ac8256a150a11edc9"
 54770          },
 54771          {
 54772            "alg": "SHA-384",
 54773            "content": "9fdb4234b399cafa55152c315356634edbf2c7556446341539ec473a7c91ee2857bc54e7ea97c707d64d58e24a1fa9e7"
 54774          },
 54775          {
 54776            "alg": "SHA-512",
 54777            "content": "d44087777f61f30670f29d098b6a96031a0904e29b13063c6edfc0263d96cac62a620026268b06ebb9150c29fd7f8804ef5b4ec10c0acaed5f9c4167b6d4b01f"
 54778          },
 54779          {
 54780            "alg": "SHA3-256",
 54781            "content": "5662b8bc8067edcabc9e6613fb5bb30bdc24104a22474b11890e2a2df62d5b9a"
 54782          },
 54783          {
 54784            "alg": "SHA3-384",
 54785            "content": "3ed38edc20a1af97c8a1e88a1f5e91acdcfc7c7f1afc64b4b408a6182c1e293bd35839c0955e0fcd9a882591e5dc21ae"
 54786          },
 54787          {
 54788            "alg": "SHA3-512",
 54789            "content": "83985080ab439a36de69b665b37e586563b60063fc96d18dfbb12b85a94e560ac41aba78b7f39069f515776f417f1a1fc323a0480ee04d315e46e8221b176985"
 54790          }
 54791        ],
 54792        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54793        "purl": "pkg:maven/com.squareup.okio/okio@1.14.1?type=jar",
 54794        "externalReferences": [
 54795          {
 54796            "type": "issue-tracker",
 54797            "url": "https://github.com/square/okio/issues"
 54798          },
 54799          {
 54800            "type": "vcs",
 54801            "url": "https://github.com/square/okio/"
 54802          },
 54803          {
 54804            "type": "distribution",
 54805            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 54806          }
 54807        ]
 54808      },
 54809      {
 54810        "type": "library",
 54811        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-phantom-driver@1.2.1.Final?type=jar",
 54812        "publisher": "JBoss by Red Hat",
 54813        "group": "org.jboss.arquillian.extension",
 54814        "name": "arquillian-phantom-driver",
 54815        "version": "1.2.1.Final",
 54816        "description": "Arquillian Phantom Driver provides dependency on the GhostDriver, dependency on PhantomJS binary and provides runtime resolution of the binary artifact to enable true headless unattended testing.",
 54817        "hashes": [
 54818          {
 54819            "alg": "MD5",
 54820            "content": "770f12d42488083e0d4b06f92c7a7e92"
 54821          },
 54822          {
 54823            "alg": "SHA-1",
 54824            "content": "702848988924dded1bfbc27dd949af3496668580"
 54825          },
 54826          {
 54827            "alg": "SHA-256",
 54828            "content": "5a00b040501ddcfdb91c75e6a4859be23b009c8b4badca62328458e696c1b80f"
 54829          },
 54830          {
 54831            "alg": "SHA-384",
 54832            "content": "0232d681e2b9b65bbde37c5969ab6eb7daecdff8e84ac8f5f59af1f832af044bea078fa3ccf7744ed9c4d06156a42a4f"
 54833          },
 54834          {
 54835            "alg": "SHA-512",
 54836            "content": "587c7e435581a2645a0ba7582cee355496ff243f408dc7bd9aac47c53ec436c7082f5e01cb9c823a6e592fb1cfc6117b4779454360a3b217a263e4ba9020a586"
 54837          },
 54838          {
 54839            "alg": "SHA3-256",
 54840            "content": "2714ee999bfbcb1b17125d0fdd6ea33419aa4d6144ab83adfd5191282794b3ee"
 54841          },
 54842          {
 54843            "alg": "SHA3-384",
 54844            "content": "703533a80954e66e8aca0c8ffb363cb331a6b5d4a0e9777f7fb352f88d2b630dd4c547af1a6d371e23b4ca6290c05776"
 54845          },
 54846          {
 54847            "alg": "SHA3-512",
 54848            "content": "701aef06b8da9fef9731bb86da396447b56c867ca8804003ef8cad94d6d6885f57651a33405c4cacfad883d6b9d4114852de66865902dd1e4e9087b45010ddb9"
 54849          }
 54850        ],
 54851        "licenses": [{"license": {"id": "Apache-2.0"}}],
 54852        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-phantom-driver@1.2.1.Final?type=jar",
 54853        "externalReferences": [
 54854          {
 54855            "type": "vcs",
 54856            "url": "https://github.com/qa/arquillian-phantom-driver"
 54857          },
 54858          {
 54859            "type": "website",
 54860            "url": "http://www.jboss.org"
 54861          },
 54862          {
 54863            "type": "issue-tracker",
 54864            "url": "https://issues.jboss.org/"
 54865          },
 54866          {
 54867            "type": "mailing-list",
 54868            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 54869          }
 54870        ]
 54871      },
 54872      {
 54873        "type": "library",
 54874        "bom-ref": "pkg:maven/com.codeborne/phantomjsdriver@1.4.1?type=jar",
 54875        "group": "com.codeborne",
 54876        "name": "phantomjsdriver",
 54877        "version": "1.4.1",
 54878        "description": "PhantomJSDriver is a Java binding for the PhantomJS WebDriver, GhostDriver. The binding is developed within the GhostDriver project, and distributed through public Maven repository and Selenium official .zip package.",
 54879        "hashes": [
 54880          {
 54881            "alg": "MD5",
 54882            "content": "5a4ad9f04c527210eeb0816b00d6a5b7"
 54883          },
 54884          {
 54885            "alg": "SHA-1",
 54886            "content": "652a6c6d42a00e1dbd5cf05d35b0e690c3621824"
 54887          },
 54888          {
 54889            "alg": "SHA-256",
 54890            "content": "563b52fe26fece3f427850b34e2ac3ff4ac3a775a8f7e2640e091763ed543128"
 54891          },
 54892          {
 54893            "alg": "SHA-384",
 54894            "content": "7d77d2977e6671cf75c959da8dbdbc1235ae1ad7c100a600b3e5895fdf732f9f31a393646683343c39996a78f883c3d7"
 54895          },
 54896          {
 54897            "alg": "SHA-512",
 54898            "content": "cbf8ed69c04446d7c9785f696f04039805b830b422eedffb6fe2b626b4b451ed7aa830ef483c3beff7f08a7f99e90575b42b9b6719b8296a684712f6123a2adb"
 54899          },
 54900          {
 54901            "alg": "SHA3-256",
 54902            "content": "f8a7fd24116eebd8507c470236e4a3145d57a21dd982f19bff7e61d418d53687"
 54903          },
 54904          {
 54905            "alg": "SHA3-384",
 54906            "content": "3d3d1658b272112954582ae7c02081b50a7c24b57e77aafab30f8d6320a201dfb83d7ada47354e134ae6f5ea75671a3c"
 54907          },
 54908          {
 54909            "alg": "SHA3-512",
 54910            "content": "7c8983bd55eb4c1cfd4cd2423e9b073d2e9f59e5e81926cd315cfc3282be89b6df259d88d82c3fe0b311d69fa7368f659a6ffe936c42b6ae45f9f1df9fff74ab"
 54911          }
 54912        ],
 54913        "licenses": [{"license": {"id": "BSD-2-Clause"}}],
 54914        "purl": "pkg:maven/com.codeborne/phantomjsdriver@1.4.1?type=jar",
 54915        "externalReferences": [{
 54916          "type": "vcs",
 54917          "url": "https://github.com/codeborne/ghostdriver"
 54918        }]
 54919      },
 54920      {
 54921        "type": "library",
 54922        "bom-ref": "pkg:maven/org.jboss.arquillian.graphene/arquillian-browser-screenshooter@2.3.2?type=jar",
 54923        "publisher": "JBoss by Red Hat",
 54924        "group": "org.jboss.arquillian.graphene",
 54925        "name": "arquillian-browser-screenshooter",
 54926        "version": "2.3.2",
 54927        "description": "An extension to make screenshots during testing",
 54928        "hashes": [
 54929          {
 54930            "alg": "MD5",
 54931            "content": "f7358e35dc694c2128c578b4cde3f5ce"
 54932          },
 54933          {
 54934            "alg": "SHA-1",
 54935            "content": "4c3249f6ad88628c87837ac1dbba6d5d92ef1c39"
 54936          },
 54937          {
 54938            "alg": "SHA-256",
 54939            "content": "65b4d064c7e801fa3362d5c2875fa9f5a8a2791c293c687fbe9deccee4c339de"
 54940          },
 54941          {
 54942            "alg": "SHA-384",
 54943            "content": "35032e004eda582330cf49c7518992c28030404324b22ca4b5e5edf320a46dae32a1da4163fb7be9a21c703bf7ebdbc6"
 54944          },
 54945          {
 54946            "alg": "SHA-512",
 54947            "content": "ed1dd967621c412f18b7bfaf6f7b38453bf2782daccf800d7002a6d4852ebda1601be7bdb12d36727ad2881627234809fb24c1a1ac4ed2670608077d6fe7c3ce"
 54948          },
 54949          {
 54950            "alg": "SHA3-256",
 54951            "content": "a3a8fe676ee97a403d023acff58210cca74a9eeb460e982975cb4c78347b2b87"
 54952          },
 54953          {
 54954            "alg": "SHA3-384",
 54955            "content": "49cd2412a49ad9a35ab3b6eaf5981b1c7e9d4561b7a5a070cf7479211c88a223bfff7600f952949f47623a3cd8d66d88"
 54956          },
 54957          {
 54958            "alg": "SHA3-512",
 54959            "content": "3e622123ffdc715bd718eec669353c075457e0fa5f326b912c13c359dabde2aba40a5755f11c83df8ba89a0bdf376919a66731b824da8ef96b8afdc6e76ef3c9"
 54960          }
 54961        ],
 54962        "licenses": [{"license": {
 54963          "name": "GNU Lesser General Public License, Version 2.1",
 54964          "url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
 54965        }}],
 54966        "purl": "pkg:maven/org.jboss.arquillian.graphene/arquillian-browser-screenshooter@2.3.2?type=jar",
 54967        "externalReferences": [
 54968          {
 54969            "type": "issue-tracker",
 54970            "url": "https://issues.jboss.org/browse/ARQGRA"
 54971          },
 54972          {
 54973            "type": "vcs",
 54974            "url": "https://github.com/arquillian/arquillian-graphene"
 54975          },
 54976          {
 54977            "type": "website",
 54978            "url": "http://www.jboss.org"
 54979          },
 54980          {
 54981            "type": "mailing-list",
 54982            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 54983          }
 54984        ]
 54985      },
 54986      {
 54987        "type": "library",
 54988        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-impl-base@1.1.0.Final?type=jar",
 54989        "publisher": "JBoss by Red Hat",
 54990        "group": "org.arquillian.extension",
 54991        "name": "arquillian-recorder-screenshooter-impl-base",
 54992        "version": "1.1.0.Final",
 54993        "description": "Arquillian Recorder Screenshooter Impl Base",
 54994        "hashes": [
 54995          {
 54996            "alg": "MD5",
 54997            "content": "e8a5fefe0d127e14c992405638b15be6"
 54998          },
 54999          {
 55000            "alg": "SHA-1",
 55001            "content": "afcabc0b0a75c4c4caff74f7c5fe2869fc1db539"
 55002          },
 55003          {
 55004            "alg": "SHA-256",
 55005            "content": "84aee8e200cbaa7651bcac6cefd0998c4e3c8426c7354d9a70c92a32bb4ef234"
 55006          },
 55007          {
 55008            "alg": "SHA-384",
 55009            "content": "0c52c8b90b85858354d40350293c04617a3f6a387ba1dde374c59215926b6377acc377fba1e2684cdc119d44e59440bf"
 55010          },
 55011          {
 55012            "alg": "SHA-512",
 55013            "content": "bbb311c7773f7283eb266a8aa290780d9ee5ea1a017b81f7e43cdb48f69f050481c8439c2e68bbed1cb3f2d5f49db792eff5a8120e47bacef7a84e5f0858586a"
 55014          },
 55015          {
 55016            "alg": "SHA3-256",
 55017            "content": "ec130bcff0d862700f84eb55404a23f88c2510c8413d925e51ecc35561bc607b"
 55018          },
 55019          {
 55020            "alg": "SHA3-384",
 55021            "content": "49b8a505033fee4b6da3a57e9066a15351d58240f5d88e335a90656d791521dd5514f8b081bf531e2fb84a54bd07a14a"
 55022          },
 55023          {
 55024            "alg": "SHA3-512",
 55025            "content": "2a4684ae6d343f8b0a3655f298ac1bd33fff8bcb95db3cc7437b3d3aee1897f9f1a148880be583a314b4f6d4df3746937062e37752004d50ee9f1fdb0037db60"
 55026          }
 55027        ],
 55028        "licenses": [{"license": {
 55029          "name": "Public Domain",
 55030          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55031        }}],
 55032        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-impl-base@1.1.0.Final?type=jar",
 55033        "externalReferences": [
 55034          {
 55035            "type": "build-system",
 55036            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55037          },
 55038          {
 55039            "type": "issue-tracker",
 55040            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55041          },
 55042          {
 55043            "type": "website",
 55044            "url": "http://www.jboss.org"
 55045          },
 55046          {
 55047            "type": "mailing-list",
 55048            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55049          },
 55050          {
 55051            "type": "vcs",
 55052            "url": "http://github.com/jboss/jboss-parent-pom"
 55053          }
 55054        ]
 55055      },
 55056      {
 55057        "type": "library",
 55058        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-api@1.1.0.Final?type=jar",
 55059        "publisher": "JBoss by Red Hat",
 55060        "group": "org.arquillian.extension",
 55061        "name": "arquillian-recorder-screenshooter-api",
 55062        "version": "1.1.0.Final",
 55063        "description": "Arquillian Recorder Screenshooter API",
 55064        "hashes": [
 55065          {
 55066            "alg": "MD5",
 55067            "content": "dc399f92f77f301ac26816b0f343c3ce"
 55068          },
 55069          {
 55070            "alg": "SHA-1",
 55071            "content": "59fc18005a55f78efb11a67a0a1f3161a9ec31e4"
 55072          },
 55073          {
 55074            "alg": "SHA-256",
 55075            "content": "db2e912839dbd0e7e5ef743fab0fc4ac4b9e5ca1d31a6973ae9d6e681b836ee9"
 55076          },
 55077          {
 55078            "alg": "SHA-384",
 55079            "content": "f653d306a6e514502fc965f1dd722bbc8d9ed7f83f6568214cc0a281bc4ef12c354755612e92219c16e7d35452d565e0"
 55080          },
 55081          {
 55082            "alg": "SHA-512",
 55083            "content": "6813f27eefd73e0ee740f42e0ba85d3aaf5b3f6b81e33ab7cda8298fa31df2d790182900d0615c263d7b61c1747fe8f3ecfcf4e6e89f56ae65f67fe74e291bbd"
 55084          },
 55085          {
 55086            "alg": "SHA3-256",
 55087            "content": "35c7557b35958fe19ee14f618b215b95a8e4dc5148718e18f7f873950c2b9eb3"
 55088          },
 55089          {
 55090            "alg": "SHA3-384",
 55091            "content": "15a2aca8e34ce32809bf0321f4fd877b6d808b787292d094485b3e55bce15535708043723e7f9149f6333ba2128827af"
 55092          },
 55093          {
 55094            "alg": "SHA3-512",
 55095            "content": "387a79f4a0adb655aa6461121c41fbcb1638c04cac2f0d6e65b3eb9055f16a818394cc514969b89a7445029bca7ab689856dd1ac06eba5c0071a771c095332cd"
 55096          }
 55097        ],
 55098        "licenses": [{"license": {
 55099          "name": "Public Domain",
 55100          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55101        }}],
 55102        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-api@1.1.0.Final?type=jar",
 55103        "externalReferences": [
 55104          {
 55105            "type": "build-system",
 55106            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55107          },
 55108          {
 55109            "type": "issue-tracker",
 55110            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55111          },
 55112          {
 55113            "type": "website",
 55114            "url": "http://www.jboss.org"
 55115          },
 55116          {
 55117            "type": "mailing-list",
 55118            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55119          },
 55120          {
 55121            "type": "vcs",
 55122            "url": "http://github.com/jboss/jboss-parent-pom"
 55123          }
 55124        ]
 55125      },
 55126      {
 55127        "type": "library",
 55128        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-api@1.1.0.Final?type=jar",
 55129        "publisher": "JBoss by Red Hat",
 55130        "group": "org.arquillian.extension",
 55131        "name": "arquillian-recorder-api",
 55132        "version": "1.1.0.Final",
 55133        "description": "Arquillian Recorder API",
 55134        "hashes": [
 55135          {
 55136            "alg": "MD5",
 55137            "content": "c8ff3d7d5782dc4faad5f1ecef58915a"
 55138          },
 55139          {
 55140            "alg": "SHA-1",
 55141            "content": "0664b338385c573004bf73db5a14933d55588ce9"
 55142          },
 55143          {
 55144            "alg": "SHA-256",
 55145            "content": "60d6494f18a2f2a88e4d420408678c98f37e2e731382868e737823c30d7827c4"
 55146          },
 55147          {
 55148            "alg": "SHA-384",
 55149            "content": "815392215103eb0fd7f9704d316de3fd7979a3431cb0337360427b605e1e8af638c4242d99f72886cea8ee837f19627f"
 55150          },
 55151          {
 55152            "alg": "SHA-512",
 55153            "content": "e7748d9fedd28f1119ff86fa2cb9bbb81387bae20a3da6f4d2c18d295461e662df5e99f57b52d870aa4bca2c7da56f5a7a44f535d78e7084c6d2e3d916625e10"
 55154          },
 55155          {
 55156            "alg": "SHA3-256",
 55157            "content": "60639dcf82c80079c411a71571db39782a1594235449e799934cc261b41a3e26"
 55158          },
 55159          {
 55160            "alg": "SHA3-384",
 55161            "content": "55e907bd27177c202bcf1b8b8728ecd6c721a82f549172f8053016229e554cfa315fb202f16dd9e7f580747e53ce55b3"
 55162          },
 55163          {
 55164            "alg": "SHA3-512",
 55165            "content": "c20151bf8b1ff0ced4be3d62c2f2c676ca534fd7249b942be1f951fce1c7475707a481772b70994944121fd5e8d58e47c44cc7ea62470959a998abc5e722856d"
 55166          }
 55167        ],
 55168        "licenses": [{"license": {
 55169          "name": "Public Domain",
 55170          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55171        }}],
 55172        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-api@1.1.0.Final?type=jar",
 55173        "externalReferences": [
 55174          {
 55175            "type": "build-system",
 55176            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55177          },
 55178          {
 55179            "type": "issue-tracker",
 55180            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55181          },
 55182          {
 55183            "type": "website",
 55184            "url": "http://www.jboss.org"
 55185          },
 55186          {
 55187            "type": "mailing-list",
 55188            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55189          },
 55190          {
 55191            "type": "vcs",
 55192            "url": "http://github.com/jboss/jboss-parent-pom"
 55193          }
 55194        ]
 55195      },
 55196      {
 55197        "type": "library",
 55198        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-api@1.1.0.Final?type=jar",
 55199        "publisher": "JBoss by Red Hat",
 55200        "group": "org.arquillian.extension",
 55201        "name": "arquillian-recorder-reporter-api",
 55202        "version": "1.1.0.Final",
 55203        "description": "Arquillian Recorder Reporter API",
 55204        "hashes": [
 55205          {
 55206            "alg": "MD5",
 55207            "content": "cb8a3ae2cd3ef09b93cf68f7a597a3ec"
 55208          },
 55209          {
 55210            "alg": "SHA-1",
 55211            "content": "bb1b0220401db8eb817b36654db93e5eff7ace64"
 55212          },
 55213          {
 55214            "alg": "SHA-256",
 55215            "content": "adcb0028df73b4febb1c0a4fd158112c396c11f403d0cda749a4ff1f2c3d035a"
 55216          },
 55217          {
 55218            "alg": "SHA-384",
 55219            "content": "d0aca0a2821cd2f8440d11860df8df04b9000570d5f7310783a045a2522630eac34d406cb8b497438a290b149a96b0d4"
 55220          },
 55221          {
 55222            "alg": "SHA-512",
 55223            "content": "82998ebe168bb8ee4bbd8791c766dc15990eeec71987693e2d804b830df0aaaf3cedcf46543fc2bdc6c88b84923a73d85e2419a03d190bb9f76b93a517ee0d2b"
 55224          },
 55225          {
 55226            "alg": "SHA3-256",
 55227            "content": "d35a72a12e867b83f10cf6deebbd1940582bf21040b9e34ee67897902cfcc330"
 55228          },
 55229          {
 55230            "alg": "SHA3-384",
 55231            "content": "5de9d887b252a07504b5763aec11f9c3579dab52e7c4aac28bc088369347615cbb3fdcdda324cfdcfcbba1492f9ebb21"
 55232          },
 55233          {
 55234            "alg": "SHA3-512",
 55235            "content": "69d073d5c4bab17287580ba6cd5b9d3efab3f283cfa051194eee72b996ceb743fe71ac271dc22b261d3936145302d71a5a3e7bb2a6b922544873777c9eac35a8"
 55236          }
 55237        ],
 55238        "licenses": [{"license": {
 55239          "name": "Public Domain",
 55240          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55241        }}],
 55242        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-api@1.1.0.Final?type=jar",
 55243        "externalReferences": [
 55244          {
 55245            "type": "build-system",
 55246            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55247          },
 55248          {
 55249            "type": "issue-tracker",
 55250            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55251          },
 55252          {
 55253            "type": "website",
 55254            "url": "http://www.jboss.org"
 55255          },
 55256          {
 55257            "type": "mailing-list",
 55258            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55259          },
 55260          {
 55261            "type": "vcs",
 55262            "url": "http://github.com/jboss/jboss-parent-pom"
 55263          }
 55264        ]
 55265      },
 55266      {
 55267        "type": "library",
 55268        "bom-ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.moxy@2.5.1?type=jar",
 55269        "publisher": "Eclipse.org - EclipseLink Project",
 55270        "group": "org.eclipse.persistence",
 55271        "name": "org.eclipse.persistence.moxy",
 55272        "version": "2.5.1",
 55273        "description": "EclipseLink build based upon Git transaction f2b9fc5",
 55274        "hashes": [
 55275          {
 55276            "alg": "MD5",
 55277            "content": "b4105c696acd828c741bd72919142f2f"
 55278          },
 55279          {
 55280            "alg": "SHA-1",
 55281            "content": "2c4634eb0a35cce9ab4b76a9989a78bca501c7af"
 55282          },
 55283          {
 55284            "alg": "SHA-256",
 55285            "content": "21776bd42c3b09f962913e90353812bfa4212e27055576e363a54f119400bf27"
 55286          },
 55287          {
 55288            "alg": "SHA-384",
 55289            "content": "5303396337e6615d221f96011b2a781ba24227d7e326a6676439635f5d840543f8cd56509f73bca8c824ac5b99ff99aa"
 55290          },
 55291          {
 55292            "alg": "SHA-512",
 55293            "content": "6802cc52457fb6779460bd1ec01cbb5e41b773d825f41a3f44d9de5b55262b72d93c8b9be05acc08814c1744672f31fc191cdb612b0a3dde07321b6d2f0faff4"
 55294          },
 55295          {
 55296            "alg": "SHA3-256",
 55297            "content": "1b5ca961d55c2d7fb0c2669e1bba33ab5be7f372aae79e1281bfe7ad0d5a3a4e"
 55298          },
 55299          {
 55300            "alg": "SHA3-384",
 55301            "content": "534f6648bee1e415a3f9f47512bd4fdfabe60515c2a230ba664e48a04290cb8fc789780a17f7f45b400a339e5bee1c58"
 55302          },
 55303          {
 55304            "alg": "SHA3-512",
 55305            "content": "f6ff8161558a582ade342f7a2f257912e66eeef63bec89fa506187b863247c02f8fb47c66186c6c50a702008f595c3b2150215923adf56816909ed3076d7eeab"
 55306          }
 55307        ],
 55308        "licenses": [
 55309          {"license": {"id": "EPL-1.0"}},
 55310          {"license": {
 55311            "name": "Eclipse Distribution License v. 1.0",
 55312            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
 55313          }}
 55314        ],
 55315        "purl": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.moxy@2.5.1?type=jar",
 55316        "externalReferences": [
 55317          {
 55318            "type": "website",
 55319            "url": "http://www.eclipse.org/eclipselink"
 55320          },
 55321          {
 55322            "type": "issue-tracker",
 55323            "url": "https://bugs.eclipse.org/bugs"
 55324          },
 55325          {
 55326            "type": "mailing-list",
 55327            "url": "http://dev.eclipse.org/mhonarc/lists/eclipselink-dev"
 55328          },
 55329          {
 55330            "type": "vcs",
 55331            "url": "http://git.eclipse.org/eclipselink/eclipselink.runtime.git"
 55332          }
 55333        ]
 55334      },
 55335      {
 55336        "type": "library",
 55337        "bom-ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.core@2.5.1?type=jar",
 55338        "publisher": "Eclipse.org - EclipseLink Project",
 55339        "group": "org.eclipse.persistence",
 55340        "name": "org.eclipse.persistence.core",
 55341        "version": "2.5.1",
 55342        "description": "EclipseLink build based upon Git transaction f2b9fc5",
 55343        "hashes": [
 55344          {
 55345            "alg": "MD5",
 55346            "content": "e0a8160bdd656117483a8b16e22b98a2"
 55347          },
 55348          {
 55349            "alg": "SHA-1",
 55350            "content": "edd943f941862f5407a0fdc762262271721994a4"
 55351          },
 55352          {
 55353            "alg": "SHA-256",
 55354            "content": "2723087663c02540d3bbe549417a25000576cd51fd830f61d656bc5386b92da5"
 55355          },
 55356          {
 55357            "alg": "SHA-384",
 55358            "content": "fd7e28714f33b6a117c3ee572f18f0855a2e2c830798c3ac1545e985785a65a1797a90245881070b07ffa324ea217a42"
 55359          },
 55360          {
 55361            "alg": "SHA-512",
 55362            "content": "25b5780f768fa81d6d606f916aed1299ee5aea420d9e74d46406cd943270b1346814aa86da981e70e0adb71af535b878d5f60da87ec9f386d64c62e96afbb17d"
 55363          },
 55364          {
 55365            "alg": "SHA3-256",
 55366            "content": "72bc46bf9f1c78e476700bde0af35a0aae3056684de57e8cbe20e27c3a7945de"
 55367          },
 55368          {
 55369            "alg": "SHA3-384",
 55370            "content": "b15b49ad0c2c0130180623655e71cb1f3730a98572552657f5a2275a7a1e6f37224ffbd0b2593693cade6ad862d6bd19"
 55371          },
 55372          {
 55373            "alg": "SHA3-512",
 55374            "content": "198c2a7703cc0e107a213e29718df3d7ba067a001047ab07fa5666d80bf8fc2ec5fb9949f1ba53e6cb8622dfeabcc65cb567f87716d0d0efa8a05d086ca0c756"
 55375          }
 55376        ],
 55377        "licenses": [
 55378          {"license": {"id": "EPL-1.0"}},
 55379          {"license": {
 55380            "name": "Eclipse Distribution License v. 1.0",
 55381            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
 55382          }}
 55383        ],
 55384        "purl": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.core@2.5.1?type=jar",
 55385        "externalReferences": [
 55386          {
 55387            "type": "website",
 55388            "url": "http://www.eclipse.org/eclipselink"
 55389          },
 55390          {
 55391            "type": "issue-tracker",
 55392            "url": "https://bugs.eclipse.org/bugs"
 55393          },
 55394          {
 55395            "type": "mailing-list",
 55396            "url": "http://dev.eclipse.org/mhonarc/lists/eclipselink-dev"
 55397          },
 55398          {
 55399            "type": "vcs",
 55400            "url": "http://git.eclipse.org/eclipselink/eclipselink.runtime.git"
 55401          }
 55402        ]
 55403      },
 55404      {
 55405        "type": "library",
 55406        "bom-ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.asm@2.5.1?type=jar",
 55407        "publisher": "Eclipse.org - EclipseLink Project",
 55408        "group": "org.eclipse.persistence",
 55409        "name": "org.eclipse.persistence.asm",
 55410        "version": "2.5.1",
 55411        "description": "EclipseLink build based upon Git transaction f2b9fc5",
 55412        "hashes": [
 55413          {
 55414            "alg": "MD5",
 55415            "content": "8f3d21c3e4f3730fcddb140ca8f5fbaa"
 55416          },
 55417          {
 55418            "alg": "SHA-1",
 55419            "content": "ead0368c7fc4be2af6920a4d0df813a7a490e96d"
 55420          },
 55421          {
 55422            "alg": "SHA-256",
 55423            "content": "50e208aadb7d0ec14b9fe0fda869582ae3d60a8af156baea84deab03cc575f65"
 55424          },
 55425          {
 55426            "alg": "SHA-384",
 55427            "content": "df90f3bd17a790d641a2e6483681174b80c757013db278b2c7827bf43b619c8e85e5c73c93845b3b46353cedca1451bb"
 55428          },
 55429          {
 55430            "alg": "SHA-512",
 55431            "content": "adcf79255b9b5a9e4725114f343121c27aa1b40e1092ffaf9a270fb09f7ecdbc745187588215d81aac1c475921b1eafd2b8a2297de06ccf85761357f067e4fdd"
 55432          },
 55433          {
 55434            "alg": "SHA3-256",
 55435            "content": "91102807513d3e7543acbbee49a5a95f6ad4259eb2ed264cd0072ec985f79782"
 55436          },
 55437          {
 55438            "alg": "SHA3-384",
 55439            "content": "e99da32d6c0a0463dcce3710389fc17fcd3c5e64165d8f02431dfdb17b2d167911ff32f51a63c2aafd17c228ed1c56f5"
 55440          },
 55441          {
 55442            "alg": "SHA3-512",
 55443            "content": "30b3b0e06602a4701b79a3fa820a185f6c315276b375893f13902b798dcf1c9713c468cb799cbb0fe4672d70ee48d5b9aa097a1479c70833b09a5a7c0633c524"
 55444          }
 55445        ],
 55446        "licenses": [
 55447          {"license": {"id": "EPL-1.0"}},
 55448          {"license": {
 55449            "name": "Eclipse Distribution License v. 1.0",
 55450            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
 55451          }}
 55452        ],
 55453        "purl": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.asm@2.5.1?type=jar",
 55454        "externalReferences": [
 55455          {
 55456            "type": "website",
 55457            "url": "http://www.eclipse.org/eclipselink"
 55458          },
 55459          {
 55460            "type": "issue-tracker",
 55461            "url": "https://bugs.eclipse.org/bugs"
 55462          },
 55463          {
 55464            "type": "mailing-list",
 55465            "url": "http://dev.eclipse.org/mhonarc/lists/eclipselink-dev"
 55466          },
 55467          {
 55468            "type": "vcs",
 55469            "url": "http://git.eclipse.org/eclipselink/eclipselink.runtime.git"
 55470          }
 55471        ]
 55472      },
 55473      {
 55474        "type": "library",
 55475        "bom-ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.antlr@2.5.1?type=jar",
 55476        "publisher": "Eclipse.org - EclipseLink Project",
 55477        "group": "org.eclipse.persistence",
 55478        "name": "org.eclipse.persistence.antlr",
 55479        "version": "2.5.1",
 55480        "description": "EclipseLink build based upon Git transaction f2b9fc5",
 55481        "hashes": [
 55482          {
 55483            "alg": "MD5",
 55484            "content": "aba7cf10b66114fc307258d53ea22268"
 55485          },
 55486          {
 55487            "alg": "SHA-1",
 55488            "content": "7c230146738b780aab36973197294b4d55aecd2e"
 55489          },
 55490          {
 55491            "alg": "SHA-256",
 55492            "content": "7a98fae5dba1e08e2e027bdbd98a8983fa9a442a2b947dbdb3bbb5be555fd0bf"
 55493          },
 55494          {
 55495            "alg": "SHA-384",
 55496            "content": "4638c233d3f201cc0a2b1ae83b8a86a9c15a80e18b3c3dc0be1cc6336548ebf50ac0d7405abebfdca3299ad0d4da456c"
 55497          },
 55498          {
 55499            "alg": "SHA-512",
 55500            "content": "00f42158aceb8d709014d0cea0bd36f1f2eaa0166e5498d5aeb0dd91c2b04c75d349edf78548b7a317ad1af4d67d6a07119ba55fc4a8a16ea21932c0aaaf79ee"
 55501          },
 55502          {
 55503            "alg": "SHA3-256",
 55504            "content": "a8b2ddedda18812e4d3e697e11076233797ac45ba955e90c2b1165af99885936"
 55505          },
 55506          {
 55507            "alg": "SHA3-384",
 55508            "content": "45f9ce4c9afe3a7a873a07b0c9e6bd0d45fa8a0313b9ec5429e4a90be4fc3475534bb292b496c3203b22817fb21f4b4e"
 55509          },
 55510          {
 55511            "alg": "SHA3-512",
 55512            "content": "8a5e6bc6d4f0e38b3417078a3a588e0282fa868ccd0075c3bc5960b9bf97c68b6c478574ddb38c8c6413173d0a994bf8d31babc5c667a0191152bbfef3d793d3"
 55513          }
 55514        ],
 55515        "licenses": [
 55516          {"license": {"id": "EPL-1.0"}},
 55517          {"license": {
 55518            "name": "Eclipse Distribution License v. 1.0",
 55519            "url": "http://www.eclipse.org/org/documents/edl-v10.php"
 55520          }}
 55521        ],
 55522        "purl": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.antlr@2.5.1?type=jar",
 55523        "externalReferences": [
 55524          {
 55525            "type": "website",
 55526            "url": "http://www.eclipse.org/eclipselink"
 55527          },
 55528          {
 55529            "type": "issue-tracker",
 55530            "url": "https://bugs.eclipse.org/bugs"
 55531          },
 55532          {
 55533            "type": "mailing-list",
 55534            "url": "http://dev.eclipse.org/mhonarc/lists/eclipselink-dev"
 55535          },
 55536          {
 55537            "type": "vcs",
 55538            "url": "http://git.eclipse.org/eclipselink/eclipselink.runtime.git"
 55539          }
 55540        ]
 55541      },
 55542      {
 55543        "type": "library",
 55544        "bom-ref": "pkg:maven/com.jhlabs/filters@2.0.235?type=jar",
 55545        "group": "com.jhlabs",
 55546        "name": "filters",
 55547        "version": "2.0.235",
 55548        "description": "A collection of image processing filters.",
 55549        "hashes": [
 55550          {
 55551            "alg": "MD5",
 55552            "content": "d91073d6b28e2505e96620709626495f"
 55553          },
 55554          {
 55555            "alg": "SHA-1",
 55556            "content": "af6a2dfefef70f1ab2d7a8d1f8173f67e276b3f4"
 55557          },
 55558          {
 55559            "alg": "SHA-256",
 55560            "content": "be6a1d54ebb043495e31e25e72b440f69156a5624cdd7e1c55c47e30d4fae308"
 55561          },
 55562          {
 55563            "alg": "SHA-384",
 55564            "content": "af69f7ef3933cf32c9fca144731c15b78daafee30c006fae8a8116f8629b90507d3cd355ea02b6d4941ff462e9c0e587"
 55565          },
 55566          {
 55567            "alg": "SHA-512",
 55568            "content": "e419df2b6c7d788319c5ed5ddd2a6eec8e92970f031fd5c3f2b998448147b9bbe35537d51a9739bcd0ecb08e86d92ad9eb660447fee6d6aff087d99fa0c0e1bd"
 55569          },
 55570          {
 55571            "alg": "SHA3-256",
 55572            "content": "c3ae411bfeb4ccc09f9f1faa44d2b728c3fb83baffac90229e8a2db47c1707e7"
 55573          },
 55574          {
 55575            "alg": "SHA3-384",
 55576            "content": "882e2bf39fedfe70f94cc55f690a791f23feadcbed8b06dd0e5cf8aee6a510b9eb7ff650bae3f246fedc2e0c1fc4b56e"
 55577          },
 55578          {
 55579            "alg": "SHA3-512",
 55580            "content": "d93346e6f001404030a414d0c01c768fb8f0c9ef47c3fd47341a15edffba8823601c24a6ce4cefb6b669d32647fb966b733d20bdc272f1df581d4a14c75a2e54"
 55581          }
 55582        ],
 55583        "licenses": [{"license": {"id": "Apache-2.0"}}],
 55584        "purl": "pkg:maven/com.jhlabs/filters@2.0.235?type=jar"
 55585      },
 55586      {
 55587        "type": "library",
 55588        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-impl@1.1.0.Final?type=jar",
 55589        "publisher": "JBoss by Red Hat",
 55590        "group": "org.arquillian.extension",
 55591        "name": "arquillian-recorder-reporter-impl",
 55592        "version": "1.1.0.Final",
 55593        "description": "Arquillian Recorder Reporter Impl",
 55594        "hashes": [
 55595          {
 55596            "alg": "MD5",
 55597            "content": "18a6b28bb90496cb15b71413fe56b557"
 55598          },
 55599          {
 55600            "alg": "SHA-1",
 55601            "content": "92a5d9830177371289a7e8da961e415cf42d9eaf"
 55602          },
 55603          {
 55604            "alg": "SHA-256",
 55605            "content": "b5121015ec8a2d40a0f196b6f54b06f7a3ea5973010261436f00c7d6f3c64a1d"
 55606          },
 55607          {
 55608            "alg": "SHA-384",
 55609            "content": "3f71a1ef220d9cd151f133b829779d2206ec28762d02e2083f63bae6e1ced04f3884de151e4f3980c3056d4da9420caa"
 55610          },
 55611          {
 55612            "alg": "SHA-512",
 55613            "content": "ee4c0ef2f2b54f7dd5ea721fe13230ec532d702cdfa59ecd671d35f197be65be5224d050220b05a96a39d330bf8ce8b88c68e0c69cc402f944c52adaeb80b17d"
 55614          },
 55615          {
 55616            "alg": "SHA3-256",
 55617            "content": "43a5020e4c2a8760471d0e825e75a02bdb86151c5a0ab144a370038d2a0adc32"
 55618          },
 55619          {
 55620            "alg": "SHA3-384",
 55621            "content": "396048a67c2224e1cd6b5f570aa64d712c68841d34b8f5fcfd5a6e2774f21bc3f17131d8cf7b8d0ef52c64bb3645b36f"
 55622          },
 55623          {
 55624            "alg": "SHA3-512",
 55625            "content": "30d1c624f6eb40b930447bcf6732bf4cff9568b19667f36bf146f63b21f1844114cc6bd25ff0c957d785cd0b9def06f49e4e94f2294cbaea8346a4e6159ffe8c"
 55626          }
 55627        ],
 55628        "licenses": [{"license": {
 55629          "name": "Public Domain",
 55630          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55631        }}],
 55632        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-impl@1.1.0.Final?type=jar",
 55633        "externalReferences": [
 55634          {
 55635            "type": "build-system",
 55636            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55637          },
 55638          {
 55639            "type": "issue-tracker",
 55640            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55641          },
 55642          {
 55643            "type": "website",
 55644            "url": "http://www.jboss.org"
 55645          },
 55646          {
 55647            "type": "mailing-list",
 55648            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55649          },
 55650          {
 55651            "type": "vcs",
 55652            "url": "http://github.com/jboss/jboss-parent-pom"
 55653          }
 55654        ]
 55655      },
 55656      {
 55657        "type": "library",
 55658        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-spi@1.1.0.Final?type=jar",
 55659        "publisher": "JBoss by Red Hat",
 55660        "group": "org.arquillian.extension",
 55661        "name": "arquillian-recorder-reporter-spi",
 55662        "version": "1.1.0.Final",
 55663        "description": "Arquillian Recorder Reporter SPI",
 55664        "hashes": [
 55665          {
 55666            "alg": "MD5",
 55667            "content": "879b7687146fdd986f5d5369dc86b697"
 55668          },
 55669          {
 55670            "alg": "SHA-1",
 55671            "content": "025c820a41edfdfc1dab9ba8ca32f4618b3a59f0"
 55672          },
 55673          {
 55674            "alg": "SHA-256",
 55675            "content": "4a90b367608e42c7b9a0df4a05dfc8a87ffef03fe1e4b60b32784d86dc6f4810"
 55676          },
 55677          {
 55678            "alg": "SHA-384",
 55679            "content": "d7fa940382340fd8bc4646d2fcb805bd5df99caf3594ac7f554575b95b92b4471f9c5733673bc81e57570523e618c5c7"
 55680          },
 55681          {
 55682            "alg": "SHA-512",
 55683            "content": "f2f78bcae3b9411cca56ccfe20064d755772fb1ba8e6c230fba38b511b22e242869337fa9b576266dade5aa347dd41bdcc8f95eb17caf3b078a4e9e56aa5e219"
 55684          },
 55685          {
 55686            "alg": "SHA3-256",
 55687            "content": "f184029754480f889bbdc535d8f1afb2dc778451be042ddba6f17c376a2178f8"
 55688          },
 55689          {
 55690            "alg": "SHA3-384",
 55691            "content": "3ff47784f9a80d82e50a7175a249e5c6f4c3d46a99c45550feac3f90acb2bb1b48bde159cb248671820af656034e22dc"
 55692          },
 55693          {
 55694            "alg": "SHA3-512",
 55695            "content": "09e453702778f289acf5b01be17d0a51847ae002b192df0784411a0c826ca3181071cf7467e7e23f49f617a8a73fcc4dd4753522c7cda8d320145d9d765891c2"
 55696          }
 55697        ],
 55698        "licenses": [{"license": {
 55699          "name": "Public Domain",
 55700          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55701        }}],
 55702        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-spi@1.1.0.Final?type=jar",
 55703        "externalReferences": [
 55704          {
 55705            "type": "build-system",
 55706            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55707          },
 55708          {
 55709            "type": "issue-tracker",
 55710            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55711          },
 55712          {
 55713            "type": "website",
 55714            "url": "http://www.jboss.org"
 55715          },
 55716          {
 55717            "type": "mailing-list",
 55718            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55719          },
 55720          {
 55721            "type": "vcs",
 55722            "url": "http://github.com/jboss/jboss-parent-pom"
 55723          }
 55724        ]
 55725      },
 55726      {
 55727        "type": "library",
 55728        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-video-api@1.1.0.Final?type=jar",
 55729        "publisher": "JBoss by Red Hat",
 55730        "group": "org.arquillian.extension",
 55731        "name": "arquillian-recorder-video-api",
 55732        "version": "1.1.0.Final",
 55733        "description": "Arquillian Recorder Video API",
 55734        "hashes": [
 55735          {
 55736            "alg": "MD5",
 55737            "content": "5626f6f3954350c5b590f21adb86634a"
 55738          },
 55739          {
 55740            "alg": "SHA-1",
 55741            "content": "f386b2bb00bbffc7037baeb21ea8b3204f08d807"
 55742          },
 55743          {
 55744            "alg": "SHA-256",
 55745            "content": "24ecc655b01c1de97d11cea2d6116d26aaa54c78975030c4cc108f1a00baf7a0"
 55746          },
 55747          {
 55748            "alg": "SHA-384",
 55749            "content": "970f5c64fab5ca443621b54f5e2a8b87016b443a7ba5ae9549a225050f91849b8b9fc66324d7bae97ac07e3630ccec33"
 55750          },
 55751          {
 55752            "alg": "SHA-512",
 55753            "content": "3c51f14a50858fa7e048b83eda389056ca65b5a844f663542b98d9ad269afa67ba2f5ef2731760dbe3f20fa4f74f30c880e4914f3f62517c800f33aa08ecbb9a"
 55754          },
 55755          {
 55756            "alg": "SHA3-256",
 55757            "content": "90c9b5a5cee1d4f8353ac847e13ce7beef871abbacadac2f54bc7f3ea8168582"
 55758          },
 55759          {
 55760            "alg": "SHA3-384",
 55761            "content": "b670fe723b82109b89cab668a18919cb24cbd9d797470fcfa82e63d2721d0cda033f5b13d574fa1046f119e1615731a5"
 55762          },
 55763          {
 55764            "alg": "SHA3-512",
 55765            "content": "3ab14afd6c6777eb5c4ab6d4c7cd5724294139f652c5fed1d64fa3cb7c6e5e55de59b0186bfc9b9b576876896c88e433e79aeafb88ced3714e33806268f1d18b"
 55766          }
 55767        ],
 55768        "licenses": [{"license": {
 55769          "name": "Public Domain",
 55770          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55771        }}],
 55772        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-video-api@1.1.0.Final?type=jar",
 55773        "externalReferences": [
 55774          {
 55775            "type": "build-system",
 55776            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55777          },
 55778          {
 55779            "type": "issue-tracker",
 55780            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55781          },
 55782          {
 55783            "type": "website",
 55784            "url": "http://www.jboss.org"
 55785          },
 55786          {
 55787            "type": "mailing-list",
 55788            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55789          },
 55790          {
 55791            "type": "vcs",
 55792            "url": "http://github.com/jboss/jboss-parent-pom"
 55793          }
 55794        ]
 55795      },
 55796      {
 55797        "type": "library",
 55798        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-spi@1.1.0.Final?type=jar",
 55799        "publisher": "JBoss by Red Hat",
 55800        "group": "org.arquillian.extension",
 55801        "name": "arquillian-recorder-screenshooter-spi",
 55802        "version": "1.1.0.Final",
 55803        "description": "Arquillian Recorder Screenshooter SPI",
 55804        "hashes": [
 55805          {
 55806            "alg": "MD5",
 55807            "content": "aa0987e12aa151592533a0807654f834"
 55808          },
 55809          {
 55810            "alg": "SHA-1",
 55811            "content": "2716572d23e9cfe9cf7da29e73b37a3c127abf7c"
 55812          },
 55813          {
 55814            "alg": "SHA-256",
 55815            "content": "a219dda5ddc69341d3f1088e8878157777f5d42545d7cacad95d767eb75f7c5a"
 55816          },
 55817          {
 55818            "alg": "SHA-384",
 55819            "content": "292df347aa5000af281a9410c750545c8ee0a005519e9528e1a55a7eb932353ea0e000c7b4dd9e4f2b04be4263bfe360"
 55820          },
 55821          {
 55822            "alg": "SHA-512",
 55823            "content": "ba289179599035b9a9259341b517258582fac47422d85b349ee86adef086c311a3c1d861bf223e4e3142f2bc4547ae92052b4b84ad92a033c24b66f053bc2371"
 55824          },
 55825          {
 55826            "alg": "SHA3-256",
 55827            "content": "31d04fb8c2947e1ececa4ad7404e0002ceafa749904e89c3407f062efa4e8245"
 55828          },
 55829          {
 55830            "alg": "SHA3-384",
 55831            "content": "69625d1c888109795edb01d1a894c8ac0ca9cab76f9dc00c2732618da0fef0b4da77efffad499762dcca3ff581d56548"
 55832          },
 55833          {
 55834            "alg": "SHA3-512",
 55835            "content": "5e6c6f6503de4b4aaacf8650233bbaf2ce46e82633162fc5993983f2a71047879982b1acb6adc883fe21d0cbd6eff9b8e2ec3be3860f7906590e64ded11512f1"
 55836          }
 55837        ],
 55838        "licenses": [{"license": {
 55839          "name": "Public Domain",
 55840          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55841        }}],
 55842        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-spi@1.1.0.Final?type=jar",
 55843        "externalReferences": [
 55844          {
 55845            "type": "build-system",
 55846            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55847          },
 55848          {
 55849            "type": "issue-tracker",
 55850            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55851          },
 55852          {
 55853            "type": "website",
 55854            "url": "http://www.jboss.org"
 55855          },
 55856          {
 55857            "type": "mailing-list",
 55858            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55859          },
 55860          {
 55861            "type": "vcs",
 55862            "url": "http://github.com/jboss/jboss-parent-pom"
 55863          }
 55864        ]
 55865      },
 55866      {
 55867        "type": "library",
 55868        "bom-ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-spi@1.1.0.Final?type=jar",
 55869        "publisher": "JBoss by Red Hat",
 55870        "group": "org.arquillian.extension",
 55871        "name": "arquillian-recorder-spi",
 55872        "version": "1.1.0.Final",
 55873        "description": "Arquillian Recorder SPI",
 55874        "hashes": [
 55875          {
 55876            "alg": "MD5",
 55877            "content": "7541a1e54933892445e2e96ff2dd4d4e"
 55878          },
 55879          {
 55880            "alg": "SHA-1",
 55881            "content": "20b6df2f7cae61c35568bb509aab2cd905e9c1ea"
 55882          },
 55883          {
 55884            "alg": "SHA-256",
 55885            "content": "8bc61853c86d8beaf246f42bfcc67269d46ba8dad3bd88f021b7c86675d63eb1"
 55886          },
 55887          {
 55888            "alg": "SHA-384",
 55889            "content": "ba74745eca4a51e76d03a39f7f7d64de610178459281ec06e89b5a6cf11b1ebf5f6663aac68dc78b892e786a2cec69dc"
 55890          },
 55891          {
 55892            "alg": "SHA-512",
 55893            "content": "b0539efe9d367079bbd11b028bc2918c65a11269ae8dc11465fb31b26fc1256752446477cb6d159140cf88ce1e6f0a87b2175ab76cb39902b344dd8392ea4683"
 55894          },
 55895          {
 55896            "alg": "SHA3-256",
 55897            "content": "df424f5fd5a293382c3e3784c189e05e04eb9d6a29d0a91dee04069a6c2432a5"
 55898          },
 55899          {
 55900            "alg": "SHA3-384",
 55901            "content": "f58c17cdb17e97812943e8c770a87a76d388e458d278aa066ff95f9ab3931c8c23f40f7ddec52d922ed26d18658176d8"
 55902          },
 55903          {
 55904            "alg": "SHA3-512",
 55905            "content": "89e889a159053728e1a99fae8fecc087369ee983759a32e14d7190515f0004c92ac7d098abffdce192f1d0e559547ba1bf02151e13a2aa95b717c28a19194e4f"
 55906          }
 55907        ],
 55908        "licenses": [{"license": {
 55909          "name": "Public Domain",
 55910          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55911        }}],
 55912        "purl": "pkg:maven/org.arquillian.extension/arquillian-recorder-spi@1.1.0.Final?type=jar",
 55913        "externalReferences": [
 55914          {
 55915            "type": "build-system",
 55916            "url": "https://travis-ci.org/arquillian/arquillian-recorder"
 55917          },
 55918          {
 55919            "type": "issue-tracker",
 55920            "url": "https://issues.jboss.org/browse/ARQ/component/12319240/"
 55921          },
 55922          {
 55923            "type": "website",
 55924            "url": "http://www.jboss.org"
 55925          },
 55926          {
 55927            "type": "mailing-list",
 55928            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55929          },
 55930          {
 55931            "type": "vcs",
 55932            "url": "http://github.com/jboss/jboss-parent-pom"
 55933          }
 55934        ]
 55935      },
 55936      {
 55937        "type": "library",
 55938        "bom-ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver@2.5.1?type=jar",
 55939        "publisher": "JBoss by Red Hat",
 55940        "group": "org.jboss.arquillian.extension",
 55941        "name": "arquillian-drone-webdriver",
 55942        "version": "2.5.1",
 55943        "description": "Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)",
 55944        "hashes": [
 55945          {
 55946            "alg": "MD5",
 55947            "content": "25840953fc85d074232a039847a369fd"
 55948          },
 55949          {
 55950            "alg": "SHA-1",
 55951            "content": "b839c07f42aaa11e4914634c9795ac0eff73ebc1"
 55952          },
 55953          {
 55954            "alg": "SHA-256",
 55955            "content": "eab4ecdac302741f0bbb905cffc059ce4bec6ebc265fe0d15696b0102a3ccebd"
 55956          },
 55957          {
 55958            "alg": "SHA-384",
 55959            "content": "68f03350d6aabf3722b281fd451c5f3539bd1dd15bb311a42ecc1d258b4b0fcbcb95a4d1317523b70e6ffc44d6535edf"
 55960          },
 55961          {
 55962            "alg": "SHA-512",
 55963            "content": "13f7d6f2cdf0ac06531fc8615c9d80f7a75b37e7e94118199216c8cccb2912c64c48a59e7002c1a8f5d6a65772c44b5f2767c4eb405a109d1b3e022e522f62bd"
 55964          },
 55965          {
 55966            "alg": "SHA3-256",
 55967            "content": "49b85a3cb91f9506b7239faf5227129c2d3e07607407327f7db81bee20bb35db"
 55968          },
 55969          {
 55970            "alg": "SHA3-384",
 55971            "content": "83f21f901b7fbb9ac67fb3d94f675be6c6851433e5ff763cc89f676fe8e95fed41302afd965e8728df363ef798fda34d"
 55972          },
 55973          {
 55974            "alg": "SHA3-512",
 55975            "content": "b250ddc22bdb54931ce79bf7eb8fd6b69af4d2416d20a11aafc7d59805515852a635fc8dedba6212fd5f5a20313d5eced32e790766ded054ea0e3e5311eb5012"
 55976          }
 55977        ],
 55978        "licenses": [{"license": {
 55979          "name": "Public Domain",
 55980          "url": "http://repository.jboss.org/licenses/cc0-1.0.txt"
 55981        }}],
 55982        "purl": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver@2.5.1?type=jar",
 55983        "externalReferences": [
 55984          {
 55985            "type": "website",
 55986            "url": "http://www.jboss.org"
 55987          },
 55988          {
 55989            "type": "issue-tracker",
 55990            "url": "https://issues.jboss.org/"
 55991          },
 55992          {
 55993            "type": "mailing-list",
 55994            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 55995          },
 55996          {
 55997            "type": "vcs",
 55998            "url": "http://github.com/jboss/jboss-parent-pom"
 55999          }
 56000        ]
 56001      },
 56002      {
 56003        "type": "library",
 56004        "bom-ref": "pkg:maven/org.awaitility/awaitility@3.0.0?type=jar",
 56005        "group": "org.awaitility",
 56006        "name": "awaitility",
 56007        "version": "3.0.0",
 56008        "description": "A Java DSL for synchronizing asynchronous operations",
 56009        "hashes": [
 56010          {
 56011            "alg": "MD5",
 56012            "content": "575871963bd0eb39b120dfba18253476"
 56013          },
 56014          {
 56015            "alg": "SHA-1",
 56016            "content": "7e6b79f2b1e57eaa967b229791f31ca55aea668a"
 56017          },
 56018          {
 56019            "alg": "SHA-256",
 56020            "content": "a02982e89585a52c1c84296a895bfeb86ea250cca1a53bcfc8a14092fffa87c4"
 56021          },
 56022          {
 56023            "alg": "SHA-384",
 56024            "content": "f42e03414f2e538388bac080cd4d74a5712b57f8e8a91787ae9e1de70414e6d5d7fe6762d03644f93bad4ee182a914e5"
 56025          },
 56026          {
 56027            "alg": "SHA-512",
 56028            "content": "5133a48ecdf98dd48f28860d2f39bf328763ca2071f8a03a3ca3c3dc95077cc1e32476cdb56789ca9030683c5c449888a8d60d30fac31830b4262ff0b38b6c8a"
 56029          },
 56030          {
 56031            "alg": "SHA3-256",
 56032            "content": "cb34629b857031c0bc44897e1797fd4b2ada0e9b1c8c8b8d0210d3ae247ef3c8"
 56033          },
 56034          {
 56035            "alg": "SHA3-384",
 56036            "content": "2945ea2ceab15d78e273d5f21d5ba220f7061cd6d9e306678fc455bd3e2b56821e5db36f96ba2f114e913eb389147efa"
 56037          },
 56038          {
 56039            "alg": "SHA3-512",
 56040            "content": "ac3b61016bf196af2c9331c0ea2a9838932b4d9dd0c583af558e1ba71dcd87338a05c39d93c5f6a65fa2a7d5e277cb7da00089de1f36c3ee3ee3b753bbc37bb6"
 56041          }
 56042        ],
 56043        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56044        "purl": "pkg:maven/org.awaitility/awaitility@3.0.0?type=jar",
 56045        "externalReferences": [
 56046          {
 56047            "type": "mailing-list",
 56048            "url": "http://groups.google.com/group/awaitility/topics"
 56049          },
 56050          {
 56051            "type": "vcs",
 56052            "url": "http://github.com/awaitility/awaitility/tree/${scm.branch}"
 56053          },
 56054          {
 56055            "type": "distribution",
 56056            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 56057          }
 56058        ]
 56059      },
 56060      {
 56061        "type": "library",
 56062        "bom-ref": "pkg:maven/io.appium/java-client@6.1.0?type=jar",
 56063        "group": "io.appium",
 56064        "name": "java-client",
 56065        "version": "6.1.0",
 56066        "description": "Java client for Appium Mobile Webdriver",
 56067        "hashes": [
 56068          {
 56069            "alg": "MD5",
 56070            "content": "4343ba6d88d4ed13b0837eab335cabc4"
 56071          },
 56072          {
 56073            "alg": "SHA-1",
 56074            "content": "6bb22d04886b87f525e4ea352b1940a6ff8c471b"
 56075          },
 56076          {
 56077            "alg": "SHA-256",
 56078            "content": "b099f3cdefe7ae1d16bd42cd2a62d0cdb914a2e0895d82361f42b99e3ea3ca70"
 56079          },
 56080          {
 56081            "alg": "SHA-384",
 56082            "content": "b73c1dc1d1344f1fb4e716512b3ef3390572ba5f44f8ae5e6ee6de5af15f50e9f8d9062a0719a4c82f1da21b98d2af1b"
 56083          },
 56084          {
 56085            "alg": "SHA-512",
 56086            "content": "d7a73b6953d63e1001db5c322371c907f314e686180e2398b27c09db4e0ab6c9bd4677851fbe47bdafa75dc937c50953d7fd380a87ae4b088a300fd9cc233ee4"
 56087          },
 56088          {
 56089            "alg": "SHA3-256",
 56090            "content": "2622de061d8332729ae27f40d61b2f53b931dcc927ab5a7c7315a482250d328a"
 56091          },
 56092          {
 56093            "alg": "SHA3-384",
 56094            "content": "1741f30bb4481e3f8433a6d91751e209f316abd0d225a9e5773c4b7b932291f456ec0cf9caeaba1b291b606c09a718fd"
 56095          },
 56096          {
 56097            "alg": "SHA3-512",
 56098            "content": "eaff23264da39a82cafc86c750afeb9b6719f0013817265e1958d8692c095864cf38258b68ebb522ad89763091074f12dbf4aaf66322ca3cb2546b149f47a32a"
 56099          }
 56100        ],
 56101        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56102        "purl": "pkg:maven/io.appium/java-client@6.1.0?type=jar",
 56103        "externalReferences": [{
 56104          "type": "vcs",
 56105          "url": "https://github.com/appium/java-client"
 56106        }]
 56107      },
 56108      {
 56109        "type": "library",
 56110        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-support@3.14.0?type=jar",
 56111        "group": "org.seleniumhq.selenium",
 56112        "name": "selenium-support",
 56113        "version": "3.14.0",
 56114        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 56115        "hashes": [
 56116          {
 56117            "alg": "MD5",
 56118            "content": "a4a8cda5bd6431db4ac2912f04331f26"
 56119          },
 56120          {
 56121            "alg": "SHA-1",
 56122            "content": "2a8bfbe41c44a14f5674ea7bbcfc577259d34f99"
 56123          },
 56124          {
 56125            "alg": "SHA-256",
 56126            "content": "a3775bfedc97956d44e8c34637bfd75736f8f21fc0b3905291eded255560cff6"
 56127          },
 56128          {
 56129            "alg": "SHA-384",
 56130            "content": "b54c764f9d8976bf7ab883a4c177912e01652dcab5a9d4d08cbb43f64b00e2541b8ab1de32decec4956ed911a12554c1"
 56131          },
 56132          {
 56133            "alg": "SHA-512",
 56134            "content": "968cd40455a8706f47d1f75ae66faa6b66497b21c46ab47b12794790a67a001fbbfb771347c07003c9866c2cd8050471b9bd412c3fe03f1ed96cd0f0f7dcd8d2"
 56135          },
 56136          {
 56137            "alg": "SHA3-256",
 56138            "content": "5686791f5079d761167cb86fd6a94981e72db8b12795af9d28379a83a8717e26"
 56139          },
 56140          {
 56141            "alg": "SHA3-384",
 56142            "content": "974deb5ec6109166b237ffc72b19965099c817513e863433c9f583d39b1a487bd8ae9d5e0f3bda1c53c0ed3d017a9d9f"
 56143          },
 56144          {
 56145            "alg": "SHA3-512",
 56146            "content": "bb0d1e89d42f2d3eb1a6c484ebdd6dce0e4df3252d50fbdb06b7f30dd5129613072a42237328f44540a1fcd3ebd7c177e9286f8a8204912ccc22dca3f14b292f"
 56147          }
 56148        ],
 56149        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56150        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-support@3.14.0?type=jar",
 56151        "externalReferences": [{
 56152          "type": "vcs",
 56153          "url": "https://github.com/SeleniumHQ/selenium/"
 56154        }]
 56155      },
 56156      {
 56157        "type": "library",
 56158        "bom-ref": "pkg:maven/org.seleniumhq.selenium/selenium-api@3.14.0?type=jar",
 56159        "group": "org.seleniumhq.selenium",
 56160        "name": "selenium-api",
 56161        "version": "3.14.0",
 56162        "description": "Selenium automates browsers. That's it! What you do with that power is entirely up to you.",
 56163        "hashes": [
 56164          {
 56165            "alg": "MD5",
 56166            "content": "eef241445a2caa002afd0a7b6836c12f"
 56167          },
 56168          {
 56169            "alg": "SHA-1",
 56170            "content": "73e6db9b3cdc42966679a2112bfde9efbef16223"
 56171          },
 56172          {
 56173            "alg": "SHA-256",
 56174            "content": "1fc941f86ba4fefeae9a705c1468e65beeaeb63688e19ad3fcbda74cc883ee5b"
 56175          },
 56176          {
 56177            "alg": "SHA-384",
 56178            "content": "584df32881171d7426f18f1324a5e54555289d573f80fa9fe406e3637fbd7ded4b91b3cca0de147c37bb529c26a19b66"
 56179          },
 56180          {
 56181            "alg": "SHA-512",
 56182            "content": "431f748172b3e3587d2d468b5c7cc399318b9381db8cb82b6cafa58a7bfa094ccf044ea9adc048c5566bbb75f8dda9b814b4169444f3e1b33bd3a9a63a46773a"
 56183          },
 56184          {
 56185            "alg": "SHA3-256",
 56186            "content": "ddef3bd04b4e9bce175c286945cf22952ef5a11b58195a914f7ea0f69add5dcd"
 56187          },
 56188          {
 56189            "alg": "SHA3-384",
 56190            "content": "56d231c11725c08a2b137ecdd2dd8109f2dec0ad6515b92b07c76f9f9327f0692e08ae82aeb9ed50e385854f1fcf0853"
 56191          },
 56192          {
 56193            "alg": "SHA3-512",
 56194            "content": "e05e164bbf8d8dbe56de72ef34a577d0ed813494c9fdfac983b3645e333e017679afe5e17bc8c560971978973037c16eef04522fe9034858c02d119ed27ff60d"
 56195          }
 56196        ],
 56197        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56198        "purl": "pkg:maven/org.seleniumhq.selenium/selenium-api@3.14.0?type=jar",
 56199        "externalReferences": [{
 56200          "type": "vcs",
 56201          "url": "https://github.com/SeleniumHQ/selenium/"
 56202        }]
 56203      },
 56204      {
 56205        "type": "library",
 56206        "bom-ref": "pkg:maven/com.google.code.gson/gson@2.8.4?type=jar",
 56207        "group": "com.google.code.gson",
 56208        "name": "gson",
 56209        "version": "2.8.4",
 56210        "description": "Gson JSON library",
 56211        "hashes": [
 56212          {
 56213            "alg": "MD5",
 56214            "content": "5c5fa99b264e68546620cb81d6340e43"
 56215          },
 56216          {
 56217            "alg": "SHA-1",
 56218            "content": "d0de1ca9b69e69d1d497ee3c6009d015f64dad57"
 56219          },
 56220          {
 56221            "alg": "SHA-256",
 56222            "content": "53bc5fe7644db908e6071d6c8b59059acadce7fc14217933d7251994e8673104"
 56223          },
 56224          {
 56225            "alg": "SHA-384",
 56226            "content": "3a0c907990f426a9790c5a0068ba5d785f3fe0239607c2114ffafefcbfd7c88cad0c5a2f60dd7c3eed7d75b45234b0c3"
 56227          },
 56228          {
 56229            "alg": "SHA-512",
 56230            "content": "1abf6e872f18049b84f81c813414eee34e9641a198a3c733ccc38a86fbf0a48e78f271221b1abaaf955c18b9554f9efdc745a8be5a034736727a4d153a8c9f2e"
 56231          },
 56232          {
 56233            "alg": "SHA3-256",
 56234            "content": "4f057c9b6e226738379bbbe96e2f09d69fa521b338cf9e7c328dab19d8ccc560"
 56235          },
 56236          {
 56237            "alg": "SHA3-384",
 56238            "content": "d069f8c028be21183722bbe261348de7d2824c1a6fabb9a2a429648c0af06a6860af6055ee2ddc6f395e82fdb8602031"
 56239          },
 56240          {
 56241            "alg": "SHA3-512",
 56242            "content": "53a5c9263a1d534ebefe9c3bff1e2bf1a293a6171a06f94b298fd9f99df1a20c419faeb64443b3195983c4c6ea4182feba852d4ed9ca4ebda9fcabd9c9c9643d"
 56243          }
 56244        ],
 56245        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56246        "purl": "pkg:maven/com.google.code.gson/gson@2.8.4?type=jar",
 56247        "externalReferences": [
 56248          {
 56249            "type": "issue-tracker",
 56250            "url": "https://github.com/google/gson/issues"
 56251          },
 56252          {
 56253            "type": "vcs",
 56254            "url": "https://github.com/google/gson/"
 56255          },
 56256          {
 56257            "type": "distribution",
 56258            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 56259          }
 56260        ]
 56261      },
 56262      {
 56263        "type": "library",
 56264        "bom-ref": "pkg:maven/cglib/cglib@3.2.6?type=jar",
 56265        "group": "cglib",
 56266        "name": "cglib",
 56267        "version": "3.2.6",
 56268        "description": "cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.",
 56269        "hashes": [
 56270          {
 56271            "alg": "MD5",
 56272            "content": "288b64c489256f7efb0ba0fc8fd530bc"
 56273          },
 56274          {
 56275            "alg": "SHA-1",
 56276            "content": "07bc15a662e50ec528b78549cb9ead5c9980e201"
 56277          },
 56278          {
 56279            "alg": "SHA-256",
 56280            "content": "2d1f0f1bcc45738c9741cbbe3ae0de4c7724e51193ba6aa97d582d4e7e842ae8"
 56281          },
 56282          {
 56283            "alg": "SHA-384",
 56284            "content": "da9e1ae321ab5fa318753aba2d4368f83223eea9f772f7f21eacc106c38f7b1936f57ac9fd5b857c9f4bde9b900d45ea"
 56285          },
 56286          {
 56287            "alg": "SHA-512",
 56288            "content": "9105581a3b921f62b51322fd1bb3f4647991126062d9f136c1b0aadee338a29dba204a4fc948cbfd5ced12a1727f51ab7355071ceedcdff456efcab5fbb35e26"
 56289          },
 56290          {
 56291            "alg": "SHA3-256",
 56292            "content": "2a495c7e3efb05a382d69d247dda9d7af5321ffe496c1f0649e30367ee2e9ad4"
 56293          },
 56294          {
 56295            "alg": "SHA3-384",
 56296            "content": "99edf2d4bfb8378d49f8afbb460b4af54896b2f47ed742bb902f1d4d3ba51dcda9bb31b08c36ebdf7a338eb188dcedcd"
 56297          },
 56298          {
 56299            "alg": "SHA3-512",
 56300            "content": "a8852227e2638dc6a584a120bbb9c7f08553cd705b411aa06c013efc6fc29055e29655178627fe1ac9d2199ca809261f9e9b369beb724f9db14f88c02a7cd179"
 56301          }
 56302        ],
 56303        "licenses": [{"license": {
 56304          "name": "ASF 2.0",
 56305          "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
 56306        }}],
 56307        "purl": "pkg:maven/cglib/cglib@3.2.6?type=jar",
 56308        "externalReferences": [
 56309          {
 56310            "type": "build-system",
 56311            "url": "https://travis-ci.org/cglib/cglib"
 56312          },
 56313          {
 56314            "type": "issue-tracker",
 56315            "url": "https://github.com/cglib/cglib/issues"
 56316          },
 56317          {
 56318            "type": "vcs",
 56319            "url": "https://github.com/cglib/cglib"
 56320          },
 56321          {
 56322            "type": "distribution",
 56323            "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
 56324          }
 56325        ]
 56326      },
 56327      {
 56328        "type": "library",
 56329        "bom-ref": "pkg:maven/org.ow2.asm/asm@6.0?type=jar",
 56330        "publisher": "ObjectWeb",
 56331        "group": "org.ow2.asm",
 56332        "name": "asm",
 56333        "version": "6.0",
 56334        "description": "A very small and fast Java bytecode manipulation framework",
 56335        "hashes": [
 56336          {
 56337            "alg": "MD5",
 56338            "content": "305b31315dbca9c3cddac687b4a0e04c"
 56339          },
 56340          {
 56341            "alg": "SHA-1",
 56342            "content": "bc6fa6b19424bb9592fe43bbc20178f92d403105"
 56343          },
 56344          {
 56345            "alg": "SHA-256",
 56346            "content": "dd8971c74a4e697899a8e95caae4ea8760ea6c486dc6b97b1795e75760420461"
 56347          },
 56348          {
 56349            "alg": "SHA-384",
 56350            "content": "942dd1f28608472e3c96acc8af8ce85a5f9364b9260f3d0870f96714e9d2631095e9ca170e66a5783753dc0ee0fcd3f1"
 56351          },
 56352          {
 56353            "alg": "SHA-512",
 56354            "content": "f4718219830cfc949bdb9bdf09e3565ed9f019f3d8900d8142e356c45baf3b418be9e4e7cd6406699ad61174386e006e9816d5c75dce0e68307479aa7c96e894"
 56355          },
 56356          {
 56357            "alg": "SHA3-256",
 56358            "content": "51ace75c230a2e98f8dd6cd78b11925b4561792e74cf4680cab5f2fbd7a9d1a5"
 56359          },
 56360          {
 56361            "alg": "SHA3-384",
 56362            "content": "7c8207b0fe5b527a92d1a80aa4e5cc97fea154458bbc4be1684bb1a62ccddfac36a4a772b0b55404f8247500f854642c"
 56363          },
 56364          {
 56365            "alg": "SHA3-512",
 56366            "content": "2fcaabbed380e09c40b948d19e40ce53a2d761f5f02e3cc32706fd2bab06b34c1159bf049b39890a7f5dafbef39218c971fe594bbac36415054c6386b8e350c1"
 56367          }
 56368        ],
 56369        "licenses": [{"license": {
 56370          "name": "BSD",
 56371          "url": "http://asm.objectweb.org/license.html"
 56372        }}],
 56373        "purl": "pkg:maven/org.ow2.asm/asm@6.0?type=jar",
 56374        "externalReferences": [
 56375          {
 56376            "type": "website",
 56377            "url": "http://www.objectweb.org/"
 56378          },
 56379          {
 56380            "type": "issue-tracker",
 56381            "url": "http://forge.objectweb.org/tracker/?group_id=23"
 56382          },
 56383          {
 56384            "type": "mailing-list",
 56385            "url": "http://www.objectweb.org/wws/arc/asm"
 56386          },
 56387          {
 56388            "type": "vcs",
 56389            "url": "http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/"
 56390          },
 56391          {
 56392            "type": "distribution",
 56393            "url": "http://repository.ow2.org/nexus/service/local/staging/deploy/maven2"
 56394          }
 56395        ]
 56396      },
 56397      {
 56398        "type": "library",
 56399        "bom-ref": "pkg:maven/commons-validator/commons-validator@1.6?type=jar",
 56400        "publisher": "The Apache Software Foundation",
 56401        "group": "commons-validator",
 56402        "name": "commons-validator",
 56403        "version": "1.6",
 56404        "description": "Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.",
 56405        "hashes": [
 56406          {
 56407            "alg": "MD5",
 56408            "content": "3fd5efd8dcdd601035c123638a897833"
 56409          },
 56410          {
 56411            "alg": "SHA-1",
 56412            "content": "e989d1e87cdd60575df0765ed5bac65c905d7908"
 56413          },
 56414          {
 56415            "alg": "SHA-256",
 56416            "content": "bd62795d7068a69cbea333f6dbf9c9c1a6ad7521443fb57202a44874f240ba25"
 56417          },
 56418          {
 56419            "alg": "SHA-384",
 56420            "content": "9f2a218b7d20f9230403437eeebd74642bebf0f85a18de2454ae9de3ebaf621a4f422668d1020bd5f9242ef6f4996257"
 56421          },
 56422          {
 56423            "alg": "SHA-512",
 56424            "content": "aded530d3b79ead6ba5c44668c6d6964d7721f9617249f6aaa1c8f558ad4b3d3c1b6d78b639a4cb8dd27a671879b662fdbba0502fd04e131f3286169507df30c"
 56425          },
 56426          {
 56427            "alg": "SHA3-256",
 56428            "content": "ebc903eb4f85e2743b242fdd676a94619f8305907b1837762b258349233fbce1"
 56429          },
 56430          {
 56431            "alg": "SHA3-384",
 56432            "content": "16f3fb4ff3dacf9f0852f7a9e46bd060c7af4eccf52e393507e555a98b7f717adb2c5b84e5d330ea3592e6c825486329"
 56433          },
 56434          {
 56435            "alg": "SHA3-512",
 56436            "content": "35d964656a0834df34ba84910a5b146341ef78bcfb880546bd7c7ecfc756d0835bfb186f4c0efdec0d57c230a997142dd4b1f756d517c6a92eb33242aafd1a33"
 56437          }
 56438        ],
 56439        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56440        "purl": "pkg:maven/commons-validator/commons-validator@1.6?type=jar",
 56441        "externalReferences": [
 56442          {
 56443            "type": "issue-tracker",
 56444            "url": "http://issues.apache.org/jira/browse/VALIDATOR"
 56445          },
 56446          {
 56447            "type": "vcs",
 56448            "url": "http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_6/"
 56449          },
 56450          {
 56451            "type": "build-system",
 56452            "url": "https://builds.apache.org/"
 56453          },
 56454          {
 56455            "type": "mailing-list",
 56456            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 56457          },
 56458          {
 56459            "type": "website",
 56460            "url": "https://www.apache.org/"
 56461          },
 56462          {
 56463            "type": "distribution",
 56464            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 56465          }
 56466        ]
 56467      },
 56468      {
 56469        "type": "library",
 56470        "bom-ref": "pkg:maven/commons-beanutils/commons-beanutils@1.9.2?type=jar",
 56471        "publisher": "The Apache Software Foundation",
 56472        "group": "commons-beanutils",
 56473        "name": "commons-beanutils",
 56474        "version": "1.9.2",
 56475        "description": "Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.",
 56476        "hashes": [
 56477          {
 56478            "alg": "MD5",
 56479            "content": "9f298a2d65e68184f9ebaa938bc12106"
 56480          },
 56481          {
 56482            "alg": "SHA-1",
 56483            "content": "7a87d845ad3a155297e8f67d9008f4c1e5656b71"
 56484          },
 56485          {
 56486            "alg": "SHA-256",
 56487            "content": "23729e3a2677ed5fb164ec999ba3fcdde3f8460e5ed086b6a43d8b5d46998d42"
 56488          },
 56489          {
 56490            "alg": "SHA-384",
 56491            "content": "06b2f9251d7c90a53468efcc43b8867ffd9d01b188bcca9a0a237ca11316fe45f763fbb6e108cf6c577d97db4f309bc5"
 56492          },
 56493          {
 56494            "alg": "SHA-512",
 56495            "content": "83304764252b2a10b321c7dc655b8db74d3866d3ac5d7e37c79fb981cbdd6ea98e967304974895f9b3705741c2d8df7ca6c54906c93e985f0d0203a939971018"
 56496          },
 56497          {
 56498            "alg": "SHA3-256",
 56499            "content": "eb38fa99aa0f95f2e89f1ffd191a7fd8d804e2c3a633244f277d6cfdc70acdd8"
 56500          },
 56501          {
 56502            "alg": "SHA3-384",
 56503            "content": "1b84fa056e2abcea66603a134bc7b8819fbd317617457611253fd419fd393f7b46b6ba8fa1cd069ebb9fe3b679024533"
 56504          },
 56505          {
 56506            "alg": "SHA3-512",
 56507            "content": "d8207e85c1a11d07fc2a0b25b57a4e1e302069b8c64c40a9da556f4d02032190828b52143063595c76efc0191ccf892e7135b271aa09a02ea46fefda513f22e6"
 56508          }
 56509        ],
 56510        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56511        "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.2?type=jar",
 56512        "externalReferences": [
 56513          {
 56514            "type": "issue-tracker",
 56515            "url": "http://issues.apache.org/jira/browse/BEANUTILS"
 56516          },
 56517          {
 56518            "type": "vcs",
 56519            "url": "http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_9_2/"
 56520          },
 56521          {
 56522            "type": "build-system",
 56523            "url": "http://vmbuild.apache.org/continuum/"
 56524          },
 56525          {
 56526            "type": "mailing-list",
 56527            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 56528          },
 56529          {
 56530            "type": "website",
 56531            "url": "http://www.apache.org/"
 56532          },
 56533          {
 56534            "type": "distribution",
 56535            "url": "https://repository.apache.org/service/local/staging/deploy/maven2"
 56536          }
 56537        ]
 56538      },
 56539      {
 56540        "type": "library",
 56541        "bom-ref": "pkg:maven/commons-digester/commons-digester@1.8.1?type=jar",
 56542        "publisher": "The Apache Software Foundation",
 56543        "group": "commons-digester",
 56544        "name": "commons-digester",
 56545        "version": "1.8.1",
 56546        "description": "The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.",
 56547        "hashes": [
 56548          {
 56549            "alg": "MD5",
 56550            "content": "5002ecf033f5a79e398155823badb36a"
 56551          },
 56552          {
 56553            "alg": "SHA-1",
 56554            "content": "3dec9b9c7ea9342d4dbe8c38560080d85b44a015"
 56555          },
 56556          {
 56557            "alg": "SHA-256",
 56558            "content": "b97b72b4201137262215dca60ceb84e6b664bf7fe428a4d62729de0239cafdb6"
 56559          },
 56560          {
 56561            "alg": "SHA-384",
 56562            "content": "64b3b08aec4de3423334c60488e08642a6e1b900f76ff66eb7c780d30d353b1c2cd70c8b3474c5a2a6aaf9858bea956f"
 56563          },
 56564          {
 56565            "alg": "SHA-512",
 56566            "content": "8c97f2025869c80dcd930fbc5fb4955a254ca5e7a9bb9766276c1ec43abf9a995141d9df0c654e61b8aa70811f5887088ac911159f1fa710a7830e39d7f506f3"
 56567          },
 56568          {
 56569            "alg": "SHA3-256",
 56570            "content": "b4b3046b7c87573a4169ec0fb3b4807fb1769c3d1e504cf70feb81a46b02d23b"
 56571          },
 56572          {
 56573            "alg": "SHA3-384",
 56574            "content": "a02ce2afa3c6a18fcbe15ee2425cc570b6b397bee4a0271f0a2570ecec25ddbf5f586fd890c5220a9f00829ac42294ec"
 56575          },
 56576          {
 56577            "alg": "SHA3-512",
 56578            "content": "b41c77af4cc8082e23d6a63895f512b533005c4cd4ec7cde7b5b6fed8cf949d5028b9552f02f14104f00e5f1d89b374633f78c8f02233ade910347bec174b802"
 56579          }
 56580        ],
 56581        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56582        "purl": "pkg:maven/commons-digester/commons-digester@1.8.1?type=jar",
 56583        "externalReferences": [
 56584          {
 56585            "type": "issue-tracker",
 56586            "url": "http://issues.apache.org/jira/browse/DIGESTER"
 56587          },
 56588          {
 56589            "type": "vcs",
 56590            "url": "http://svn.apache.org/viewvc/commons/proper/digester/tags/DIGESTER_1_8_1"
 56591          },
 56592          {
 56593            "type": "build-system",
 56594            "url": "http://vmbuild.apache.org/continuum/"
 56595          },
 56596          {
 56597            "type": "mailing-list",
 56598            "url": "http://mail-archives.apache.org/mod_mbox/commons-user/"
 56599          },
 56600          {
 56601            "type": "website",
 56602            "url": "http://www.apache.org/"
 56603          }
 56604        ]
 56605      },
 56606      {
 56607        "type": "library",
 56608        "bom-ref": "pkg:maven/org.springframework/spring-context@5.0.5.RELEASE?type=jar",
 56609        "publisher": "Spring IO",
 56610        "group": "org.springframework",
 56611        "name": "spring-context",
 56612        "version": "5.0.5.RELEASE",
 56613        "description": "Spring Context",
 56614        "hashes": [
 56615          {
 56616            "alg": "MD5",
 56617            "content": "0b5681097790036a3244012f825b60db"
 56618          },
 56619          {
 56620            "alg": "SHA-1",
 56621            "content": "9cca4bf5acb693249a01c218f471c677b951d6e2"
 56622          },
 56623          {
 56624            "alg": "SHA-256",
 56625            "content": "82dd82e805cdebf55103e4bcb67c85d766665ee33a15b7f4b033863477d26a1e"
 56626          },
 56627          {
 56628            "alg": "SHA-384",
 56629            "content": "9a077a1ac176b03396d3ac81832d116d8cecdd47eaaa99d3f5b55b944cd5c7867d1fd6ca969ce4d74b2eae6a3131be87"
 56630          },
 56631          {
 56632            "alg": "SHA-512",
 56633            "content": "7d28db918ab72773cfbc7bf6a8bd64204eb1fe19e14852b652b54fd874f8535931041a540ca38ec771696c3cdb4a512bf3f5546761bb1372d70ca3aaf86f4ad1"
 56634          },
 56635          {
 56636            "alg": "SHA3-256",
 56637            "content": "a9738db8e8b383dce72da6ea4947e71f7cc6559008d4c0d14801ef8a326e3a79"
 56638          },
 56639          {
 56640            "alg": "SHA3-384",
 56641            "content": "eeb719719a36141de728b1cccfcc1a1ed54a7219e6df63fc8cf817b4b31fbf3c7ff1b9a0bcfdcb89a74dee43a2f94ddf"
 56642          },
 56643          {
 56644            "alg": "SHA3-512",
 56645            "content": "9757c982a6e0266117207100633585d7f7bfb3ff0dfbbbb2d30ae070e3afb791ca86888322eda3289153c3dd11174663dae314eb1d9998f6ff720fcc4e4450f6"
 56646          }
 56647        ],
 56648        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56649        "purl": "pkg:maven/org.springframework/spring-context@5.0.5.RELEASE?type=jar",
 56650        "externalReferences": [
 56651          {
 56652            "type": "website",
 56653            "url": "http://projects.spring.io/spring-framework"
 56654          },
 56655          {
 56656            "type": "issue-tracker",
 56657            "url": "https://jira.springsource.org/browse/SPR"
 56658          },
 56659          {
 56660            "type": "vcs",
 56661            "url": "https://github.com/spring-projects/spring-framework"
 56662          }
 56663        ]
 56664      },
 56665      {
 56666        "type": "library",
 56667        "bom-ref": "pkg:maven/org.springframework/spring-aop@5.0.5.RELEASE?type=jar",
 56668        "publisher": "Spring IO",
 56669        "group": "org.springframework",
 56670        "name": "spring-aop",
 56671        "version": "5.0.5.RELEASE",
 56672        "description": "Spring AOP",
 56673        "hashes": [
 56674          {
 56675            "alg": "MD5",
 56676            "content": "cadac0a0a42d54e5a94ab13e9824ee73"
 56677          },
 56678          {
 56679            "alg": "SHA-1",
 56680            "content": "b11b61b94d7fb752a1c9bf3461d655c3084fae47"
 56681          },
 56682          {
 56683            "alg": "SHA-256",
 56684            "content": "347b27caecd859a6e62aa40dd5868f9a3e76e03fccea70e10c1ddba5bf177b3d"
 56685          },
 56686          {
 56687            "alg": "SHA-384",
 56688            "content": "63016b508e1b689c550f7054c1ee1a472a6e6a766f270b8e107210c56946d9482d004fbf4e9bcf63edfe466764eebbd7"
 56689          },
 56690          {
 56691            "alg": "SHA-512",
 56692            "content": "02677a196f06dfe96b7856fea4958b23d9013253870b3a30cbd73794038cae678577a216e09bc6e272a8886aba4e35624d4be1c4837bd77bca0fd7494e46f44f"
 56693          },
 56694          {
 56695            "alg": "SHA3-256",
 56696            "content": "4d11b4b8f7e713e5b6e4bf2f356206c5a458b96a5a807b8d61db51979c1fa654"
 56697          },
 56698          {
 56699            "alg": "SHA3-384",
 56700            "content": "2d201a1a85b8697e0d8c7cf138e89a5e2ce0510c6e0f62647193dca072c984bd9f7363f8f2f3e047631584dcf80d2f8a"
 56701          },
 56702          {
 56703            "alg": "SHA3-512",
 56704            "content": "4b8ccd33ef2427bd2ddb44a201a41ec69b5be79d339ce267dc25c36182d691696643433b1e5e444f114ea4069a466f66dd3e74f67ca8bf286e67198215c7a865"
 56705          }
 56706        ],
 56707        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56708        "purl": "pkg:maven/org.springframework/spring-aop@5.0.5.RELEASE?type=jar",
 56709        "externalReferences": [
 56710          {
 56711            "type": "website",
 56712            "url": "http://projects.spring.io/spring-framework"
 56713          },
 56714          {
 56715            "type": "issue-tracker",
 56716            "url": "https://jira.springsource.org/browse/SPR"
 56717          },
 56718          {
 56719            "type": "vcs",
 56720            "url": "https://github.com/spring-projects/spring-framework"
 56721          }
 56722        ]
 56723      },
 56724      {
 56725        "type": "library",
 56726        "bom-ref": "pkg:maven/org.springframework/spring-beans@5.0.5.RELEASE?type=jar",
 56727        "publisher": "Spring IO",
 56728        "group": "org.springframework",
 56729        "name": "spring-beans",
 56730        "version": "5.0.5.RELEASE",
 56731        "description": "Spring Beans",
 56732        "hashes": [
 56733          {
 56734            "alg": "MD5",
 56735            "content": "90a6ee8a8d1db99deed70a1ec2724fd7"
 56736          },
 56737          {
 56738            "alg": "SHA-1",
 56739            "content": "984445863c0bbdaaf860615762d998b471a6bf92"
 56740          },
 56741          {
 56742            "alg": "SHA-256",
 56743            "content": "dab1f19aafd2d53137c886b806cdc2a4f2193e66f55b96a37d10fb92fd204663"
 56744          },
 56745          {
 56746            "alg": "SHA-384",
 56747            "content": "504b7d3e8248a6e01660aab26ba28c2086c9f0bfc38c300f30b06cee7c2f8e6e858179bfaea29cde919a974941b8dd47"
 56748          },
 56749          {
 56750            "alg": "SHA-512",
 56751            "content": "27d39022704e1faed427eb8bb8430772dd0716bd9e9b73e1644c9bd3e8f4b73a59538f7f7c61358e165232867ae7febb036e5b7b03f568faf09a1e660869b88f"
 56752          },
 56753          {
 56754            "alg": "SHA3-256",
 56755            "content": "dd5534ea81efbc3ad6a24b0d7948621d4eaebb4887148392a85c829ec0757e77"
 56756          },
 56757          {
 56758            "alg": "SHA3-384",
 56759            "content": "9201204f40b460e9721cfc365bef2ad8a1421acd742892004ffc79b6e45ecf19bfbeee23642ef615dad4802fd944b2c2"
 56760          },
 56761          {
 56762            "alg": "SHA3-512",
 56763            "content": "3a5560a6b6a24c49a93269982f165292de46de5e19b9ce0dfe5b47b5e523802e3f7b634be8e9e27c1579ca483dd4ea9ff8e1af8e02be93373eb19709beda55be"
 56764          }
 56765        ],
 56766        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56767        "purl": "pkg:maven/org.springframework/spring-beans@5.0.5.RELEASE?type=jar",
 56768        "externalReferences": [
 56769          {
 56770            "type": "website",
 56771            "url": "http://projects.spring.io/spring-framework"
 56772          },
 56773          {
 56774            "type": "issue-tracker",
 56775            "url": "https://jira.springsource.org/browse/SPR"
 56776          },
 56777          {
 56778            "type": "vcs",
 56779            "url": "https://github.com/spring-projects/spring-framework"
 56780          }
 56781        ]
 56782      },
 56783      {
 56784        "type": "library",
 56785        "bom-ref": "pkg:maven/org.springframework/spring-core@5.0.5.RELEASE?type=jar",
 56786        "publisher": "Spring IO",
 56787        "group": "org.springframework",
 56788        "name": "spring-core",
 56789        "version": "5.0.5.RELEASE",
 56790        "description": "Spring Core",
 56791        "hashes": [
 56792          {
 56793            "alg": "MD5",
 56794            "content": "988f815ea07b27f70cc2932c4b8c8392"
 56795          },
 56796          {
 56797            "alg": "SHA-1",
 56798            "content": "1bd9feb1d9dac6accd27f5244b6c47cfcb55045c"
 56799          },
 56800          {
 56801            "alg": "SHA-256",
 56802            "content": "49fd3a5ae95ad46cd3b43302150246fdb4abeb1f99fad0ea8c843ec79092ba69"
 56803          },
 56804          {
 56805            "alg": "SHA-384",
 56806            "content": "b19f27a2f851aba2ccafccd2da0e14040e38344af1bb06051e3e82344e807a68f21f78752c932c96466b4849f3f8ef71"
 56807          },
 56808          {
 56809            "alg": "SHA-512",
 56810            "content": "7077f0206d95998de23a4a900f446d8d1712acb370dddc3cafe892b1cad5f8d6b6aea71080808ae99dc0b29ba027597af4d7a92c7bfea882204e9b2ebf4a2e73"
 56811          },
 56812          {
 56813            "alg": "SHA3-256",
 56814            "content": "d78348767485fde4afa96fe1e954669f101f8f79737db53aed3e37453c772981"
 56815          },
 56816          {
 56817            "alg": "SHA3-384",
 56818            "content": "c86114031c765f7766be0c44fcd846d4e6a81a1d97fe58312b7688f9f01873e92f0796f125184ac3f2aefb7fdeed9138"
 56819          },
 56820          {
 56821            "alg": "SHA3-512",
 56822            "content": "7df3102e7ad8a2bc7ba76a640ebbd6f847a18467a485657729069483178fdf91163542765bc8d79bc409978998076ecc251ffe922e92ffa6853e7e4dc8aeb6eb"
 56823          }
 56824        ],
 56825        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56826        "purl": "pkg:maven/org.springframework/spring-core@5.0.5.RELEASE?type=jar",
 56827        "externalReferences": [
 56828          {
 56829            "type": "website",
 56830            "url": "http://projects.spring.io/spring-framework"
 56831          },
 56832          {
 56833            "type": "issue-tracker",
 56834            "url": "https://jira.springsource.org/browse/SPR"
 56835          },
 56836          {
 56837            "type": "vcs",
 56838            "url": "https://github.com/spring-projects/spring-framework"
 56839          }
 56840        ]
 56841      },
 56842      {
 56843        "type": "library",
 56844        "bom-ref": "pkg:maven/org.springframework/spring-jcl@5.0.5.RELEASE?type=jar",
 56845        "publisher": "Spring IO",
 56846        "group": "org.springframework",
 56847        "name": "spring-jcl",
 56848        "version": "5.0.5.RELEASE",
 56849        "description": "Spring Commons Logging Bridge",
 56850        "hashes": [
 56851          {
 56852            "alg": "MD5",
 56853            "content": "e0f5ea39bc55be9f60a12ca2d8d48ec2"
 56854          },
 56855          {
 56856            "alg": "SHA-1",
 56857            "content": "f4a2854b9d865e8b86717595aec16f877f8c6489"
 56858          },
 56859          {
 56860            "alg": "SHA-256",
 56861            "content": "285ac46f7a2a8d1ebeefbbf0d53d0b19a81cccb4f2bb4b79bf1a8d6720f208c8"
 56862          },
 56863          {
 56864            "alg": "SHA-384",
 56865            "content": "66c2a1288b0659a5242b8f90b53f5b2940f4e751aea620666f1c4b2ef239c874b4331cba22b243d6f6461be0ef532fdc"
 56866          },
 56867          {
 56868            "alg": "SHA-512",
 56869            "content": "f43e2793980d3ad9c4c8096ab103486f857a299a9addc9dab6873911c0507ade6f285452c3dab9582f34dff2e47f63a3dd94ed87ff61d47736e3d2c1eb4f9fee"
 56870          },
 56871          {
 56872            "alg": "SHA3-256",
 56873            "content": "d42c0059b8c8db589ed69d8c2f9647545d32f69aeed9864449c36251aa536877"
 56874          },
 56875          {
 56876            "alg": "SHA3-384",
 56877            "content": "8b29bd345d23eb852883207757823de8b721f1d0224e9c6c22fac5beb4884b4306219d9ad1789d892face3f7eff957b7"
 56878          },
 56879          {
 56880            "alg": "SHA3-512",
 56881            "content": "f2797182be24d699ef54da801eda776e37d50746469e7e642bab022535aa353e346286ab31f8c0b6c57a2b3a0d363577785b0ddd3431970ba61bfd58683a766b"
 56882          }
 56883        ],
 56884        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56885        "purl": "pkg:maven/org.springframework/spring-jcl@5.0.5.RELEASE?type=jar",
 56886        "externalReferences": [
 56887          {
 56888            "type": "website",
 56889            "url": "http://projects.spring.io/spring-framework"
 56890          },
 56891          {
 56892            "type": "issue-tracker",
 56893            "url": "https://jira.springsource.org/browse/SPR"
 56894          },
 56895          {
 56896            "type": "vcs",
 56897            "url": "https://github.com/spring-projects/spring-framework"
 56898          }
 56899        ]
 56900      },
 56901      {
 56902        "type": "library",
 56903        "bom-ref": "pkg:maven/org.springframework/spring-expression@5.0.5.RELEASE?type=jar",
 56904        "publisher": "Spring IO",
 56905        "group": "org.springframework",
 56906        "name": "spring-expression",
 56907        "version": "5.0.5.RELEASE",
 56908        "description": "Spring Expression Language (SpEL)",
 56909        "hashes": [
 56910          {
 56911            "alg": "MD5",
 56912            "content": "9677c528a2215d259d6ff0d820d1b415"
 56913          },
 56914          {
 56915            "alg": "SHA-1",
 56916            "content": "fc6c7a95aeb7d00f4c65c338b08d97767eb0dd99"
 56917          },
 56918          {
 56919            "alg": "SHA-256",
 56920            "content": "0b935cc876323f04c9ad0015d7cb304f15fd62486d28e73e4f98ed1ed2dff828"
 56921          },
 56922          {
 56923            "alg": "SHA-384",
 56924            "content": "d439970298a690de6ac03d0959c06174cf1416158c89bf548ba096cd19a949c09eae2ff097e4cd0e5942371434369474"
 56925          },
 56926          {
 56927            "alg": "SHA-512",
 56928            "content": "073d4f1870560333b1027dbdc7ca36e9618e9abdd4e77f1988f8460b9a0f4406e79203b43f8af15e0e357beca92c1a4017e8dcc1221def9d130d09163dea8f16"
 56929          },
 56930          {
 56931            "alg": "SHA3-256",
 56932            "content": "5741a1c621c2f6e20bcf8d58feccb4606b1644941d36e29366851f8d0b828de2"
 56933          },
 56934          {
 56935            "alg": "SHA3-384",
 56936            "content": "9b3780f2610397781cb23c2b7d92a95eae72426b51593c393db7b8c1f698dd326b1f4768d71dc778e78076a19d2cedcd"
 56937          },
 56938          {
 56939            "alg": "SHA3-512",
 56940            "content": "42aedbbfafc343e9c618a97f4e2bc9d58c99ce92315dc6cdd9d38438fa543e9abb42ddab45dcf405a7b1d4f390fc9c69ea604dc13ecec1b170a148cb9d30ed5c"
 56941          }
 56942        ],
 56943        "licenses": [{"license": {"id": "Apache-2.0"}}],
 56944        "purl": "pkg:maven/org.springframework/spring-expression@5.0.5.RELEASE?type=jar",
 56945        "externalReferences": [
 56946          {
 56947            "type": "website",
 56948            "url": "http://projects.spring.io/spring-framework"
 56949          },
 56950          {
 56951            "type": "issue-tracker",
 56952            "url": "https://jira.springsource.org/browse/SPR"
 56953          },
 56954          {
 56955            "type": "vcs",
 56956            "url": "https://github.com/spring-projects/spring-framework"
 56957          }
 56958        ]
 56959      },
 56960      {
 56961        "type": "library",
 56962        "bom-ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.1?type=jar",
 56963        "group": "org.aspectj",
 56964        "name": "aspectjweaver",
 56965        "version": "1.9.1",
 56966        "description": "The AspectJ weaver introduces advices to java classes",
 56967        "hashes": [
 56968          {
 56969            "alg": "MD5",
 56970            "content": "d2326f9d12d5791d7d1c85316cedef45"
 56971          },
 56972          {
 56973            "alg": "SHA-1",
 56974            "content": "286d98dc6bed3021f76a241d593fd713515777dd"
 56975          },
 56976          {
 56977            "alg": "SHA-256",
 56978            "content": "d6aae4a4c5e3d4ca5b39c6550cdbb1fda066cd1edf7ed5e87a50217688a0e82c"
 56979          },
 56980          {
 56981            "alg": "SHA-384",
 56982            "content": "ec690f2304541fc613150c22deaa4b1fa32d0427114b23c2ea411d0a1b381aa9d03d322aed31c5a7e30c099c96bdfcf5"
 56983          },
 56984          {
 56985            "alg": "SHA-512",
 56986            "content": "149ea82b0df63a9717da176fe272212f05079ab325d3a00b1111d09b30b6ab0aaf89a9e344d40ce598c8f6049679d32503c3d85e69a337a4d4083417a30bfb9e"
 56987          },
 56988          {
 56989            "alg": "SHA3-256",
 56990            "content": "d88193805efc8d5d21acd01da7318eaa37fbc20979667c2cc73b92f61b7b22e9"
 56991          },
 56992          {
 56993            "alg": "SHA3-384",
 56994            "content": "070a543f0f4312152c77d9930aa0a4765d0a7422de5d0efb6decfc2bb96bbd3ea944d08abf8dfe539f15911ef4dce2bb"
 56995          },
 56996          {
 56997            "alg": "SHA3-512",
 56998            "content": "7784123083f77826fe81159f1f4063f12ad868c8d63b185c16038a1d8e08e16cbc1d9d3eec42dfb9dbd4c7d586c7a1ed62b6f8da87fd7758af579978f434d8a6"
 56999          }
 57000        ],
 57001        "licenses": [{"license": {"id": "EPL-1.0"}}],
 57002        "purl": "pkg:maven/org.aspectj/aspectjweaver@1.9.1?type=jar",
 57003        "externalReferences": [{
 57004          "type": "vcs",
 57005          "url": "http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project"
 57006        }]
 57007      },
 57008      {
 57009        "type": "library",
 57010        "bom-ref": "pkg:maven/org.openpnp/opencv@3.2.0-1?type=jar",
 57011        "group": "org.openpnp",
 57012        "name": "opencv",
 57013        "version": "3.2.0-1",
 57014        "description": "OpenCV packaged with native libraries and loader for multiple platforms.",
 57015        "hashes": [
 57016          {
 57017            "alg": "MD5",
 57018            "content": "b4ec0fb333b0f8fd2ecebb0d799108ed"
 57019          },
 57020          {
 57021            "alg": "SHA-1",
 57022            "content": "98bc368c7b490392fbe05a4121b7781fc112fbe8"
 57023          },
 57024          {
 57025            "alg": "SHA-256",
 57026            "content": "88727be586694d2ae6419cce49756b4413d866a527f340189b31833113703d8a"
 57027          },
 57028          {
 57029            "alg": "SHA-384",
 57030            "content": "c91689b5ffe0764f47ff97a4d0e181104df1d9f9090459387d2c4c67c5c7a0b58c5783095c743ea563639d29f4bf2790"
 57031          },
 57032          {
 57033            "alg": "SHA-512",
 57034            "content": "d7041190ba4ea0fc5684b61b5b7828cc571a64699e7697df3cfb314efd9b20704df050d1c8d6983a65c808fc84ca39b00a237fd48e34333426714a410e4d24c5"
 57035          },
 57036          {
 57037            "alg": "SHA3-256",
 57038            "content": "795ba51caa0dad2bb78d2fc51963e1be05c2acc231826f2460cf323c58278e89"
 57039          },
 57040          {
 57041            "alg": "SHA3-384",
 57042            "content": "5da97fdf18a712259aa0e54fa9343534f90b506d6bd12d26d5e2609d7a730378e74ff39f6f3838acf49cf828d5de4feb"
 57043          },
 57044          {
 57045            "alg": "SHA3-512",
 57046            "content": "bb149eab70da5e3bd3c69201721ce5a248c0a31db70bfa7d6ed0b9263e7e37ec968febdc28be2a7a4e5eff14b757380b1f5a62198b4297898c3d44cb4f3bf708"
 57047          }
 57048        ],
 57049        "licenses": [{"license": {
 57050          "name": "BSD License",
 57051          "url": "http://github.com/Itseez/opencv/raw/master/LICENSE"
 57052        }}],
 57053        "purl": "pkg:maven/org.openpnp/opencv@3.2.0-1?type=jar",
 57054        "externalReferences": [
 57055          {
 57056            "type": "issue-tracker",
 57057            "url": "http://github.com/openpnp/opencv/issues"
 57058          },
 57059          {
 57060            "type": "vcs",
 57061            "url": "http://github.com/openpnp/opencv"
 57062          }
 57063        ]
 57064      },
 57065      {
 57066        "type": "library",
 57067        "bom-ref": "pkg:maven/jfree/jfreechart@1.0.13?type=jar",
 57068        "publisher": "JFree.org",
 57069        "group": "jfree",
 57070        "name": "jfreechart",
 57071        "version": "1.0.13",
 57072        "description": "JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.",
 57073        "hashes": [
 57074          {
 57075            "alg": "MD5",
 57076            "content": "b81510adabce052bd789277556963d73"
 57077          },
 57078          {
 57079            "alg": "SHA-1",
 57080            "content": "b5fbdc552c4caec3dac4b4dcbc10d119a194946e"
 57081          },
 57082          {
 57083            "alg": "SHA-256",
 57084            "content": "62fc1c7a98fd59b760e4324e95a63ec6aadf10dfc817af808a86b1891776d2ad"
 57085          },
 57086          {
 57087            "alg": "SHA-384",
 57088            "content": "1617ee67f2935072c84395c011ab2e85e59ff82a0430b0453c1b273a29585519e46b5745a2611c58368f2057db188b10"
 57089          },
 57090          {
 57091            "alg": "SHA-512",
 57092            "content": "bd2c0633f4259f48b45602c99a09f3b2d6833b113d32288d3ba41242af3b359867f880b16075d92730e509a6e372e33d1ba3baa9994b01ee5d105fea9229d8d9"
 57093          },
 57094          {
 57095            "alg": "SHA3-256",
 57096            "content": "27a5dc5b9bedf41b5aedf2e710c77ca1d4b9260987e9bc46bbc36a7c7f3026b5"
 57097          },
 57098          {
 57099            "alg": "SHA3-384",
 57100            "content": "597f326fbdca7ebe67b2c2de1124482541af0396918089bd0cf31e2a626c47d69dfc009307813d72816005820ce586ea"
 57101          },
 57102          {
 57103            "alg": "SHA3-512",
 57104            "content": "06b164164a4daf7c609e27e268bd0777d153f945b1a1d7db4648fe821722c82284d5090cea655b290cfcbbd523d182665add347c9fe582e93f9cee6f27187969"
 57105          }
 57106        ],
 57107        "licenses": [{"license": {
 57108          "name": "GNU Lesser General Public Licence",
 57109          "url": "http://www.gnu.org/licenses/lgpl.txt"
 57110        }}],
 57111        "purl": "pkg:maven/jfree/jfreechart@1.0.13?type=jar",
 57112        "externalReferences": [
 57113          {
 57114            "type": "website",
 57115            "url": "http://www.jfree.org/"
 57116          },
 57117          {
 57118            "type": "vcs",
 57119            "url": "http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/"
 57120          }
 57121        ]
 57122      },
 57123      {
 57124        "type": "library",
 57125        "bom-ref": "pkg:maven/jfree/jcommon@1.0.16?type=jar",
 57126        "publisher": "JFree.org",
 57127        "group": "jfree",
 57128        "name": "jcommon",
 57129        "version": "1.0.16",
 57130        "description": "JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.",
 57131        "hashes": [
 57132          {
 57133            "alg": "MD5",
 57134            "content": "9b67a2a8ba65bb07611e5732da60fe0e"
 57135          },
 57136          {
 57137            "alg": "SHA-1",
 57138            "content": "348f9e02dfd982b105133aea7f702baca4427364"
 57139          },
 57140          {
 57141            "alg": "SHA-256",
 57142            "content": "2993af89ce598a1c2164dff4bc92166d8f787796a656525cf6c1f21813febeed"
 57143          },
 57144          {
 57145            "alg": "SHA-384",
 57146            "content": "44cedab78ce621c19a3d542986b472a5229a8856d1950a090257e22a4aa259394a108925b674ddd653cc5d29ca784b19"
 57147          },
 57148          {
 57149            "alg": "SHA-512",
 57150            "content": "7584dad500247aa3fdf040fa198567a54e0065070ccfe4b585e13829913fa3f329051c8d4ccf73ec6bba3caca808d445cada5055c284ad7c43313c6194884723"
 57151          },
 57152          {
 57153            "alg": "SHA3-256",
 57154            "content": "862044b3fe2b3e0f074b71da7becbe55183518a8e6552fed71f818861d4f00ad"
 57155          },
 57156          {
 57157            "alg": "SHA3-384",
 57158            "content": "63ad2d53b35caf7f0b1d4cdf0037f1e54ecad7ccd4290f6d89b0cf4bc0b071f3fa5f8fa8d3e725f4075fa2b74c0e46c1"
 57159          },
 57160          {
 57161            "alg": "SHA3-512",
 57162            "content": "0a2f5f08608118de95b381df825d02cb898b44f074dd02c735f88273cf03e63d4a93d54c0625a134983aca9777b74af49713796670c866335f1d3672bdd115fc"
 57163          }
 57164        ],
 57165        "licenses": [{"license": {
 57166          "name": "GNU Lesser General Public Licence",
 57167          "url": "http://www.gnu.org/licenses/lgpl.txt"
 57168        }}],
 57169        "purl": "pkg:maven/jfree/jcommon@1.0.16?type=jar",
 57170        "externalReferences": [
 57171          {
 57172            "type": "website",
 57173            "url": "http://www.jfree.org/"
 57174          },
 57175          {
 57176            "type": "vcs",
 57177            "url": "http://jfreechart.cvs.sourceforge.net/jfreechart/jcommon/"
 57178          }
 57179        ]
 57180      },
 57181      {
 57182        "type": "library",
 57183        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-test-apps-servlets@10.0.2?type=jar",
 57184        "publisher": "JBoss by Red Hat",
 57185        "group": "org.keycloak.testsuite",
 57186        "name": "integration-arquillian-test-apps-servlets",
 57187        "version": "10.0.2",
 57188        "description": "",
 57189        "hashes": [
 57190          {
 57191            "alg": "MD5",
 57192            "content": "3438d44619d89e5b54ef53a864882f63"
 57193          },
 57194          {
 57195            "alg": "SHA-1",
 57196            "content": "c1bef2144d9a8c4e79d419394ea733f16363d9ec"
 57197          },
 57198          {
 57199            "alg": "SHA-256",
 57200            "content": "5abadd6d11960ea032e2089d58d79b41701364beb2cae279a3ab294abfbbb42f"
 57201          },
 57202          {
 57203            "alg": "SHA-384",
 57204            "content": "6fd76d70271749c2a27dbe061c24338bf6b1c7c2c7eb6aa7160fc8444a476d321ba3199e590856409b025fb7dde34c8b"
 57205          },
 57206          {
 57207            "alg": "SHA-512",
 57208            "content": "1b0baa7a19110523dd019dd2cd1e98c197d40d9092b1360070497fb21da95220e7696cfee7c87d935b17eaf9ef8264686ac848e1cf6a159cfe9bef25f794f600"
 57209          },
 57210          {
 57211            "alg": "SHA3-256",
 57212            "content": "c480455c291e4f8beb784c10f4ffd23bc2d60aca06c7282a5aad574febcb7603"
 57213          },
 57214          {
 57215            "alg": "SHA3-384",
 57216            "content": "742b29e859dc83b3c3e37a17f2daf119a8f06dbde719afd704b5dc194653963ee58b89e20cbb4636a31bba7daa574aad"
 57217          },
 57218          {
 57219            "alg": "SHA3-512",
 57220            "content": "5317937b3b3bea0550e111d2fb32b32e15b4ddc998b74270e10a5843e3a20ca5077d950e451df9f9edf73c3cadc449729ab297f42687cce42359b0922138f0b1"
 57221          }
 57222        ],
 57223        "licenses": [{"license": {"id": "Apache-2.0"}}],
 57224        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-test-apps-servlets@10.0.2?type=jar",
 57225        "externalReferences": [
 57226          {
 57227            "type": "distribution",
 57228            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 57229          },
 57230          {
 57231            "type": "issue-tracker",
 57232            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 57233          },
 57234          {
 57235            "type": "vcs",
 57236            "url": "https://github.com/keycloak/keycloak/tree/master/"
 57237          },
 57238          {
 57239            "type": "website",
 57240            "url": "http://www.jboss.org"
 57241          },
 57242          {
 57243            "type": "mailing-list",
 57244            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 57245          }
 57246        ]
 57247      },
 57248      {
 57249        "type": "library",
 57250        "bom-ref": "pkg:maven/org.apache.ant/ant@1.8.4?type=jar",
 57251        "publisher": "The Apache Software Foundation",
 57252        "group": "org.apache.ant",
 57253        "name": "ant",
 57254        "version": "1.8.4",
 57255        "description": "master POM",
 57256        "hashes": [
 57257          {
 57258            "alg": "MD5",
 57259            "content": "067d9414ebe343fd1b229cfe9c928a84"
 57260          },
 57261          {
 57262            "alg": "SHA-1",
 57263            "content": "8acff3fb57e74bc062d4675d9dcfaffa0d524972"
 57264          },
 57265          {
 57266            "alg": "SHA-256",
 57267            "content": "ffc5818ca8cde2ed111d9d6c6763d301429ad9897582f0968b80c1a136e9dba4"
 57268          },
 57269          {
 57270            "alg": "SHA-384",
 57271            "content": "d200451e7f74c2483bd9b7adff27d6232642853e8c205069948153bf9d1d24aacd758238db569fa09548a6967b16589e"
 57272          },
 57273          {
 57274            "alg": "SHA-512",
 57275            "content": "f56919c08c6e02b8f417ccaa58a5ad4a6aad783d80daa68442a2cedbd2c0414f817664ac6b7b2b31492dfdecb15716fcd44ef1b98a56579566e4101817410f09"
 57276          },
 57277          {
 57278            "alg": "SHA3-256",
 57279            "content": "3ad75d920422cc7d37d956ada66050463ca31f338fa1d1513e8d38e61c2ee0e5"
 57280          },
 57281          {
 57282            "alg": "SHA3-384",
 57283            "content": "db7ab6dd1652ecef9bcf439526f1c0fcc96a8fc5f596b4b2267d0f65f665ccfd8515c258821b8a32b582afc6ec5548e2"
 57284          },
 57285          {
 57286            "alg": "SHA3-512",
 57287            "content": "ee644b58fff71f2237b81519f98f37a7b061d65b64c8cf4cf3384672c8893746c9292f2d97c7609a342fc2050863c54f27a0c15b78636380696bace627d0cf75"
 57288          }
 57289        ],
 57290        "licenses": [{"license": {"id": "Apache-2.0"}}],
 57291        "purl": "pkg:maven/org.apache.ant/ant@1.8.4?type=jar",
 57292        "externalReferences": [
 57293          {
 57294            "type": "website",
 57295            "url": "http://www.apache.org/"
 57296          },
 57297          {
 57298            "type": "build-system",
 57299            "url": "https://builds.apache.org/job/Ant_BuildFromPOMs/"
 57300          },
 57301          {
 57302            "type": "issue-tracker",
 57303            "url": "http://issues.apache.org/bugzilla/"
 57304          },
 57305          {
 57306            "type": "mailing-list",
 57307            "url": "http://mail-archives.apache.org/mod_mbox/ant-dev"
 57308          },
 57309          {
 57310            "type": "vcs",
 57311            "url": "http://svn.apache.org/repos/asf/ant/core/trunk"
 57312          }
 57313        ]
 57314      },
 57315      {
 57316        "type": "library",
 57317        "bom-ref": "pkg:maven/org.apache.ant/ant-launcher@1.8.4?type=jar",
 57318        "publisher": "The Apache Software Foundation",
 57319        "group": "org.apache.ant",
 57320        "name": "ant-launcher",
 57321        "version": "1.8.4",
 57322        "description": "master POM",
 57323        "hashes": [
 57324          {
 57325            "alg": "MD5",
 57326            "content": "77ee843cb323c5ce1a244a16438ea9da"
 57327          },
 57328          {
 57329            "alg": "SHA-1",
 57330            "content": "22f1e0c32a2bfc8edd45520db176bac98cebbbfe"
 57331          },
 57332          {
 57333            "alg": "SHA-256",
 57334            "content": "4394951e8d8533732bf5745f4e7bffa721228c7d5475a2d5f143cb35ed9c2941"
 57335          },
 57336          {
 57337            "alg": "SHA-384",
 57338            "content": "e7d0348bd11814ce6dd35bc5aee6e74b2ec3eba04d896ace9396921a9aacaf749cf3bc54d6e3c52756b0801fa455bf59"
 57339          },
 57340          {
 57341            "alg": "SHA-512",
 57342            "content": "5148c9d0577350959454717b985daaaf834c28ccd8bb00bccb362370d12e10acf04174797a177497d8c9e5259220d94ca54c060d32bcd3b74204b9b80eaaf07b"
 57343          },
 57344          {
 57345            "alg": "SHA3-256",
 57346            "content": "cbdc4a6db3a7fdd982f8baa75235f5ffbd0c9585713dc90e0829c8df62e36f98"
 57347          },
 57348          {
 57349            "alg": "SHA3-384",
 57350            "content": "e59b5e3079f4986025ed76b936cddb6336fed4416f1329ef51be9013fac0f9e8b497d21df0d10a1f913eafe29a1383e6"
 57351          },
 57352          {
 57353            "alg": "SHA3-512",
 57354            "content": "9862c4cffa6c6a2ce49264af0f7a8d11882ee322b24605e6be0735c785423363093d215c4720e1f48e5df0f737397f4c93e2537f06ce7c38a8d6fc21d5a5576f"
 57355          }
 57356        ],
 57357        "licenses": [{"license": {"id": "Apache-2.0"}}],
 57358        "purl": "pkg:maven/org.apache.ant/ant-launcher@1.8.4?type=jar",
 57359        "externalReferences": [
 57360          {
 57361            "type": "website",
 57362            "url": "http://www.apache.org/"
 57363          },
 57364          {
 57365            "type": "build-system",
 57366            "url": "https://builds.apache.org/job/Ant_BuildFromPOMs/"
 57367          },
 57368          {
 57369            "type": "issue-tracker",
 57370            "url": "http://issues.apache.org/bugzilla/"
 57371          },
 57372          {
 57373            "type": "mailing-list",
 57374            "url": "http://mail-archives.apache.org/mod_mbox/ant-dev"
 57375          },
 57376          {
 57377            "type": "vcs",
 57378            "url": "http://svn.apache.org/repos/asf/ant/core/trunk"
 57379          }
 57380        ]
 57381      },
 57382      {
 57383        "type": "library",
 57384        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-auth-server-undertow@10.0.2?type=jar",
 57385        "publisher": "JBoss by Red Hat",
 57386        "group": "org.keycloak.testsuite",
 57387        "name": "integration-arquillian-servers-auth-server-undertow",
 57388        "version": "10.0.2",
 57389        "description": "",
 57390        "hashes": [
 57391          {
 57392            "alg": "MD5",
 57393            "content": "a1d4df6f9d1f1d09fc2395a4359daf56"
 57394          },
 57395          {
 57396            "alg": "SHA-1",
 57397            "content": "cb5fd13ed8876ed2b721407cac1b63330c272a00"
 57398          },
 57399          {
 57400            "alg": "SHA-256",
 57401            "content": "8d75888ae3ffc51998c63c32279d1122b7892ec17a139a38dbff583be3f38795"
 57402          },
 57403          {
 57404            "alg": "SHA-384",
 57405            "content": "2fbf89ff6edbd6775e96cce2505e4758118add106cb17fabb31797c325fd3f127f811667fb401aded98f1d0c0b12906e"
 57406          },
 57407          {
 57408            "alg": "SHA-512",
 57409            "content": "5907f83619e555346131f59e334f7a40020161ecb0245ef3feb9a8a0631e128c0fb5380f2cf88a9aa77049aaa4e8fdff483735e06f8b9d2d021124fcebf5f836"
 57410          },
 57411          {
 57412            "alg": "SHA3-256",
 57413            "content": "2649c3f5db0705a561e4f2811798818fbc76f09cdddc34e450e4c43437b90b12"
 57414          },
 57415          {
 57416            "alg": "SHA3-384",
 57417            "content": "f5103c4cbfc0abc57498ad4fb913207eaddd4128597033421e9ccb55f2930eeaf0d86ff35eae7781f66c3c49b7378eaf"
 57418          },
 57419          {
 57420            "alg": "SHA3-512",
 57421            "content": "7988089954004feff4ac29b53778c41908a2238386b77a8813ca9363b8d12b9ecc1673a3941deffea90f052d38583efb892167252ce4667a56a53bb5268fa162"
 57422          }
 57423        ],
 57424        "licenses": [{"license": {"id": "Apache-2.0"}}],
 57425        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-auth-server-undertow@10.0.2?type=jar",
 57426        "externalReferences": [
 57427          {
 57428            "type": "distribution",
 57429            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 57430          },
 57431          {
 57432            "type": "issue-tracker",
 57433            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 57434          },
 57435          {
 57436            "type": "vcs",
 57437            "url": "https://github.com/keycloak/keycloak/tree/master/"
 57438          },
 57439          {
 57440            "type": "website",
 57441            "url": "http://www.jboss.org"
 57442          },
 57443          {
 57444            "type": "mailing-list",
 57445            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 57446          }
 57447        ]
 57448      },
 57449      {
 57450        "type": "library",
 57451        "bom-ref": "pkg:maven/org.keycloak/keycloak-client-cli-dist@10.0.2?type=zip",
 57452        "group": "org.keycloak",
 57453        "name": "keycloak-client-cli-dist",
 57454        "version": "10.0.2",
 57455        "hashes": [
 57456          {
 57457            "alg": "MD5",
 57458            "content": "50924cf0d651942f14180aed9ed1b6d3"
 57459          },
 57460          {
 57461            "alg": "SHA-1",
 57462            "content": "c5a45602ac7d240d920e032d1fd4facf8a8274a4"
 57463          },
 57464          {
 57465            "alg": "SHA-256",
 57466            "content": "5abae83e768efddfb207f1033230fce5e721db281475be68af80b47b0455a2cd"
 57467          },
 57468          {
 57469            "alg": "SHA-384",
 57470            "content": "d0a6b3644b0616845f411c64427fc45fa6c7dd403ebc197bdeb98c17e3b82aa1f30f52d1389ed2b49c3692e07dffb5fb"
 57471          },
 57472          {
 57473            "alg": "SHA-512",
 57474            "content": "f6b01145636edc76bc29058a9b4d56e95ee5fc2f5f918d340746037594908fbc0fd5a3a5b1a7e376ac849ba21c62b0293d295f7f7b38a7ed73a626d4b3d4541d"
 57475          },
 57476          {
 57477            "alg": "SHA3-256",
 57478            "content": "0ff3d7b4951772a51f136d4cc50e552203d2067b03d00eb1e06632a45f2b0731"
 57479          },
 57480          {
 57481            "alg": "SHA3-384",
 57482            "content": "ca22f6e328da7cc91db5c3c85dd6fe09a40b4f325e2604995c29ae69945ce9529888664a3c96c1df399070fcbe957278"
 57483          },
 57484          {
 57485            "alg": "SHA3-512",
 57486            "content": "f084dbd1ef2f3170f24aa08098e4f6540a0ca0414f82123f89403d2472c9daec73e65cded38c5862d94ace7011cf04e511faa769e719dc83251ea5634f12b797"
 57487          }
 57488        ],
 57489        "purl": "pkg:maven/org.keycloak/keycloak-client-cli-dist@10.0.2?type=zip"
 57490      },
 57491      {
 57492        "type": "library",
 57493        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?type=jar",
 57494        "publisher": "JBoss by Red Hat",
 57495        "group": "org.keycloak.testsuite",
 57496        "name": "integration-arquillian-tests-base",
 57497        "version": "10.0.2",
 57498        "description": "",
 57499        "hashes": [
 57500          {
 57501            "alg": "MD5",
 57502            "content": "c33fbe91c937ea997d0bd60bdb3b16a0"
 57503          },
 57504          {
 57505            "alg": "SHA-1",
 57506            "content": "7a730c4ba427748f5669f6ba9eaaa626f864e13e"
 57507          },
 57508          {
 57509            "alg": "SHA-256",
 57510            "content": "9a053dc28b2b8e488969cabf35fa7757d8e13a1881181264e29f8965743f52cd"
 57511          },
 57512          {
 57513            "alg": "SHA-384",
 57514            "content": "3de95604365110598b06fc1600a7d06425e2f69689035be168e9ed9b9e93178039e134cc2b78e9abf4624fa804968a06"
 57515          },
 57516          {
 57517            "alg": "SHA-512",
 57518            "content": "44a1099572ebf3dafcdb7b832d4622ff1781e19e3de231baf1cda02554d85ddf26cb1de59fe8ba91651a2129fa042c6ec75ce556ddfc597cf31f211950d76a9c"
 57519          },
 57520          {
 57521            "alg": "SHA3-256",
 57522            "content": "cb57e61bdac251f47adbdfc7e13d67cdb81115d6fdcbb51591d43da5b5d414d6"
 57523          },
 57524          {
 57525            "alg": "SHA3-384",
 57526            "content": "bd79049e4da3b29ffb1017a09649287d29db5386da1d79488d4a8f5e0b224dc51149bdacd159870b515d428a6c1347da"
 57527          },
 57528          {
 57529            "alg": "SHA3-512",
 57530            "content": "7d0dea682b5fbee6b3f1fd0a57a065bcf57e6f905e7cbb03c57f87599de32bc0adbdb79b8849328a3aec5eb9f19bd8f4536be9085f836b5b28e75d51d80f8d50"
 57531          }
 57532        ],
 57533        "licenses": [{"license": {"id": "Apache-2.0"}}],
 57534        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?type=jar",
 57535        "externalReferences": [
 57536          {
 57537            "type": "distribution",
 57538            "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/"
 57539          },
 57540          {
 57541            "type": "issue-tracker",
 57542            "url": "http://jira.jboss.com/jira/browse/KEYCLOAK"
 57543          },
 57544          {
 57545            "type": "vcs",
 57546            "url": "https://github.com/keycloak/keycloak/tree/master/"
 57547          },
 57548          {
 57549            "type": "website",
 57550            "url": "http://www.jboss.org"
 57551          },
 57552          {
 57553            "type": "mailing-list",
 57554            "url": "http://lists.jboss.org/pipermail/jboss-user/"
 57555          }
 57556        ]
 57557      },
 57558      {
 57559        "type": "library",
 57560        "bom-ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?classifier=tests&type=test-jar",
 57561        "group": "org.keycloak.testsuite",
 57562        "name": "integration-arquillian-tests-base",
 57563        "version": "10.0.2",
 57564        "hashes": [
 57565          {
 57566            "alg": "MD5",
 57567            "content": "5f4d1bf6bad92623c61eaa43b5260c1a"
 57568          },
 57569          {
 57570            "alg": "SHA-1",
 57571            "content": "cf99facb19b2e36083837604608c34199bc34c9d"
 57572          },
 57573          {
 57574            "alg": "SHA-256",
 57575            "content": "ae33724d3a1968e2215e2d80fdc1a0a32e36070d091c6e9dfee38e35354dcd9b"
 57576          },
 57577          {
 57578            "alg": "SHA-384",
 57579            "content": "b15937ad3c4e9e69e62662245dcdf4e5c8c9eef35c999bc55b2be1c2f1e9b6a97ee16ddac255931fdae1685c98316078"
 57580          },
 57581          {
 57582            "alg": "SHA-512",
 57583            "content": "8018ef4757eda67b695d5bfc7c0d9c6f61cb81659809b4fd10ef7420679395e5876193102d5db0458e0d75e2a81d9768f6b1bc235f901de7c80cc197fe437251"
 57584          },
 57585          {
 57586            "alg": "SHA3-256",
 57587            "content": "4614c7059e532b97e91a3e0af08ee5336115a7e235ecea6b10402ad82fb7c7d1"
 57588          },
 57589          {
 57590            "alg": "SHA3-384",
 57591            "content": "791e8c0eeefdbb814471ec41d83e5fd8a90c3b35cd822ae40b1cb37357da661dabb8c857181012f65a85ca257cc0e28f"
 57592          },
 57593          {
 57594            "alg": "SHA3-512",
 57595            "content": "f426658a49e6a93e18d3d44e351812ccb5c04da15e90a313d5e2cae734cd48688c2327af88d4e1256c39c6f9cfbed744eef81ea658a07b521dc4ecd6e656ca96"
 57596          }
 57597        ],
 57598        "purl": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?classifier=tests&type=test-jar"
 57599      },
 57600      {
 57601        "type": "library",
 57602        "bom-ref": "pkg:maven/org.keycloak.example.demo/customer-portal-example@10.0.2?type=war",
 57603        "group": "org.keycloak.example.demo",
 57604        "name": "customer-portal-example",
 57605        "version": "10.0.2",
 57606        "hashes": [
 57607          {
 57608            "alg": "MD5",
 57609            "content": "a4a8a8898e0a9b13001ca5268c7fe7ba"
 57610          },
 57611          {
 57612            "alg": "SHA-1",
 57613            "content": "e27af065985df9cc7ea1f2a7619628ad50e29e64"
 57614          },
 57615          {
 57616            "alg": "SHA-256",
 57617            "content": "47c5136976e43217e262ef1b444be5cc69e83c3b661c0e43d48470288588420a"
 57618          },
 57619          {
 57620            "alg": "SHA-384",
 57621            "content": "08bd4adc90e05e0f65edb7b5ffc96d4956d9d7cf1fb665307201431dd6ad9bdb2c3beb1062672fd127d5daa596efed62"
 57622          },
 57623          {
 57624            "alg": "SHA-512",
 57625            "content": "9c8da9c790d3f47703a6e2dcc9aaa07cb1e4f7fcd3640c1cd1e0b97223929ecfde1c53bccab4126659be884b87d4013078995d971ce8a9a516b724d599273d86"
 57626          },
 57627          {
 57628            "alg": "SHA3-256",
 57629            "content": "d0e5cd347d36bea7a5993c7e5770c4cc8f1f8fa6b81a238bedae0fd27341b51f"
 57630          },
 57631          {
 57632            "alg": "SHA3-384",
 57633            "content": "df75538451f7db3c6217aba1b05cb62119c268cac249d374c1e76d66b838cae0caf85a5bd28d556aaa48df2d9acf2b8e"
 57634          },
 57635          {
 57636            "alg": "SHA3-512",
 57637            "content": "cabe280af748fac462ddf25e0ae245bdf4dc278bc124d226aa4dc594f06b853c987c855b842b0840caa3174ab54a936fd7b8b4d547fd784e3fbb6cb3808bcd74"
 57638          }
 57639        ],
 57640        "purl": "pkg:maven/org.keycloak.example.demo/customer-portal-example@10.0.2?type=war"
 57641      },
 57642      {
 57643        "type": "library",
 57644        "bom-ref": "pkg:maven/org.keycloak.example.demo/product-portal-example@10.0.2?type=war",
 57645        "group": "org.keycloak.example.demo",
 57646        "name": "product-portal-example",
 57647        "version": "10.0.2",
 57648        "hashes": [
 57649          {
 57650            "alg": "MD5",
 57651            "content": "fd23149075bc237151a9e0d01a5d19f9"
 57652          },
 57653          {
 57654            "alg": "SHA-1",
 57655            "content": "4bc59a86b6a94342bbbbe1a58f3a47f46c59a544"
 57656          },
 57657          {
 57658            "alg": "SHA-256",
 57659            "content": "e0becd941a56befb983e00bcd4b3f5846f38e4a3d9e7a302dc53a34000527a78"
 57660          },
 57661          {
 57662            "alg": "SHA-384",
 57663            "content": "55d7d0530709515291ea9b7206594994c48a0d30da749e1964a79c4d11e196cb9970546120bd6e019cd572a0e2c42675"
 57664          },
 57665          {
 57666            "alg": "SHA-512",
 57667            "content": "4a79124051f477d1054a7338afb9a3020b5ce81e28206f34371461c86d3e798159525c37180129889a88acbf8e6ef50a05b52e32e7265574290a564c843ad2ea"
 57668          },
 57669          {
 57670            "alg": "SHA3-256",
 57671            "content": "0b94a215100d7d5e835d2b9f1e9e7970cd2ddd80b7d30d2e10f1553d4f6f00be"
 57672          },
 57673          {
 57674            "alg": "SHA3-384",
 57675            "content": "4a91f95c9b93ec84b373d4c50b420278c465141987c561bfff4ca1c688fadda6399067bb82e02990acaaf59ed348a607"
 57676          },
 57677          {
 57678            "alg": "SHA3-512",
 57679            "content": "fd0e2e8f67d02f6b52f99f0ce06db53ecdb7b26e7573bfa1a0930c28b0a74518722912e732eab04288c8bb12d396b1a521a0447c9074b11f71aab0e0eea2d60c"
 57680          }
 57681        ],
 57682        "purl": "pkg:maven/org.keycloak.example.demo/product-portal-example@10.0.2?type=war"
 57683      }
 57684    ],
 57685    "dependencies": [
 57686      {"ref": "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar"},
 57687      {"ref": "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.62?type=jar"},
 57688      {"ref": "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar"},
 57689      {"ref": "pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar"},
 57690      {
 57691        "ref": "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 57692        "dependsOn": ["pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar"]
 57693      },
 57694      {"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar"},
 57695      {
 57696        "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 57697        "dependsOn": ["pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"]
 57698      },
 57699      {"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"},
 57700      {"ref": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final?type=jar"},
 57701      {
 57702        "ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.11.2.Final?type=jar",
 57703        "dependsOn": [
 57704          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 57705          "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.0.Final?type=jar",
 57706          "pkg:maven/org.reactivestreams/reactive-streams@1.0.3?type=jar",
 57707          "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?type=jar",
 57708          "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar",
 57709          "pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar",
 57710          "pkg:maven/commons-io/commons-io@2.6?type=jar",
 57711          "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?type=jar"
 57712        ]
 57713      },
 57714      {"ref": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar"},
 57715      {"ref": "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.0.Final?type=jar"},
 57716      {"ref": "pkg:maven/org.reactivestreams/reactive-streams@1.0.3?type=jar"},
 57717      {"ref": "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2?type=jar"},
 57718      {"ref": "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar"},
 57719      {"ref": "pkg:maven/commons-io/commons-io@2.6?type=jar"},
 57720      {"ref": "pkg:maven/com.github.stephenc.jcip/jcip-annotations@1.0-1?type=jar"},
 57721      {
 57722        "ref": "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 57723        "dependsOn": [
 57724          "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 57725          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 57726          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar"
 57727        ]
 57728      },
 57729      {
 57730        "ref": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 57731        "dependsOn": [
 57732          "pkg:maven/org.apache.httpcomponents/httpcore@4.4.13?type=jar",
 57733          "pkg:maven/commons-logging/commons-logging@1.2?type=jar",
 57734          "pkg:maven/commons-codec/commons-codec@1.11?type=jar"
 57735        ]
 57736      },
 57737      {"ref": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.13?type=jar"},
 57738      {"ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar"},
 57739      {"ref": "pkg:maven/commons-codec/commons-codec@1.11?type=jar"},
 57740      {"ref": "pkg:maven/org.keycloak/keycloak-server-spi@10.0.2?type=jar"},
 57741      {
 57742        "ref": "pkg:maven/com.google.guava/guava@25.0-jre?type=jar",
 57743        "dependsOn": [
 57744          "pkg:maven/com.google.code.findbugs/jsr305@1.3.9?type=jar",
 57745          "pkg:maven/org.checkerframework/checker-compat-qual@2.0.0?type=jar",
 57746          "pkg:maven/com.google.errorprone/error_prone_annotations@2.1.3?type=jar",
 57747          "pkg:maven/com.google.j2objc/j2objc-annotations@1.1?type=jar",
 57748          "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.14?type=jar"
 57749        ]
 57750      },
 57751      {"ref": "pkg:maven/com.google.code.findbugs/jsr305@1.3.9?type=jar"},
 57752      {"ref": "pkg:maven/org.checkerframework/checker-compat-qual@2.0.0?type=jar"},
 57753      {"ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.1.3?type=jar"},
 57754      {"ref": "pkg:maven/com.google.j2objc/j2objc-annotations@1.1?type=jar"},
 57755      {"ref": "pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.14?type=jar"},
 57756      {
 57757        "ref": "pkg:maven/com.github.ua-parser/uap-java@1.4.3?type=jar",
 57758        "dependsOn": [
 57759          "pkg:maven/org.yaml/snakeyaml@1.20?type=jar",
 57760          "pkg:maven/org.apache.commons/commons-collections4@4.1?type=jar"
 57761        ]
 57762      },
 57763      {"ref": "pkg:maven/org.yaml/snakeyaml@1.20?type=jar"},
 57764      {"ref": "pkg:maven/org.apache.commons/commons-collections4@4.1?type=jar"},
 57765      {
 57766        "ref": "pkg:maven/org.keycloak/keycloak-server-spi-private@10.0.2?type=jar",
 57767        "dependsOn": ["pkg:maven/com.github.ua-parser/uap-java@1.4.3?type=jar"]
 57768      },
 57769      {"ref": "pkg:maven/org.keycloak/keycloak-kerberos-federation@10.0.2?type=jar"},
 57770      {
 57771        "ref": "pkg:maven/org.apache.santuario/xmlsec@2.1.4?type=jar",
 57772        "dependsOn": [
 57773          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
 57774          "pkg:maven/commons-codec/commons-codec@1.12?type=jar",
 57775          "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar",
 57776          "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.2?type=jar"
 57777        ]
 57778      },
 57779      {"ref": "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar"},
 57780      {"ref": "pkg:maven/commons-codec/commons-codec@1.12?type=jar"},
 57781      {
 57782        "ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar",
 57783        "dependsOn": ["pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?type=jar"]
 57784      },
 57785      {"ref": "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?type=jar"},
 57786      {
 57787        "ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.2?type=jar",
 57788        "dependsOn": [
 57789          "pkg:maven/org.glassfish.jaxb/txw2@2.3.2?type=jar",
 57790          "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar",
 57791          "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.16?type=jar"
 57792        ]
 57793      },
 57794      {"ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.2?type=jar"},
 57795      {"ref": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar"},
 57796      {"ref": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.16?type=jar"},
 57797      {
 57798        "ref": "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
 57799        "dependsOn": ["pkg:maven/javax.activation/javax.activation-api@1.2.0?type=jar"]
 57800      },
 57801      {"ref": "pkg:maven/javax.activation/javax.activation-api@1.2.0?type=jar"},
 57802      {
 57803        "ref": "pkg:maven/com.sun.xml.ws/rt@2.3.1?type=jar",
 57804        "dependsOn": [
 57805          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 57806          "pkg:maven/com.sun.xml.ws/policy@2.7.5?type=jar",
 57807          "pkg:maven/org.glassfish.gmbal/gmbal-api-only@3.1.0-b001?type=jar",
 57808          "pkg:maven/org.jvnet.staxex/stax-ex@1.8?type=jar",
 57809          "pkg:maven/com.sun.xml.stream.buffer/streambuffer@1.5.6?type=jar",
 57810          "pkg:maven/org.jvnet.mimepull/mimepull@1.9.10?type=jar",
 57811          "pkg:maven/org.codehaus.woodstox/stax2-api@4.1?type=jar",
 57812          "pkg:maven/org.glassfish.ha/ha-api@3.1.9?type=jar",
 57813          "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.5.0?type=jar",
 57814          "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
 57815          "pkg:maven/javax.xml.soap/javax.xml.soap-api@1.4.0?type=jar",
 57816          "pkg:maven/javax.jws/javax.jws-api@1.1?type=jar"
 57817        ]
 57818      },
 57819      {"ref": "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar"},
 57820      {
 57821        "ref": "pkg:maven/com.sun.xml.ws/policy@2.7.5?type=jar",
 57822        "dependsOn": ["pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar"]
 57823      },
 57824      {"ref": "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar"},
 57825      {
 57826        "ref": "pkg:maven/org.glassfish.gmbal/gmbal-api-only@3.1.0-b001?type=jar",
 57827        "dependsOn": ["pkg:maven/org.glassfish.external/management-api@3.0.0-b012?type=jar"]
 57828      },
 57829      {"ref": "pkg:maven/org.glassfish.external/management-api@3.0.0-b012?type=jar"},
 57830      {"ref": "pkg:maven/org.jvnet.staxex/stax-ex@1.8?type=jar"},
 57831      {"ref": "pkg:maven/com.sun.xml.stream.buffer/streambuffer@1.5.6?type=jar"},
 57832      {"ref": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.10?type=jar"},
 57833      {"ref": "pkg:maven/org.codehaus.woodstox/stax2-api@4.1?type=jar"},
 57834      {"ref": "pkg:maven/org.glassfish.ha/ha-api@3.1.9?type=jar"},
 57835      {"ref": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.5.0?type=jar"},
 57836      {"ref": "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar"},
 57837      {"ref": "pkg:maven/javax.xml.soap/javax.xml.soap-api@1.4.0?type=jar"},
 57838      {"ref": "pkg:maven/javax.jws/javax.jws-api@1.1?type=jar"},
 57839      {"ref": "pkg:maven/org.keycloak/keycloak-saml-core-public@10.0.2?type=jar"},
 57840      {"ref": "pkg:maven/org.freemarker/freemarker@2.3.29?type=jar"},
 57841      {
 57842        "ref": "pkg:maven/com.sun.mail/jakarta.mail@1.6.4?type=jar",
 57843        "dependsOn": ["pkg:maven/com.sun.activation/jakarta.activation@1.2.1?type=jar"]
 57844      },
 57845      {"ref": "pkg:maven/org.glassfish/jakarta.json@1.1.6?type=jar"},
 57846      {"ref": "pkg:maven/org.keycloak/keycloak-ldap-federation@10.0.2?type=jar"},
 57847      {"ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar"},
 57848      {"ref": "pkg:maven/org.twitter4j/twitter4j-core@4.0.7?type=jar"},
 57849      {"ref": "pkg:maven/org.jboss.logging/jboss-logging-annotations@2.2.1.Final?type=jar"},
 57850      {
 57851        "ref": "pkg:maven/org.jboss.logging/jboss-logging-processor@2.2.1.Final?type=jar",
 57852        "dependsOn": ["pkg:maven/org.jboss.jdeparser/jdeparser@2.0.3.Final?type=jar"]
 57853      },
 57854      {"ref": "pkg:maven/org.jboss.jdeparser/jdeparser@2.0.3.Final?type=jar"},
 57855      {
 57856        "ref": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
 57857        "dependsOn": [
 57858          "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar",
 57859          "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.11.2.Final?type=jar",
 57860          "pkg:maven/org.apache.james/apache-mime4j@0.6?type=jar"
 57861        ]
 57862      },
 57863      {"ref": "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar"},
 57864      {
 57865        "ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.11.2.Final?type=jar",
 57866        "dependsOn": ["pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3-b02?type=jar"]
 57867      },
 57868      {
 57869        "ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.3-b02?type=jar",
 57870        "dependsOn": [
 57871          "pkg:maven/org.glassfish.jaxb/txw2@2.3.3-b02?type=jar",
 57872          "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar"
 57873        ]
 57874      },
 57875      {"ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.3-b02?type=jar"},
 57876      {"ref": "pkg:maven/org.apache.james/apache-mime4j@0.6?type=jar"},
 57877      {
 57878        "ref": "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20191001.1?type=jar",
 57879        "dependsOn": ["pkg:maven/com.google.guava/guava@25.0-jre?type=jar"]
 57880      },
 57881      {
 57882        "ref": "pkg:maven/com.google.zxing/javase@3.4.0?type=jar",
 57883        "dependsOn": [
 57884          "pkg:maven/com.google.zxing/core@3.4.0?type=jar",
 57885          "pkg:maven/com.github.jai-imageio/jai-imageio-core@1.4.0?type=jar"
 57886        ]
 57887      },
 57888      {"ref": "pkg:maven/com.google.zxing/core@3.4.0?type=jar"},
 57889      {"ref": "pkg:maven/com.github.jai-imageio/jai-imageio-core@1.4.0?type=jar"},
 57890      {"ref": "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar"},
 57891      {
 57892        "ref": "pkg:maven/com.openshift/openshift-restclient-java@8.0.0.Final?type=jar",
 57893        "dependsOn": [
 57894          "pkg:maven/com.squareup.okhttp3/okhttp@3.14.2?type=jar",
 57895          "pkg:maven/org.yaml/snakeyaml@1.14?type=jar",
 57896          "pkg:maven/org.jboss/jboss-dmr@1.5.0.Final?type=jar",
 57897          "pkg:maven/org.apache.commons/commons-compress@1.18?type=jar",
 57898          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
 57899          "pkg:maven/commons-codec/commons-codec@1.6?type=jar",
 57900          "pkg:maven/commons-lang/commons-lang@2.6?type=jar"
 57901        ]
 57902      },
 57903      {
 57904        "ref": "pkg:maven/com.squareup.okhttp3/okhttp@3.14.2?type=jar",
 57905        "dependsOn": ["pkg:maven/com.squareup.okio/okio@1.17.2?type=jar"]
 57906      },
 57907      {"ref": "pkg:maven/com.squareup.okio/okio@1.17.2?type=jar"},
 57908      {"ref": "pkg:maven/org.yaml/snakeyaml@1.14?type=jar"},
 57909      {"ref": "pkg:maven/org.jboss/jboss-dmr@1.5.0.Final?type=jar"},
 57910      {"ref": "pkg:maven/org.apache.commons/commons-compress@1.18?type=jar"},
 57911      {"ref": "pkg:maven/commons-codec/commons-codec@1.6?type=jar"},
 57912      {"ref": "pkg:maven/commons-lang/commons-lang@2.6?type=jar"},
 57913      {
 57914        "ref": "pkg:maven/com.webauthn4j/webauthn4j-core@0.10.2.RELEASE?type=jar",
 57915        "dependsOn": [
 57916          "pkg:maven/com.webauthn4j/webauthn4j-util@0.10.2.RELEASE?type=jar",
 57917          "pkg:maven/org.apache.kerby/kerby-asn1@2.0.0?type=jar"
 57918        ]
 57919      },
 57920      {
 57921        "ref": "pkg:maven/com.webauthn4j/webauthn4j-util@0.10.2.RELEASE?type=jar",
 57922        "dependsOn": ["pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.10.1?type=jar"]
 57923      },
 57924      {"ref": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.10.1?type=jar"},
 57925      {"ref": "pkg:maven/org.apache.kerby/kerby-asn1@2.0.0?type=jar"},
 57926      {
 57927        "ref": "pkg:maven/org.keycloak/keycloak-services@10.0.2?type=jar",
 57928        "dependsOn": [
 57929          "pkg:maven/com.sun.mail/jakarta.mail@1.6.4?type=jar",
 57930          "pkg:maven/org.glassfish/jakarta.json@1.1.6?type=jar",
 57931          "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar",
 57932          "pkg:maven/org.twitter4j/twitter4j-core@4.0.7?type=jar",
 57933          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 57934          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 57935          "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final?type=jar",
 57936          "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
 57937          "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20191001.1?type=jar",
 57938          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar",
 57939          "pkg:maven/com.openshift/openshift-restclient-java@8.0.0.Final?type=jar",
 57940          "pkg:maven/com.webauthn4j/webauthn4j-core@0.10.2.RELEASE?type=jar"
 57941        ]
 57942      },
 57943      {"ref": "pkg:maven/org.keycloak/keycloak-js-adapter@10.0.2?type=jar"},
 57944      {"ref": "pkg:maven/org.keycloak/keycloak-themes@10.0.2?type=jar"},
 57945      {"ref": "pkg:maven/org.liquibase/liquibase-core@3.5.5?type=jar"},
 57946      {"ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3?type=jar"},
 57947      {
 57948        "ref": "pkg:maven/org.hibernate/hibernate-core@5.3.15.Final?type=jar",
 57949        "dependsOn": [
 57950          "pkg:maven/javax.persistence/javax.persistence-api@2.2?type=jar",
 57951          "pkg:maven/org.javassist/javassist@3.23.2-GA?type=jar",
 57952          "pkg:maven/net.bytebuddy/byte-buddy@1.9.11?type=jar",
 57953          "pkg:maven/antlr/antlr@2.7.7?type=jar",
 57954          "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec@1.1.1.Final?type=jar",
 57955          "pkg:maven/org.jboss/jandex@2.0.5.Final?type=jar",
 57956          "pkg:maven/com.fasterxml/classmate@1.3.4?type=jar",
 57957          "pkg:maven/javax.activation/javax.activation-api@1.2.0?type=jar",
 57958          "pkg:maven/org.hibernate.common/hibernate-commons-annotations@5.0.4.Final?type=jar",
 57959          "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
 57960          "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.1?type=jar"
 57961        ]
 57962      },
 57963      {"ref": "pkg:maven/javax.persistence/javax.persistence-api@2.2?type=jar"},
 57964      {"ref": "pkg:maven/org.javassist/javassist@3.23.2-GA?type=jar"},
 57965      {"ref": "pkg:maven/net.bytebuddy/byte-buddy@1.9.11?type=jar"},
 57966      {"ref": "pkg:maven/antlr/antlr@2.7.7?type=jar"},
 57967      {"ref": "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec@1.1.1.Final?type=jar"},
 57968      {"ref": "pkg:maven/org.jboss/jandex@2.0.5.Final?type=jar"},
 57969      {"ref": "pkg:maven/com.fasterxml/classmate@1.3.4?type=jar"},
 57970      {"ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@5.0.4.Final?type=jar"},
 57971      {
 57972        "ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.1?type=jar",
 57973        "dependsOn": [
 57974          "pkg:maven/org.glassfish.jaxb/txw2@2.3.1?type=jar",
 57975          "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.10?type=jar",
 57976          "pkg:maven/org.jvnet.staxex/stax-ex@1.8?type=jar",
 57977          "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.15?type=jar"
 57978        ]
 57979      },
 57980      {"ref": "pkg:maven/org.glassfish.jaxb/txw2@2.3.1?type=jar"},
 57981      {"ref": "pkg:maven/com.sun.xml.fastinfoset/FastInfoset@1.2.15?type=jar"},
 57982      {
 57983        "ref": "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
 57984        "dependsOn": [
 57985          "pkg:maven/org.infinispan/infinispan-commons@9.4.18.Final?type=jar",
 57986          "pkg:maven/org.jgroups/jgroups@4.0.21.Final?type=jar",
 57987          "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.6.2?type=jar",
 57988          "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec@1.1.1.Final?type=jar",
 57989          "pkg:maven/org.jboss.marshalling/jboss-marshalling-osgi@2.0.6.Final?type=jar",
 57990          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 57991          "pkg:maven/io.reactivex.rxjava2/rxjava@2.2.4?type=jar"
 57992        ]
 57993      },
 57994      {"ref": "pkg:maven/org.infinispan/infinispan-commons@9.4.18.Final?type=jar"},
 57995      {"ref": "pkg:maven/org.jgroups/jgroups@4.0.21.Final?type=jar"},
 57996      {"ref": "pkg:maven/com.github.ben-manes.caffeine/caffeine@2.6.2?type=jar"},
 57997      {"ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-osgi@2.0.6.Final?type=jar"},
 57998      {
 57999        "ref": "pkg:maven/io.reactivex.rxjava2/rxjava@2.2.4?type=jar",
 58000        "dependsOn": ["pkg:maven/org.reactivestreams/reactive-streams@1.0.2?type=jar"]
 58001      },
 58002      {"ref": "pkg:maven/org.reactivestreams/reactive-streams@1.0.2?type=jar"},
 58003      {
 58004        "ref": "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar",
 58005        "dependsOn": [
 58006          "pkg:maven/org.infinispan/infinispan-client-hotrod@9.4.18.Final?type=jar",
 58007          "pkg:maven/org.infinispan/infinispan-multimap@9.4.18.Final?type=jar"
 58008        ]
 58009      },
 58010      {
 58011        "ref": "pkg:maven/org.infinispan/infinispan-client-hotrod@9.4.18.Final?type=jar",
 58012        "dependsOn": [
 58013          "pkg:maven/io.netty/netty-handler@4.1.45.Final?type=jar",
 58014          "pkg:maven/io.netty/netty-transport-native-epoll@4.1.45.Final?classifier=linux-x86_64&type=jar",
 58015          "pkg:maven/com.google.code.gson/gson@2.8.2?type=jar"
 58016        ]
 58017      },
 58018      {
 58019        "ref": "pkg:maven/io.netty/netty-handler@4.1.45.Final?type=jar",
 58020        "dependsOn": [
 58021          "pkg:maven/io.netty/netty-common@4.1.45.Final?type=jar",
 58022          "pkg:maven/io.netty/netty-buffer@4.1.45.Final?type=jar",
 58023          "pkg:maven/io.netty/netty-transport@4.1.45.Final?type=jar",
 58024          "pkg:maven/io.netty/netty-codec@4.1.45.Final?type=jar"
 58025        ]
 58026      },
 58027      {"ref": "pkg:maven/io.netty/netty-common@4.1.45.Final?type=jar"},
 58028      {"ref": "pkg:maven/io.netty/netty-buffer@4.1.45.Final?type=jar"},
 58029      {
 58030        "ref": "pkg:maven/io.netty/netty-transport@4.1.45.Final?type=jar",
 58031        "dependsOn": ["pkg:maven/io.netty/netty-resolver@4.1.45.Final?type=jar"]
 58032      },
 58033      {"ref": "pkg:maven/io.netty/netty-resolver@4.1.45.Final?type=jar"},
 58034      {"ref": "pkg:maven/io.netty/netty-codec@4.1.45.Final?type=jar"},
 58035      {
 58036        "ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.45.Final?classifier=linux-x86_64&type=jar",
 58037        "dependsOn": ["pkg:maven/io.netty/netty-transport-native-unix-common@4.1.45.Final?type=jar"]
 58038      },
 58039      {"ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.45.Final?type=jar"},
 58040      {"ref": "pkg:maven/com.google.code.gson/gson@2.8.2?type=jar"},
 58041      {"ref": "pkg:maven/org.infinispan/infinispan-multimap@9.4.18.Final?type=jar"},
 58042      {"ref": "pkg:maven/net.java.dev.jna/jna@4.1.0?type=jar"},
 58043      {
 58044        "ref": "pkg:maven/org.keycloak/keycloak-dependencies-server-min@10.0.2?type=pom",
 58045        "dependsOn": [
 58046          "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 58047          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58048          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 58049          "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.62?type=jar",
 58050          "pkg:maven/org.keycloak/keycloak-services@10.0.2?type=jar",
 58051          "pkg:maven/com.google.zxing/javase@3.4.0?type=jar",
 58052          "pkg:maven/org.keycloak/keycloak-server-spi@10.0.2?type=jar",
 58053          "pkg:maven/org.keycloak/keycloak-server-spi-private@10.0.2?type=jar",
 58054          "pkg:maven/org.keycloak/keycloak-js-adapter@10.0.2?type=jar",
 58055          "pkg:maven/org.freemarker/freemarker@2.3.29?type=jar",
 58056          "pkg:maven/org.keycloak/keycloak-themes@10.0.2?type=jar"
 58057        ]
 58058      },
 58059      {
 58060        "ref": "pkg:maven/org.keycloak/keycloak-model-jpa@10.0.2?type=jar",
 58061        "dependsOn": [
 58062          "pkg:maven/jakarta.persistence/jakarta.persistence-api@2.2.3?type=jar",
 58063          "pkg:maven/org.hibernate/hibernate-core@5.3.15.Final?type=jar"
 58064        ]
 58065      },
 58066      {
 58067        "ref": "pkg:maven/org.keycloak/keycloak-model-infinispan@10.0.2?type=jar",
 58068        "dependsOn": [
 58069          "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
 58070          "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar"
 58071        ]
 58072      },
 58073      {"ref": "pkg:maven/org.keycloak/keycloak-sssd-federation@10.0.2?type=jar"},
 58074      {"ref": "pkg:maven/org.keycloak/keycloak-authz-policy-common@10.0.2?type=jar"},
 58075      {"ref": "pkg:maven/log4j/log4j@1.2.17?type=jar"},
 58076      {"ref": "pkg:maven/org.slf4j/slf4j-log4j12@1.7.22?type=jar"},
 58077      {
 58078        "ref": "pkg:maven/org.apache.directory.server/apacheds-core-annotations@2.0.0-M24?type=jar",
 58079        "dependsOn": [
 58080          "pkg:maven/org.apache.directory.server/apacheds-core@2.0.0-M24?type=jar",
 58081          "pkg:maven/org.apache.directory.server/apacheds-core-api@2.0.0-M24?type=jar",
 58082          "pkg:maven/org.apache.directory.server/apacheds-core-shared@2.0.0-M24?type=jar",
 58083          "pkg:maven/org.apache.directory.server/apacheds-ldif-partition@2.0.0-M24?type=jar",
 58084          "pkg:maven/org.apache.directory.server/apacheds-i18n@2.0.0-M24?type=jar",
 58085          "pkg:maven/org.apache.directory.server/apacheds-jdbm-partition@2.0.0-M24?type=jar",
 58086          "pkg:maven/org.apache.directory.server/apacheds-xdbm-partition@2.0.0-M24?type=jar",
 58087          "pkg:maven/org.apache.directory.mavibot/mavibot@1.0.0-M8?type=jar",
 58088          "pkg:maven/org.apache.directory.server/apacheds-mavibot-partition@2.0.0-M24?type=jar",
 58089          "pkg:maven/org.apache.directory.api/api-ldap-model@1.0.0?type=jar",
 58090          "pkg:maven/org.apache.directory.api/api-ldap-schema-data@1.0.0?type=jar",
 58091          "pkg:maven/org.apache.directory.api/api-util@1.0.0?type=jar"
 58092        ]
 58093      },
 58094      {
 58095        "ref": "pkg:maven/org.apache.directory.server/apacheds-core@2.0.0-M24?type=jar",
 58096        "dependsOn": [
 58097          "pkg:maven/org.apache.directory.server/apacheds-interceptors-admin@2.0.0-M24?type=jar",
 58098          "pkg:maven/org.apache.directory.server/apacheds-interceptors-authn@2.0.0-M24?type=jar",
 58099          "pkg:maven/org.apache.directory.server/apacheds-interceptors-number@2.0.0-M24?type=jar",
 58100          "pkg:maven/org.apache.directory.server/apacheds-interceptors-authz@2.0.0-M24?type=jar",
 58101          "pkg:maven/org.apache.directory.server/apacheds-interceptors-changelog@2.0.0-M24?type=jar",
 58102          "pkg:maven/org.apache.directory.server/apacheds-interceptors-collective@2.0.0-M24?type=jar",
 58103          "pkg:maven/org.apache.directory.server/apacheds-interceptors-event@2.0.0-M24?type=jar",
 58104          "pkg:maven/org.apache.directory.server/apacheds-interceptors-exception@2.0.0-M24?type=jar",
 58105          "pkg:maven/org.apache.directory.server/apacheds-interceptors-journal@2.0.0-M24?type=jar",
 58106          "pkg:maven/org.apache.directory.server/apacheds-interceptors-normalization@2.0.0-M24?type=jar",
 58107          "pkg:maven/org.apache.directory.server/apacheds-interceptors-operational@2.0.0-M24?type=jar",
 58108          "pkg:maven/org.apache.directory.server/apacheds-interceptors-referral@2.0.0-M24?type=jar",
 58109          "pkg:maven/org.apache.directory.server/apacheds-interceptors-schema@2.0.0-M24?type=jar",
 58110          "pkg:maven/org.apache.directory.server/apacheds-interceptors-subtree@2.0.0-M24?type=jar",
 58111          "pkg:maven/org.apache.directory.server/apacheds-interceptors-trigger@2.0.0-M24?type=jar",
 58112          "pkg:maven/commons-lang/commons-lang@2.6?type=jar",
 58113          "pkg:maven/org.apache.directory.api/api-ldap-extras-util@1.0.0?type=jar"
 58114        ]
 58115      },
 58116      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-admin@2.0.0-M24?type=jar"},
 58117      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authn@2.0.0-M24?type=jar"},
 58118      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-number@2.0.0-M24?type=jar"},
 58119      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-authz@2.0.0-M24?type=jar"},
 58120      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-changelog@2.0.0-M24?type=jar"},
 58121      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-collective@2.0.0-M24?type=jar"},
 58122      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-event@2.0.0-M24?type=jar"},
 58123      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-exception@2.0.0-M24?type=jar"},
 58124      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-journal@2.0.0-M24?type=jar"},
 58125      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-normalization@2.0.0-M24?type=jar"},
 58126      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-operational@2.0.0-M24?type=jar"},
 58127      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-referral@2.0.0-M24?type=jar"},
 58128      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-schema@2.0.0-M24?type=jar"},
 58129      {"ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-subtree@2.0.0-M24?type=jar"},
 58130      {
 58131        "ref": "pkg:maven/org.apache.directory.server/apacheds-interceptors-trigger@2.0.0-M24?type=jar",
 58132        "dependsOn": ["pkg:maven/org.apache.directory.api/api-ldap-extras-trigger@1.0.0?type=jar"]
 58133      },
 58134      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-trigger@1.0.0?type=jar"},
 58135      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-util@1.0.0?type=jar"},
 58136      {
 58137        "ref": "pkg:maven/org.apache.directory.server/apacheds-core-api@2.0.0-M24?type=jar",
 58138        "dependsOn": [
 58139          "pkg:maven/org.apache.directory.server/apacheds-core-constants@2.0.0-M24?type=jar",
 58140          "pkg:maven/org.apache.directory.api/api-i18n@1.0.0?type=jar",
 58141          "pkg:maven/org.apache.directory.api/api-ldap-client-api@1.0.0?type=jar",
 58142          "pkg:maven/org.apache.directory.api/api-ldap-extras-aci@1.0.0?type=jar",
 58143          "pkg:maven/net.sf.ehcache/ehcache@2.10.4?type=jar"
 58144        ]
 58145      },
 58146      {"ref": "pkg:maven/org.apache.directory.server/apacheds-core-constants@2.0.0-M24?type=jar"},
 58147      {"ref": "pkg:maven/org.apache.directory.api/api-i18n@1.0.0?type=jar"},
 58148      {
 58149        "ref": "pkg:maven/org.apache.directory.api/api-ldap-client-api@1.0.0?type=jar",
 58150        "dependsOn": ["pkg:maven/commons-pool/commons-pool@1.6?type=jar"]
 58151      },
 58152      {"ref": "pkg:maven/commons-pool/commons-pool@1.6?type=jar"},
 58153      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-aci@1.0.0?type=jar"},
 58154      {"ref": "pkg:maven/net.sf.ehcache/ehcache@2.10.4?type=jar"},
 58155      {
 58156        "ref": "pkg:maven/org.apache.directory.server/apacheds-core-shared@2.0.0-M24?type=jar",
 58157        "dependsOn": [
 58158          "pkg:maven/org.apache.directory.api/api-ldap-extras-codec-api@1.0.0?type=jar",
 58159          "pkg:maven/org.apache.directory.jdbm/apacheds-jdbm1@2.0.0-M3?type=jar"
 58160        ]
 58161      },
 58162      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec-api@1.0.0?type=jar"},
 58163      {"ref": "pkg:maven/org.apache.directory.jdbm/apacheds-jdbm1@2.0.0-M3?type=jar"},
 58164      {"ref": "pkg:maven/org.apache.directory.server/apacheds-ldif-partition@2.0.0-M24?type=jar"},
 58165      {"ref": "pkg:maven/org.apache.directory.server/apacheds-i18n@2.0.0-M24?type=jar"},
 58166      {
 58167        "ref": "pkg:maven/org.apache.directory.server/apacheds-jdbm-partition@2.0.0-M24?type=jar",
 58168        "dependsOn": ["pkg:maven/org.apache.directory.server/apacheds-core-avl@2.0.0-M24?type=jar"]
 58169      },
 58170      {"ref": "pkg:maven/org.apache.directory.server/apacheds-core-avl@2.0.0-M24?type=jar"},
 58171      {
 58172        "ref": "pkg:maven/org.apache.directory.server/apacheds-xdbm-partition@2.0.0-M24?type=jar",
 58173        "dependsOn": ["pkg:maven/commons-collections/commons-collections@3.2.2?type=jar"]
 58174      },
 58175      {"ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar"},
 58176      {"ref": "pkg:maven/org.apache.directory.mavibot/mavibot@1.0.0-M8?type=jar"},
 58177      {"ref": "pkg:maven/org.apache.directory.server/apacheds-mavibot-partition@2.0.0-M24?type=jar"},
 58178      {
 58179        "ref": "pkg:maven/org.apache.directory.api/api-ldap-model@1.0.0?type=jar",
 58180        "dependsOn": [
 58181          "pkg:maven/org.apache.directory.api/api-asn1-ber@1.0.0?type=jar",
 58182          "pkg:maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr@2.7.7_5?type=jar",
 58183          "pkg:maven/commons-codec/commons-codec@1.10?type=jar"
 58184        ]
 58185      },
 58186      {"ref": "pkg:maven/org.apache.directory.api/api-asn1-ber@1.0.0?type=jar"},
 58187      {"ref": "pkg:maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr@2.7.7_5?type=jar"},
 58188      {"ref": "pkg:maven/commons-codec/commons-codec@1.10?type=jar"},
 58189      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-schema-data@1.0.0?type=jar"},
 58190      {"ref": "pkg:maven/org.apache.directory.api/api-util@1.0.0?type=jar"},
 58191      {
 58192        "ref": "pkg:maven/org.apache.directory.server/apacheds-interceptor-kerberos@2.0.0-M24?type=jar",
 58193        "dependsOn": [
 58194          "pkg:maven/org.apache.directory.server/apacheds-kerberos-codec@2.0.0-M24?type=jar",
 58195          "pkg:maven/org.apache.directory.api/api-asn1-api@1.0.0?type=jar"
 58196        ]
 58197      },
 58198      {"ref": "pkg:maven/org.apache.directory.server/apacheds-kerberos-codec@2.0.0-M24?type=jar"},
 58199      {"ref": "pkg:maven/org.apache.directory.api/api-asn1-api@1.0.0?type=jar"},
 58200      {
 58201        "ref": "pkg:maven/org.apache.directory.server/apacheds-server-annotations@2.0.0-M24?type=jar",
 58202        "dependsOn": [
 58203          "pkg:maven/org.apache.directory.server/apacheds-protocol-kerberos@2.0.0-M24?type=jar",
 58204          "pkg:maven/org.apache.directory.server/apacheds-protocol-ldap@2.0.0-M24?type=jar",
 58205          "pkg:maven/org.apache.directory.server/apacheds-protocol-shared@2.0.0-M24?type=jar",
 58206          "pkg:maven/org.apache.directory.api/api-ldap-codec-core@1.0.0?type=jar",
 58207          "pkg:maven/org.apache.mina/mina-core@2.0.16?type=jar"
 58208        ]
 58209      },
 58210      {"ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-kerberos@2.0.0-M24?type=jar"},
 58211      {
 58212        "ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-ldap@2.0.0-M24?type=jar",
 58213        "dependsOn": ["pkg:maven/org.apache.directory.api/api-ldap-extras-sp@1.0.0?type=jar"]
 58214      },
 58215      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-sp@1.0.0?type=jar"},
 58216      {"ref": "pkg:maven/org.apache.directory.server/apacheds-protocol-shared@2.0.0-M24?type=jar"},
 58217      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-codec-core@1.0.0?type=jar"},
 58218      {"ref": "pkg:maven/org.apache.mina/mina-core@2.0.16?type=jar"},
 58219      {
 58220        "ref": "pkg:maven/org.apache.directory.api/api-ldap-codec-standalone@1.0.0?type=jar",
 58221        "dependsOn": [
 58222          "pkg:maven/org.apache.directory.api/api-ldap-net-mina@1.0.0?type=jar",
 58223          "pkg:maven/org.apache.directory.api/api-ldap-extras-codec@1.0.0?type=jar"
 58224        ]
 58225      },
 58226      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-net-mina@1.0.0?type=jar"},
 58227      {"ref": "pkg:maven/org.apache.directory.api/api-ldap-extras-codec@1.0.0?type=jar"},
 58228      {
 58229        "ref": "pkg:maven/org.wildfly.core/wildfly-domain-management@11.1.1.Final?type=jar",
 58230        "dependsOn": [
 58231          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 58232          "pkg:maven/org.jboss.msc/jboss-msc@1.4.11.Final?type=jar",
 58233          "pkg:maven/org.picketbox/picketbox@5.0.3.Final?type=jar",
 58234          "pkg:maven/org.wildfly.core/wildfly-controller@11.1.1.Final?type=jar",
 58235          "pkg:maven/org.wildfly.core/wildfly-core-security@11.1.1.Final?type=jar",
 58236          "pkg:maven/org.jboss/jboss-dmr@1.5.0.Final?type=jar"
 58237        ]
 58238      },
 58239      {
 58240        "ref": "pkg:maven/org.jboss.msc/jboss-msc@1.4.11.Final?type=jar",
 58241        "dependsOn": ["pkg:maven/org.jboss.threads/jboss-threads@2.3.2.Final?type=jar"]
 58242      },
 58243      {"ref": "pkg:maven/org.jboss.threads/jboss-threads@2.3.2.Final?type=jar"},
 58244      {"ref": "pkg:maven/org.picketbox/picketbox@5.0.3.Final?type=jar"},
 58245      {
 58246        "ref": "pkg:maven/org.wildfly.core/wildfly-controller@11.1.1.Final?type=jar",
 58247        "dependsOn": [
 58248          "pkg:maven/org.wildfly.core/wildfly-controller-client@11.1.1.Final?type=jar",
 58249          "pkg:maven/org.wildfly.security/wildfly-elytron@1.11.4.Final?type=jar",
 58250          "pkg:maven/org.wildfly.core/wildfly-version@11.1.1.Final?type=jar",
 58251          "pkg:maven/org.jboss.modules/jboss-modules@1.10.0.Final?type=jar",
 58252          "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.14.Final?type=jar",
 58253          "pkg:maven/org.jboss/staxmapper@1.3.0.Final?type=jar",
 58254          "pkg:maven/org.wildfly.common/wildfly-common@1.5.2.Final?type=jar",
 58255          "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6?type=jar",
 58256          "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.0.2.201807311906-r?type=jar"
 58257        ]
 58258      },
 58259      {
 58260        "ref": "pkg:maven/org.wildfly.core/wildfly-controller-client@11.1.1.Final?type=jar",
 58261        "dependsOn": ["pkg:maven/org.wildfly.core/wildfly-protocol@11.1.1.Final?type=jar"]
 58262      },
 58263      {
 58264        "ref": "pkg:maven/org.wildfly.core/wildfly-protocol@11.1.1.Final?type=jar",
 58265        "dependsOn": [
 58266          "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.17.Final?type=jar",
 58267          "pkg:maven/org.jboss.xnio/xnio-api@3.7.7.Final?type=jar",
 58268          "pkg:maven/org.jboss.xnio/xnio-nio@3.7.7.Final?type=jar"
 58269        ]
 58270      },
 58271      {
 58272        "ref": "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.17.Final?type=jar",
 58273        "dependsOn": ["pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.CR2?type=jar"]
 58274      },
 58275      {"ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.CR2?type=jar"},
 58276      {"ref": "pkg:maven/org.jboss.xnio/xnio-api@3.7.7.Final?type=jar"},
 58277      {"ref": "pkg:maven/org.jboss.xnio/xnio-nio@3.7.7.Final?type=jar"},
 58278      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron@1.11.4.Final?type=jar"},
 58279      {"ref": "pkg:maven/org.wildfly.core/wildfly-version@11.1.1.Final?type=jar"},
 58280      {"ref": "pkg:maven/org.jboss.modules/jboss-modules@1.10.0.Final?type=jar"},
 58281      {"ref": "pkg:maven/org.jboss.logmanager/jboss-logmanager@2.1.14.Final?type=jar"},
 58282      {"ref": "pkg:maven/org.jboss/staxmapper@1.3.0.Final?type=jar"},
 58283      {"ref": "pkg:maven/org.wildfly.common/wildfly-common@1.5.2.Final?type=jar"},
 58284      {
 58285        "ref": "pkg:maven/org.projectodd.vdx/vdx-wildfly@1.1.6?type=jar",
 58286        "dependsOn": ["pkg:maven/org.projectodd.vdx/vdx-core@1.1.6?type=jar"]
 58287      },
 58288      {"ref": "pkg:maven/org.projectodd.vdx/vdx-core@1.1.6?type=jar"},
 58289      {
 58290        "ref": "pkg:maven/org.eclipse.jgit/org.eclipse.jgit@5.0.2.201807311906-r?type=jar",
 58291        "dependsOn": [
 58292          "pkg:maven/com.jcraft/jsch@0.1.54?type=jar",
 58293          "pkg:maven/com.jcraft/jzlib@1.1.1?type=jar",
 58294          "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.6?type=jar"
 58295        ]
 58296      },
 58297      {"ref": "pkg:maven/com.jcraft/jsch@0.1.54?type=jar"},
 58298      {"ref": "pkg:maven/com.jcraft/jzlib@1.1.1?type=jar"},
 58299      {"ref": "pkg:maven/com.googlecode.javaewah/JavaEWAH@1.1.6?type=jar"},
 58300      {
 58301        "ref": "pkg:maven/org.wildfly.core/wildfly-core-security@11.1.1.Final?type=jar",
 58302        "dependsOn": ["pkg:maven/org.wildfly.core/wildfly-core-security-api@11.1.1.Final?type=jar"]
 58303      },
 58304      {"ref": "pkg:maven/org.wildfly.core/wildfly-core-security-api@11.1.1.Final?type=jar"},
 58305      {
 58306        "ref": "pkg:maven/org.aesh/aesh@2.4?type=jar",
 58307        "dependsOn": ["pkg:maven/org.aesh/readline@2.0?type=jar"]
 58308      },
 58309      {
 58310        "ref": "pkg:maven/org.aesh/readline@2.0?type=jar",
 58311        "dependsOn": ["pkg:maven/org.fusesource.jansi/jansi@1.18?type=jar"]
 58312      },
 58313      {"ref": "pkg:maven/org.fusesource.jansi/jansi@1.18?type=jar"},
 58314      {"ref": "pkg:maven/org.jboss.threads/jboss-threads@2.3.3.Final?type=jar"},
 58315      {
 58316        "ref": "pkg:maven/org.wildfly.core/wildfly-server@11.1.1.Final?type=jar",
 58317        "dependsOn": [
 58318          "pkg:maven/org.wildfly.core/wildfly-core-management-client@11.1.1.Final?type=jar",
 58319          "pkg:maven/org.wildfly.core/wildfly-domain-http-interface@11.1.1.Final?type=jar",
 58320          "pkg:maven/org.wildfly.core/wildfly-deployment-repository@11.1.1.Final?type=jar",
 58321          "pkg:maven/org.wildfly.core/wildfly-platform-mbean@11.1.1.Final?type=jar",
 58322          "pkg:maven/org.wildfly.core/wildfly-process-controller@11.1.1.Final?type=jar",
 58323          "pkg:maven/org.wildfly.core/wildfly-remoting@11.1.1.Final?type=jar",
 58324          "pkg:maven/org.wildfly.core/wildfly-network@11.1.1.Final?type=jar",
 58325          "pkg:maven/org.jboss/jandex@2.1.2.Final?type=jar",
 58326          "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.4.Final?type=jar",
 58327          "pkg:maven/org.jboss.invocation/jboss-invocation@1.5.2.Final?type=jar",
 58328          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 58329          "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.9.Final?type=jar",
 58330          "pkg:maven/org.jboss.remoting/jboss-remoting@5.0.17.Final?type=jar",
 58331          "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final?type=jar",
 58332          "pkg:maven/org.jboss.threads/jboss-threads@2.3.3.Final?type=jar",
 58333          "pkg:maven/org.jboss/jboss-vfs@3.2.15.Final?type=jar",
 58334          "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 58335          "pkg:maven/com.jcraft/jsch@0.1.54?type=jar"
 58336        ]
 58337      },
 58338      {"ref": "pkg:maven/org.wildfly.core/wildfly-core-management-client@11.1.1.Final?type=jar"},
 58339      {
 58340        "ref": "pkg:maven/org.wildfly.core/wildfly-domain-http-interface@11.1.1.Final?type=jar",
 58341        "dependsOn": [
 58342          "pkg:maven/org.wildfly.core/wildfly-domain-management@11.1.1.Final?type=jar",
 58343          "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.7.1.Final?type=jar"
 58344        ]
 58345      },
 58346      {"ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.7.1.Final?type=jar"},
 58347      {"ref": "pkg:maven/org.wildfly.core/wildfly-deployment-repository@11.1.1.Final?type=jar"},
 58348      {"ref": "pkg:maven/org.wildfly.core/wildfly-platform-mbean@11.1.1.Final?type=jar"},
 58349      {"ref": "pkg:maven/org.wildfly.core/wildfly-process-controller@11.1.1.Final?type=jar"},
 58350      {
 58351        "ref": "pkg:maven/org.wildfly.core/wildfly-remoting@11.1.1.Final?type=jar",
 58352        "dependsOn": [
 58353          "pkg:maven/org.wildfly.core/wildfly-io@11.1.1.Final?type=jar",
 58354          "pkg:maven/org.jboss.xnio/xnio-api@3.7.7.Final?type=jar"
 58355        ]
 58356      },
 58357      {"ref": "pkg:maven/org.wildfly.core/wildfly-io@11.1.1.Final?type=jar"},
 58358      {"ref": "pkg:maven/org.wildfly.core/wildfly-network@11.1.1.Final?type=jar"},
 58359      {"ref": "pkg:maven/org.jboss/jandex@2.1.2.Final?type=jar"},
 58360      {"ref": "pkg:maven/org.jboss.classfilewriter/jboss-classfilewriter@1.2.4.Final?type=jar"},
 58361      {"ref": "pkg:maven/org.jboss.invocation/jboss-invocation@1.5.2.Final?type=jar"},
 58362      {"ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.0.9.Final?type=jar"},
 58363      {"ref": "pkg:maven/org.jboss.stdio/jboss-stdio@1.1.0.Final?type=jar"},
 58364      {"ref": "pkg:maven/org.jboss/jboss-vfs@3.2.15.Final?type=jar"},
 58365      {
 58366        "ref": "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 58367        "dependsOn": ["pkg:maven/org.jboss.xnio/xnio-nio@3.8.0.Final?type=jar"]
 58368      },
 58369      {"ref": "pkg:maven/org.jboss.xnio/xnio-nio@3.8.0.Final?type=jar"},
 58370      {
 58371        "ref": "pkg:maven/org.wildfly/wildfly-web-common@19.1.0.Final?type=jar",
 58372        "dependsOn": [
 58373          "pkg:maven/org.wildfly/wildfly-ee@19.1.0.Final?type=jar",
 58374          "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.0.0.Final?type=jar",
 58375          "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.0.0.Final?type=jar",
 58376          "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar",
 58377          "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final?type=jar",
 58378          "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar",
 58379          "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.0.Final?type=jar"
 58380        ]
 58381      },
 58382      {
 58383        "ref": "pkg:maven/org.wildfly/wildfly-ee@19.1.0.Final?type=jar",
 58384        "dependsOn": [
 58385          "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1?type=jar",
 58386          "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.0.0.Final?type=jar",
 58387          "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final?type=jar",
 58388          "pkg:maven/org.wildfly.core/wildfly-request-controller@11.1.1.Final?type=jar",
 58389          "pkg:maven/org.wildfly/wildfly-naming@19.1.0.Final?type=jar",
 58390          "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final?type=jar",
 58391          "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.0.Final?type=jar"
 58392        ]
 58393      },
 58394      {"ref": "pkg:maven/org.glassfish/jakarta.enterprise.concurrent@1.1.1?type=jar"},
 58395      {"ref": "pkg:maven/org.jboss.metadata/jboss-metadata-ear@13.0.0.Final?type=jar"},
 58396      {"ref": "pkg:maven/org.jboss.spec.javax.enterprise.concurrent/jboss-concurrency-api_1.0_spec@2.0.0.Final?type=jar"},
 58397      {"ref": "pkg:maven/org.wildfly.core/wildfly-request-controller@11.1.1.Final?type=jar"},
 58398      {
 58399        "ref": "pkg:maven/org.wildfly/wildfly-naming@19.1.0.Final?type=jar",
 58400        "dependsOn": [
 58401          "pkg:maven/org.wildfly/wildfly-naming-client@1.0.12.Final?type=jar",
 58402          "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.0.20.Final?type=jar"
 58403        ]
 58404      },
 58405      {
 58406        "ref": "pkg:maven/org.wildfly/wildfly-naming-client@1.0.12.Final?type=jar",
 58407        "dependsOn": ["pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.0.Final?type=jar"]
 58408      },
 58409      {"ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.0.Final?type=jar"},
 58410      {
 58411        "ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-naming-client@1.0.20.Final?type=jar",
 58412        "dependsOn": [
 58413          "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.0.20.Final?type=jar",
 58414          "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@1.0.0.Final?type=jar"
 58415        ]
 58416      },
 58417      {"ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.0.20.Final?type=jar"},
 58418      {"ref": "pkg:maven/org.jboss.spec.javax.ejb/jboss-ejb-api_3.2_spec@1.0.0.Final?type=jar"},
 58419      {"ref": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.2_spec@2.0.0.Final?type=jar"},
 58420      {"ref": "pkg:maven/org.jboss.spec.javax.el/jboss-el-api_3.0_spec@2.0.0.Final?type=jar"},
 58421      {"ref": "pkg:maven/org.jboss.metadata/jboss-metadata-common@13.0.0.Final?type=jar"},
 58422      {"ref": "pkg:maven/org.jboss.metadata/jboss-metadata-web@13.0.0.Final?type=jar"},
 58423      {"ref": "pkg:maven/org.jboss.spec.javax.security.auth.message/jboss-jaspi-api_1.1_spec@2.0.1.Final?type=jar"},
 58424      {"ref": "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.0.Final?type=jar"},
 58425      {
 58426        "ref": "pkg:maven/org.jboss.resteasy/resteasy-client@3.9.1.Final?type=jar",
 58427        "dependsOn": [
 58428          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 58429          "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.11.2.Final?type=jar",
 58430          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 58431          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar"
 58432        ]
 58433      },
 58434      {
 58435        "ref": "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.9.1.Final?type=jar",
 58436        "dependsOn": [
 58437          "pkg:maven/com.sun.mail/javax.mail@1.6.2?type=jar",
 58438          "pkg:maven/org.apache.james/apache-mime4j@0.6?type=jar"
 58439        ]
 58440      },
 58441      {
 58442        "ref": "pkg:maven/com.sun.mail/javax.mail@1.6.2?type=jar",
 58443        "dependsOn": ["pkg:maven/javax.activation/activation@1.1?type=jar"]
 58444      },
 58445      {"ref": "pkg:maven/javax.activation/activation@1.1?type=jar"},
 58446      {
 58447        "ref": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.9.1.Final?type=jar",
 58448        "dependsOn": [
 58449          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58450          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58451          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar",
 58452          "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.10.1?type=jar",
 58453          "pkg:maven/com.github.fge/json-patch@1.9?type=jar",
 58454          "pkg:maven/com.google.guava/guava@25.0-jre?type=jar"
 58455        ]
 58456      },
 58457      {
 58458        "ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.10.1?type=jar",
 58459        "dependsOn": [
 58460          "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.10.1?type=jar",
 58461          "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.10.1?type=jar"
 58462        ]
 58463      },
 58464      {"ref": "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-base@2.10.1?type=jar"},
 58465      {
 58466        "ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.10.1?type=jar",
 58467        "dependsOn": [
 58468          "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar",
 58469          "pkg:maven/jakarta.activation/jakarta.activation-api@1.2.1?type=jar"
 58470        ]
 58471      },
 58472      {
 58473        "ref": "pkg:maven/com.github.fge/json-patch@1.9?type=jar",
 58474        "dependsOn": ["pkg:maven/com.github.fge/jackson-coreutils@1.6?type=jar"]
 58475      },
 58476      {
 58477        "ref": "pkg:maven/com.github.fge/jackson-coreutils@1.6?type=jar",
 58478        "dependsOn": ["pkg:maven/com.github.fge/msg-simple@1.1?type=jar"]
 58479      },
 58480      {
 58481        "ref": "pkg:maven/com.github.fge/msg-simple@1.1?type=jar",
 58482        "dependsOn": ["pkg:maven/com.github.fge/btf@1.2?type=jar"]
 58483      },
 58484      {"ref": "pkg:maven/com.github.fge/btf@1.2?type=jar"},
 58485      {
 58486        "ref": "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.9.1.Final?type=jar",
 58487        "dependsOn": [
 58488          "pkg:maven/org.jboss.spec.javax.xml.bind/jboss-jaxb-api_2.3_spec@2.0.0.Final?type=jar",
 58489          "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.1?type=jar"
 58490        ]
 58491      },
 58492      {
 58493        "ref": "pkg:maven/org.jboss.aesh/aesh@0.66.19?type=jar",
 58494        "dependsOn": ["pkg:maven/org.fusesource.jansi/jansi@1.16?type=jar"]
 58495      },
 58496      {"ref": "pkg:maven/org.fusesource.jansi/jansi@1.16?type=jar"},
 58497      {
 58498        "ref": "pkg:maven/org.keycloak/keycloak-client-registration-cli@10.0.2?type=jar",
 58499        "dependsOn": [
 58500          "pkg:maven/org.jboss.aesh/aesh@0.66.19?type=jar",
 58501          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58502          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar"
 58503        ]
 58504      },
 58505      {"ref": "pkg:maven/org.keycloak/keycloak-admin-cli@10.0.2?type=jar"},
 58506      {"ref": "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar"},
 58507      {
 58508        "ref": "pkg:maven/org.apache.tomcat/tomcat-catalina@7.0.92?type=jar",
 58509        "dependsOn": [
 58510          "pkg:maven/org.apache.tomcat/tomcat-servlet-api@7.0.92?type=jar",
 58511          "pkg:maven/org.apache.tomcat/tomcat-juli@7.0.92?type=jar",
 58512          "pkg:maven/org.apache.tomcat/tomcat-annotations-api@7.0.92?type=jar",
 58513          "pkg:maven/org.apache.tomcat/tomcat-api@7.0.92?type=jar",
 58514          "pkg:maven/org.apache.tomcat/tomcat-util@7.0.92?type=jar"
 58515        ]
 58516      },
 58517      {"ref": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@7.0.92?type=jar"},
 58518      {"ref": "pkg:maven/org.apache.tomcat/tomcat-juli@7.0.92?type=jar"},
 58519      {"ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@7.0.92?type=jar"},
 58520      {"ref": "pkg:maven/org.apache.tomcat/tomcat-api@7.0.92?type=jar"},
 58521      {"ref": "pkg:maven/org.apache.tomcat/tomcat-util@7.0.92?type=jar"},
 58522      {"ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec@1.0.2.Final?type=jar"},
 58523      {
 58524        "ref": "pkg:maven/io.undertow/undertow-servlet@2.1.0.Final?type=jar",
 58525        "dependsOn": [
 58526          "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_4.0_spec@2.0.0.Final?type=jar",
 58527          "pkg:maven/org.jboss.spec.javax.annotation/jboss-annotations-api_1.3_spec@2.0.1.Final?type=jar"
 58528        ]
 58529      },
 58530      {
 58531        "ref": "pkg:maven/org.jboss.xnio/xnio-api@3.8.0.Final?type=jar",
 58532        "dependsOn": [
 58533          "pkg:maven/org.wildfly.common/wildfly-common@1.5.2.Final?type=jar",
 58534          "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final?type=jar"
 58535        ]
 58536      },
 58537      {"ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.1.Final?type=jar"},
 58538      {"ref": "pkg:maven/org.jboss.threads/jboss-threads@3.1.0.Final?type=jar"},
 58539      {
 58540        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@8.1.17.v20150415?type=jar",
 58541        "dependsOn": [
 58542          "pkg:maven/org.eclipse.jetty.orbit/javax.servlet@3.0.0.v201112011016?type=jar",
 58543          "pkg:maven/org.eclipse.jetty/jetty-continuation@8.1.17.v20150415?type=jar",
 58544          "pkg:maven/org.eclipse.jetty/jetty-http@8.1.17.v20150415?type=jar"
 58545        ]
 58546      },
 58547      {"ref": "pkg:maven/org.eclipse.jetty.orbit/javax.servlet@3.0.0.v201112011016?type=jar"},
 58548      {"ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@8.1.17.v20150415?type=jar"},
 58549      {
 58550        "ref": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.17.v20150415?type=jar",
 58551        "dependsOn": ["pkg:maven/org.eclipse.jetty/jetty-io@8.1.17.v20150415?type=jar"]
 58552      },
 58553      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.17.v20150415?type=jar"},
 58554      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.17.v20150415?type=jar"},
 58555      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@8.1.17.v20150415?type=jar"},
 58556      {"ref": "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar"},
 58557      {"ref": "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar"},
 58558      {"ref": "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar"},
 58559      {"ref": "pkg:maven/org.keycloak/keycloak-tomcat-adapter-spi@10.0.2?type=jar"},
 58560      {"ref": "pkg:maven/org.apache.tomcat/tomcat-servlet-api@8.5.38?type=jar"},
 58561      {
 58562        "ref": "pkg:maven/org.apache.tomcat/tomcat-catalina@8.5.38?type=jar",
 58563        "dependsOn": [
 58564          "pkg:maven/org.apache.tomcat/tomcat-jsp-api@8.5.38?type=jar",
 58565          "pkg:maven/org.apache.tomcat/tomcat-juli@8.5.38?type=jar",
 58566          "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.38?type=jar",
 58567          "pkg:maven/org.apache.tomcat/tomcat-api@8.5.38?type=jar",
 58568          "pkg:maven/org.apache.tomcat/tomcat-jni@8.5.38?type=jar",
 58569          "pkg:maven/org.apache.tomcat/tomcat-coyote@8.5.38?type=jar",
 58570          "pkg:maven/org.apache.tomcat/tomcat-util@8.5.38?type=jar",
 58571          "pkg:maven/org.apache.tomcat/tomcat-util-scan@8.5.38?type=jar",
 58572          "pkg:maven/org.apache.tomcat/tomcat-jaspic-api@8.5.38?type=jar"
 58573        ]
 58574      },
 58575      {
 58576        "ref": "pkg:maven/org.apache.tomcat/tomcat-jsp-api@8.5.38?type=jar",
 58577        "dependsOn": ["pkg:maven/org.apache.tomcat/tomcat-el-api@8.5.38?type=jar"]
 58578      },
 58579      {"ref": "pkg:maven/org.apache.tomcat/tomcat-el-api@8.5.38?type=jar"},
 58580      {"ref": "pkg:maven/org.apache.tomcat/tomcat-juli@8.5.38?type=jar"},
 58581      {"ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.38?type=jar"},
 58582      {"ref": "pkg:maven/org.apache.tomcat/tomcat-api@8.5.38?type=jar"},
 58583      {"ref": "pkg:maven/org.apache.tomcat/tomcat-jni@8.5.38?type=jar"},
 58584      {"ref": "pkg:maven/org.apache.tomcat/tomcat-coyote@8.5.38?type=jar"},
 58585      {"ref": "pkg:maven/org.apache.tomcat/tomcat-util@8.5.38?type=jar"},
 58586      {"ref": "pkg:maven/org.apache.tomcat/tomcat-util-scan@8.5.38?type=jar"},
 58587      {"ref": "pkg:maven/org.apache.tomcat/tomcat-jaspic-api@8.5.38?type=jar"},
 58588      {
 58589        "ref": "pkg:maven/org.keycloak/keycloak-saml-tomcat-adapter-core@10.0.2?type=jar",
 58590        "dependsOn": [
 58591          "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 58592          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58593          "pkg:maven/org.keycloak/keycloak-tomcat-adapter-spi@10.0.2?type=jar",
 58594          "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
 58595          "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar",
 58596          "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar"
 58597        ]
 58598      },
 58599      {"ref": "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar"},
 58600      {
 58601        "ref": "pkg:maven/org.keycloak/keycloak-jboss-adapter-core@10.0.2?type=jar",
 58602        "dependsOn": [
 58603          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58604          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58605          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58606          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 58607        ]
 58608      },
 58609      {"ref": "pkg:maven/org.keycloak/keycloak-authz-client@10.0.2?type=jar"},
 58610      {"ref": "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar"},
 58611      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-asn1@1.11.4.Final?type=jar"},
 58612      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-audit@1.11.4.Final?type=jar"},
 58613      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth@1.11.4.Final?type=jar"},
 58614      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server@1.11.4.Final?type=jar"},
 58615      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-deprecated@1.11.4.Final?type=jar"},
 58616      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-http@1.11.4.Final?type=jar"},
 58617      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-server-sasl@1.11.4.Final?type=jar"},
 58618      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-auth-util@1.11.4.Final?type=jar"},
 58619      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-base@1.11.4.Final?type=jar"},
 58620      {
 58621        "ref": "pkg:maven/org.wildfly.security/wildfly-elytron-client@1.11.4.Final?type=jar",
 58622        "dependsOn": [
 58623          "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.11.4.Final?type=jar",
 58624          "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.11.4.Final?type=jar"
 58625        ]
 58626      },
 58627      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-impl@1.11.4.Final?type=jar"},
 58628      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-provider-util@1.11.4.Final?type=jar"},
 58629      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential@1.11.4.Final?type=jar"},
 58630      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-source-deprecated@1.11.4.Final?type=jar"},
 58631      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-credential-store@1.11.4.Final?type=jar"},
 58632      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-digest@1.11.4.Final?type=jar"},
 58633      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http@1.11.4.Final?type=jar"},
 58634      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-basic@1.11.4.Final?type=jar"},
 58635      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-bearer@1.11.4.Final?type=jar"},
 58636      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-cert@1.11.4.Final?type=jar"},
 58637      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-deprecated@1.11.4.Final?type=jar"},
 58638      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-digest@1.11.4.Final?type=jar"},
 58639      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-form@1.11.4.Final?type=jar"},
 58640      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-spnego@1.11.4.Final?type=jar"},
 58641      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-sso@1.11.4.Final?type=jar"},
 58642      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-http-util@1.11.4.Final?type=jar"},
 58643      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-jacc@1.11.4.Final?type=jar"},
 58644      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-jaspi@1.11.4.Final?type=jar"},
 58645      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-json-util@1.11.4.Final?type=jar"},
 58646      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-keystore@1.11.4.Final?type=jar"},
 58647      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism@1.11.4.Final?type=jar"},
 58648      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-digest@1.11.4.Final?type=jar"},
 58649      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-gssapi@1.11.4.Final?type=jar"},
 58650      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-http@1.11.4.Final?type=jar"},
 58651      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-oauth2@1.11.4.Final?type=jar"},
 58652      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-mechanism-scram@1.11.4.Final?type=jar"},
 58653      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-password-impl@1.11.4.Final?type=jar"},
 58654      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-permission@1.11.4.Final?type=jar"},
 58655      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm@1.11.4.Final?type=jar"},
 58656      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-jdbc@1.11.4.Final?type=jar"},
 58657      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-ldap@1.11.4.Final?type=jar"},
 58658      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-realm-token@1.11.4.Final?type=jar"},
 58659      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl@1.11.4.Final?type=jar"},
 58660      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-anonymous@1.11.4.Final?type=jar"},
 58661      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-auth-util@1.11.4.Final?type=jar"},
 58662      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-deprecated@1.11.4.Final?type=jar"},
 58663      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-digest@1.11.4.Final?type=jar"},
 58664      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-entity@1.11.4.Final?type=jar"},
 58665      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-external@1.11.4.Final?type=jar"},
 58666      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gs2@1.11.4.Final?type=jar"},
 58667      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-gssapi@1.11.4.Final?type=jar"},
 58668      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-localuser@1.11.4.Final?type=jar"},
 58669      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-oauth2@1.11.4.Final?type=jar"},
 58670      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-otp@1.11.4.Final?type=jar"},
 58671      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-plain@1.11.4.Final?type=jar"},
 58672      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-sasl-scram@1.11.4.Final?type=jar"},
 58673      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager@1.11.4.Final?type=jar"},
 58674      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-security-manager-action@1.11.4.Final?type=jar"},
 58675      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-ssl@1.11.4.Final?type=jar"},
 58676      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-util@1.11.4.Final?type=jar"},
 58677      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500@1.11.4.Final?type=jar"},
 58678      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert@1.11.4.Final?type=jar"},
 58679      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-acme@1.11.4.Final?type=jar"},
 58680      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-cert-util@1.11.4.Final?type=jar"},
 58681      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-deprecated@1.11.4.Final?type=jar"},
 58682      {"ref": "pkg:maven/org.wildfly.security/wildfly-elytron-x500-principal@1.11.4.Final?type=jar"},
 58683      {
 58684        "ref": "pkg:maven/org.keycloak/keycloak-saml-wildfly-adapter@10.0.2?type=jar",
 58685        "dependsOn": [
 58686          "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 58687          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58688          "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar",
 58689          "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar",
 58690          "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar",
 58691          "pkg:maven/org.keycloak/keycloak-jboss-adapter-core@10.0.2?type=jar",
 58692          "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
 58693          "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar"
 58694        ]
 58695      },
 58696      {"ref": "pkg:maven/org.keycloak/keycloak-saml-wildfly-elytron-adapter@10.0.2?type=jar"},
 58697      {"ref": "pkg:maven/org.keycloak/keycloak-servlet-adapter-spi@10.0.2?type=jar"},
 58698      {
 58699        "ref": "pkg:maven/org.keycloak/keycloak-jetty-adapter-spi@10.0.2?type=jar",
 58700        "dependsOn": ["pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar"]
 58701      },
 58702      {
 58703        "ref": "pkg:maven/org.keycloak/keycloak-saml-jetty-adapter-core@10.0.2?type=jar",
 58704        "dependsOn": [
 58705          "pkg:maven/org.keycloak/keycloak-jetty-adapter-spi@10.0.2?type=jar",
 58706          "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
 58707          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar"
 58708        ]
 58709      },
 58710      {
 58711        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.2.4.v20141103?type=jar",
 58712        "dependsOn": [
 58713          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 58714          "pkg:maven/org.eclipse.jetty/jetty-http@9.2.4.v20141103?type=jar",
 58715          "pkg:maven/org.eclipse.jetty/jetty-io@9.2.4.v20141103?type=jar"
 58716        ]
 58717      },
 58718      {"ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar"},
 58719      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.2.4.v20141103?type=jar"},
 58720      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.2.4.v20141103?type=jar"},
 58721      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.2.4.v20141103?type=jar"},
 58722      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.2.4.v20141103?type=jar"},
 58723      {
 58724        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.3.9.v20160517?type=jar",
 58725        "dependsOn": [
 58726          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 58727          "pkg:maven/org.eclipse.jetty/jetty-http@9.3.9.v20160517?type=jar",
 58728          "pkg:maven/org.eclipse.jetty/jetty-io@9.3.9.v20160517?type=jar"
 58729        ]
 58730      },
 58731      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.3.9.v20160517?type=jar"},
 58732      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.3.9.v20160517?type=jar"},
 58733      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.3.9.v20160517?type=jar"},
 58734      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.3.9.v20160517?type=jar"},
 58735      {
 58736        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.2.v20170220?type=jar",
 58737        "dependsOn": [
 58738          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 58739          "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220?type=jar",
 58740          "pkg:maven/org.eclipse.jetty/jetty-io@9.4.2.v20170220?type=jar"
 58741        ]
 58742      },
 58743      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220?type=jar"},
 58744      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.2.v20170220?type=jar"},
 58745      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.2.v20170220?type=jar"},
 58746      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.2.v20170220?type=jar"},
 58747      {"ref": "pkg:maven/org.osgi/org.osgi.core@4.2.0?type=jar"},
 58748      {"ref": "pkg:maven/org.osgi/org.osgi.enterprise@4.2.0?type=jar"},
 58749      {
 58750        "ref": "pkg:maven/org.ops4j.pax.web/pax-web-runtime@7.1.0?type=jar",
 58751        "dependsOn": ["pkg:maven/org.jasypt/jasypt@1.9.2?type=jar"]
 58752      },
 58753      {"ref": "pkg:maven/org.jasypt/jasypt@1.9.2?type=jar"},
 58754      {"ref": "pkg:maven/org.ops4j.pax.web/pax-web-spi@7.1.0?type=jar"},
 58755      {"ref": "pkg:maven/org.ops4j.pax.web/pax-web-api@7.1.0?type=jar"},
 58756      {
 58757        "ref": "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 58758        "dependsOn": [
 58759          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58760          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58761          "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar",
 58762          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 58763          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58764          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 58765          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58766          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58767          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 58768        ]
 58769      },
 58770      {
 58771        "ref": "pkg:maven/org.apache.camel/camel-undertow@2.21.2?type=jar",
 58772        "dependsOn": [
 58773          "pkg:maven/org.apache.camel/camel-http-common@2.21.2?type=jar",
 58774          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar"
 58775        ]
 58776      },
 58777      {"ref": "pkg:maven/org.apache.camel/camel-http-common@2.21.2?type=jar"},
 58778      {
 58779        "ref": "pkg:maven/org.apache.camel/camel-core@2.21.2?type=jar",
 58780        "dependsOn": [
 58781          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
 58782          "pkg:maven/com.sun.xml.bind/jaxb-core@2.3.0?type=jar",
 58783          "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.0?type=jar"
 58784        ]
 58785      },
 58786      {"ref": "pkg:maven/com.sun.xml.bind/jaxb-core@2.3.0?type=jar"},
 58787      {"ref": "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.0?type=jar"},
 58788      {
 58789        "ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.3.6?type=jar",
 58790        "dependsOn": [
 58791          "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 58792          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 58793          "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
 58794          "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar",
 58795          "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.3?type=jar",
 58796          "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 58797          "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar",
 58798          "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar",
 58799          "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar"
 58800        ]
 58801      },
 58802      {
 58803        "ref": "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 58804        "dependsOn": [
 58805          "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.2?type=jar",
 58806          "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.0.3?type=jar",
 58807          "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5?type=jar",
 58808          "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@2.3.2?type=jar"
 58809        ]
 58810      },
 58811      {
 58812        "ref": "pkg:maven/com.fasterxml.woodstox/woodstox-core@5.0.3?type=jar",
 58813        "dependsOn": ["pkg:maven/org.codehaus.woodstox/stax2-api@3.1.4?type=jar"]
 58814      },
 58815      {"ref": "pkg:maven/org.codehaus.woodstox/stax2-api@3.1.4?type=jar"},
 58816      {"ref": "pkg:maven/org.apache.ws.xmlschema/xmlschema-core@2.2.5?type=jar"},
 58817      {"ref": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.3?type=jar"},
 58818      {
 58819        "ref": "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 58820        "dependsOn": [
 58821          "pkg:maven/org.jvnet.mimepull/mimepull@1.9.7?type=jar",
 58822          "pkg:maven/org.jvnet.staxex/stax-ex@1.7.8?type=jar"
 58823        ]
 58824      },
 58825      {"ref": "pkg:maven/org.jvnet.mimepull/mimepull@1.9.7?type=jar"},
 58826      {
 58827        "ref": "pkg:maven/org.jvnet.staxex/stax-ex@1.7.8?type=jar",
 58828        "dependsOn": ["pkg:maven/javax.activation/activation@1.1?type=jar"]
 58829      },
 58830      {"ref": "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar"},
 58831      {"ref": "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar"},
 58832      {"ref": "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar"},
 58833      {
 58834        "ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-undertow@3.3.6?type=jar",
 58835        "dependsOn": [
 58836          "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 58837          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 58838          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar"
 58839        ]
 58840      },
 58841      {"ref": "pkg:maven/org.keycloak/keycloak-osgi-adapter@10.0.2?type=jar"},
 58842      {
 58843        "ref": "pkg:maven/org.keycloak/keycloak-jetty-core@10.0.2?type=jar",
 58844        "dependsOn": [
 58845          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58846          "pkg:maven/org.keycloak/keycloak-jetty-adapter-spi@10.0.2?type=jar"
 58847        ]
 58848      },
 58849      {
 58850        "ref": "pkg:maven/org.keycloak/keycloak-jetty94-adapter@10.0.2?type=jar",
 58851        "dependsOn": [
 58852          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58853          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 58854          "pkg:maven/org.keycloak/keycloak-jetty-core@10.0.2?type=jar",
 58855          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58856          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 58857          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58858          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58859          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 58860        ]
 58861      },
 58862      {
 58863        "ref": "pkg:maven/org.keycloak/keycloak-tomcat-core-adapter@10.0.2?type=jar",
 58864        "dependsOn": [
 58865          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58866          "pkg:maven/org.keycloak/keycloak-tomcat-adapter-spi@10.0.2?type=jar",
 58867          "pkg:maven/org.keycloak/keycloak-authz-client@10.0.2?type=jar"
 58868        ]
 58869      },
 58870      {
 58871        "ref": "pkg:maven/org.keycloak/keycloak-tomcat-adapter@10.0.2?type=jar",
 58872        "dependsOn": [
 58873          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58874          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 58875          "pkg:maven/org.keycloak/keycloak-tomcat-core-adapter@10.0.2?type=jar",
 58876          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58877          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 58878          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58879          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58880          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 58881        ]
 58882      },
 58883      {
 58884        "ref": "pkg:maven/org.keycloak/keycloak-installed-adapter@10.0.2?type=jar",
 58885        "dependsOn": [
 58886          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 58887          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58888          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 58889          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 58890          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58891          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 58892          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 58893          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 58894          "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar",
 58895          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 58896          "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar"
 58897        ]
 58898      },
 58899      {"ref": "pkg:maven/commons-codec/commons-codec@1.13?type=jar"},
 58900      {
 58901        "ref": "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.11.2.Final?type=jar",
 58902        "dependsOn": [
 58903          "pkg:maven/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider@2.10.1?type=jar",
 58904          "pkg:maven/com.github.fge/json-patch@1.9?type=jar",
 58905          "pkg:maven/com.google.guava/guava@25.0-jre?type=jar"
 58906        ]
 58907      },
 58908      {
 58909        "ref": "pkg:maven/org.keycloak/keycloak-jetty93-adapter@10.0.2?type=jar",
 58910        "dependsOn": ["pkg:maven/org.keycloak/keycloak-jetty-core@10.0.2?type=jar"]
 58911      },
 58912      {
 58913        "ref": "pkg:maven/org.springframework.security/spring-security-config@3.2.7.RELEASE?type=jar",
 58914        "dependsOn": [
 58915          "pkg:maven/aopalliance/aopalliance@1.0?type=jar",
 58916          "pkg:maven/org.springframework.security/spring-security-core@3.2.7.RELEASE?type=jar",
 58917          "pkg:maven/org.springframework/spring-aop@3.2.13.RELEASE?type=jar",
 58918          "pkg:maven/org.springframework/spring-beans@3.2.13.RELEASE?type=jar",
 58919          "pkg:maven/org.springframework/spring-context@3.2.13.RELEASE?type=jar",
 58920          "pkg:maven/org.springframework/spring-core@3.2.13.RELEASE?type=jar"
 58921        ]
 58922      },
 58923      {"ref": "pkg:maven/aopalliance/aopalliance@1.0?type=jar"},
 58924      {"ref": "pkg:maven/org.springframework.security/spring-security-core@3.2.7.RELEASE?type=jar"},
 58925      {"ref": "pkg:maven/org.springframework/spring-aop@3.2.13.RELEASE?type=jar"},
 58926      {"ref": "pkg:maven/org.springframework/spring-beans@3.2.13.RELEASE?type=jar"},
 58927      {"ref": "pkg:maven/org.springframework/spring-context@3.2.13.RELEASE?type=jar"},
 58928      {"ref": "pkg:maven/org.springframework/spring-core@3.2.13.RELEASE?type=jar"},
 58929      {
 58930        "ref": "pkg:maven/org.springframework.security/spring-security-web@3.2.7.RELEASE?type=jar",
 58931        "dependsOn": [
 58932          "pkg:maven/org.springframework/spring-expression@3.2.13.RELEASE?type=jar",
 58933          "pkg:maven/org.springframework/spring-web@3.2.13.RELEASE?type=jar"
 58934        ]
 58935      },
 58936      {"ref": "pkg:maven/org.springframework/spring-expression@3.2.13.RELEASE?type=jar"},
 58937      {"ref": "pkg:maven/org.springframework/spring-web@3.2.13.RELEASE?type=jar"},
 58938      {
 58939        "ref": "pkg:maven/org.keycloak/spring-boot-container-bundle@10.0.2?type=jar",
 58940        "dependsOn": [
 58941          "pkg:maven/org.keycloak/keycloak-tomcat-adapter@10.0.2?type=jar",
 58942          "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 58943          "pkg:maven/org.keycloak/keycloak-jetty94-adapter@10.0.2?type=jar"
 58944        ]
 58945      },
 58946      {
 58947        "ref": "pkg:maven/org.keycloak/spring-boot-legacy-container-bundle@10.0.2?type=jar",
 58948        "dependsOn": ["pkg:maven/org.keycloak/keycloak-jetty93-adapter@10.0.2?type=jar"]
 58949      },
 58950      {
 58951        "ref": "pkg:maven/org.keycloak/keycloak-spring-security-adapter@10.0.2?type=jar",
 58952        "dependsOn": [
 58953          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 58954          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 58955          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar",
 58956          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 58957          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 58958        ]
 58959      },
 58960      {
 58961        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.16.RELEASE?type=jar",
 58962        "dependsOn": [
 58963          "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.16.RELEASE?type=jar",
 58964          "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.16.RELEASE?type=jar",
 58965          "pkg:maven/org.hibernate/hibernate-validator@5.3.6.Final?type=jar",
 58966          "pkg:maven/org.springframework/spring-web@4.3.19.RELEASE?type=jar",
 58967          "pkg:maven/org.springframework/spring-webmvc@4.3.19.RELEASE?type=jar"
 58968        ]
 58969      },
 58970      {
 58971        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.16.RELEASE?type=jar",
 58972        "dependsOn": [
 58973          "pkg:maven/org.springframework.boot/spring-boot@1.5.16.RELEASE?type=jar",
 58974          "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.16.RELEASE?type=jar",
 58975          "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.16.RELEASE?type=jar",
 58976          "pkg:maven/org.springframework/spring-core@4.3.19.RELEASE?type=jar",
 58977          "pkg:maven/org.yaml/snakeyaml@1.17?type=jar"
 58978        ]
 58979      },
 58980      {"ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.16.RELEASE?type=jar"},
 58981      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.16.RELEASE?type=jar"},
 58982      {
 58983        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.16.RELEASE?type=jar",
 58984        "dependsOn": [
 58985          "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 58986          "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25?type=jar",
 58987          "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar",
 58988          "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.25?type=jar"
 58989        ]
 58990      },
 58991      {
 58992        "ref": "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 58993        "dependsOn": ["pkg:maven/ch.qos.logback/logback-core@1.1.11?type=jar"]
 58994      },
 58995      {"ref": "pkg:maven/ch.qos.logback/logback-core@1.1.11?type=jar"},
 58996      {"ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25?type=jar"},
 58997      {"ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar"},
 58998      {"ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.25?type=jar"},
 58999      {"ref": "pkg:maven/org.springframework/spring-core@4.3.19.RELEASE?type=jar"},
 59000      {"ref": "pkg:maven/org.yaml/snakeyaml@1.17?type=jar"},
 59001      {
 59002        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.16.RELEASE?type=jar",
 59003        "dependsOn": [
 59004          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.34?type=jar",
 59005          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.34?type=jar",
 59006          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.34?type=jar"
 59007        ]
 59008      },
 59009      {
 59010        "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.34?type=jar",
 59011        "dependsOn": ["pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.34?type=jar"]
 59012      },
 59013      {"ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.34?type=jar"},
 59014      {"ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.34?type=jar"},
 59015      {"ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.34?type=jar"},
 59016      {
 59017        "ref": "pkg:maven/org.hibernate/hibernate-validator@5.3.6.Final?type=jar",
 59018        "dependsOn": [
 59019          "pkg:maven/javax.validation/validation-api@1.1.0.Final?type=jar",
 59020          "pkg:maven/com.fasterxml/classmate@1.3.1?type=jar"
 59021        ]
 59022      },
 59023      {"ref": "pkg:maven/javax.validation/validation-api@1.1.0.Final?type=jar"},
 59024      {"ref": "pkg:maven/com.fasterxml/classmate@1.3.1?type=jar"},
 59025      {
 59026        "ref": "pkg:maven/org.springframework/spring-web@4.3.19.RELEASE?type=jar",
 59027        "dependsOn": [
 59028          "pkg:maven/org.springframework/spring-aop@4.3.19.RELEASE?type=jar",
 59029          "pkg:maven/org.springframework/spring-beans@4.3.19.RELEASE?type=jar",
 59030          "pkg:maven/org.springframework/spring-context@4.3.19.RELEASE?type=jar"
 59031        ]
 59032      },
 59033      {"ref": "pkg:maven/org.springframework/spring-aop@4.3.19.RELEASE?type=jar"},
 59034      {"ref": "pkg:maven/org.springframework/spring-beans@4.3.19.RELEASE?type=jar"},
 59035      {"ref": "pkg:maven/org.springframework/spring-context@4.3.19.RELEASE?type=jar"},
 59036      {
 59037        "ref": "pkg:maven/org.springframework/spring-webmvc@4.3.19.RELEASE?type=jar",
 59038        "dependsOn": ["pkg:maven/org.springframework/spring-expression@4.3.19.RELEASE?type=jar"]
 59039      },
 59040      {"ref": "pkg:maven/org.springframework/spring-expression@4.3.19.RELEASE?type=jar"},
 59041      {
 59042        "ref": "pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103?type=jar",
 59043        "dependsOn": [
 59044          "pkg:maven/org.eclipse.jetty/jetty-xml@9.2.4.v20141103?type=jar",
 59045          "pkg:maven/org.eclipse.jetty/jetty-servlet@9.2.4.v20141103?type=jar"
 59046        ]
 59047      },
 59048      {"ref": "pkg:maven/org.eclipse.jetty/jetty-xml@9.2.4.v20141103?type=jar"},
 59049      {"ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.2.4.v20141103?type=jar"},
 59050      {"ref": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@1.5.16.RELEASE?type=jar"},
 59051      {"ref": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter-core@10.0.2?type=jar"},
 59052      {
 59053        "ref": "pkg:maven/org.springframework/spring-core@5.0.2.RELEASE?type=jar",
 59054        "dependsOn": ["pkg:maven/org.springframework/spring-jcl@5.0.2.RELEASE?type=jar"]
 59055      },
 59056      {"ref": "pkg:maven/org.springframework/spring-jcl@5.0.2.RELEASE?type=jar"},
 59057      {
 59058        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@2.0.5.RELEASE?type=jar",
 59059        "dependsOn": [
 59060          "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.5.RELEASE?type=jar",
 59061          "pkg:maven/org.springframework.boot/spring-boot-starter-json@2.0.5.RELEASE?type=jar",
 59062          "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@2.0.5.RELEASE?type=jar",
 59063          "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.12.Final?type=jar",
 59064          "pkg:maven/org.springframework/spring-web@5.0.9.RELEASE?type=jar",
 59065          "pkg:maven/org.springframework/spring-webmvc@5.0.9.RELEASE?type=jar"
 59066        ]
 59067      },
 59068      {
 59069        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.5.RELEASE?type=jar",
 59070        "dependsOn": [
 59071          "pkg:maven/org.springframework.boot/spring-boot@2.0.5.RELEASE?type=jar",
 59072          "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.5.RELEASE?type=jar",
 59073          "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.5.RELEASE?type=jar",
 59074          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 59075          "pkg:maven/org.yaml/snakeyaml@1.19?type=jar"
 59076        ]
 59077      },
 59078      {"ref": "pkg:maven/org.springframework.boot/spring-boot@2.0.5.RELEASE?type=jar"},
 59079      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.5.RELEASE?type=jar"},
 59080      {
 59081        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.5.RELEASE?type=jar",
 59082        "dependsOn": [
 59083          "pkg:maven/ch.qos.logback/logback-classic@1.2.3?type=jar",
 59084          "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.10.0?type=jar",
 59085          "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar"
 59086        ]
 59087      },
 59088      {
 59089        "ref": "pkg:maven/ch.qos.logback/logback-classic@1.2.3?type=jar",
 59090        "dependsOn": ["pkg:maven/ch.qos.logback/logback-core@1.2.3?type=jar"]
 59091      },
 59092      {"ref": "pkg:maven/ch.qos.logback/logback-core@1.2.3?type=jar"},
 59093      {
 59094        "ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.10.0?type=jar",
 59095        "dependsOn": ["pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0?type=jar"]
 59096      },
 59097      {"ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.10.0?type=jar"},
 59098      {"ref": "pkg:maven/org.yaml/snakeyaml@1.19?type=jar"},
 59099      {
 59100        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@2.0.5.RELEASE?type=jar",
 59101        "dependsOn": [
 59102          "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.9.6?type=jar",
 59103          "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.9.6?type=jar",
 59104          "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.9.6?type=jar"
 59105        ]
 59106      },
 59107      {"ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.9.6?type=jar"},
 59108      {"ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.9.6?type=jar"},
 59109      {"ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.9.6?type=jar"},
 59110      {
 59111        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@2.0.5.RELEASE?type=jar",
 59112        "dependsOn": [
 59113          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.34?type=jar",
 59114          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.34?type=jar",
 59115          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.34?type=jar"
 59116        ]
 59117      },
 59118      {
 59119        "ref": "pkg:maven/org.hibernate.validator/hibernate-validator@6.0.12.Final?type=jar",
 59120        "dependsOn": [
 59121          "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar",
 59122          "pkg:maven/com.fasterxml/classmate@1.3.4?type=jar"
 59123        ]
 59124      },
 59125      {"ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar"},
 59126      {
 59127        "ref": "pkg:maven/org.springframework/spring-web@5.0.9.RELEASE?type=jar",
 59128        "dependsOn": ["pkg:maven/org.springframework/spring-beans@5.0.9.RELEASE?type=jar"]
 59129      },
 59130      {"ref": "pkg:maven/org.springframework/spring-beans@5.0.9.RELEASE?type=jar"},
 59131      {
 59132        "ref": "pkg:maven/org.springframework/spring-webmvc@5.0.9.RELEASE?type=jar",
 59133        "dependsOn": [
 59134          "pkg:maven/org.springframework/spring-aop@5.0.9.RELEASE?type=jar",
 59135          "pkg:maven/org.springframework/spring-context@5.0.9.RELEASE?type=jar",
 59136          "pkg:maven/org.springframework/spring-expression@5.0.9.RELEASE?type=jar"
 59137        ]
 59138      },
 59139      {"ref": "pkg:maven/org.springframework/spring-aop@5.0.9.RELEASE?type=jar"},
 59140      {"ref": "pkg:maven/org.springframework/spring-context@5.0.9.RELEASE?type=jar"},
 59141      {"ref": "pkg:maven/org.springframework/spring-expression@5.0.9.RELEASE?type=jar"},
 59142      {"ref": "pkg:maven/org.springframework.boot/spring-boot-configuration-processor@2.0.5.RELEASE?type=jar"},
 59143      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure-processor@2.0.5.RELEASE?type=jar"},
 59144      {"ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-common-test@1.7.1.Final?type=jar"},
 59145      {
 59146        "ref": "pkg:maven/org.keycloak/keycloak-wildfly-adapter@10.0.2?type=jar",
 59147        "dependsOn": [
 59148          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 59149          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 59150          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 59151          "pkg:maven/org.keycloak/keycloak-undertow-adapter-spi@10.0.2?type=jar",
 59152          "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 59153          "pkg:maven/org.keycloak/keycloak-jboss-adapter-core@10.0.2?type=jar",
 59154          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 59155          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 59156          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 59157          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 59158          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar"
 59159        ]
 59160      },
 59161      {"ref": "pkg:maven/org.keycloak/keycloak-wildfly-elytron-oidc-adapter@10.0.2?type=jar"},
 59162      {
 59163        "ref": "pkg:maven/org.keycloak/keycloak-spring-boot-2-adapter@10.0.2?type=jar",
 59164        "dependsOn": [
 59165          "pkg:maven/org.keycloak/keycloak-spring-boot-adapter-core@10.0.2?type=jar",
 59166          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 59167          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 59168          "pkg:maven/org.springframework.boot/spring-boot-starter-web@2.0.5.RELEASE?type=jar"
 59169        ]
 59170      },
 59171      {
 59172        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@2.0.3.RELEASE?type=jar",
 59173        "dependsOn": [
 59174          "pkg:maven/org.springframework.boot/spring-boot@2.0.3.RELEASE?type=jar",
 59175          "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.3.RELEASE?type=jar",
 59176          "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.3.RELEASE?type=jar",
 59177          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 59178          "pkg:maven/org.springframework/spring-core@5.0.7.RELEASE?type=jar",
 59179          "pkg:maven/org.yaml/snakeyaml@1.19?type=jar"
 59180        ]
 59181      },
 59182      {
 59183        "ref": "pkg:maven/org.springframework.boot/spring-boot@2.0.3.RELEASE?type=jar",
 59184        "dependsOn": ["pkg:maven/org.springframework/spring-context@5.0.7.RELEASE?type=jar"]
 59185      },
 59186      {"ref": "pkg:maven/org.springframework/spring-context@5.0.7.RELEASE?type=jar"},
 59187      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@2.0.3.RELEASE?type=jar"},
 59188      {
 59189        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@2.0.3.RELEASE?type=jar",
 59190        "dependsOn": [
 59191          "pkg:maven/ch.qos.logback/logback-classic@1.2.3?type=jar",
 59192          "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.10.0?type=jar",
 59193          "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar"
 59194        ]
 59195      },
 59196      {
 59197        "ref": "pkg:maven/org.springframework/spring-core@5.0.7.RELEASE?type=jar",
 59198        "dependsOn": ["pkg:maven/org.springframework/spring-jcl@5.0.7.RELEASE?type=jar"]
 59199      },
 59200      {"ref": "pkg:maven/org.springframework/spring-jcl@5.0.7.RELEASE?type=jar"},
 59201      {
 59202        "ref": "pkg:maven/org.keycloak/keycloak-spring-boot-adapter@10.0.2?type=jar",
 59203        "dependsOn": [
 59204          "pkg:maven/org.keycloak/keycloak-spring-boot-adapter-core@10.0.2?type=jar",
 59205          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 59206          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar"
 59207        ]
 59208      },
 59209      {
 59210        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.14.RELEASE?type=jar",
 59211        "dependsOn": [
 59212          "pkg:maven/org.springframework.boot/spring-boot@1.5.14.RELEASE?type=jar",
 59213          "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.14.RELEASE?type=jar",
 59214          "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.14.RELEASE?type=jar",
 59215          "pkg:maven/org.springframework/spring-core@4.3.18.RELEASE?type=jar",
 59216          "pkg:maven/org.yaml/snakeyaml@1.17?type=jar"
 59217        ]
 59218      },
 59219      {
 59220        "ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.14.RELEASE?type=jar",
 59221        "dependsOn": ["pkg:maven/org.springframework/spring-context@4.3.18.RELEASE?type=jar"]
 59222      },
 59223      {
 59224        "ref": "pkg:maven/org.springframework/spring-context@4.3.18.RELEASE?type=jar",
 59225        "dependsOn": [
 59226          "pkg:maven/org.springframework/spring-aop@4.3.18.RELEASE?type=jar",
 59227          "pkg:maven/org.springframework/spring-beans@4.3.18.RELEASE?type=jar",
 59228          "pkg:maven/org.springframework/spring-expression@4.3.18.RELEASE?type=jar"
 59229        ]
 59230      },
 59231      {"ref": "pkg:maven/org.springframework/spring-aop@4.3.18.RELEASE?type=jar"},
 59232      {"ref": "pkg:maven/org.springframework/spring-beans@4.3.18.RELEASE?type=jar"},
 59233      {"ref": "pkg:maven/org.springframework/spring-expression@4.3.18.RELEASE?type=jar"},
 59234      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.14.RELEASE?type=jar"},
 59235      {
 59236        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.14.RELEASE?type=jar",
 59237        "dependsOn": [
 59238          "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 59239          "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.25?type=jar",
 59240          "pkg:maven/org.slf4j/jul-to-slf4j@1.7.25?type=jar",
 59241          "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.25?type=jar"
 59242        ]
 59243      },
 59244      {"ref": "pkg:maven/org.springframework/spring-core@4.3.18.RELEASE?type=jar"},
 59245      {
 59246        "ref": "pkg:maven/org.keycloak/keycloak-client-registration-api@10.0.2?type=jar",
 59247        "dependsOn": [
 59248          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 59249          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar"
 59250        ]
 59251      },
 59252      {
 59253        "ref": "pkg:maven/org.keycloak/keycloak-admin-client@10.0.2?type=jar",
 59254        "dependsOn": [
 59255          "pkg:maven/org.keycloak/keycloak-common@10.0.2?type=jar",
 59256          "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
 59257          "pkg:maven/org.jboss.resteasy/resteasy-jaxb-provider@3.11.2.Final?type=jar"
 59258        ]
 59259      },
 59260      {
 59261        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-java@2.35.0?type=jar",
 59262        "dependsOn": [
 59263          "pkg:maven/org.seleniumhq.selenium/selenium-android-driver@2.35.0?type=jar",
 59264          "pkg:maven/org.seleniumhq.selenium/selenium-htmlunit-driver@2.35.0?type=jar",
 59265          "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@2.35.0?type=jar",
 59266          "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@2.35.0?type=jar",
 59267          "pkg:maven/org.seleniumhq.selenium/selenium-iphone-driver@2.35.0?type=jar",
 59268          "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@2.35.0?type=jar",
 59269          "pkg:maven/org.seleniumhq.selenium/selenium-support@2.35.0?type=jar",
 59270          "pkg:maven/org.webbitserver/webbit@0.4.14?type=jar"
 59271        ]
 59272      },
 59273      {
 59274        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-android-driver@2.35.0?type=jar",
 59275        "dependsOn": ["pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@2.35.0?type=jar"]
 59276      },
 59277      {
 59278        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@2.35.0?type=jar",
 59279        "dependsOn": [
 59280          "pkg:maven/cglib/cglib-nodep@2.1_3?type=jar",
 59281          "pkg:maven/org.json/json@20080701?type=jar"
 59282        ]
 59283      },
 59284      {"ref": "pkg:maven/cglib/cglib-nodep@2.1_3?type=jar"},
 59285      {"ref": "pkg:maven/org.json/json@20080701?type=jar"},
 59286      {
 59287        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-htmlunit-driver@2.35.0?type=jar",
 59288        "dependsOn": ["pkg:maven/net.sourceforge.htmlunit/htmlunit@2.12?type=jar"]
 59289      },
 59290      {
 59291        "ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.12?type=jar",
 59292        "dependsOn": [
 59293          "pkg:maven/xalan/xalan@2.7.1?type=jar",
 59294          "pkg:maven/commons-collections/commons-collections@3.2.1?type=jar",
 59295          "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar",
 59296          "pkg:maven/org.apache.httpcomponents/httpmime@4.5.11?type=jar",
 59297          "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.12?type=jar",
 59298          "pkg:maven/xerces/xercesImpl@2.10.0?type=jar",
 59299          "pkg:maven/net.sourceforge.nekohtml/nekohtml@1.9.18?type=jar",
 59300          "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.9?type=jar",
 59301          "pkg:maven/org.eclipse.jetty/jetty-websocket@8.1.9.v20130131?type=jar"
 59302        ]
 59303      },
 59304      {
 59305        "ref": "pkg:maven/xalan/xalan@2.7.1?type=jar",
 59306        "dependsOn": ["pkg:maven/xalan/serializer@2.7.1?type=jar"]
 59307      },
 59308      {"ref": "pkg:maven/xalan/serializer@2.7.1?type=jar"},
 59309      {"ref": "pkg:maven/commons-collections/commons-collections@3.2.1?type=jar"},
 59310      {"ref": "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar"},
 59311      {"ref": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.11?type=jar"},
 59312      {"ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.12?type=jar"},
 59313      {"ref": "pkg:maven/xerces/xercesImpl@2.10.0?type=jar"},
 59314      {"ref": "pkg:maven/net.sourceforge.nekohtml/nekohtml@1.9.18?type=jar"},
 59315      {
 59316        "ref": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.9?type=jar",
 59317        "dependsOn": ["pkg:maven/org.w3c.css/sac@1.3?type=jar"]
 59318      },
 59319      {"ref": "pkg:maven/org.w3c.css/sac@1.3?type=jar"},
 59320      {
 59321        "ref": "pkg:maven/org.eclipse.jetty/jetty-websocket@8.1.9.v20130131?type=jar",
 59322        "dependsOn": [
 59323          "pkg:maven/org.eclipse.jetty/jetty-util@8.1.9.v20130131?type=jar",
 59324          "pkg:maven/org.eclipse.jetty/jetty-io@8.1.9.v20130131?type=jar",
 59325          "pkg:maven/org.eclipse.jetty/jetty-http@8.1.9.v20130131?type=jar"
 59326        ]
 59327      },
 59328      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@8.1.9.v20130131?type=jar"},
 59329      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@8.1.9.v20130131?type=jar"},
 59330      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@8.1.9.v20130131?type=jar"},
 59331      {
 59332        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@2.35.0?type=jar",
 59333        "dependsOn": ["pkg:maven/org.apache.commons/commons-exec@1.1?type=jar"]
 59334      },
 59335      {"ref": "pkg:maven/org.apache.commons/commons-exec@1.1?type=jar"},
 59336      {
 59337        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@2.35.0?type=jar",
 59338        "dependsOn": [
 59339          "pkg:maven/net.java.dev.jna/jna@4.1.0?type=jar",
 59340          "pkg:maven/net.java.dev.jna/platform@3.4.0?type=jar"
 59341        ]
 59342      },
 59343      {"ref": "pkg:maven/net.java.dev.jna/platform@3.4.0?type=jar"},
 59344      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-iphone-driver@2.35.0?type=jar"},
 59345      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@2.35.0?type=jar"},
 59346      {
 59347        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-support@2.35.0?type=jar",
 59348        "dependsOn": ["pkg:maven/org.seleniumhq.selenium/selenium-api@2.35.0?type=jar"]
 59349      },
 59350      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-api@2.35.0?type=jar"},
 59351      {
 59352        "ref": "pkg:maven/org.webbitserver/webbit@0.4.14?type=jar",
 59353        "dependsOn": ["pkg:maven/io.netty/netty@3.5.2.Final?type=jar"]
 59354      },
 59355      {"ref": "pkg:maven/io.netty/netty@3.5.2.Final?type=jar"},
 59356      {
 59357        "ref": "pkg:maven/org.apache.maven/maven-plugin-api@3.3.9?type=jar",
 59358        "dependsOn": [
 59359          "pkg:maven/org.apache.maven/maven-model@3.3.9?type=jar",
 59360          "pkg:maven/org.apache.maven/maven-artifact@3.3.9?type=jar",
 59361          "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.2?type=jar"
 59362        ]
 59363      },
 59364      {"ref": "pkg:maven/org.apache.maven/maven-model@3.3.9?type=jar"},
 59365      {"ref": "pkg:maven/org.apache.maven/maven-artifact@3.3.9?type=jar"},
 59366      {
 59367        "ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.2?type=jar",
 59368        "dependsOn": [
 59369          "pkg:maven/javax.enterprise/cdi-api@1.0?type=jar",
 59370          "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.2?type=jar"
 59371        ]
 59372      },
 59373      {
 59374        "ref": "pkg:maven/javax.enterprise/cdi-api@1.0?type=jar",
 59375        "dependsOn": ["pkg:maven/javax.annotation/jsr250-api@1.0?type=jar"]
 59376      },
 59377      {"ref": "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar"},
 59378      {"ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.2?type=jar"},
 59379      {"ref": "pkg:maven/org.apache.maven.plugin-tools/maven-plugin-annotations@3.4?type=jar"},
 59380      {
 59381        "ref": "pkg:maven/org.apache.maven/maven-core@3.3.9?type=jar",
 59382        "dependsOn": [
 59383          "pkg:maven/org.apache.maven/maven-settings@3.3.9?type=jar",
 59384          "pkg:maven/org.apache.maven/maven-settings-builder@3.3.9?type=jar",
 59385          "pkg:maven/org.apache.maven/maven-repository-metadata@3.3.9?type=jar",
 59386          "pkg:maven/org.apache.maven/maven-model-builder@3.3.9?type=jar",
 59387          "pkg:maven/org.apache.maven/maven-aether-provider@3.3.9?type=jar",
 59388          "pkg:maven/org.eclipse.aether/aether-impl@1.0.2.v20150114?type=jar",
 59389          "pkg:maven/org.eclipse.aether/aether-api@1.0.2.v20150114?type=jar",
 59390          "pkg:maven/org.eclipse.aether/aether-util@1.0.2.v20150114?type=jar",
 59391          "pkg:maven/com.google.inject/guice@4.0?classifier=no_aop&type=jar",
 59392          "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.21?type=jar",
 59393          "pkg:maven/org.codehaus.plexus/plexus-utils@3.0.22?type=jar",
 59394          "pkg:maven/org.codehaus.plexus/plexus-classworlds@2.5.2?type=jar",
 59395          "pkg:maven/org.codehaus.plexus/plexus-component-annotations@1.6?type=jar",
 59396          "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.3?type=jar",
 59397          "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar"
 59398        ]
 59399      },
 59400      {"ref": "pkg:maven/org.apache.maven/maven-settings@3.3.9?type=jar"},
 59401      {
 59402        "ref": "pkg:maven/org.apache.maven/maven-settings-builder@3.3.9?type=jar",
 59403        "dependsOn": ["pkg:maven/org.apache.maven/maven-builder-support@3.3.9?type=jar"]
 59404      },
 59405      {"ref": "pkg:maven/org.apache.maven/maven-builder-support@3.3.9?type=jar"},
 59406      {"ref": "pkg:maven/org.apache.maven/maven-repository-metadata@3.3.9?type=jar"},
 59407      {
 59408        "ref": "pkg:maven/org.apache.maven/maven-model-builder@3.3.9?type=jar",
 59409        "dependsOn": ["pkg:maven/com.google.guava/guava@25.0-jre?type=jar"]
 59410      },
 59411      {
 59412        "ref": "pkg:maven/org.apache.maven/maven-aether-provider@3.3.9?type=jar",
 59413        "dependsOn": ["pkg:maven/org.eclipse.aether/aether-spi@1.0.2.v20150114?type=jar"]
 59414      },
 59415      {"ref": "pkg:maven/org.eclipse.aether/aether-spi@1.0.2.v20150114?type=jar"},
 59416      {"ref": "pkg:maven/org.eclipse.aether/aether-impl@1.0.2.v20150114?type=jar"},
 59417      {"ref": "pkg:maven/org.eclipse.aether/aether-api@1.0.2.v20150114?type=jar"},
 59418      {"ref": "pkg:maven/org.eclipse.aether/aether-util@1.0.2.v20150114?type=jar"},
 59419      {
 59420        "ref": "pkg:maven/com.google.inject/guice@4.0?classifier=no_aop&type=jar",
 59421        "dependsOn": [
 59422          "pkg:maven/javax.inject/javax.inject@1?type=jar",
 59423          "pkg:maven/aopalliance/aopalliance@1.0?type=jar"
 59424        ]
 59425      },
 59426      {"ref": "pkg:maven/javax.inject/javax.inject@1?type=jar"},
 59427      {"ref": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.21?type=jar"},
 59428      {"ref": "pkg:maven/org.codehaus.plexus/plexus-utils@3.0.22?type=jar"},
 59429      {"ref": "pkg:maven/org.codehaus.plexus/plexus-classworlds@2.5.2?type=jar"},
 59430      {"ref": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@1.6?type=jar"},
 59431      {
 59432        "ref": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.3?type=jar",
 59433        "dependsOn": ["pkg:maven/org.sonatype.plexus/plexus-cipher@1.4?type=jar"]
 59434      },
 59435      {"ref": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.4?type=jar"},
 59436      {
 59437        "ref": "pkg:maven/javax.enterprise/cdi-api@1.0-SP4?type=jar",
 59438        "dependsOn": [
 59439          "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.1_spec@1.0.0.Beta1?type=jar",
 59440          "pkg:maven/javax.annotation/jsr250-api@1.0?type=jar",
 59441          "pkg:maven/javax.inject/javax.inject@1?type=jar"
 59442        ]
 59443      },
 59444      {"ref": "pkg:maven/org.jboss.spec.javax.interceptor/jboss-interceptors-api_1.1_spec@1.0.0.Beta1?type=jar"},
 59445      {"ref": "pkg:maven/junit/junit@4.12?type=jar"},
 59446      {
 59447        "ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxrs@3.3.6?type=jar",
 59448        "dependsOn": [
 59449          "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 59450          "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.5?type=jar",
 59451          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 59452          "pkg:maven/org.apache.cxf/cxf-rt-security@3.3.6?type=jar",
 59453          "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
 59454          "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar",
 59455          "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.3?type=jar",
 59456          "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 59457          "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar",
 59458          "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar",
 59459          "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar"
 59460        ]
 59461      },
 59462      {"ref": "pkg:maven/jakarta.ws.rs/jakarta.ws.rs-api@2.1.5?type=jar"},
 59463      {"ref": "pkg:maven/org.apache.cxf/cxf-rt-security@3.3.6?type=jar"},
 59464      {
 59465        "ref": "pkg:maven/org.apache.cxf/cxf-rt-transports-http-jetty@3.3.6?type=jar",
 59466        "dependsOn": [
 59467          "pkg:maven/org.eclipse.jetty/jetty-server@9.4.27.v20200227?type=jar",
 59468          "pkg:maven/org.eclipse.jetty/jetty-util@9.4.27.v20200227?type=jar",
 59469          "pkg:maven/org.eclipse.jetty/jetty-io@9.4.27.v20200227?type=jar",
 59470          "pkg:maven/org.eclipse.jetty/jetty-security@9.4.27.v20200227?type=jar",
 59471          "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.27.v20200227?type=jar",
 59472          "pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227?type=jar",
 59473          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar"
 59474        ]
 59475      },
 59476      {
 59477        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.27.v20200227?type=jar",
 59478        "dependsOn": ["pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar"]
 59479      },
 59480      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.27.v20200227?type=jar"},
 59481      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.27.v20200227?type=jar"},
 59482      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.27.v20200227?type=jar"},
 59483      {"ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.27.v20200227?type=jar"},
 59484      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227?type=jar"},
 59485      {"ref": "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.2?type=jar"},
 59486      {"ref": "pkg:maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec@1.0?type=jar"},
 59487      {
 59488        "ref": "pkg:maven/javax.xml.bind/jaxb-api@2.2?type=jar",
 59489        "dependsOn": [
 59490          "pkg:maven/javax.xml.stream/stax-api@1.0-2?type=jar",
 59491          "pkg:maven/javax.activation/activation@1.1?type=jar"
 59492        ]
 59493      },
 59494      {"ref": "pkg:maven/javax.xml.stream/stax-api@1.0-2?type=jar"},
 59495      {
 59496        "ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.3.6?type=jar",
 59497        "dependsOn": [
 59498          "pkg:maven/xml-resolver/xml-resolver@1.2?type=jar",
 59499          "pkg:maven/org.ow2.asm/asm@7.1?type=jar",
 59500          "pkg:maven/org.apache.cxf/cxf-core@3.3.6?type=jar",
 59501          "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.3.6?type=jar",
 59502          "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.3.6?type=jar",
 59503          "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.3.6?type=jar",
 59504          "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.3.6?type=jar",
 59505          "pkg:maven/javax.annotation/javax.annotation-api@1.3.2?type=jar",
 59506          "pkg:maven/javax.xml.ws/jaxws-api@2.3.1?type=jar",
 59507          "pkg:maven/com.sun.activation/javax.activation@1.2.0?type=jar",
 59508          "pkg:maven/com.sun.xml.messaging.saaj/saaj-impl@1.4.0-b03?type=jar",
 59509          "pkg:maven/org.jacorb/jacorb-omgapi@3.9?type=jar",
 59510          "pkg:maven/org.apache.geronimo.specs/geronimo-jta_1.1_spec@1.1.1?type=jar",
 59511          "pkg:maven/org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec@1.0.6.Final?type=jar"
 59512        ]
 59513      },
 59514      {"ref": "pkg:maven/xml-resolver/xml-resolver@1.2?type=jar"},
 59515      {"ref": "pkg:maven/org.ow2.asm/asm@7.1?type=jar"},
 59516      {
 59517        "ref": "pkg:maven/org.apache.cxf/cxf-rt-bindings-soap@3.3.6?type=jar",
 59518        "dependsOn": [
 59519          "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.3.6?type=jar",
 59520          "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.3.6?type=jar"
 59521        ]
 59522      },
 59523      {
 59524        "ref": "pkg:maven/org.apache.cxf/cxf-rt-wsdl@3.3.6?type=jar",
 59525        "dependsOn": ["pkg:maven/wsdl4j/wsdl4j@1.6.3?type=jar"]
 59526      },
 59527      {"ref": "pkg:maven/wsdl4j/wsdl4j@1.6.3?type=jar"},
 59528      {"ref": "pkg:maven/org.apache.cxf/cxf-rt-databinding-jaxb@3.3.6?type=jar"},
 59529      {"ref": "pkg:maven/org.apache.cxf/cxf-rt-bindings-xml@3.3.6?type=jar"},
 59530      {"ref": "pkg:maven/org.apache.cxf/cxf-rt-frontend-simple@3.3.6?type=jar"},
 59531      {
 59532        "ref": "pkg:maven/org.apache.cxf/cxf-rt-ws-addr@3.3.6?type=jar",
 59533        "dependsOn": ["pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.3.6?type=jar"]
 59534      },
 59535      {
 59536        "ref": "pkg:maven/org.apache.cxf/cxf-rt-ws-policy@3.3.6?type=jar",
 59537        "dependsOn": ["pkg:maven/org.apache.neethi/neethi@3.1.1?type=jar"]
 59538      },
 59539      {"ref": "pkg:maven/org.apache.neethi/neethi@3.1.1?type=jar"},
 59540      {
 59541        "ref": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws@10.0.2?type=jar",
 59542        "dependsOn": [
 59543          "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.2?type=jar",
 59544          "pkg:maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec@1.0?type=jar",
 59545          "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
 59546          "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.3.6?type=jar",
 59547          "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.3.6?type=jar"
 59548        ]
 59549      },
 59550      {
 59551        "ref": "pkg:maven/org.keycloak.testsuite/fuse-example-cxf-jaxws-fuse7-undertow@10.0.2?type=jar",
 59552        "dependsOn": [
 59553          "pkg:maven/org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec@1.1.2?type=jar",
 59554          "pkg:maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec@1.0?type=jar",
 59555          "pkg:maven/javax.xml.bind/jaxb-api@2.4.0-b180830.0359?type=jar",
 59556          "pkg:maven/org.apache.cxf/cxf-rt-frontend-jaxws@3.3.6?type=jar",
 59557          "pkg:maven/org.apache.cxf/cxf-rt-transports-http@3.3.6?type=jar"
 59558        ]
 59559      },
 59560      {
 59561        "ref": "pkg:maven/org.apache.camel/camel-blueprint@2.21.2?type=jar",
 59562        "dependsOn": [
 59563          "pkg:maven/org.apache.camel/camel-core-xml@2.21.2?type=jar",
 59564          "pkg:maven/org.apache.camel/camel-core-osgi@2.21.2?type=jar"
 59565        ]
 59566      },
 59567      {"ref": "pkg:maven/org.apache.camel/camel-core-xml@2.21.2?type=jar"},
 59568      {"ref": "pkg:maven/org.apache.camel/camel-core-osgi@2.21.2?type=jar"},
 59569      {
 59570        "ref": "pkg:maven/org.apache.camel/camel-jetty9@2.21.2?type=jar",
 59571        "dependsOn": [
 59572          "pkg:maven/org.apache.camel/camel-http-common@2.21.2?type=jar",
 59573          "pkg:maven/org.eclipse.jetty/jetty-server@9.4.6.v20170531?type=jar",
 59574          "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.6.v20170531?type=jar",
 59575          "pkg:maven/org.eclipse.jetty/jetty-security@9.4.6.v20170531?type=jar",
 59576          "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531?type=jar",
 59577          "pkg:maven/org.eclipse.jetty/jetty-client@9.4.6.v20170531?type=jar",
 59578          "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.6.v20170531?type=jar",
 59579          "pkg:maven/org.eclipse.jetty/jetty-util@9.4.6.v20170531?type=jar",
 59580          "pkg:maven/org.apache.camel/camel-jetty-common@2.21.2?type=jar"
 59581        ]
 59582      },
 59583      {
 59584        "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.6.v20170531?type=jar",
 59585        "dependsOn": [
 59586          "pkg:maven/javax.servlet/javax.servlet-api@3.1.0?type=jar",
 59587          "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531?type=jar",
 59588          "pkg:maven/org.eclipse.jetty/jetty-io@9.4.6.v20170531?type=jar"
 59589        ]
 59590      },
 59591      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531?type=jar"},
 59592      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.6.v20170531?type=jar"},
 59593      {"ref": "pkg:maven/org.eclipse.jetty/jetty-servlet@9.4.6.v20170531?type=jar"},
 59594      {"ref": "pkg:maven/org.eclipse.jetty/jetty-security@9.4.6.v20170531?type=jar"},
 59595      {
 59596        "ref": "pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531?type=jar",
 59597        "dependsOn": ["pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.6.v20170531?type=jar"]
 59598      },
 59599      {"ref": "pkg:maven/org.eclipse.jetty/jetty-continuation@9.4.6.v20170531?type=jar"},
 59600      {"ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.6.v20170531?type=jar"},
 59601      {"ref": "pkg:maven/org.eclipse.jetty/jetty-jmx@9.4.6.v20170531?type=jar"},
 59602      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.6.v20170531?type=jar"},
 59603      {"ref": "pkg:maven/org.apache.camel/camel-jetty-common@2.21.2?type=jar"},
 59604      {
 59605        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@1.5.20.RELEASE?type=jar",
 59606        "dependsOn": [
 59607          "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.20.RELEASE?type=jar",
 59608          "pkg:maven/org.thymeleaf/thymeleaf-spring4@2.1.6.RELEASE?type=jar",
 59609          "pkg:maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect@1.4.0?type=jar"
 59610        ]
 59611      },
 59612      {
 59613        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@1.5.20.RELEASE?type=jar",
 59614        "dependsOn": [
 59615          "pkg:maven/org.springframework.boot/spring-boot@1.5.20.RELEASE?type=jar",
 59616          "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.20.RELEASE?type=jar",
 59617          "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.20.RELEASE?type=jar",
 59618          "pkg:maven/org.yaml/snakeyaml@1.17?type=jar"
 59619        ]
 59620      },
 59621      {"ref": "pkg:maven/org.springframework.boot/spring-boot@1.5.20.RELEASE?type=jar"},
 59622      {"ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@1.5.20.RELEASE?type=jar"},
 59623      {
 59624        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@1.5.20.RELEASE?type=jar",
 59625        "dependsOn": [
 59626          "pkg:maven/ch.qos.logback/logback-classic@1.1.11?type=jar",
 59627          "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.26?type=jar",
 59628          "pkg:maven/org.slf4j/jul-to-slf4j@1.7.26?type=jar",
 59629          "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.26?type=jar"
 59630        ]
 59631      },
 59632      {"ref": "pkg:maven/org.slf4j/jcl-over-slf4j@1.7.26?type=jar"},
 59633      {"ref": "pkg:maven/org.slf4j/jul-to-slf4j@1.7.26?type=jar"},
 59634      {"ref": "pkg:maven/org.slf4j/log4j-over-slf4j@1.7.26?type=jar"},
 59635      {
 59636        "ref": "pkg:maven/org.thymeleaf/thymeleaf-spring4@2.1.6.RELEASE?type=jar",
 59637        "dependsOn": [
 59638          "pkg:maven/org.thymeleaf/thymeleaf@2.1.6.RELEASE?type=jar",
 59639          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar"
 59640        ]
 59641      },
 59642      {
 59643        "ref": "pkg:maven/org.thymeleaf/thymeleaf@2.1.6.RELEASE?type=jar",
 59644        "dependsOn": [
 59645          "pkg:maven/ognl/ognl@3.0.8?type=jar",
 59646          "pkg:maven/org.javassist/javassist@3.21.0-GA?type=jar",
 59647          "pkg:maven/org.unbescape/unbescape@1.1.0.RELEASE?type=jar"
 59648        ]
 59649      },
 59650      {"ref": "pkg:maven/ognl/ognl@3.0.8?type=jar"},
 59651      {"ref": "pkg:maven/org.javassist/javassist@3.21.0-GA?type=jar"},
 59652      {"ref": "pkg:maven/org.unbescape/unbescape@1.1.0.RELEASE?type=jar"},
 59653      {
 59654        "ref": "pkg:maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect@1.4.0?type=jar",
 59655        "dependsOn": ["pkg:maven/org.codehaus.groovy/groovy@2.4.16?type=jar"]
 59656      },
 59657      {"ref": "pkg:maven/org.codehaus.groovy/groovy@2.4.16?type=jar"},
 59658      {
 59659        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@1.5.20.RELEASE?type=jar",
 59660        "dependsOn": [
 59661          "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.20.RELEASE?type=jar",
 59662          "pkg:maven/org.hibernate/hibernate-validator@5.3.6.Final?type=jar",
 59663          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 59664          "pkg:maven/org.springframework/spring-web@4.3.23.RELEASE?type=jar",
 59665          "pkg:maven/org.springframework/spring-webmvc@4.3.23.RELEASE?type=jar"
 59666        ]
 59667      },
 59668      {
 59669        "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@1.5.20.RELEASE?type=jar",
 59670        "dependsOn": [
 59671          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.39?type=jar",
 59672          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.39?type=jar",
 59673          "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.39?type=jar"
 59674        ]
 59675      },
 59676      {
 59677        "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@8.5.39?type=jar",
 59678        "dependsOn": ["pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.39?type=jar"]
 59679      },
 59680      {"ref": "pkg:maven/org.apache.tomcat/tomcat-annotations-api@8.5.39?type=jar"},
 59681      {"ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@8.5.39?type=jar"},
 59682      {"ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@8.5.39?type=jar"},
 59683      {
 59684        "ref": "pkg:maven/org.springframework/spring-web@4.3.23.RELEASE?type=jar",
 59685        "dependsOn": [
 59686          "pkg:maven/org.springframework/spring-aop@4.3.23.RELEASE?type=jar",
 59687          "pkg:maven/org.springframework/spring-beans@4.3.23.RELEASE?type=jar",
 59688          "pkg:maven/org.springframework/spring-context@4.3.23.RELEASE?type=jar"
 59689        ]
 59690      },
 59691      {"ref": "pkg:maven/org.springframework/spring-aop@4.3.23.RELEASE?type=jar"},
 59692      {"ref": "pkg:maven/org.springframework/spring-beans@4.3.23.RELEASE?type=jar"},
 59693      {"ref": "pkg:maven/org.springframework/spring-context@4.3.23.RELEASE?type=jar"},
 59694      {
 59695        "ref": "pkg:maven/org.springframework/spring-webmvc@4.3.23.RELEASE?type=jar",
 59696        "dependsOn": ["pkg:maven/org.springframework/spring-expression@4.3.23.RELEASE?type=jar"]
 59697      },
 59698      {"ref": "pkg:maven/org.springframework/spring-expression@4.3.23.RELEASE?type=jar"},
 59699      {
 59700        "ref": "pkg:maven/org.keycloak/keycloak-dependencies-server-all@10.0.2?type=pom",
 59701        "dependsOn": [
 59702          "pkg:maven/org.keycloak/keycloak-dependencies-server-min@10.0.2?type=pom",
 59703          "pkg:maven/org.keycloak/keycloak-model-jpa@10.0.2?type=jar",
 59704          "pkg:maven/org.keycloak/keycloak-model-infinispan@10.0.2?type=jar",
 59705          "pkg:maven/org.twitter4j/twitter4j-core@4.0.7?type=jar",
 59706          "pkg:maven/org.keycloak/keycloak-ldap-federation@10.0.2?type=jar",
 59707          "pkg:maven/org.keycloak/keycloak-kerberos-federation@10.0.2?type=jar",
 59708          "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
 59709          "pkg:maven/org.liquibase/liquibase-core@3.5.5?type=jar",
 59710          "pkg:maven/org.keycloak/keycloak-sssd-federation@10.0.2?type=jar",
 59711          "pkg:maven/org.keycloak/keycloak-authz-policy-common@10.0.2?type=jar",
 59712          "pkg:maven/com.openshift/openshift-restclient-java@8.0.0.Final?type=jar"
 59713        ]
 59714      },
 59715      {
 59716        "ref": "pkg:maven/org.keycloak/keycloak-wildfly-adduser@10.0.2?type=jar",
 59717        "dependsOn": [
 59718          "pkg:maven/org.keycloak/keycloak-server-spi@10.0.2?type=jar",
 59719          "pkg:maven/org.wildfly.core/wildfly-domain-management@11.1.1.Final?type=jar",
 59720          "pkg:maven/org.aesh/aesh@2.4?type=jar"
 59721        ]
 59722      },
 59723      {"ref": "pkg:maven/org.dom4j/dom4j@2.1.3?type=jar"},
 59724      {"ref": "pkg:maven/org.jboss.resteasy/resteasy-undertow@3.11.2.Final?type=jar"},
 59725      {
 59726        "ref": "pkg:maven/org.keycloak/keycloak-saml-servlet-filter-adapter@10.0.2?type=jar",
 59727        "dependsOn": ["pkg:maven/org.keycloak/keycloak-servlet-adapter-spi@10.0.2?type=jar"]
 59728      },
 59729      {"ref": "pkg:maven/org.keycloak/keycloak-servlet-filter-adapter@10.0.2?type=jar"},
 59730      {"ref": "pkg:maven/org.keycloak/keycloak-jaxrs-oauth-client@10.0.2?type=jar"},
 59731      {
 59732        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-testsuite-providers@10.0.2?type=jar",
 59733        "dependsOn": [
 59734          "pkg:maven/org.keycloak/keycloak-services@10.0.2?type=jar",
 59735          "pkg:maven/org.wildfly.core/wildfly-controller@11.1.1.Final?type=jar"
 59736        ]
 59737      },
 59738      {"ref": "pkg:maven/com.h2database/h2@1.4.197?type=jar"},
 59739      {
 59740        "ref": "pkg:maven/com.icegreen/greenmail@1.3.1b?type=jar",
 59741        "dependsOn": ["pkg:maven/javax.mail/mail@1.4?type=jar"]
 59742      },
 59743      {
 59744        "ref": "pkg:maven/javax.mail/mail@1.4?type=jar",
 59745        "dependsOn": ["pkg:maven/javax.activation/activation@1.1?type=jar"]
 59746      },
 59747      {"ref": "pkg:maven/xml-apis/xml-apis@1.4.01?type=jar"},
 59748      {
 59749        "ref": "pkg:maven/org.keycloak/keycloak-util-embedded-ldap@10.0.2?type=jar",
 59750        "dependsOn": [
 59751          "pkg:maven/org.apache.directory.server/apacheds-core-annotations@2.0.0-M24?type=jar",
 59752          "pkg:maven/org.apache.directory.server/apacheds-interceptor-kerberos@2.0.0-M24?type=jar",
 59753          "pkg:maven/org.apache.directory.server/apacheds-server-annotations@2.0.0-M24?type=jar",
 59754          "pkg:maven/org.apache.directory.api/api-ldap-codec-standalone@1.0.0?type=jar"
 59755        ]
 59756      },
 59757      {
 59758        "ref": "pkg:maven/org.wildfly/wildfly-undertow@19.1.0.Final?type=jar",
 59759        "dependsOn": [
 59760          "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final?type=jar",
 59761          "pkg:maven/org.wildfly.core/wildfly-request-controller@11.1.1.Final?type=jar",
 59762          "pkg:maven/org.wildfly/wildfly-clustering-web-container@19.1.0.Final?type=jar",
 59763          "pkg:maven/org.wildfly/wildfly-ee@19.1.0.Final?type=jar",
 59764          "pkg:maven/org.wildfly.core/wildfly-event-logger@11.1.1.Final?type=jar",
 59765          "pkg:maven/org.wildfly.core/wildfly-io@11.1.1.Final?type=jar",
 59766          "pkg:maven/org.wildfly.core/wildfly-server@11.1.1.Final?type=jar",
 59767          "pkg:maven/org.wildfly/wildfly-security@19.1.0.Final?type=jar",
 59768          "pkg:maven/org.wildfly/wildfly-web-common@19.1.0.Final?type=jar",
 59769          "pkg:maven/org.wildfly.security.elytron-web/undertow-server@1.7.1.Final?type=jar",
 59770          "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.7.1.Final?type=jar",
 59771          "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar",
 59772          "pkg:maven/io.undertow/undertow-servlet@2.1.0.Final?type=jar",
 59773          "pkg:maven/io.undertow/undertow-websockets-jsr@2.1.0.Final?type=jar",
 59774          "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-client-common@1.0.20.Final?type=jar"
 59775        ]
 59776      },
 59777      {"ref": "pkg:maven/org.jboss.common/jboss-common-beans@2.0.1.Final?type=jar"},
 59778      {
 59779        "ref": "pkg:maven/org.wildfly/wildfly-clustering-web-container@19.1.0.Final?type=jar",
 59780        "dependsOn": ["pkg:maven/org.wildfly/wildfly-clustering-common@19.1.0.Final?type=jar"]
 59781      },
 59782      {
 59783        "ref": "pkg:maven/org.wildfly/wildfly-clustering-common@19.1.0.Final?type=jar",
 59784        "dependsOn": ["pkg:maven/org.wildfly/wildfly-clustering-service@19.1.0.Final?type=jar"]
 59785      },
 59786      {"ref": "pkg:maven/org.wildfly/wildfly-clustering-service@19.1.0.Final?type=jar"},
 59787      {
 59788        "ref": "pkg:maven/org.wildfly.core/wildfly-event-logger@11.1.1.Final?type=jar",
 59789        "dependsOn": ["pkg:maven/jakarta.json/jakarta.json-api@1.1.6?type=jar"]
 59790      },
 59791      {"ref": "pkg:maven/jakarta.json/jakarta.json-api@1.1.6?type=jar"},
 59792      {
 59793        "ref": "pkg:maven/org.wildfly/wildfly-security@19.1.0.Final?type=jar",
 59794        "dependsOn": [
 59795          "pkg:maven/org.wildfly/wildfly-clustering-infinispan-spi@19.1.0.Final?type=jar",
 59796          "pkg:maven/org.wildfly/wildfly-transactions@19.1.0.Final?type=jar",
 59797          "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final?type=jar",
 59798          "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final?type=jar",
 59799          "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final?type=jar",
 59800          "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final?type=jar",
 59801          "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final?type=jar",
 59802          "pkg:maven/commons-cli/commons-cli@1.3.1?type=jar"
 59803        ]
 59804      },
 59805      {
 59806        "ref": "pkg:maven/org.wildfly/wildfly-clustering-infinispan-spi@19.1.0.Final?type=jar",
 59807        "dependsOn": ["pkg:maven/org.wildfly/wildfly-clustering-marshalling-spi@19.1.0.Final?type=jar"]
 59808      },
 59809      {
 59810        "ref": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-spi@19.1.0.Final?type=jar",
 59811        "dependsOn": ["pkg:maven/org.wildfly/wildfly-clustering-marshalling-api@19.1.0.Final?type=jar"]
 59812      },
 59813      {"ref": "pkg:maven/org.wildfly/wildfly-clustering-marshalling-api@19.1.0.Final?type=jar"},
 59814      {
 59815        "ref": "pkg:maven/org.wildfly/wildfly-transactions@19.1.0.Final?type=jar",
 59816        "dependsOn": [
 59817          "pkg:maven/org.wildfly/wildfly-iiop-openjdk@19.1.0.Final?type=jar",
 59818          "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final?type=jar",
 59819          "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final?type=jar",
 59820          "pkg:maven/org.jboss.narayana.jts/narayana-jts-idlj@5.10.1.Final?type=jar",
 59821          "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.10.1.Final?type=jar",
 59822          "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final?type=jar",
 59823          "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.9.Final?type=jar",
 59824          "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.0.20.Final?type=jar"
 59825        ]
 59826      },
 59827      {
 59828        "ref": "pkg:maven/org.wildfly/wildfly-iiop-openjdk@19.1.0.Final?type=jar",
 59829        "dependsOn": ["pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.0.0.Final?type=jar"]
 59830      },
 59831      {"ref": "pkg:maven/org.jboss.metadata/jboss-metadata-ejb@13.0.0.Final?type=jar"},
 59832      {"ref": "pkg:maven/org.jboss.openjdk-orb/openjdk-orb@8.1.4.Final?type=jar"},
 59833      {"ref": "pkg:maven/org.jboss/jboss-transaction-spi@7.6.0.Final?type=jar"},
 59834      {"ref": "pkg:maven/org.jboss.narayana.jts/narayana-jts-idlj@5.10.1.Final?type=jar"},
 59835      {"ref": "pkg:maven/org.jboss.narayana.jts/narayana-jts-integration@5.10.1.Final?type=jar"},
 59836      {"ref": "pkg:maven/org.jboss.spec.javax.resource/jboss-connector-api_1.7_spec@2.0.0.Final?type=jar"},
 59837      {"ref": "pkg:maven/org.wildfly.transaction/wildfly-transaction-client@1.1.9.Final?type=jar"},
 59838      {"ref": "pkg:maven/org.wildfly.wildfly-http-client/wildfly-http-transaction-client@1.0.20.Final?type=jar"},
 59839      {
 59840        "ref": "pkg:maven/org.jboss.security/jboss-negotiation-extras@3.0.6.Final?type=jar",
 59841        "dependsOn": ["pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final?type=jar"]
 59842      },
 59843      {
 59844        "ref": "pkg:maven/org.jboss.security/jboss-negotiation-common@3.0.6.Final?type=jar",
 59845        "dependsOn": ["pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.1_spec@1.0.0.Final?type=jar"]
 59846      },
 59847      {"ref": "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.1_spec@1.0.0.Final?type=jar"},
 59848      {"ref": "pkg:maven/org.jboss.security/jboss-negotiation-spnego@3.0.6.Final?type=jar"},
 59849      {"ref": "pkg:maven/org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.5_spec@2.0.0.Final?type=jar"},
 59850      {"ref": "pkg:maven/org.picketbox/picketbox-infinispan@5.0.3.Final?type=jar"},
 59851      {"ref": "pkg:maven/org.picketbox/picketbox-commons@1.0.0.final?type=jar"},
 59852      {"ref": "pkg:maven/commons-cli/commons-cli@1.3.1?type=jar"},
 59853      {"ref": "pkg:maven/org.wildfly.security.elytron-web/undertow-server-servlet@1.7.1.Final?type=jar"},
 59854      {
 59855        "ref": "pkg:maven/io.undertow/undertow-websockets-jsr@2.1.0.Final?type=jar",
 59856        "dependsOn": ["pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final?type=jar"]
 59857      },
 59858      {"ref": "pkg:maven/org.jboss.spec.javax.websocket/jboss-websocket-api_1.1_spec@2.0.0.Final?type=jar"},
 59859      {"ref": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.0.7.Final?type=jar"},
 59860      {"ref": "pkg:maven/org.wildfly.client/wildfly-client-config@1.0.0.Final?type=jar"},
 59861      {
 59862        "ref": "pkg:maven/mysql/mysql-connector-java@8.0.18?type=jar",
 59863        "dependsOn": ["pkg:maven/com.google.protobuf/protobuf-java@3.6.1?type=jar"]
 59864      },
 59865      {"ref": "pkg:maven/com.google.protobuf/protobuf-java@3.6.1?type=jar"},
 59866      {"ref": "pkg:maven/org.postgresql/postgresql@42.2.8?type=jar"},
 59867      {"ref": "pkg:maven/org.mariadb.jdbc/mariadb-java-client@2.2.4?type=jar"},
 59868      {
 59869        "ref": "pkg:maven/org.jboss.arquillian.container/undertow-embedded@1.0.0.Alpha2?type=jar",
 59870        "dependsOn": [
 59871          "pkg:maven/org.jboss.arquillian.container/shrinkwrap-container-undertow@1.0.0.Alpha2?type=jar",
 59872          "pkg:maven/org.jboss.arquillian.container/arquillian-container-spi@1.6.0.Final?type=jar",
 59873          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 59874          "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-initialcontext@1.6.0.Final?type=jar"
 59875        ]
 59876      },
 59877      {
 59878        "ref": "pkg:maven/org.jboss.arquillian.container/shrinkwrap-container-undertow@1.0.0.Alpha2?type=jar",
 59879        "dependsOn": [
 59880          "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-api@1.2.6?type=jar",
 59881          "pkg:maven/io.undertow/undertow-core@2.1.0.Final?type=jar"
 59882        ]
 59883      },
 59884      {"ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-api@1.2.6?type=jar"},
 59885      {
 59886        "ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-spi@1.6.0.Final?type=jar",
 59887        "dependsOn": [
 59888          "pkg:maven/org.jboss.arquillian.core/arquillian-core-spi@1.6.0.Final?type=jar",
 59889          "pkg:maven/org.jboss.arquillian.config/arquillian-config-api@1.6.0.Final?type=jar",
 59890          "pkg:maven/org.jboss.arquillian.config/arquillian-config-impl-base@1.6.0.Final?type=jar",
 59891          "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-api-base@2.0.0?type=jar"
 59892        ]
 59893      },
 59894      {
 59895        "ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-spi@1.6.0.Final?type=jar",
 59896        "dependsOn": ["pkg:maven/org.jboss.arquillian.core/arquillian-core-api@1.6.0.Final?type=jar"]
 59897      },
 59898      {"ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-api@1.6.0.Final?type=jar"},
 59899      {"ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-api@1.6.0.Final?type=jar"},
 59900      {
 59901        "ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-impl-base@1.6.0.Final?type=jar",
 59902        "dependsOn": [
 59903          "pkg:maven/org.jboss.arquillian.config/arquillian-config-spi@1.6.0.Final?type=jar",
 59904          "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar"
 59905        ]
 59906      },
 59907      {"ref": "pkg:maven/org.jboss.arquillian.config/arquillian-config-spi@1.6.0.Final?type=jar"},
 59908      {"ref": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar"},
 59909      {"ref": "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-api-base@2.0.0?type=jar"},
 59910      {
 59911        "ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 59912        "dependsOn": [
 59913          "pkg:maven/org.jboss.arquillian.test/arquillian-test-spi@1.6.0.Final?type=jar",
 59914          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar"
 59915        ]
 59916      },
 59917      {
 59918        "ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-spi@1.6.0.Final?type=jar",
 59919        "dependsOn": ["pkg:maven/org.jboss.arquillian.test/arquillian-test-api@1.6.0.Final?type=jar"]
 59920      },
 59921      {"ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-api@1.6.0.Final?type=jar"},
 59922      {"ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar"},
 59923      {"ref": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-initialcontext@1.6.0.Final?type=jar"},
 59924      {
 59925        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven@3.1.4?type=jar",
 59926        "dependsOn": [
 59927          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api@3.1.4?type=jar",
 59928          "pkg:maven/org.apache.maven/maven-model@3.6.3?type=jar"
 59929        ]
 59930      },
 59931      {"ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api@3.1.4?type=jar"},
 59932      {
 59933        "ref": "pkg:maven/org.apache.maven/maven-model@3.6.3?type=jar",
 59934        "dependsOn": ["pkg:maven/org.codehaus.plexus/plexus-utils@3.2.1?type=jar"]
 59935      },
 59936      {"ref": "pkg:maven/org.codehaus.plexus/plexus-utils@3.2.1?type=jar"},
 59937      {
 59938        "ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-karaf-managed@2.2.0.Final?type=jar",
 59939        "dependsOn": [
 59940          "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-osgi@2.2.0.Final?type=jar",
 59941          "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-osgi@2.2.0.Final?type=jar",
 59942          "pkg:maven/org.jboss.osgi.spi/jbosgi-spi@4.0.0.Final?type=jar",
 59943          "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs30@2.0.0.Final?type=jar",
 59944          "pkg:maven/org.slf4j/slf4j-api@1.7.22?type=jar"
 59945        ]
 59946      },
 59947      {
 59948        "ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-osgi@2.2.0.Final?type=jar",
 59949        "dependsOn": ["pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-jmx@1.6.0.Final?type=jar"]
 59950      },
 59951      {"ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-jmx@1.6.0.Final?type=jar"},
 59952      {
 59953        "ref": "pkg:maven/org.jboss.arquillian.testenricher/arquillian-testenricher-osgi@2.2.0.Final?type=jar",
 59954        "dependsOn": ["pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar"]
 59955      },
 59956      {"ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar"},
 59957      {"ref": "pkg:maven/org.jboss.osgi.spi/jbosgi-spi@4.0.0.Final?type=jar"},
 59958      {
 59959        "ref": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs30@2.0.0.Final?type=jar",
 59960        "dependsOn": [
 59961          "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs@2.0.0.Final?type=jar",
 59962          "pkg:maven/org.jboss/jboss-vfs@3.1.0.Final?type=jar"
 59963        ]
 59964      },
 59965      {"ref": "pkg:maven/org.jboss.osgi.vfs/jbosgi-vfs@2.0.0.Final?type=jar"},
 59966      {"ref": "pkg:maven/org.jboss/jboss-vfs@3.1.0.Final?type=jar"},
 59967      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-api@1.4.1?type=jar"},
 59968      {
 59969        "ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-osgi@2.2.0.Final?type=jar",
 59970        "dependsOn": [
 59971          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-depchain@3.1.4?type=pom",
 59972          "pkg:maven/org.jboss.osgi.metadata/jbosgi-metadata@4.0.0.CR1?type=jar"
 59973        ]
 59974      },
 59975      {
 59976        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-depchain@3.1.4?type=pom",
 59977        "dependsOn": [
 59978          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi@3.1.4?type=jar",
 59979          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven@3.1.4?type=jar",
 59980          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-archive@3.1.4?type=jar",
 59981          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven@3.1.4?type=jar",
 59982          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-archive@3.1.4?type=jar",
 59983          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-embedded@3.1.4?type=jar",
 59984          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-embedded@3.1.4?type=jar"
 59985        ]
 59986      },
 59987      {"ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi@3.1.4?type=jar"},
 59988      {"ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven@3.1.4?type=jar"},
 59989      {"ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-archive@3.1.4?type=jar"},
 59990      {
 59991        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven@3.1.4?type=jar",
 59992        "dependsOn": [
 59993          "pkg:maven/org.apache.maven/maven-resolver-provider@3.6.3?type=jar",
 59994          "pkg:maven/org.apache.maven/maven-model-builder@3.6.3?type=jar",
 59995          "pkg:maven/org.apache.maven/maven-repository-metadata@3.6.3?type=jar",
 59996          "pkg:maven/org.apache.maven/maven-settings@3.6.3?type=jar",
 59997          "pkg:maven/org.apache.maven/maven-settings-builder@3.6.3?type=jar",
 59998          "pkg:maven/org.apache.maven.resolver/maven-resolver-impl@1.4.1?type=jar",
 59999          "pkg:maven/org.apache.maven.resolver/maven-resolver-spi@1.4.1?type=jar",
 60000          "pkg:maven/org.apache.maven.resolver/maven-resolver-util@1.4.1?type=jar",
 60001          "pkg:maven/org.apache.maven.resolver/maven-resolver-connector-basic@1.4.1?type=jar",
 60002          "pkg:maven/org.apache.maven.resolver/maven-resolver-transport-wagon@1.4.1?type=jar",
 60003          "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.25?type=jar",
 60004          "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.4?type=jar",
 60005          "pkg:maven/org.apache.maven.wagon/wagon-provider-api@3.3.4?type=jar",
 60006          "pkg:maven/org.apache.maven.wagon/wagon-file@3.3.4?type=jar",
 60007          "pkg:maven/org.apache.maven.wagon/wagon-http-lightweight@2.12?type=jar"
 60008        ]
 60009      },
 60010      {
 60011        "ref": "pkg:maven/org.apache.maven/maven-resolver-provider@3.6.3?type=jar",
 60012        "dependsOn": ["pkg:maven/javax.inject/javax.inject@1?type=jar"]
 60013      },
 60014      {
 60015        "ref": "pkg:maven/org.apache.maven/maven-model-builder@3.6.3?type=jar",
 60016        "dependsOn": [
 60017          "pkg:maven/org.apache.maven/maven-artifact@3.6.3?type=jar",
 60018          "pkg:maven/org.apache.maven/maven-builder-support@3.6.3?type=jar",
 60019          "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.4?type=jar"
 60020        ]
 60021      },
 60022      {"ref": "pkg:maven/org.apache.maven/maven-artifact@3.6.3?type=jar"},
 60023      {"ref": "pkg:maven/org.apache.maven/maven-builder-support@3.6.3?type=jar"},
 60024      {"ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.inject@0.3.4?type=jar"},
 60025      {"ref": "pkg:maven/org.apache.maven/maven-repository-metadata@3.6.3?type=jar"},
 60026      {"ref": "pkg:maven/org.apache.maven/maven-settings@3.6.3?type=jar"},
 60027      {"ref": "pkg:maven/org.apache.maven/maven-settings-builder@3.6.3?type=jar"},
 60028      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-impl@1.4.1?type=jar"},
 60029      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-spi@1.4.1?type=jar"},
 60030      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-util@1.4.1?type=jar"},
 60031      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-connector-basic@1.4.1?type=jar"},
 60032      {"ref": "pkg:maven/org.apache.maven.resolver/maven-resolver-transport-wagon@1.4.1?type=jar"},
 60033      {"ref": "pkg:maven/org.codehaus.plexus/plexus-interpolation@1.25?type=jar"},
 60034      {
 60035        "ref": "pkg:maven/org.sonatype.plexus/plexus-sec-dispatcher@1.4?type=jar",
 60036        "dependsOn": ["pkg:maven/org.sonatype.plexus/plexus-cipher@1.7?type=jar"]
 60037      },
 60038      {"ref": "pkg:maven/org.sonatype.plexus/plexus-cipher@1.7?type=jar"},
 60039      {"ref": "pkg:maven/org.apache.maven.wagon/wagon-provider-api@3.3.4?type=jar"},
 60040      {"ref": "pkg:maven/org.apache.maven.wagon/wagon-file@3.3.4?type=jar"},
 60041      {
 60042        "ref": "pkg:maven/org.apache.maven.wagon/wagon-http-lightweight@2.12?type=jar",
 60043        "dependsOn": ["pkg:maven/org.apache.maven.wagon/wagon-http-shared@2.12?type=jar"]
 60044      },
 60045      {
 60046        "ref": "pkg:maven/org.apache.maven.wagon/wagon-http-shared@2.12?type=jar",
 60047        "dependsOn": ["pkg:maven/org.jsoup/jsoup@1.12.1?type=jar"]
 60048      },
 60049      {"ref": "pkg:maven/org.jsoup/jsoup@1.12.1?type=jar"},
 60050      {
 60051        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-archive@3.1.4?type=jar",
 60052        "dependsOn": [
 60053          "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-impl-base@1.2.6?type=jar",
 60054          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven-archive@3.1.4?type=jar",
 60055          "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.4?type=jar",
 60056          "pkg:maven/org.codehaus.plexus/plexus-compiler-javac@2.7?type=jar"
 60057        ]
 60058      },
 60059      {
 60060        "ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-impl-base@1.2.6?type=jar",
 60061        "dependsOn": ["pkg:maven/org.jboss.shrinkwrap/shrinkwrap-spi@1.2.6?type=jar"]
 60062      },
 60063      {"ref": "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-spi@1.2.6?type=jar"},
 60064      {"ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-spi-maven-archive@3.1.4?type=jar"},
 60065      {"ref": "pkg:maven/org.eclipse.sisu/org.eclipse.sisu.plexus@0.3.4?type=jar"},
 60066      {
 60067        "ref": "pkg:maven/org.codehaus.plexus/plexus-compiler-javac@2.7?type=jar",
 60068        "dependsOn": ["pkg:maven/org.codehaus.plexus/plexus-compiler-api@2.7?type=jar"]
 60069      },
 60070      {"ref": "pkg:maven/org.codehaus.plexus/plexus-compiler-api@2.7?type=jar"},
 60071      {
 60072        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven-embedded@3.1.4?type=jar",
 60073        "dependsOn": ["pkg:maven/org.apache.maven.shared/maven-invoker@3.0.0?type=jar"]
 60074      },
 60075      {
 60076        "ref": "pkg:maven/org.apache.maven.shared/maven-invoker@3.0.0?type=jar",
 60077        "dependsOn": ["pkg:maven/org.codehaus.plexus/plexus-component-annotations@2.1.0?type=jar"]
 60078      },
 60079      {"ref": "pkg:maven/org.codehaus.plexus/plexus-component-annotations@2.1.0?type=jar"},
 60080      {
 60081        "ref": "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-impl-maven-embedded@3.1.4?type=jar",
 60082        "dependsOn": ["pkg:maven/org.arquillian.spacelift/arquillian-spacelift@1.0.2?type=jar"]
 60083      },
 60084      {
 60085        "ref": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift@1.0.2?type=jar",
 60086        "dependsOn": [
 60087          "pkg:maven/org.arquillian.spacelift/arquillian-spacelift-api@1.0.2?type=jar",
 60088          "pkg:maven/org.apache.commons/commons-compress@1.8.1?type=jar"
 60089        ]
 60090      },
 60091      {"ref": "pkg:maven/org.arquillian.spacelift/arquillian-spacelift-api@1.0.2?type=jar"},
 60092      {"ref": "pkg:maven/org.apache.commons/commons-compress@1.8.1?type=jar"},
 60093      {
 60094        "ref": "pkg:maven/org.jboss.osgi.metadata/jbosgi-metadata@4.0.0.CR1?type=jar",
 60095        "dependsOn": ["pkg:maven/org.osgi/org.osgi.core@4.2.0?type=jar"]
 60096      },
 60097      {
 60098        "ref": "pkg:maven/io.undertow.jastow/jastow@2.1.0.Final?type=jar",
 60099        "dependsOn": [
 60100          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 60101          "pkg:maven/org.glassfish/javax.el@3.0.1-b08?type=jar",
 60102          "pkg:maven/org.eclipse.jdt.core.compiler/ecj@4.6.1?type=jar",
 60103          "pkg:maven/io.undertow/undertow-servlet@2.1.0.Final?type=jar"
 60104        ]
 60105      },
 60106      {"ref": "pkg:maven/org.glassfish/javax.el@3.0.1-b08?type=jar"},
 60107      {"ref": "pkg:maven/org.eclipse.jdt.core.compiler/ecj@4.6.1?type=jar"},
 60108      {"ref": "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@1.0.1.Final?type=jar"},
 60109      {"ref": "pkg:maven/org.hamcrest/hamcrest-all@1.3?type=jar"},
 60110      {
 60111        "ref": "pkg:maven/org.apache.sshd/sshd-core@2.2.0?type=jar",
 60112        "dependsOn": ["pkg:maven/org.apache.sshd/sshd-common@2.2.0?type=jar"]
 60113      },
 60114      {"ref": "pkg:maven/org.apache.sshd/sshd-common@2.2.0?type=jar"},
 60115      {
 60116        "ref": "pkg:maven/org.keycloak/keycloak-testsuite-utils@10.0.2?type=jar",
 60117        "dependsOn": [
 60118          "pkg:maven/org.bouncycastle/bcprov-jdk15on@1.62?type=jar",
 60119          "pkg:maven/org.bouncycastle/bcpkix-jdk15on@1.62?type=jar",
 60120          "pkg:maven/org.keycloak/keycloak-admin-client@10.0.2?type=jar",
 60121          "pkg:maven/org.keycloak/keycloak-wildfly-adduser@10.0.2?type=jar",
 60122          "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec@1.0.2.Final?type=jar",
 60123          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 60124          "pkg:maven/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec@2.0.0.Final?type=jar",
 60125          "pkg:maven/org.jboss.resteasy/resteasy-client@3.11.2.Final?type=jar",
 60126          "pkg:maven/org.jboss.resteasy/resteasy-multipart-provider@3.11.2.Final?type=jar",
 60127          "pkg:maven/org.jboss.resteasy/resteasy-jackson2-provider@3.11.2.Final?type=jar",
 60128          "pkg:maven/com.google.zxing/javase@3.4.0?type=jar",
 60129          "pkg:maven/org.apache.httpcomponents/httpclient@4.5.11?type=jar",
 60130          "pkg:maven/org.keycloak/keycloak-server-spi-private@10.0.2?type=jar",
 60131          "pkg:maven/org.keycloak/keycloak-ldap-federation@10.0.2?type=jar",
 60132          "pkg:maven/org.keycloak/keycloak-kerberos-federation@10.0.2?type=jar",
 60133          "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar",
 60134          "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar",
 60135          "pkg:maven/org.keycloak/keycloak-authz-client@10.0.2?type=jar",
 60136          "pkg:maven/org.keycloak/keycloak-saml-servlet-filter-adapter@10.0.2?type=jar",
 60137          "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar",
 60138          "pkg:maven/org.keycloak/keycloak-jaxrs-oauth-client@10.0.2?type=jar",
 60139          "pkg:maven/org.jboss.logging/jboss-logging@3.4.1.Final?type=jar",
 60140          "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.10.1?type=jar",
 60141          "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.10.1?type=jar",
 60142          "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.10.1?type=jar",
 60143          "pkg:maven/org.infinispan/infinispan-core@9.4.18.Final?type=jar",
 60144          "pkg:maven/org.infinispan/infinispan-cachestore-remote@9.4.18.Final?type=jar",
 60145          "pkg:maven/org.keycloak/keycloak-util-embedded-ldap@10.0.2?type=jar",
 60146          "pkg:maven/org.postgresql/postgresql@42.2.8?type=jar",
 60147          "pkg:maven/org.mariadb.jdbc/mariadb-java-client@2.2.4?type=jar"
 60148        ]
 60149      },
 60150      {"ref": "pkg:maven/org.fusesource.jansi/jansi@1.17.1?type=jar"},
 60151      {
 60152        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-util@10.0.2?type=jar",
 60153        "dependsOn": [
 60154          "pkg:maven/org.keycloak/keycloak-core@10.0.2?type=jar",
 60155          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-api-maven@3.1.4?type=jar",
 60156          "pkg:maven/org.jboss.arquillian.container/arquillian-container-karaf-managed@2.2.0.Final?type=jar",
 60157          "pkg:maven/org.apache.maven.resolver/maven-resolver-api@1.4.1?type=jar",
 60158          "pkg:maven/org.jboss.arquillian.container/arquillian-container-osgi@2.2.0.Final?type=jar",
 60159          "pkg:maven/io.undertow.jastow/jastow@2.1.0.Final?type=jar",
 60160          "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar",
 60161          "pkg:maven/commons-io/commons-io@2.6?type=jar",
 60162          "pkg:maven/org.apache.sshd/sshd-core@2.2.0?type=jar"
 60163        ]
 60164      },
 60165      {
 60166        "ref": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-container@1.6.0.Final?type=jar",
 60167        "dependsOn": [
 60168          "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-core@1.6.0.Final?type=jar",
 60169          "pkg:maven/org.jboss.arquillian.test/arquillian-test-api@1.6.0.Final?type=jar",
 60170          "pkg:maven/org.jboss.arquillian.test/arquillian-test-spi@1.6.0.Final?type=jar",
 60171          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar",
 60172          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 60173          "pkg:maven/org.jboss.arquillian.core/arquillian-core-impl-base@1.6.0.Final?type=jar",
 60174          "pkg:maven/org.jboss.arquillian.test/arquillian-test-impl-base@1.6.0.Final?type=jar",
 60175          "pkg:maven/org.jboss.arquillian.container/arquillian-container-impl-base@1.6.0.Final?type=jar",
 60176          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar",
 60177          "pkg:maven/org.jboss.shrinkwrap/shrinkwrap-impl-base@1.2.6?type=jar"
 60178        ]
 60179      },
 60180      {"ref": "pkg:maven/org.jboss.arquillian.junit/arquillian-junit-core@1.6.0.Final?type=jar"},
 60181      {"ref": "pkg:maven/org.jboss.arquillian.core/arquillian-core-impl-base@1.6.0.Final?type=jar"},
 60182      {"ref": "pkg:maven/org.jboss.arquillian.test/arquillian-test-impl-base@1.6.0.Final?type=jar"},
 60183      {
 60184        "ref": "pkg:maven/org.jboss.arquillian.container/arquillian-container-impl-base@1.6.0.Final?type=jar",
 60185        "dependsOn": [
 60186          "pkg:maven/org.jboss.arquillian.config/arquillian-config-api@1.6.0.Final?type=jar",
 60187          "pkg:maven/org.jboss.arquillian.config/arquillian-config-impl-base@1.6.0.Final?type=jar",
 60188          "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar"
 60189        ]
 60190      },
 60191      {
 60192        "ref": "pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-servlet@1.6.0.Final?type=jar",
 60193        "dependsOn": [
 60194          "pkg:maven/org.jboss.arquillian.container/arquillian-container-spi@1.6.0.Final?type=jar",
 60195          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-api@1.6.0.Final?type=jar",
 60196          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-spi@1.6.0.Final?type=jar",
 60197          "pkg:maven/org.jboss.arquillian.container/arquillian-container-test-impl-base@1.6.0.Final?type=jar",
 60198          "pkg:maven/org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-spi@2.0.0?type=jar"
 60199        ]
 60200      },
 60201      {
 60202        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-spi@10.0.2?type=jar",
 60203        "dependsOn": ["pkg:maven/org.jboss.arquillian.protocol/arquillian-protocol-servlet@1.6.0.Final?type=jar"]
 60204      },
 60205      {
 60206        "ref": "pkg:maven/commons-configuration/commons-configuration@1.10?type=jar",
 60207        "dependsOn": [
 60208          "pkg:maven/commons-lang/commons-lang@2.6?type=jar",
 60209          "pkg:maven/commons-logging/commons-logging@1.1.1?type=jar"
 60210        ]
 60211      },
 60212      {"ref": "pkg:maven/commons-logging/commons-logging@1.1.1?type=jar"},
 60213      {"ref": "pkg:maven/commons-io/commons-io@2.5?type=jar"},
 60214      {
 60215        "ref": "pkg:maven/org.subethamail/subethasmtp@3.1.7?type=jar",
 60216        "dependsOn": [
 60217          "pkg:maven/javax.mail/mail@1.4.4?type=jar",
 60218          "pkg:maven/javax.activation/activation@1.1.1?type=jar",
 60219          "pkg:maven/com.google.code.findbugs/jsr305@1.3.9?type=jar"
 60220        ]
 60221      },
 60222      {"ref": "pkg:maven/javax.mail/mail@1.4.4?type=jar"},
 60223      {"ref": "pkg:maven/javax.activation/activation@1.1.1?type=jar"},
 60224      {
 60225        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-undertow@10.0.2?type=jar",
 60226        "dependsOn": [
 60227          "pkg:maven/org.keycloak/keycloak-undertow-adapter@10.0.2?type=jar",
 60228          "pkg:maven/org.keycloak/keycloak-saml-undertow-adapter@10.0.2?type=jar",
 60229          "pkg:maven/org.keycloak/keycloak-saml-servlet-filter-adapter@10.0.2?type=jar",
 60230          "pkg:maven/org.jboss.arquillian.container/undertow-embedded@1.0.0.Alpha2?type=jar",
 60231          "pkg:maven/org.jboss.spec.javax.servlet.jsp/jboss-jsp-api_2.3_spec@2.0.0.Final?type=jar"
 60232        ]
 60233      },
 60234      {"ref": "pkg:maven/org.keycloak.testsuite/photoz-restful-api@10.0.2?classifier=classes&type=jar"},
 60235      {"ref": "pkg:maven/org.mvel/mvel2@2.4.0.Final?type=jar"},
 60236      {
 60237        "ref": "pkg:maven/org.wildfly.extras.creaper/creaper-commands@1.6.1?type=jar",
 60238        "dependsOn": [
 60239          "pkg:maven/org.wildfly.extras.creaper/creaper-core@1.6.1?type=jar",
 60240          "pkg:maven/org.codehaus.groovy/groovy@2.4.10?type=jar",
 60241          "pkg:maven/org.codehaus.groovy/groovy-xml@2.4.10?type=jar"
 60242        ]
 60243      },
 60244      {"ref": "pkg:maven/org.wildfly.extras.creaper/creaper-core@1.6.1?type=jar"},
 60245      {"ref": "pkg:maven/org.codehaus.groovy/groovy@2.4.10?type=jar"},
 60246      {"ref": "pkg:maven/org.codehaus.groovy/groovy-xml@2.4.10?type=jar"},
 60247      {
 60248        "ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver@2.3.2?type=pom",
 60249        "dependsOn": [
 60250          "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-api@2.3.2?type=jar",
 60251          "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-spi@2.3.2?type=jar",
 60252          "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-impl@2.3.2?type=jar",
 60253          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver-depchain@2.5.1?type=pom",
 60254          "pkg:maven/org.seleniumhq.selenium/selenium-java@3.14.0?type=jar"
 60255        ]
 60256      },
 60257      {"ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-api@2.3.2?type=jar"},
 60258      {"ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-spi@2.3.2?type=jar"},
 60259      {
 60260        "ref": "pkg:maven/org.jboss.arquillian.graphene/graphene-webdriver-impl@2.3.2?type=jar",
 60261        "dependsOn": [
 60262          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-impl@2.5.1?type=jar",
 60263          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-configuration@2.5.1?type=jar",
 60264          "pkg:maven/cglib/cglib-nodep@3.2.5?type=jar",
 60265          "pkg:maven/org.objenesis/objenesis@1.2?type=jar"
 60266        ]
 60267      },
 60268      {"ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-impl@2.5.1?type=jar"},
 60269      {"ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-configuration@2.5.1?type=jar"},
 60270      {"ref": "pkg:maven/cglib/cglib-nodep@3.2.5?type=jar"},
 60271      {"ref": "pkg:maven/org.objenesis/objenesis@1.2?type=jar"},
 60272      {
 60273        "ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver-depchain@2.5.1?type=pom",
 60274        "dependsOn": [
 60275          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-api@2.5.1?type=jar",
 60276          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-spi@2.5.1?type=jar",
 60277          "pkg:maven/org.seleniumhq.selenium/selenium-chrome-driver@3.14.0?type=jar",
 60278          "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@3.14.0?type=jar",
 60279          "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@3.14.0?type=jar",
 60280          "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@3.14.0?type=jar",
 60281          "pkg:maven/org.seleniumhq.selenium/htmlunit-driver@2.27?type=jar",
 60282          "pkg:maven/org.seleniumhq.selenium/selenium-opera-driver@3.14.0?type=jar",
 60283          "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@3.14.0?type=jar",
 60284          "pkg:maven/org.seleniumhq.selenium/selenium-edge-driver@3.14.0?type=jar"
 60285        ]
 60286      },
 60287      {"ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-api@2.5.1?type=jar"},
 60288      {"ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-spi@2.5.1?type=jar"},
 60289      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-chrome-driver@3.14.0?type=jar"},
 60290      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-firefox-driver@3.14.0?type=jar"},
 60291      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-ie-driver@3.14.0?type=jar"},
 60292      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-remote-driver@3.14.0?type=jar"},
 60293      {
 60294        "ref": "pkg:maven/org.seleniumhq.selenium/htmlunit-driver@2.27?type=jar",
 60295        "dependsOn": ["pkg:maven/net.sourceforge.htmlunit/htmlunit@2.27?type=jar"]
 60296      },
 60297      {
 60298        "ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit@2.27?type=jar",
 60299        "dependsOn": [
 60300          "pkg:maven/xalan/xalan@2.7.2?type=jar",
 60301          "pkg:maven/org.apache.httpcomponents/httpmime@4.5.11?type=jar",
 60302          "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.27?type=jar",
 60303          "pkg:maven/net.sourceforge.htmlunit/neko-htmlunit@2.27?type=jar",
 60304          "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.23?type=jar",
 60305          "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.5.v20170502?type=jar"
 60306        ]
 60307      },
 60308      {
 60309        "ref": "pkg:maven/xalan/xalan@2.7.2?type=jar",
 60310        "dependsOn": ["pkg:maven/xalan/serializer@2.7.2?type=jar"]
 60311      },
 60312      {"ref": "pkg:maven/xalan/serializer@2.7.2?type=jar"},
 60313      {"ref": "pkg:maven/net.sourceforge.htmlunit/htmlunit-core-js@2.27?type=jar"},
 60314      {
 60315        "ref": "pkg:maven/net.sourceforge.htmlunit/neko-htmlunit@2.27?type=jar",
 60316        "dependsOn": ["pkg:maven/xerces/xercesImpl@2.11.0?type=jar"]
 60317      },
 60318      {"ref": "pkg:maven/xerces/xercesImpl@2.11.0?type=jar"},
 60319      {
 60320        "ref": "pkg:maven/net.sourceforge.cssparser/cssparser@0.9.23?type=jar",
 60321        "dependsOn": ["pkg:maven/org.w3c.css/sac@1.3?type=jar"]
 60322      },
 60323      {
 60324        "ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-client@9.4.5.v20170502?type=jar",
 60325        "dependsOn": [
 60326          "pkg:maven/org.eclipse.jetty/jetty-util@9.4.5.v20170502?type=jar",
 60327          "pkg:maven/org.eclipse.jetty/jetty-io@9.4.5.v20170502?type=jar",
 60328          "pkg:maven/org.eclipse.jetty/jetty-client@9.4.5.v20170502?type=jar",
 60329          "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.5.v20170502?type=jar"
 60330        ]
 60331      },
 60332      {"ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.5.v20170502?type=jar"},
 60333      {"ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.5.v20170502?type=jar"},
 60334      {
 60335        "ref": "pkg:maven/org.eclipse.jetty/jetty-client@9.4.5.v20170502?type=jar",
 60336        "dependsOn": ["pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502?type=jar"]
 60337      },
 60338      {"ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502?type=jar"},
 60339      {
 60340        "ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-common@9.4.5.v20170502?type=jar",
 60341        "dependsOn": ["pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.5.v20170502?type=jar"]
 60342      },
 60343      {"ref": "pkg:maven/org.eclipse.jetty.websocket/websocket-api@9.4.5.v20170502?type=jar"},
 60344      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-opera-driver@3.14.0?type=jar"},
 60345      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-safari-driver@3.14.0?type=jar"},
 60346      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-edge-driver@3.14.0?type=jar"},
 60347      {
 60348        "ref": "pkg:maven/org.seleniumhq.selenium/selenium-java@3.14.0?type=jar",
 60349        "dependsOn": [
 60350          "pkg:maven/net.bytebuddy/byte-buddy@1.8.15?type=jar",
 60351          "pkg:maven/org.apache.commons/commons-exec@1.3?type=jar",
 60352          "pkg:maven/com.squareup.okhttp3/okhttp@3.10.0?type=jar",
 60353          "pkg:maven/com.squareup.okio/okio@1.14.1?type=jar"
 60354        ]
 60355      },
 60356      {"ref": "pkg:maven/net.bytebuddy/byte-buddy@1.8.15?type=jar"},
 60357      {"ref": "pkg:maven/org.apache.commons/commons-exec@1.3?type=jar"},
 60358      {"ref": "pkg:maven/com.squareup.okhttp3/okhttp@3.10.0?type=jar"},
 60359      {"ref": "pkg:maven/com.squareup.okio/okio@1.14.1?type=jar"},
 60360      {
 60361        "ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-phantom-driver@1.2.1.Final?type=jar",
 60362        "dependsOn": [
 60363          "pkg:maven/com.codeborne/phantomjsdriver@1.4.1?type=jar",
 60364          "pkg:maven/org.jboss.shrinkwrap.resolver/shrinkwrap-resolver-depchain@3.1.4?type=pom"
 60365        ]
 60366      },
 60367      {"ref": "pkg:maven/com.codeborne/phantomjsdriver@1.4.1?type=jar"},
 60368      {
 60369        "ref": "pkg:maven/org.jboss.arquillian.graphene/arquillian-browser-screenshooter@2.3.2?type=jar",
 60370        "dependsOn": [
 60371          "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-impl-base@1.1.0.Final?type=jar",
 60372          "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-spi@1.1.0.Final?type=jar",
 60373          "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver@2.5.1?type=jar"
 60374        ]
 60375      },
 60376      {
 60377        "ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-impl-base@1.1.0.Final?type=jar",
 60378        "dependsOn": [
 60379          "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-api@1.1.0.Final?type=jar",
 60380          "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-impl@1.1.0.Final?type=jar"
 60381        ]
 60382      },
 60383      {
 60384        "ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-api@1.1.0.Final?type=jar",
 60385        "dependsOn": [
 60386          "pkg:maven/org.arquillian.extension/arquillian-recorder-api@1.1.0.Final?type=jar",
 60387          "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-api@1.1.0.Final?type=jar",
 60388          "pkg:maven/com.jhlabs/filters@2.0.235?type=jar"
 60389        ]
 60390      },
 60391      {"ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-api@1.1.0.Final?type=jar"},
 60392      {
 60393        "ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-api@1.1.0.Final?type=jar",
 60394        "dependsOn": ["pkg:maven/org.eclipse.persistence/org.eclipse.persistence.moxy@2.5.1?type=jar"]
 60395      },
 60396      {
 60397        "ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.moxy@2.5.1?type=jar",
 60398        "dependsOn": [
 60399          "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.core@2.5.1?type=jar",
 60400          "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.antlr@2.5.1?type=jar"
 60401        ]
 60402      },
 60403      {
 60404        "ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.core@2.5.1?type=jar",
 60405        "dependsOn": ["pkg:maven/org.eclipse.persistence/org.eclipse.persistence.asm@2.5.1?type=jar"]
 60406      },
 60407      {"ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.asm@2.5.1?type=jar"},
 60408      {"ref": "pkg:maven/org.eclipse.persistence/org.eclipse.persistence.antlr@2.5.1?type=jar"},
 60409      {"ref": "pkg:maven/com.jhlabs/filters@2.0.235?type=jar"},
 60410      {
 60411        "ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-impl@1.1.0.Final?type=jar",
 60412        "dependsOn": [
 60413          "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-spi@1.1.0.Final?type=jar",
 60414          "pkg:maven/org.arquillian.extension/arquillian-recorder-video-api@1.1.0.Final?type=jar"
 60415        ]
 60416      },
 60417      {"ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-reporter-spi@1.1.0.Final?type=jar"},
 60418      {"ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-video-api@1.1.0.Final?type=jar"},
 60419      {
 60420        "ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-screenshooter-spi@1.1.0.Final?type=jar",
 60421        "dependsOn": ["pkg:maven/org.arquillian.extension/arquillian-recorder-spi@1.1.0.Final?type=jar"]
 60422      },
 60423      {"ref": "pkg:maven/org.arquillian.extension/arquillian-recorder-spi@1.1.0.Final?type=jar"},
 60424      {
 60425        "ref": "pkg:maven/org.jboss.arquillian.extension/arquillian-drone-webdriver@2.5.1?type=jar",
 60426        "dependsOn": [
 60427          "pkg:maven/org.arquillian.spacelift/arquillian-spacelift@1.0.2?type=jar",
 60428          "pkg:maven/org.jsoup/jsoup@1.12.1?type=jar",
 60429          "pkg:maven/org.awaitility/awaitility@3.0.0?type=jar"
 60430        ]
 60431      },
 60432      {"ref": "pkg:maven/org.awaitility/awaitility@3.0.0?type=jar"},
 60433      {
 60434        "ref": "pkg:maven/io.appium/java-client@6.1.0?type=jar",
 60435        "dependsOn": [
 60436          "pkg:maven/org.seleniumhq.selenium/selenium-support@3.14.0?type=jar",
 60437          "pkg:maven/org.seleniumhq.selenium/selenium-api@3.14.0?type=jar",
 60438          "pkg:maven/com.google.code.gson/gson@2.8.4?type=jar",
 60439          "pkg:maven/cglib/cglib@3.2.6?type=jar",
 60440          "pkg:maven/commons-validator/commons-validator@1.6?type=jar",
 60441          "pkg:maven/org.apache.commons/commons-lang3@3.9?type=jar",
 60442          "pkg:maven/org.springframework/spring-context@5.0.5.RELEASE?type=jar",
 60443          "pkg:maven/org.aspectj/aspectjweaver@1.9.1?type=jar",
 60444          "pkg:maven/org.openpnp/opencv@3.2.0-1?type=jar"
 60445        ]
 60446      },
 60447      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-support@3.14.0?type=jar"},
 60448      {"ref": "pkg:maven/org.seleniumhq.selenium/selenium-api@3.14.0?type=jar"},
 60449      {"ref": "pkg:maven/com.google.code.gson/gson@2.8.4?type=jar"},
 60450      {
 60451        "ref": "pkg:maven/cglib/cglib@3.2.6?type=jar",
 60452        "dependsOn": ["pkg:maven/org.ow2.asm/asm@6.0?type=jar"]
 60453      },
 60454      {"ref": "pkg:maven/org.ow2.asm/asm@6.0?type=jar"},
 60455      {
 60456        "ref": "pkg:maven/commons-validator/commons-validator@1.6?type=jar",
 60457        "dependsOn": [
 60458          "pkg:maven/commons-beanutils/commons-beanutils@1.9.2?type=jar",
 60459          "pkg:maven/commons-digester/commons-digester@1.8.1?type=jar",
 60460          "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar"
 60461        ]
 60462      },
 60463      {"ref": "pkg:maven/commons-beanutils/commons-beanutils@1.9.2?type=jar"},
 60464      {"ref": "pkg:maven/commons-digester/commons-digester@1.8.1?type=jar"},
 60465      {
 60466        "ref": "pkg:maven/org.springframework/spring-context@5.0.5.RELEASE?type=jar",
 60467        "dependsOn": [
 60468          "pkg:maven/org.springframework/spring-aop@5.0.5.RELEASE?type=jar",
 60469          "pkg:maven/org.springframework/spring-beans@5.0.5.RELEASE?type=jar",
 60470          "pkg:maven/org.springframework/spring-core@5.0.5.RELEASE?type=jar",
 60471          "pkg:maven/org.springframework/spring-expression@5.0.5.RELEASE?type=jar"
 60472        ]
 60473      },
 60474      {"ref": "pkg:maven/org.springframework/spring-aop@5.0.5.RELEASE?type=jar"},
 60475      {"ref": "pkg:maven/org.springframework/spring-beans@5.0.5.RELEASE?type=jar"},
 60476      {
 60477        "ref": "pkg:maven/org.springframework/spring-core@5.0.5.RELEASE?type=jar",
 60478        "dependsOn": ["pkg:maven/org.springframework/spring-jcl@5.0.5.RELEASE?type=jar"]
 60479      },
 60480      {"ref": "pkg:maven/org.springframework/spring-jcl@5.0.5.RELEASE?type=jar"},
 60481      {"ref": "pkg:maven/org.springframework/spring-expression@5.0.5.RELEASE?type=jar"},
 60482      {"ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.1?type=jar"},
 60483      {"ref": "pkg:maven/org.openpnp/opencv@3.2.0-1?type=jar"},
 60484      {
 60485        "ref": "pkg:maven/jfree/jfreechart@1.0.13?type=jar",
 60486        "dependsOn": ["pkg:maven/jfree/jcommon@1.0.16?type=jar"]
 60487      },
 60488      {"ref": "pkg:maven/jfree/jcommon@1.0.16?type=jar"},
 60489      {
 60490        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-test-apps-servlets@10.0.2?type=jar",
 60491        "dependsOn": [
 60492          "pkg:maven/org.jboss.spec.javax.servlet/jboss-servlet-api_3.0_spec@1.0.2.Final?type=jar",
 60493          "pkg:maven/org.keycloak/keycloak-adapter-core@10.0.2?type=jar",
 60494          "pkg:maven/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.1_spec@2.0.1.Final?type=jar",
 60495          "pkg:maven/org.keycloak/keycloak-adapter-spi@10.0.2?type=jar",
 60496          "pkg:maven/org.keycloak/keycloak-saml-adapter-api-public@10.0.2?type=jar",
 60497          "pkg:maven/org.jboss.resteasy/resteasy-jaxrs@3.11.2.Final?type=jar",
 60498          "pkg:maven/org.keycloak/keycloak-saml-core@10.0.2?type=jar",
 60499          "pkg:maven/org.keycloak/keycloak-saml-adapter-core@10.0.2?type=jar",
 60500          "pkg:maven/org.keycloak/keycloak-saml-core-public@10.0.2?type=jar"
 60501        ]
 60502      },
 60503      {
 60504        "ref": "pkg:maven/org.apache.ant/ant@1.8.4?type=jar",
 60505        "dependsOn": ["pkg:maven/org.apache.ant/ant-launcher@1.8.4?type=jar"]
 60506      },
 60507      {"ref": "pkg:maven/org.apache.ant/ant-launcher@1.8.4?type=jar"},
 60508      {
 60509        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-auth-server-undertow@10.0.2?type=jar",
 60510        "dependsOn": ["pkg:maven/org.keycloak/keycloak-testsuite-utils@10.0.2?type=jar"]
 60511      },
 60512      {
 60513        "ref": "pkg:maven/org.keycloak/keycloak-client-cli-dist@10.0.2?type=zip",
 60514        "dependsOn": [
 60515          "pkg:maven/org.keycloak/keycloak-client-registration-cli@10.0.2?type=jar",
 60516          "pkg:maven/org.keycloak/keycloak-admin-cli@10.0.2?type=jar"
 60517        ]
 60518      },
 60519      {
 60520        "ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?type=jar",
 60521        "dependsOn": [
 60522          "pkg:maven/org.keycloak/keycloak-util-embedded-ldap@10.0.2?type=jar",
 60523          "pkg:maven/commons-configuration/commons-configuration@1.10?type=jar",
 60524          "pkg:maven/commons-io/commons-io@2.6?type=jar",
 60525          "pkg:maven/org.keycloak.testsuite/integration-arquillian-testsuite-providers@10.0.2?type=jar",
 60526          "pkg:maven/com.google.guava/guava@25.0-jre?type=jar",
 60527          "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-spi@10.0.2?type=jar",
 60528          "pkg:maven/org.keycloak.testsuite/integration-arquillian-servers-app-server-undertow@10.0.2?type=jar",
 60529          "pkg:maven/org.keycloak.testsuite/photoz-restful-api@10.0.2?classifier=classes&type=jar",
 60530          "pkg:maven/org.mvel/mvel2@2.4.0.Final?type=jar",
 60531          "pkg:maven/org.apache.maven.resolver/maven-resolver-api@1.4.1?type=jar"
 60532        ]
 60533      },
 60534      {"ref": "pkg:maven/org.keycloak.testsuite/integration-arquillian-tests-base@10.0.2?classifier=tests&type=test-jar"},
 60535      {"ref": "pkg:maven/org.keycloak.example.demo/customer-portal-example@10.0.2?type=war"},
 60536      {"ref": "pkg:maven/org.keycloak.example.demo/product-portal-example@10.0.2?type=war"}
 60537    ]
 60538  }