{
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:703eefde-5737-40fe-a0ce-3f2ec29653e6",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-10T08:47:15Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "name": "pfcli-sbom",
          "version": "1.6.35",
          "manufacturer": {
            "name": "CloudLinux"
          }
        }
      ]
    },
    "component": {
      "type": "application",
      "bom-ref": "pkg:maven/org.eclipse.jetty.http2/http2-server@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty.http2",
      "name": "http2-server",
      "purl": "pkg:maven/org.eclipse.jetty.http2/http2-server@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4"
    }
  },
  "components": [
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty.http2",
      "name": "http2-common",
      "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty.http2/http2-hpack@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty.http2",
      "name": "http2-hpack",
      "purl": "pkg:maven/org.eclipse.jetty.http2/http2-hpack@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty",
      "name": "jetty-util",
      "purl": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty",
      "name": "jetty-http",
      "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty",
      "name": "jetty-io",
      "purl": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.24.v20191120-tuxcare.4",
      "group": "org.eclipse.jetty",
      "name": "jetty-server",
      "purl": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.24.v20191120-tuxcare.4",
      "version": "9.4.24.v20191120-tuxcare.4",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0",
      "group": "javax.servlet",
      "name": "javax.servlet-api",
      "purl": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0",
      "version": "3.1.0",
      "scope": "required"
    },
    {
      "type": "library",
      "bom-ref": "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715",
      "group": "org.eclipse.jetty.alpn",
      "name": "alpn-api",
      "purl": "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715",
      "version": "1.1.3.v20160715",
      "scope": "optional"
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.eclipse.jetty.http2/http2-server@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715",
        "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120-tuxcare.4",
        "pkg:maven/org.eclipse.jetty/jetty-server@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty.http2/http2-hpack@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty.http2/http2-hpack@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120-tuxcare.4",
        "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4",
        "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4",
      "dependsOn": []
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4",
        "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty/jetty-server@9.4.24.v20191120-tuxcare.4",
      "dependsOn": [
        "pkg:maven/javax.servlet/javax.servlet-api@3.1.0",
        "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120-tuxcare.4",
        "pkg:maven/org.eclipse.jetty/jetty-io@9.4.24.v20191120-tuxcare.4"
      ]
    },
    {
      "ref": "pkg:maven/javax.servlet/javax.servlet-api@3.1.0",
      "dependsOn": []
    },
    {
      "ref": "pkg:maven/org.eclipse.jetty.alpn/alpn-api@1.1.3.v20160715",
      "dependsOn": [
        "pkg:maven/org.eclipse.jetty/jetty-util@9.4.24.v20191120-tuxcare.4"
      ]
    }
  ]
}