{
  "bomFormat" : "CycloneDX",
  "specVersion" : "1.5",
  "serialNumber" : "urn:uuid:627ef6f7-53ed-3594-8ac8-f2b9d277b737",
  "version" : 1,
  "metadata" : {
    "lifecycles" : [
      {
        "phase" : "build"
      }
    ],
    "tools" : {
      "components" : [
        {
          "author" : "OWASP Foundation",
          "group" : "org.cyclonedx",
          "name" : "cyclonedx-maven-plugin",
          "version" : "2.8.1",
          "description" : "CycloneDX Maven plugin",
          "hashes" : [
            {
              "alg" : "MD5",
              "content" : "42c73e70d517b359d40b757c368d68fc"
            },
            {
              "alg" : "SHA-1",
              "content" : "c66892e13fb7ed7b8105cb5a280fa767d9e0bf12"
            },
            {
              "alg" : "SHA-256",
              "content" : "566681b9fcb1b0178e101cd899d2ea399e2039255e208a1a477bc079158dbdc5"
            },
            {
              "alg" : "SHA-512",
              "content" : "93d7b7421ee2d91f84930e75a52864952f26fee96114740dab477ee5f0e62b6448759ad5a160f1749650379f771941100c7fd84ed523b2407d2004b928998ecb"
            },
            {
              "alg" : "SHA-384",
              "content" : "04b0c71c1b79f77e723e7db96c72705f50172e94df5a7f28edbd96024b886fff65f61f37fc77abb1d12b0809813ae665"
            },
            {
              "alg" : "SHA3-384",
              "content" : "eafa68c2c25670f0b77c5db3acdfd97cfe97dfc50c47bba2103353327b049b9bbac0d8b621b1168200ddf21719048c73"
            },
            {
              "alg" : "SHA3-256",
              "content" : "2c07b6997ba0e40ca3b66e39cfcf101fcebdceaa19fce0baf12e013cf392466e"
            },
            {
              "alg" : "SHA3-512",
              "content" : "636f068843bad92259885cd4d427630619864c0172bd1b41df15c33a7d411767ab09cf2ff339a97fda149ee44c95a162fdf6cb12de19e2dc0250c2fadc80d882"
            }
          ],
          "type" : "library"
        }
      ]
    },
    "component" : {
      "group" : "io.dropwizard.metrics",
      "name" : "metrics-ehcache",
      "version" : "4.2.27",
      "description" : "An Ehcache wrapper providing Metrics instrumentation of caches.",
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.dropwizard.metrics/metrics-ehcache@4.2.27?type=bundle",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://metrics.dropwizard.io/metrics-ehcache"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/dropwizard/metrics/issues/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/dropwizard/metrics/metrics-ehcache/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.dropwizard.metrics/metrics-ehcache@4.2.27?type=bundle"
    },
    "properties" : [
      {
        "name" : "maven.goal",
        "value" : "makeBom"
      },
      {
        "name" : "maven.scopes",
        "value" : "compile,provided,runtime,system"
      },
      {
        "name" : "cdx:reproducible",
        "value" : "enabled"
      }
    ]
  },
  "components" : [
    {
      "group" : "io.dropwizard.metrics",
      "name" : "metrics-core",
      "version" : "4.2.27",
      "description" : "Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "b02147b5b36ec7a576f6e628fed57d69"
        },
        {
          "alg" : "SHA-1",
          "content" : "55d29cfeb32ade650d9e73b94a81e4c85a5cafac"
        },
        {
          "alg" : "SHA-256",
          "content" : "48c5c93ad60a6cb0dd5412cb2c02c63cd41b0cc4e3ccaa114bcf075cceda5147"
        },
        {
          "alg" : "SHA-512",
          "content" : "42d29913ad89b746b81177d7a9b7825211f7330fd1473d82702f2051e3280431b8cc2a8cd4d932a3ce4006695d7baae003cf24afe229c670b62018b9de5fb367"
        },
        {
          "alg" : "SHA-384",
          "content" : "fa0120658eca36e51781c97e0ab68160c8fbefdd6bb62ac8b20b616d704a0acb174619f3aff1610fb43c368a9fe4a65c"
        },
        {
          "alg" : "SHA3-384",
          "content" : "406d8a10defb5d5f892cf29326623416d04c50771fca49d470541c3090ae00edcf51998b0b0ef436973a272e5d52800d"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ae43919287c1bb8a95674c1d3c394fc748e769deb76895de9d8506d6dbef72e2"
        },
        {
          "alg" : "SHA3-512",
          "content" : "beda6598452de48f48791f7229446bcb507e6599fc7d0fa6aeeaaf0ee914a34674c80b3fd85c75684aad6de7fc40ecc3421a3a4a7dc37104c1e49534af4d0cd7"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0",
            "url" : "https://www.apache.org/licenses/LICENSE-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.27?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "https://metrics.dropwizard.io/metrics-core"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://github.com/dropwizard/metrics/issues/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/dropwizard/metrics/metrics-core/"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.27?type=jar"
    },
    {
      "publisher" : "QOS.ch",
      "group" : "org.slf4j",
      "name" : "slf4j-api",
      "version" : "1.7.36",
      "description" : "The slf4j API",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "872da51f5de7f3923da4de871d57fd85"
        },
        {
          "alg" : "SHA-1",
          "content" : "6c62681a2f655b49963a5983b8b0950a6120ae14"
        },
        {
          "alg" : "SHA-256",
          "content" : "d3ef575e3e4979678dc01bf1dcce51021493b4d11fb7f1be8ad982877c16a1c0"
        },
        {
          "alg" : "SHA-512",
          "content" : "f9b033fc019a44f98b16048da7e2b59edd4a6a527ba60e358f65ab88e0afae03a9340f1b3e8a543d49fa542290f499c5594259affa1ff3e6e7bf3b428d4c610b"
        },
        {
          "alg" : "SHA-384",
          "content" : "2b14ad035877087157e379d3277dcdcd79e58d6bdb147c47d29e377d75ce53ad42cafbf22f5fb7827c7e946ff4876b9a"
        },
        {
          "alg" : "SHA3-384",
          "content" : "3bc3110dafb8d5be16a39f3b2671a466463cd99eb39610c0e4719a7bf2d928f2ea213c734887c6926a07c4cca7769e4b"
        },
        {
          "alg" : "SHA3-256",
          "content" : "ba2608179fcf46e2291a90b9cbb4aa30d718e481f59c350cc21c73b88d826881"
        },
        {
          "alg" : "SHA3-512",
          "content" : "14c4edcd19702ef607d78826839d8a6d3a39157df54b89a801d3d3cbbe1307131a77671b041c761122730fb1387888c5ec2e46bdd80e1cb07f8f144676441824"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "MIT",
            "url" : "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://www.slf4j.org"
        },
        {
          "type" : "distribution-intake",
          "url" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
        },
        {
          "type" : "vcs",
          "url" : "https://github.com/qos-ch/slf4j/slf4j-api"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
    },
    {
      "publisher" : "Terracotta, Inc.",
      "group" : "net.sf.ehcache",
      "name" : "ehcache",
      "version" : "2.10.9.2",
      "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.",
      "scope" : "required",
      "hashes" : [
        {
          "alg" : "MD5",
          "content" : "863e690aaec2467d27d391b154d3151d"
        },
        {
          "alg" : "SHA-1",
          "content" : "642832b8def8968295e9eedb41cd8fd625786561"
        },
        {
          "alg" : "SHA-256",
          "content" : "43cdfeecb986364c55a840eff0a9242e5b3e6f69d89bd0d1db2d89ad2db33509"
        },
        {
          "alg" : "SHA-512",
          "content" : "8d2fe9a755241cd576ad94e2c1b873dc813163d5bb993e3f677d01926b3d725596e78ac4d3108136ff5f845be276068bda04abebd447bf381e0b16fc10c9890f"
        },
        {
          "alg" : "SHA-384",
          "content" : "19bf43b2619ba9fcdfbe914d00182c8498355e86e4fbfa5a29ead4c7f3dd3282a3e2c5c8afab9eafb8fa60121e223361"
        },
        {
          "alg" : "SHA3-384",
          "content" : "efd367cfec2445686c3bd24e37701abff4276dbb845439bbc74044f063158e998151b9d40c68682b9504dc90c52344c9"
        },
        {
          "alg" : "SHA3-256",
          "content" : "6e72d773a57762a50d2aa44e01903c75d72f856d3b910b25be4d34fac414b4ee"
        },
        {
          "alg" : "SHA3-512",
          "content" : "1204e5483e3538ecad7ba36d5ee38e2338e9d77043d0ce3f2bbc39546fe87fd30e876bfd85dfddfb520eb9afe591d34b90549bf9722b4896d22189c8d1ce7593"
        }
      ],
      "licenses" : [
        {
          "license" : {
            "id" : "Apache-2.0"
          }
        }
      ],
      "purl" : "pkg:maven/net.sf.ehcache/ehcache@2.10.9.2?type=jar",
      "externalReferences" : [
        {
          "type" : "website",
          "url" : "http://ehcache.org"
        },
        {
          "type" : "distribution-intake",
          "url" : "http://nexus.terracotta.eur.ad.sag/service/local/staging/deploy/maven2"
        },
        {
          "type" : "issue-tracker",
          "url" : "https://jira.terracotta.org/jira/browse/EHC"
        },
        {
          "type" : "mailing-list",
          "url" : "https://groups.google.com/forum/#!forum/ehcache-users"
        },
        {
          "type" : "vcs",
          "url" : "http://svn.terracotta.org/svn/ehcache/tags/ehcache-parent-2.25/ehcache-root/ehcache"
        }
      ],
      "type" : "library",
      "bom-ref" : "pkg:maven/net.sf.ehcache/ehcache@2.10.9.2?type=jar"
    }
  ],
  "dependencies" : [
    {
      "ref" : "pkg:maven/io.dropwizard.metrics/metrics-ehcache@4.2.27?type=bundle",
      "dependsOn" : [
        "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.27?type=jar",
        "pkg:maven/net.sf.ehcache/ehcache@2.10.9.2?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/io.dropwizard.metrics/metrics-core@4.2.27?type=jar",
      "dependsOn" : [
        "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar"
      ]
    },
    {
      "ref" : "pkg:maven/org.slf4j/slf4j-api@1.7.36?type=jar",
      "dependsOn" : [ ]
    },
    {
      "ref" : "pkg:maven/net.sf.ehcache/ehcache@2.10.9.2?type=jar",
      "dependsOn" : [ ]
    }
  ]
}