{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.4",
  "serialNumber" : "urn:uuid:527e37eb-6327-3e07-8f22-12b6322868c0",
  "version" : 1,
  "metadata" : {
    "tools" : [
      {
        "vendor" : "OWASP Foundation",
        "name" : "CycloneDX Maven plugin",
        "version" : "2.7.11",
        "hashes" : [
          {
            "alg" : "MD5",
            "content" : "a70e8b649ab4a2bb7922d360173c8237"
          },
          {
            "alg" : "SHA-1",
            "content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
          },
          {
            "alg" : "SHA-256",
            "content" : "70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
          },
          {
            "alg" : "SHA-512",
            "content" : "bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
          },
          {
            "alg" : "SHA-384",
            "content" : "3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
          },
          {
            "alg" : "SHA3-384",
            "content" : "ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
          },
          {
            "alg" : "SHA3-256",
            "content" : "b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
          },
          {
            "alg" : "SHA3-512",
            "content" : "935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
          }
        ]
      }
    ],
    "component" : {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.orc",
      "name" : "orc-mapreduce",
      "version" : "2.2.2",
      "description" : "An implementation of Hadoop's mapred and mapreduce input and output formats for ORC files. They use the core reader and writer, but present the data to the user in Writable objects.",
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.orc/orc-mapreduce@2.2.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://orc.apache.org/orc-mapreduce"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/orc-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/maven-apache-parent/tree/apache-27/orc/orc-mapreduce"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.orc/orc-mapreduce@2.2.2?type=jar"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.orc",
      "name" : "orc-core",
      "version" : "2.2.2",
      "description" : "The core reader and writer for ORC files. Uses the vectorized column batch for the in memory representation.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "7aaa4ea5481f6388ce9e0268da681f55"
        },
        {
          "alg" : "SHA-1",
          "content" : "29ffafa2efa4e40ea86ea4b1ab76b3e139fcaf83"
        },
        {
          "alg" : "SHA-256",
          "content" : "fac6d35cabb136f62932b17a687997ff5dd7e139ce1af4975f602fb8c7f0598a"
        },
        {
          "alg" : "SHA-512",
          "content" : "ec3c5e4af2bf203552c1afcd6e803f34b0c841348fff08fc9365433ea58238d3a75965d2b374b1dc2e96f52c861b6eeee4592a5616ce7f4fd107ca402f39bb80"
        },
        {
          "alg" : "SHA-384",
          "content" : "2c60dd6818bff9d0a6cdba984641c8f2d9981d7f9c848dc091c55f20b5cfaab101617165a7ddecf5569d394e5036250e"
        },
        {
          "alg" : "SHA3-384",
          "content" : "05f887b1bb066c336c9185e9efc68e3942a64906634ebf765fa70e59953714fd99f656fdfecf65905b0c9f69e4724608"
        },
        {
          "alg" : "SHA3-256",
          "content" : "de72e53cf995e309bd08477f7271eecb5c1df75ee036d4d3b887a19ae40bde38"
        },
        {
          "alg" : "SHA3-512",
          "content" : "f18e8ff20c566934d1518ba87e3454fe08492a8e95a184b96cc601df9a001fa4db878ca0f6d711f9fd715356cb48f89c574313249b32a339911b04572f182b7b"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.orc/orc-core@2.2.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://orc.apache.org/orc-core"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/orc-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/maven-apache-parent/tree/apache-27/orc/orc-core"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.orc/orc-core@2.2.2?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.orc",
      "name" : "orc-shims",
      "version" : "2.2.2",
      "description" : "A shim layer for supporting various versions of Hadoop dynamically. This module uses a higher version of Hadoop so that we can create shims that let us use new features of Hadoop without having a hard dependency on the latest version.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4cd8d82c5f64bdea5889980031119e3d"
        },
        {
          "alg" : "SHA-1",
          "content" : "53aac880786737768335512d6028ac3154510db0"
        },
        {
          "alg" : "SHA-256",
          "content" : "46c730ca9aef90bd9df03bdfc50564a51a4cf5da9f2888e97b9b0faa1e88c260"
        },
        {
          "alg" : "SHA-512",
          "content" : "3934dd7fdb9dc7798f782651b6810119257b3b63afd73ac00a3a2380dd5c6dce2c2b8a3b227c34033921183a4e97b80f18ae393327d81f5c04b8ab5e0ac8b942"
        },
        {
          "alg" : "SHA-384",
          "content" : "6986a7bc045693edf5ff405688072110400fd05c7f0903e354472b63608d58deb0ef509db2fd746e952e3a11df5d492f"
        },
        {
          "alg" : "SHA3-384",
          "content" : "6a55b3ea2ef34672f699e959aa1c86d458267c1dfef1d8bb66743b1539535835e5bcec61ba78179b5e0577f9d529d69a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "60b444f2d87ca524d0cb1806cc6589a2deb0f6088cb8b30a84ad602242b3b7ce"
        },
        {
          "alg" : "SHA3-512",
          "content" : "16fc4b466844acf26a10da56fdd72d30658fbe6b26acc29f4bdce7a063ca8fe8401639c89fb51b7dc9bad4b74db6c4ef8d645369422ac95bd34d9ab2b5803e50"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.orc/orc-shims@2.2.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://orc.apache.org/orc-shims"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/orc-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/maven-apache-parent/tree/apache-27/orc/orc-shims"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.orc/orc-shims@2.2.2?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.orc",
      "name" : "orc-format",
      "version" : "1.1.1",
      "description" : "ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "bd05457db9275a5de3bf4fac591d3a0d"
        },
        {
          "alg" : "SHA-1",
          "content" : "ea8dbe3c3fdc3757271c1e8d6bf985bbe3203775"
        },
        {
          "alg" : "SHA-256",
          "content" : "41d4e038913ba2ca5e7b9bd5a90c6f641879ef519b9763f39d7eb45e6e64e415"
        },
        {
          "alg" : "SHA-512",
          "content" : "61bc3bfca3bdc106e6742e2796e658aaf4ac087fdef1e5d809ed75c965f14fd4fcf5a88871c301594a38d6a5d5847ccf4d00019e87a6a234d03c8077b2f653aa"
        },
        {
          "alg" : "SHA-384",
          "content" : "5f7f937a17815fe58b792851e603890ae534126b2820ec04d41fdbb22ffec560afdb204ef22af24c3d3e1ad8455cabd0"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1b5f88579777c009538fb7804a0f29986bfc5103aad8ed2c6be579376d7feca20ecd85df337898c1d93aef8bc03a901d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "1dc1b24a55e1788a274070169f08eea50556676f5a9d54ac4a30909e51f6f7e4"
        },
        {
          "alg" : "SHA3-512",
          "content" : "9c6284f5da6971d6de64bcf98403f7e0477a1ef6bfce176e704f6c26ba6d943179751315a6c0c7c441493ffcf0e70aeaf41b1122adb1b1a532b97cf97e6a045e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.orc/orc-format@1.1.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://orc.apache.org"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/orc-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/maven-apache-parent/tree/apache-29/orc-format"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.orc/orc-format@1.1.1?type=jar"
    },
    {
      "group" : "com.google.protobuf",
      "name" : "protobuf-java",
      "version" : "3.25.8",
      "description" : "Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "9a29ba700dd42a68d7aee6903c59a770"
        },
        {
          "alg" : "SHA-1",
          "content" : "2ba593767658038775b2ea9724c3686609874470"
        },
        {
          "alg" : "SHA-256",
          "content" : "72bdb32eb38cafb7dcd288262c29a34d57cba2e19101af9685155ba8c0a56008"
        },
        {
          "alg" : "SHA-512",
          "content" : "9d1ede4ca40d60d21cd5c220e66c44237a50ebeec238ba1f4cdabe20b414e4c52edfdc6b926cd542688188c30a48aa8a77757087250369f712392bd5be227a6c"
        },
        {
          "alg" : "SHA-384",
          "content" : "f69c6ee530f96c1e15d4d38f0010db803b329cf694cc284f386a8d4d503e8be9ab13dff1df36bba08f1909bd5161a590"
        },
        {
          "alg" : "SHA3-384",
          "content" : "ca85a1b41e041ee39302473e9e51c45b633ec8ac9bc447e725f9b4de5fd385f7b84b702f98d9bb05d72076a1bbe87af6"
        },
        {
          "alg" : "SHA3-256",
          "content" : "b12cdcf0ec9c9e4aed30d1b6e70cd18ccf365b204fcbdc6fb37ec2603922e1d5"
        },
        {
          "alg" : "SHA3-512",
          "content" : "a3b4e92cd7abd3097ccd22251aab1d504c8ece8be67dc8d5b96d6270c33e99fddeebedd2547973daae88c9bbc3370378d6e6eb95f1ac05a1b5b2cb506660cfd0"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause",
            "url" : "https://opensource.org/licenses/BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.8?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://developers.google.com/protocol-buffers/protobuf-java/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/protocolbuffers/protobuf/protobuf-java"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.8?type=jar"
    },
    {
      "group" : "io.airlift",
      "name" : "aircompressor",
      "version" : "2.0.2",
      "description" : "Compression algorithms",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "86ebd034828b5af24292c985370c360a"
        },
        {
          "alg" : "SHA-1",
          "content" : "527952aa21839e8664618e1fe73c5648173607ac"
        },
        {
          "alg" : "SHA-256",
          "content" : "0c2a96bf86d5fb24ff7f20c92483c61391cb10d440a4bd278c77365a2b165698"
        },
        {
          "alg" : "SHA-512",
          "content" : "db5379867ff66f5570f48f42093f9172df23ef75f124fae4ec2dec74ee977ad081139f9dc0a663aae261439cb435a5c545edb7122d1bac40223401fe93fb431d"
        },
        {
          "alg" : "SHA-384",
          "content" : "117c41b463396e88a025f4bf3f1904dbe2f111dcb86e8e99b3960705bd92b205982df031b68d046bc65c3cab2d503fed"
        },
        {
          "alg" : "SHA3-384",
          "content" : "0558592618b70715c5308f6d3e5d2ba64126a9d521f2ed6f7dc1183dc0039ce88f3298a4462d3c3cfe3bf34f517db7c5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ab3d5a6f88eb30b9c32e90c7bb829774a5efe201fae82a5ebbf66f2c32267276"
        },
        {
          "alg" : "SHA3-512",
          "content" : "764f153c20a2ae0a3ddc90ca6a5b660709854171fe96cc2b5ab423de3da447b85b4329bab5054df41705becb2cb5da006585bdb64cc780a86f220bcce87621c8"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.airlift/aircompressor@2.0.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/airlift/aircompressor"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/airlift/aircompressor/tree/master"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.airlift/aircompressor@2.0.2?type=jar"
    },
    {
      "publisher" : "com.github.luben",
      "group" : "com.github.luben",
      "name" : "zstd-jni",
      "version" : "1.5.7-6",
      "description" : "JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "47f279a106a9d6e40997522286e14545"
        },
        {
          "alg" : "SHA-1",
          "content" : "5ce34668f1ec629a343b9047f36c6cc4c0d3683a"
        },
        {
          "alg" : "SHA-256",
          "content" : "8d6feb1da335f3ab13c584c613e23c7b3c61b392e37956872057baf8f0ca1d6f"
        },
        {
          "alg" : "SHA-512",
          "content" : "70a2e2c4a3e3467cad0640955bea585fd263ad49fa7f00381321f0e26152af46c987f1b2ddfff66fff0d0035dfe23e633fc63091a8a4b08dcbac29b9b57a5ca1"
        },
        {
          "alg" : "SHA-384",
          "content" : "6974dccb4dfe78fd0f819fc9cec6d37963ad2bc18adbf639daef939ea9378f03e3cb8910ba490210123877bb1b05960c"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b60fb9fef35eecfe600888bd69400c47299d03398e3784b2856e406ab8d3fb52fb7da188cf440e84844e3728a46ab88e"
        },
        {
          "alg" : "SHA3-256",
          "content" : "f0d3ef618aa167daa9da9cef404bee2bd383c7743365b2f1c54c4955f3456479"
        },
        {
          "alg" : "SHA3-512",
          "content" : "cbce7c9e57d56a37cb8c5bd3ac2bad521c13317695fd9709fde22c19ada8e9b419a8e60b8219e6eb6f00000509dd036a4be6a0613b0ef5007fab52c8265434f5"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-2-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.github.luben/zstd-jni@1.5.7-6?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/luben/zstd-jni"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.github.luben/zstd-jni@1.5.7-6?type=jar"
    },
    {
      "publisher" : "ThreeTen.org",
      "group" : "org.threeten",
      "name" : "threeten-extra",
      "version" : "1.8.0",
      "description" : "Additional functionality that enhances JSR-310 dates and times in Java SE 8 and later",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "4af91264b2e3d26f4c41f055f7ce02f8"
        },
        {
          "alg" : "SHA-1",
          "content" : "d3b1ac7e361b642132e529f562622aac7dfea752"
        },
        {
          "alg" : "SHA-256",
          "content" : "51e4d21edc4e9447f7760c050e0baee75d7d973f387ba605a17abdc4d24fd6d8"
        },
        {
          "alg" : "SHA-512",
          "content" : "b60d18135450dbca9660097f6f726676940c1925343e0ce9547e57e68beb321ecd5df73710332113e1ea3aba71fb5ceb0483cc8f41806a3c6ef075d3c690aae6"
        },
        {
          "alg" : "SHA-384",
          "content" : "b6e8c6861fe876ac0fc34f97b4966c8816d94ab566cfe8458709b48825cf600fcec4d845de35a3d518d4c28e160b665b"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1eaf035067146399ff4698dfe6f418e2f812d203b7b8b9b2bb7afaa34b4d380bbc06d8836456e732111ea2c35820d09a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "981ad37d8273108f1bd1de37f7bca594b8ef49ab33dfbbc2e84c647aba733ead"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7b528b1f6d625f647f63fc7117c006dce4c08c5f447151c34b1acfa9bd8062c2c31f2e579a38024dad6f86d9f3e7f0cc4a3ea0e9c011926b49413515045a291d"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.threeten/threeten-extra@1.8.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.threeten.org/threeten-extra"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/content/repositories/threeten-releases"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/ThreeTen/threeten-extra/issues"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/ThreeTen/threeten-extra"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.threeten/threeten-extra@1.8.0?type=jar"
    },
    {
      "group" : "com.aayushatharva.brotli4j",
      "name" : "brotli4j",
      "version" : "1.18.0",
      "description" : "Brotli4j provides Brotli compression and decompression for Java.",
      "scope" : "optional",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "66a6a4083a3a7675d8ebba13c4177e0f"
        },
        {
          "alg" : "SHA-1",
          "content" : "7432f4b2837bfa4e33d325dacb0e9c63acbfdad8"
        },
        {
          "alg" : "SHA-256",
          "content" : "0cab5c97314362a1d0d59206eb79ace72363ceac029f5e932acec6ce6bb23db8"
        },
        {
          "alg" : "SHA-512",
          "content" : "95df27610d80b30fc58356ec11feae92f973e2d915f8338fe76b76422ea298904c26a0eee7eb1ebeddf9e0a7a42c573eb6dba6e45f62be4b0d6b511a211e4f0b"
        },
        {
          "alg" : "SHA-384",
          "content" : "664f163cd12714379d7be0134d749b1c56c113617046b5cbb2ea0ace25785d1f77ab329199776a925325c958612f3883"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9db013125e706d94ab370f21cfe0a6557b1f0833147ebf51409553b7411b0bdffc61068dc9335cdfe690ae3666682e33"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6f96e630fafb114c85a54a372063da60f293a2c25b1dfb166c7ed9dc529984b8"
        },
        {
          "alg" : "SHA3-512",
          "content" : "26ab8e0616a7a805ffc265d3a509d3bdc419dced35b8e6f70ddbbf5f607e1efac956fbc475aeb1d0709c2b38eb5866141625e80c22e7894678196f2b485b060e"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.aayushatharva.brotli4j/brotli4j@1.18.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/hyperxpro/Brotli4j/brotli4j"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hyperxpro/Brotli4j.git/brotli4j"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.aayushatharva.brotli4j/brotli4j@1.18.0?type=jar"
    },
    {
      "group" : "com.aayushatharva.brotli4j",
      "name" : "service",
      "version" : "1.18.0",
      "description" : "Brotli4j provides Brotli compression and decompression for Java.",
      "scope" : "optional",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "f900a1428c94225c324e148ba987c394"
        },
        {
          "alg" : "SHA-1",
          "content" : "f247218f11e6f9a281d143e7a9d296d4be035356"
        },
        {
          "alg" : "SHA-256",
          "content" : "6b27c85555992438530a88ae8192b15589fdc21ea22dc3c597393bf8f2dd8805"
        },
        {
          "alg" : "SHA-512",
          "content" : "7c8d84ce6eccc70bab23ef430b1b3191517d9336b9987844b34f048714afab02fbcf0f46236cf1bcb483176956a932d547f3ec6c20045f265e03765ddb870d37"
        },
        {
          "alg" : "SHA-384",
          "content" : "b87b3817f11b6175ff789c890a24473267552e8e7812c88e7845bb7641f34ef8592d88481e4c8d32a7c2ac75edf00ac4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "141c6b227a6c9b193d80de16f956dce67382d12439c4282f8b820c045c314945f1db81c4c6b3d5f82abcbb9cdc625eb9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "44aeccf87d87076e22609840fe322d8c26e0b44939c3a982faaf62dc6610d6a7"
        },
        {
          "alg" : "SHA3-512",
          "content" : "90168276d4167aa2286565571d9d7cfbfbef3df87ab5093220c2d85434ea18ac920cdefe58af02d09512d2962d3d07abd38f8b7e51977f34dc263fdf722af059"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.aayushatharva.brotli4j/service@1.18.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/hyperxpro/Brotli4j/service"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hyperxpro/Brotli4j.git/service"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.aayushatharva.brotli4j/service@1.18.0?type=jar"
    },
    {
      "group" : "com.aayushatharva.brotli4j",
      "name" : "native-osx-aarch64",
      "version" : "1.18.0",
      "description" : "Brotli4j provides Brotli compression and decompression for Java.",
      "scope" : "optional",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "3c072d77a44358b06e66edceeea00aa2"
        },
        {
          "alg" : "SHA-1",
          "content" : "5a0455838fc2215fc979248e5f78759ca12ec574"
        },
        {
          "alg" : "SHA-256",
          "content" : "aa62f8c522091e9f45a3c8a4cedc27b5e3ca035100456e8b0944411088b2c0ea"
        },
        {
          "alg" : "SHA-512",
          "content" : "e548860b1166e5a4e30df035c96c0f14ce1e407b2ad79da8613ab233315033fc591cbc63fa917b11097a5cf328264b108102f34b02f379194216b0cd461a9fad"
        },
        {
          "alg" : "SHA-384",
          "content" : "28022e1a08a4154bdbc5ea0e9a5088509f19b4c14837ef886137482a3e83c75b38d0bf29146c82a51a1c7ee9bb765e45"
        },
        {
          "alg" : "SHA3-384",
          "content" : "2f68ecae6069174ac128f32ed2f3588952b6199f6ab2e020fd6cca5ad96564cef80172d19f4125b962e22651df4fb89b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "2d0456e18fcc8597aa486be99eac18968c924689af209fcac7968d82a1e29671"
        },
        {
          "alg" : "SHA3-512",
          "content" : "227cc888d02067cb191fe9e246235e47c10f81a6223bcf2be1edb4fa6033a10916af5aaee6f9016ce903ec7dad71a3d0b017203d3d01463e63019b8a0a05045d"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.aayushatharva.brotli4j/native-osx-aarch64@1.18.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/hyperxpro/Brotli4j/natives/native-osx-aarch64"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/hyperxpro/Brotli4j.git/natives/native-osx-aarch64"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.aayushatharva.brotli4j/native-osx-aarch64@1.18.0?type=jar"
    },
    {
      "group" : "org.locationtech.jts",
      "name" : "jts-core",
      "version" : "1.20.0",
      "description" : "The JTS Topology Suite is an API for 2D linear geometry predicates and functions.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "8de91edea80ac2de00c07226458649fb"
        },
        {
          "alg" : "SHA-1",
          "content" : "25b72c9548a328cb1aea8a6b89d710a31ade5403"
        },
        {
          "alg" : "SHA-256",
          "content" : "6a783d8f9dba3d3cf7265435f134402f63c05838aa6cbcc4297ad3a5b2842baf"
        },
        {
          "alg" : "SHA-512",
          "content" : "3d6e32203f36517447cc027d741d1be301d454d34707d9fcb870d49dd686e7f1f72cff4b36bdd90ed8f2bee7e3afade7b3a1457de9c15777b91f47cdace91a6e"
        },
        {
          "alg" : "SHA-384",
          "content" : "5a9f3ca93e90797313a7983a54edd80c44a48ba46647677b934b46e23273b2facbea8b752353dd47d6ee18e2a92779b6"
        },
        {
          "alg" : "SHA3-384",
          "content" : "02182b13041cdf61fc75323cc34dc7676b175fb34a05dd002f3da6fd190201655949bfff4c5875cc36d0b8bfbab31e4f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "8ac7798576ed86c7873e85319bc4e0c205373928517859f9a53c9e74d057781d"
        },
        {
          "alg" : "SHA3-512",
          "content" : "6927a7e2cb64065d3b7d3a01443804e189d560b840ce93afd34e77894b281e0387f5fdb9fa2bde9381781bdd979cfc3e4399d6d8091fd8d6d0c2f89001450223"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "EPL-2.0"
          }
        },
        {
          "license" : {
            "id" : "BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/org.locationtech.jts/jts-core@1.20.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.locationtech.org/projects/technology.jts/jts-modules/jts-core"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/locationtech/jts/jts-modules/jts-core"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.locationtech.jts/jts-core@1.20.0?type=jar"
    },
    {
      "group" : "com.esotericsoftware",
      "name" : "kryo-shaded",
      "version" : "4.0.2",
      "description" : "Fast, efficient Java serialization. This contains the shaded reflectasm jar to prevent conflicts with other versions of asm.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "27717b481916c44eed34ea7a68782ed5"
        },
        {
          "alg" : "SHA-1",
          "content" : "e8c89779f93091aa9cb895093402b5d15065bf88"
        },
        {
          "alg" : "SHA-256",
          "content" : "a4899f57fef456b9ec66f730e7b493ecb3dc494cc5758721ed9c18416fd2d3b6"
        },
        {
          "alg" : "SHA-512",
          "content" : "21d3500194117f5f34951c7374bdde658be18b842866ea68f16ef47453d4dd31b11d384af2dab3ac4340b015b414402f6b45d4e6a10354fbda5bd8a17e4ce3e3"
        },
        {
          "alg" : "SHA-384",
          "content" : "33c8d09ba00c14a077e82f2d7c1a54496a21d20896505d1d97cd30f22d9cb773e060061abc43fc14f15b6619ba4f0c86"
        },
        {
          "alg" : "SHA3-384",
          "content" : "c94e3943033fd712c2793ac4f16abe9cf6e9ae083b5597fe5645d63b8a2ec5c938e1c62f37b3c684cd397f7ec7f70536"
        },
        {
          "alg" : "SHA3-256",
          "content" : "9d32ce48c6be860e309472479af5dbf8cff17bd3140a6aa775adca5eabba7894"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3bd68742bf12417ba93160a8919f4a7d83d3df0717f5c83c1b152872f195e8a695df24cf643e0e3669b807214247bd8cfc2ee31e0affe07f20a0411c52072872"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.esotericsoftware/kryo-shaded@4.0.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/EsotericSoftware/kryo/kryo-shaded"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/EsotericSoftware/kryo/kryo-shaded"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.esotericsoftware/kryo-shaded@4.0.2?type=jar"
    },
    {
      "group" : "com.esotericsoftware",
      "name" : "minlog",
      "version" : "1.3.0",
      "description" : "Minimal overhead Java logging",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "5ab0ee168b90e0ad7010b159e603d304"
        },
        {
          "alg" : "SHA-1",
          "content" : "ff07b5f1b01d2f92bb00a337f9a94873712f0827"
        },
        {
          "alg" : "SHA-256",
          "content" : "f7b399d3a5478a4f3e0d98bd1c9f47766119c66414bc33aa0f6cde0066f24cc2"
        },
        {
          "alg" : "SHA-512",
          "content" : "ca319c94b7fd8a275dcc3c5102fc01d73071ac77f5e14b4fc5b6547f96574a4fff0e8cb7b0b0d5006e71faa00575a91defdbfc92a94d9d38dd65520d4ab52000"
        },
        {
          "alg" : "SHA-384",
          "content" : "3f9b5b7fd91332ad64d235024d486e24b00760e714713153a61f10e6867bc3e5b617a7bf0bed889a01f0cdb435415d6a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "53f87e7d1c0615c0d443cf8f1dc2d83cbe8c72ba18061a68ec4d8dea8020a21aed04fec338e7eb2d566acac1f7f267b0"
        },
        {
          "alg" : "SHA3-256",
          "content" : "5eb8dd240a7196fc28a6c312148513f6c3d4af48abb46e1744bd730f479b0dd0"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7573361d0b824f2db4fc9d06aab133021a2e07b5f32be296781eb105b3f6002314520fea1f2c856d0e4a0522ea5ff6a5cb046f1a832f2d772999cd17e36d7bd4"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "BSD-3-Clause"
          }
        }
      ],
      "purl" : "pkg:maven/com.esotericsoftware/minlog@1.3.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/EsotericSoftware/minlog"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/EsotericSoftware/minlog"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.esotericsoftware/minlog@1.3.0?type=jar"
    },
    {
      "publisher" : "Apache Software Foundation",
      "group" : "org.apache.hadoop",
      "name" : "hadoop-client-api",
      "version" : "3.4.2",
      "description" : "Apache Hadoop Client",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "395d85c50b012df5837e047a5b036a3b"
        },
        {
          "alg" : "SHA-1",
          "content" : "d49afafdccb52bddde866ea0f341e6b31edc97fe"
        },
        {
          "alg" : "SHA-256",
          "content" : "607c0299f4df33013bd0a0f37c8cf255c635bbaddd247b8fec68c210cc17d19f"
        },
        {
          "alg" : "SHA-512",
          "content" : "7d99150a74eac17fe0b868ef67a13d3b75d117cb00d5f4905b161805af31279a81780db195cb514d33972087bf89ee21ab076446401000637eeeb9afb5e153a4"
        },
        {
          "alg" : "SHA-384",
          "content" : "921a9c9ed929d94e527d8f9c790bde840b017fa89d65407fbdb6c02388aaff23111f0e8732d2446c63bbeb2a3c7c144d"
        },
        {
          "alg" : "SHA3-384",
          "content" : "8a2ca3901d839e86405f239e7e12f605d5a9ae8cf72e4f899b636d70d563dc9abccacedee413d92e63ea3e07d455844f"
        },
        {
          "alg" : "SHA3-256",
          "content" : "0ecc50e182f35be95138d9e47c431b40b93dcc721010dae740aa26fb51c4ca95"
        },
        {
          "alg" : "SHA3-512",
          "content" : "7d5af9d89d98e194df49466a9ddf100ee2199cbadaf1ce85e529ba870a2295651e2c192b125c80306a751af88454d82c619def3ce9b109838666fe74025193db"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar",
      "externalReferences" : [
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar"
    },
    {
      "publisher" : "xerial.org",
      "group" : "org.xerial.snappy",
      "name" : "snappy-java",
      "version" : "1.1.10.4",
      "description" : "snappy-java: A fast compression/decompression library",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "d1d3b91e925c46a1a0f68b87298bafe8"
        },
        {
          "alg" : "SHA-1",
          "content" : "50d0390056017158bdc75c063efd5c2a898d5f0c"
        },
        {
          "alg" : "SHA-256",
          "content" : "55b30c94e5c4cc2d4b6976916098d0678a8a6cc7427fa8c875621bd94e731ac8"
        },
        {
          "alg" : "SHA-512",
          "content" : "9e52bad4eaa0d0a2e0083cdd3433d84c4bb44c4d3f0314a48c3d6eacbb64d0f4fb2d71197944115618a598eb4a4941c13af2a9ec676b003fb3462ddac58bbe41"
        },
        {
          "alg" : "SHA-384",
          "content" : "9539e8eb2dea244f07a7216db38970e3f336b5dc9d132cbe54e201c818dba3e02a1fc467b4529a18eca7127f86d742dd"
        },
        {
          "alg" : "SHA3-384",
          "content" : "d5d5ef5d8b050f200ae29855a4b6f5e278215d0a97a69d3653dc1aa716f9847b3c305312a3c994d46721615ba02fc7c8"
        },
        {
          "alg" : "SHA3-256",
          "content" : "bbbb3ff43a24094bf2c77dd8c8f94b06d62d158da0d2c3399de3a2993df9986e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "de2aa7e7fada466f24ccda07123e2877446733dd48e4b914d25b0d296f677e17a24f182a0e9216e77b261143b774ccaadcfd2854dde1bf36cb2c6db6cdf78b3c"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.4?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://github.com/xerial/snappy-java"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/xerial/snappy-java"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.4?type=jar"
    },
    {
      "publisher" : "Apache Software Foundation",
      "group" : "org.apache.hadoop",
      "name" : "hadoop-client-runtime",
      "version" : "3.4.2",
      "description" : "Apache Hadoop Client",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "c33df39ac18480f6efb9ba2646ad3f4f"
        },
        {
          "alg" : "SHA-1",
          "content" : "3e9508f154ac9f085f3f0400c696175dce771d2d"
        },
        {
          "alg" : "SHA-256",
          "content" : "18d071c7f72f8a946677b398a57af9c7afa2dd41a81023c310f99373fec200b3"
        },
        {
          "alg" : "SHA-512",
          "content" : "60b148db4e051a6c3841ae727f1d50b8db80526ad91d62c0352613d9dcb514dc84cc3733e030e8672563cfec4952ae3462eef33000fb8b37f3c047ecba8e93a1"
        },
        {
          "alg" : "SHA-384",
          "content" : "1eea7af9a0eb9a88e155005abae4ad8e53a3485b010a8f4969af4018e8ef7b6941d17d5821007e89682192cbeeb81b49"
        },
        {
          "alg" : "SHA3-384",
          "content" : "b3906796e68559410d9a5c8651cb8d7c3e67e82bf2b336360441ae588e1f70ad3773833a1c144c62eddb77b4a2779e30"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6d2b14f6d862b529219d36d68018853be768de231efc9b3b0050102bbcacc012"
        },
        {
          "alg" : "SHA3-512",
          "content" : "4d4d34125b5f4b43853322cc142750e9e6893e9f710ffdea81fbc03d24290a91b888708cec2de5a67c50f330986b07cebc74808ecfa76f29e63ebf7444dae7b6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.hadoop/hadoop-client-runtime@3.4.2?type=jar",
      "externalReferences" : [
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.hadoop/hadoop-client-runtime@3.4.2?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "commons-logging",
      "name" : "commons-logging",
      "version" : "1.3.0",
      "description" : "Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "522cc4b1f42b7db1554474cb989adfb2"
        },
        {
          "alg" : "SHA-1",
          "content" : "f5e064b541f5c5fbc5e4fb49c4e8cd4eabb3afd6"
        },
        {
          "alg" : "SHA-256",
          "content" : "66d3c980470b99b0c511dad3dfc0ae7b265ec1fb144e96bc0253a8a175fd34d9"
        },
        {
          "alg" : "SHA-512",
          "content" : "481c3bf16acceb349d2da7db5b66ea367c4093f795247bf53f5206f77260a0ae6ad636996cac4d074aaaf9788ba39d1428ced7f4348d1d56439bdb257196ee23"
        },
        {
          "alg" : "SHA-384",
          "content" : "0ee61469e506f8557b76088c6445b6a36e1abe909488f4f116f7b2ba6d8148078b21917c62fbf404df569d4d39c567ee"
        },
        {
          "alg" : "SHA3-384",
          "content" : "be252f5fd75d9fa70c03c807fe8197c724587ebede2022e944ee32a7eea5a99d45a952b3602237e39ff27235efec34e5"
        },
        {
          "alg" : "SHA3-256",
          "content" : "fdd14cd684ef70bc13a0b6ddc021bcdf4be220c41d41de5c1198263de617213a"
        },
        {
          "alg" : "SHA3-512",
          "content" : "e2f077b481eed92b09c1f076f407d5ff4e3c0b863a9daa9faff1d3fd2ee6dbb1c5c4178101cd511c2977887396679f38b09d096e81c614185f2c05b626a3f7fa"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/commons-logging/commons-logging@1.3.0?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://commons.apache.org/proper/commons-logging/"
        },
        {
          "type" : "build-system",
          "url" : "https://github.com/apache/commons-parent/actions"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://issues.apache.org/jira/browse/LOGGING"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/commons-user/"
        },
        {
          "type" : "vcs",
          "url" : "https://gitbox.apache.org/repos/asf/commons-logging"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/commons-logging/commons-logging@1.3.0?type=jar"
    },
    {
      "group" : "com.google.code.findbugs",
      "name" : "jsr305",
      "version" : "3.0.2",
      "description" : "JSR305 Annotations for Findbugs",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "dd83accb899363c32b07d7a1b2e4ce40"
        },
        {
          "alg" : "SHA-1",
          "content" : "25ea2e8b0c338a877313bd4672d3fe056ea78f0d"
        },
        {
          "alg" : "SHA-256",
          "content" : "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7"
        },
        {
          "alg" : "SHA-512",
          "content" : "bb09db62919a50fa5b55906013be6ca4fc7acb2e87455fac5eaf9ede2e41ce8bbafc0e5a385a561264ea4cd71bbbd3ef5a45e02d63277a201d06a0ae1636f804"
        },
        {
          "alg" : "SHA-384",
          "content" : "ca0b169d3eb2d0922dc031133a021f861a043bb3e405a88728215fd6ff00fa52fdc7347842dcc2031472e3726164bdc4"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9903fd7505218999f8262efedb3d935d64bcef84aae781064ab5e1b24755466b269517cada562fa140cd1d417ede57a1"
        },
        {
          "alg" : "SHA3-256",
          "content" : "223fda9a89a461afaae73b177a2dc20ed4a90f2f8757f5c65f3241b0510f00ff"
        },
        {
          "alg" : "SHA3-512",
          "content" : "3996b5af57a5d5c6a0cd62b11773360fb051dd86a2ba968476806a2a5d32049b82d69a24a3c694e8fe4d735be6a28e41000cc500cc2a9fb577e058045855d2d6"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://findbugs.sourceforge.net/"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://code.google.com/p/jsr-305/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"
    },
    {
      "publisher" : "The Apache Software Foundation",
      "group" : "org.apache.hive",
      "name" : "hive-storage-api",
      "version" : "2.8.1",
      "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.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "bea1adb65022d4616d23be770207600d"
        },
        {
          "alg" : "SHA-1",
          "content" : "4b151bcdfe290542f27a442ed09be99f815f88e8"
        },
        {
          "alg" : "SHA-256",
          "content" : "2bb77d246a9724a371301049239c6e53039efe4136b0ed34ee5a9c7b3cd861d8"
        },
        {
          "alg" : "SHA-512",
          "content" : "e76d1f1dcae0fcf26c56bf2006776a39b46572e9a67fcfab26774506a30de0a92447dcc545894c1796bbe092df53a51216c56721bfbc05c8a9b5fe9636ff07e7"
        },
        {
          "alg" : "SHA-384",
          "content" : "93eb2ba57fc637800ba539994682cf764436617f1b1584aa71f288797dad73e6b5dd95bc1dfb19be802a60e31b139866"
        },
        {
          "alg" : "SHA3-384",
          "content" : "1b2ce0214f9767816e67c928ff90d0da0fb0a309de6f9a13f624c89d0d01d41e8476e6f66de5a8236fd9edb761538e5a"
        },
        {
          "alg" : "SHA3-256",
          "content" : "352ec7ea1b92294e1b02b52b37c73e9b08d6c612c2fce173cd7e43317a9491e3"
        },
        {
          "alg" : "SHA3-512",
          "content" : "d67d633607797d8f75d6c8f581fb3858421358b7a4daa079fc9960c2e397f33e7535eef5796b3876c29a311f896c02b4b867812a212efebd12e1fc63a8c79402"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/org.apache.hive/hive-storage-api@2.8.1?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://www.apache.org/hive-storage-api/"
        },
        {
          "type" : "distribution",
          "url" : "https://repository.apache.org/service/local/staging/deploy/maven2"
        },
        {
          "type" : "mailing-list",
          "url" : "https://mail-archives.apache.org/mod_mbox/www-announce/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/apache/maven-apache-parent/tree/apache-23/hive-storage-api"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.apache.hive/hive-storage-api@2.8.1?type=jar"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "slf4j-api",
      "version" : "2.0.17",
      "description" : "The slf4j API",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "b6480d114a23683498ac3f746f959d2f"
        },
        {
          "alg" : "SHA-1",
          "content" : "d9e58ac9c7779ba3bf8142aff6c830617a7fe60f"
        },
        {
          "alg" : "SHA-256",
          "content" : "7b751d952061954d5abfed7181c1f645d336091b679891591d63329c622eb832"
        },
        {
          "alg" : "SHA-512",
          "content" : "9a3e79db6666a6096a3021bb2e1d918f30f589d8de51d6b600f8ebd92515a510ae2d8f87919cc2dfa8365d64f10194cac8dfa0fb950160eef0e9da06f6caaeb9"
        },
        {
          "alg" : "SHA-384",
          "content" : "6ea24f814a9b6ece428cfd0535e2f3b8927005745ef61006b50fdb5a90126ee5ea05650155382b3b755c5bce38ef3944"
        },
        {
          "alg" : "SHA3-384",
          "content" : "9b1015052f0ec43f9be09764e131834157599611cb52f6fe591c4ac6a8ab4817518f2a4b8871e5e738c8678e93af5557"
        },
        {
          "alg" : "SHA3-256",
          "content" : "00559b4f4066b4917ba4fe2a6f23111eaeada321112d030910d218ced9084b5e"
        },
        {
          "alg" : "SHA3-512",
          "content" : "9579c2f7e7516e177c2d493ccc9eb8150978cf19f6f09b28d116f6935239fd56dc6af2b62b3336f79b0b462445550cd1fb5377a07001a6f44aaab6a32fa2fa47"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.slf4j.org"
        },
        {
          "type" : "distribution",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/org.apache.orc/orc-mapreduce@2.2.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apache.orc/orc-core@2.2.2?type=jar",
        "pkg:maven/com.esotericsoftware/kryo-shaded@4.0.2?type=jar",
        "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar",
        "pkg:maven/org.apache.hadoop/hadoop-client-runtime@3.4.2?type=jar",
        "pkg:maven/org.apache.hive/hive-storage-api@2.8.1?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.orc/orc-core@2.2.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apache.orc/orc-shims@2.2.2?type=jar",
        "pkg:maven/org.apache.orc/orc-format@1.1.1?type=jar",
        "pkg:maven/com.google.protobuf/protobuf-java@3.25.8?type=jar",
        "pkg:maven/io.airlift/aircompressor@2.0.2?type=jar",
        "pkg:maven/com.github.luben/zstd-jni@1.5.7-6?type=jar",
        "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar",
        "pkg:maven/org.apache.hadoop/hadoop-client-runtime@3.4.2?type=jar",
        "pkg:maven/org.apache.hive/hive-storage-api@2.8.1?type=jar",
        "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar",
        "pkg:maven/org.threeten/threeten-extra@1.8.0?type=jar",
        "pkg:maven/com.aayushatharva.brotli4j/brotli4j@1.18.0?type=jar",
        "pkg:maven/org.locationtech.jts/jts-core@1.20.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.apache.orc/orc-shims@2.2.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apache.orc/orc-format@1.1.1?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.protobuf/protobuf-java@3.25.8?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/io.airlift/aircompressor@2.0.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.github.luben/zstd-jni@1.5.7-6?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.4?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.4?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apache.hadoop/hadoop-client-runtime@3.4.2?type=jar",
      "dependsOn" : [
        "pkg:maven/org.apache.hadoop/hadoop-client-api@3.4.2?type=jar",
        "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.4?type=jar",
        "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar",
        "pkg:maven/commons-logging/commons-logging@1.3.0?type=jar",
        "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/commons-logging/commons-logging@1.3.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.apache.hive/hive-storage-api@2.8.1?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@2.0.17?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.threeten/threeten-extra@1.8.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.aayushatharva.brotli4j/brotli4j@1.18.0?type=jar",
      "dependsOn" : [
        "pkg:maven/com.aayushatharva.brotli4j/service@1.18.0?type=jar",
        "pkg:maven/com.aayushatharva.brotli4j/native-osx-aarch64@1.18.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.aayushatharva.brotli4j/service@1.18.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.aayushatharva.brotli4j/native-osx-aarch64@1.18.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/org.locationtech.jts/jts-core@1.20.0?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/com.esotericsoftware/kryo-shaded@4.0.2?type=jar",
      "dependsOn" : [
        "pkg:maven/com.esotericsoftware/minlog@1.3.0?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/com.esotericsoftware/minlog@1.3.0?type=jar",
      "dependsOn" : [ ]
    }
  ]
}