<?xml version="1.0" encoding="UTF-8"?>
<bom serialNumber="urn:uuid:1a6a2394-2316-3814-be84-94d4237ab069" version="1" xmlns="http://cyclonedx.org/schema/bom/1.5">
  <metadata>
    <lifecycles>
      <lifecycle>
        <phase>build</phase>
      </lifecycle>
    </lifecycles>
    <tools>
      <components>
        <component type="library">
          <author>OWASP Foundation</author>
          <group>org.cyclonedx</group>
          <name>cyclonedx-maven-plugin</name>
          <version>2.8.1</version>
          <description>CycloneDX Maven plugin</description>
          <hashes>
            <hash alg="MD5">42c73e70d517b359d40b757c368d68fc</hash>
            <hash alg="SHA-1">c66892e13fb7ed7b8105cb5a280fa767d9e0bf12</hash>
            <hash alg="SHA-256">566681b9fcb1b0178e101cd899d2ea399e2039255e208a1a477bc079158dbdc5</hash>
            <hash alg="SHA-512">93d7b7421ee2d91f84930e75a52864952f26fee96114740dab477ee5f0e62b6448759ad5a160f1749650379f771941100c7fd84ed523b2407d2004b928998ecb</hash>
            <hash alg="SHA-384">04b0c71c1b79f77e723e7db96c72705f50172e94df5a7f28edbd96024b886fff65f61f37fc77abb1d12b0809813ae665</hash>
            <hash alg="SHA3-384">eafa68c2c25670f0b77c5db3acdfd97cfe97dfc50c47bba2103353327b049b9bbac0d8b621b1168200ddf21719048c73</hash>
            <hash alg="SHA3-256">2c07b6997ba0e40ca3b66e39cfcf101fcebdceaa19fce0baf12e013cf392466e</hash>
            <hash alg="SHA3-512">636f068843bad92259885cd4d427630619864c0172bd1b41df15c33a7d411767ab09cf2ff339a97fda149ee44c95a162fdf6cb12de19e2dc0250c2fadc80d882</hash>
          </hashes>
        </component>
      </components>
    </tools>
    <component type="library" bom-ref="pkg:maven/com.github.hazendaz/htmlcompressor@2.0.2?type=jar">
      <publisher>Jeremy Landis</publisher>
      <group>com.github.hazendaz</group>
      <name>htmlcompressor</name>
      <version>2.0.2</version>
      <description>HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by
               removing extra whitespaces, comments and other unneeded characters without breaking the content structure.
               As a result pages become smaller in size and load faster. A command-line version of the compressor is also
               available.</description>
      <licenses>
        <license>
          <id>Apache-2.0</id>
          <url>https://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
      </licenses>
      <purl>pkg:maven/com.github.hazendaz/htmlcompressor@2.0.2?type=jar</purl>
      <externalReferences><reference type="website"><url>https://github.com/hazendaz/htmlcompressor/</url></reference><reference type="build-system"><url>https://github.com/hazendaz/base-parent/actions</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/hazendaz/htmlcompressor/issues</url></reference><reference type="vcs"><url>https://github.com/hazendaz/htmlcompressor/</url></reference></externalReferences>
    </component>
    <properties>
      <property name="maven.goal">makeAggregateBom</property>
      <property name="maven.scopes">compile,provided,runtime,system</property>
      <property name="cdx:reproducible">enabled</property>
    </properties>
  </metadata>
  <components>
    <component type="library" bom-ref="pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar">
      <publisher>QOS.ch</publisher>
      <group>org.slf4j</group>
      <name>slf4j-api</name>
      <version>2.0.16</version>
      <description>The slf4j API</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">c8de8f5d740584cb24b5652cfba8b3c4</hash>
        <hash alg="SHA-1">0172931663a09a1fa515567af5fbef00897d3c04</hash>
        <hash alg="SHA-256">a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a</hash>
        <hash alg="SHA-512">91c2e7b30f24649bb3edfc7f138c2b7dc715ad36963af159defb80a71205eb7e4c5bcc80d779ef993b567a56724064f190c93985f32665a8df85198a03a2f1bb</hash>
        <hash alg="SHA-384">ed0cc7ad67343b9fe4df03ea534025bf9d90c112b33cd8920f29890d923c349b69820c9c42b9e8882047af848b74f99d</hash>
        <hash alg="SHA3-384">331ac707cfa4b2bda44deffce7d2a640abb9ae12968cb1ac4879ba1b45542e3d3ce1016c812ff1f2449336bc7ea6bebb</hash>
        <hash alg="SHA3-256">3f68204951bb4baedc34fdd7194d0801042268aba0c58ac5d760779510743fbb</hash>
        <hash alg="SHA3-512">d7a2f7359e7b2cd6ae3650d28352bf8789acf5855a3596a3be2a236a94931abf8bacf0d6a457afa43164be53abb19cc223ef4f030822a3295c036c078527e361</hash>
      </hashes>
      <licenses>
        <license>
          <id>MIT</id>
          <url>https://opensource.org/licenses/MIT</url>
        </license>
      </licenses>
      <purl>pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar</purl>
      <externalReferences><reference type="website"><url>http://www.slf4j.org</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="vcs"><url>https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.slf4j/slf4j-simple@2.0.16?type=jar">
      <publisher>QOS.ch</publisher>
      <group>org.slf4j</group>
      <name>slf4j-simple</name>
      <version>2.0.16</version>
      <description>SLF4J Simple Provider</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">58c531dfe60020700c53c45fdf6234bf</hash>
        <hash alg="SHA-1">56d3d8e59293543780ad35af4ee4a5d9c111a588</hash>
        <hash alg="SHA-256">effc32018658bea09d1e08c7d1060ccad46c086960f583d07dd7ffe9c1172a47</hash>
        <hash alg="SHA-512">3439eeed44c60d2781a7794a515d3c61f4bfcc8d3a88a10279fae76b791fc602908c33d8f1a13e6dd24c36a680d30da75a7022e290aa7bbea4959706f7d0008b</hash>
        <hash alg="SHA-384">c1c032be12eeb336106aa99e080460b7fc77fcc7a945dbbdc7ab3aab34c4a85a4e4ff3ee4c47fd9e6be2d2229d087efb</hash>
        <hash alg="SHA3-384">30c35ea0df4f923843bcee57476cf61ecd2862657dd168638be381dea3194d35d1e1e71aec642c490cf9f219a1087179</hash>
        <hash alg="SHA3-256">fddd51e67ec72585cced7048a8841e77008c3634ad1c50f255590bb2e573b9db</hash>
        <hash alg="SHA3-512">b7c251b50eb363ad093d467809dc2c68268e48ef3638ec0c28e91d9978a5f34a1e4166ea78cb6c827c4fea6c62385429b10db1080a30f2f242aae67843bf6d18</hash>
      </hashes>
      <licenses>
        <license>
          <id>MIT</id>
          <url>https://opensource.org/licenses/MIT</url>
        </license>
      </licenses>
      <purl>pkg:maven/org.slf4j/slf4j-simple@2.0.16?type=jar</purl>
      <externalReferences><reference type="website"><url>http://www.slf4j.org</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="vcs"><url>https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-simple</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.javascript/closure-compiler@v20240317?type=jar">
      <publisher>Google</publisher>
      <group>com.google.javascript</group>
      <name>closure-compiler</name>
      <version>v20240317</version>
      <description>Closure Compiler is a JavaScript optimizing compiler. It parses your
    JavaScript, analyzes it, removes dead code and rewrites and minimizes
    what's left. It also checks syntax, variable references, and types, and
    warns about common JavaScript pitfalls. It is used in many of Google's
    JavaScript apps, including Gmail, Google Web Search, Google Maps, and
    Google Docs.</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">176c12c0b5f71a478024f716c7940fb7</hash>
        <hash alg="SHA-1">5a217d21599955718d35dd95178f738095b97cf7</hash>
        <hash alg="SHA-256">6b1250ac21c05bdd209dc515d9b6037b30b5555a284dd741ff0591a82848b7ce</hash>
        <hash alg="SHA-512">7bf276195fc6857e491cc16b12b33e1da55988c634ec5fea34d5b67e11e6caed91afff1d81bd91d77863200301f098549526d543be9c54eee4550bc20791a295</hash>
        <hash alg="SHA-384">2bfefc7d78bb97d8b35895af7dce3efc61d48b560757288f8bc22345fb503b327d969bc080e55c8adbd8e4586e5209f9</hash>
        <hash alg="SHA3-384">cc04611c2810829f9b990d8ee84d1e8f6b50f4115f2eb471f0f5d0b09f032401942ce73104fa9dcaad368eca2a4cda36</hash>
        <hash alg="SHA3-256">2414347f3e13b1ab10d29d3c5720032a7117787ad893cd2040d247a3a56ac026</hash>
        <hash alg="SHA3-512">e651cca3edc2d8cf980fb1be95c351d6eeb4afd9adfd2b20fe29b8c1e35c87da6c0d5cb872d91029974d14e86dad22d0d64c27f85d48409e250384dfdb1af393</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.javascript/closure-compiler@v20240317?type=jar</purl>
      <externalReferences><reference type="website"><url>https://developers.google.com/closure/compiler/</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>http://github.com/google/closure-compiler/issues</url></reference><reference type="vcs"><url>https://github.com/google/closure-compiler/closure-compiler-main/closure-compiler</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.guava/guava@33.3.0-jre?type=jar">
      <group>com.google.guava</group>
      <name>guava</name>
      <version>33.3.0-jre</version>
      <description>Guava is a suite of core and expanded libraries that include
    utility classes, Google's collections, I/O classes, and
    much more.</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">4dc8e97e29f05936b770daffe940f3af</hash>
        <hash alg="SHA-1">13b4d0924e6023eda04b4c7aa83b32dfedf735a7</hash>
        <hash alg="SHA-256">dfadc3bce3101eff1452aae47d7c833fee443b47bdf9ef13311b6c7cab663ddf</hash>
        <hash alg="SHA-512">d4f00bbcbf656eb3b83281e848f9d9e1cc9e03b5af2a32cecdc31ef829c45dac15fa5209912b16aa19b0a49fbf29001aad0e3f7e28f0373bd2322699dc760649</hash>
        <hash alg="SHA-384">7580dc3354b5267b139e02fb08803b851331eca034841b6860c2fa20dfa598e0301c6d7304b53e0f2fd24fa855d28469</hash>
        <hash alg="SHA3-384">139bb078847a2b828bea455fe8961f334b101bc32497c34c00456edd7affe9034052f5fabf031c24d4029ecf09bf945d</hash>
        <hash alg="SHA3-256">02a02e488116309e461fbe55fd57864930b8d58377fcc4939ca1c2a3db3e5612</hash>
        <hash alg="SHA3-512">5b9e169e0e77a3bd149d12ee3e116b9cfb53db88d2103f8e8a3b832a3e93c31015140b634e304e1bf125c1f89ced60da473457b7749765f105985f6dc251a3d0</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.guava/guava@33.3.0-jre?type=jar</purl>
      <externalReferences><reference type="website"><url>https://github.com/google/guava</url></reference><reference type="build-system"><url>https://github.com/google/guava/actions</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/google/guava/issues</url></reference><reference type="vcs"><url>https://github.com/google/guava/guava</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar">
      <group>com.google.guava</group>
      <name>failureaccess</name>
      <version>1.0.2</version>
      <description>Contains
    com.google.common.util.concurrent.internal.InternalFutureFailureAccess and
    InternalFutures. Most users will never need to use this artifact. Its
    classes are conceptually a part of Guava, but they're in this separate
    artifact so that Android libraries can use them without pulling in all of
    Guava (just as they can use ListenableFuture by depending on the
    listenablefuture artifact).</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">3f75955b49b6758fd6d1e1bd9bf777b3</hash>
        <hash alg="SHA-1">c4a06a64e650562f30b7bf9aaec1bfed43aca12b</hash>
        <hash alg="SHA-256">8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064</hash>
        <hash alg="SHA-512">ff4ee76aa661708989d53d45576cff3beea9ebbd86481dbbf2ee8c81bb22f882097b430588312b711025f0e890f22c6799d722ccd422a6a7278de08660fe2f51</hash>
        <hash alg="SHA-384">85a7bd379da27ad57a4e5c02099fef206083caa52244597ac858a921b48e2912cfa7ef0e7d0c7a10ab2dd8d0f7d6ada0</hash>
        <hash alg="SHA3-384">652b22d09b297320e62ac254801e7d3a0fd2a8038461c5cbf7a53a27d681f62b768b964aa62c864453c4e7af217c8c4a</hash>
        <hash alg="SHA3-256">a650b2f7982affc2dbb7e2807fbb0fbf58b74fd8dc111cc6dc5e95a00179b7e3</hash>
        <hash alg="SHA3-512">2c5ee7629a8fb1c952f437b80fcd1cff86c54ff81de02eda1eb73c0bbfe38d3f072946f8c6396c7f1e46e16a6d44ad393dfe6fd2dd96f75ebb854263d36bb193</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar</purl>
      <externalReferences><reference type="website"><url>https://github.com/google/guava/failureaccess</url></reference><reference type="build-system"><url>https://travis-ci.org/google/guava</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/google/guava/issues</url></reference><reference type="vcs"><url>https://github.com/google/guava/failureaccess</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar">
      <group>com.google.guava</group>
      <name>listenablefuture</name>
      <version>9999.0-empty-to-avoid-conflict-with-guava</version>
      <description>An empty artifact that Guava depends on to signal that it is providing
    ListenableFuture -- but is also available in a second "version" that
    contains com.google.common.util.concurrent.ListenableFuture class, without
    any other Guava classes. The idea is:

    - If users want only ListenableFuture, they depend on listenablefuture-1.0.

    - If users want all of Guava, they depend on guava, which, as of Guava
    27.0, depends on
    listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
    version number is enough for some build systems (notably, Gradle) to select
    that empty artifact over the "real" listenablefuture-1.0 -- avoiding a
    conflict with the copy of ListenableFuture in guava itself. If users are
    using an older version of Guava or a build system other than Gradle, they
    may see class conflicts. If so, they can solve them by manually excluding
    the listenablefuture artifact or manually forcing their build systems to
    use 9999.0-....</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">d094c22570d65e132c19cea5d352e381</hash>
        <hash alg="SHA-1">b421526c5f297295adef1c886e5246c39d4ac629</hash>
        <hash alg="SHA-256">b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99</hash>
        <hash alg="SHA-512">c5987a979174cbacae2e78b319f080420cc71bcdbcf7893745731eeb93c23ed13bff8d4599441f373f3a246023d33df03e882de3015ee932a74a774afdd0782f</hash>
        <hash alg="SHA-384">caff9b74079f95832ca7f6029346b34b606051cc8c5a4389fac263511d277ada0c55f28b0d43011055b268c6eb7184d5</hash>
        <hash alg="SHA3-384">e939f08df0545847ea0d3e4b04a114b08499ad069ba8ec9461d1779f87a56e0c37273630a0f4c14e78c348d3ac7eb97f</hash>
        <hash alg="SHA3-256">1f0a8b1177773b3a8ace839df5eed63cbf56b24a38714898a6e4ed065c42559f</hash>
        <hash alg="SHA3-512">6b495ecc2a18b17365cb08d124a0da47f04bcdde81927b5245edf3edd8e498c3c3fb92ce6a4127f660bac851bb1d3e4510e5c20d03be47ce99dc296d360db285</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar</purl>
      <externalReferences><reference type="website"><url>https://github.com/google/guava/listenablefuture</url></reference><reference type="build-system"><url>https://travis-ci.org/google/guava</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/google/guava/issues</url></reference><reference type="vcs"><url>https://github.com/google/guava/listenablefuture</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar">
      <group>com.google.code.findbugs</group>
      <name>jsr305</name>
      <version>3.0.2</version>
      <description>JSR305 Annotations for Findbugs</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">dd83accb899363c32b07d7a1b2e4ce40</hash>
        <hash alg="SHA-1">25ea2e8b0c338a877313bd4672d3fe056ea78f0d</hash>
        <hash alg="SHA-256">766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7</hash>
        <hash alg="SHA-512">bb09db62919a50fa5b55906013be6ca4fc7acb2e87455fac5eaf9ede2e41ce8bbafc0e5a385a561264ea4cd71bbbd3ef5a45e02d63277a201d06a0ae1636f804</hash>
        <hash alg="SHA-384">ca0b169d3eb2d0922dc031133a021f861a043bb3e405a88728215fd6ff00fa52fdc7347842dcc2031472e3726164bdc4</hash>
        <hash alg="SHA3-384">9903fd7505218999f8262efedb3d935d64bcef84aae781064ab5e1b24755466b269517cada562fa140cd1d417ede57a1</hash>
        <hash alg="SHA3-256">223fda9a89a461afaae73b177a2dc20ed4a90f2f8757f5c65f3241b0510f00ff</hash>
        <hash alg="SHA3-512">3996b5af57a5d5c6a0cd62b11773360fb051dd86a2ba968476806a2a5d32049b82d69a24a3c694e8fe4d735be6a28e41000cc500cc2a9fb577e058045855d2d6</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar</purl>
      <externalReferences><reference type="website"><url>http://findbugs.sourceforge.net/</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="vcs"><url>https://code.google.com/p/jsr-305/</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/jakarta.servlet.jsp/jakarta.servlet.jsp-api@3.1.1?type=jar">
      <publisher>Eclipse Foundation</publisher>
      <group>jakarta.servlet.jsp</group>
      <name>jakarta.servlet.jsp-api</name>
      <version>3.1.1</version>
      <description>Jakarta Server Pages API</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">9e16b3d129f3e77839fd8ec9ad193641</hash>
        <hash alg="SHA-1">47d30c6abf7ad834f21a0e45593bff25dbf7d7ee</hash>
        <hash alg="SHA-256">429b24f0049baaad272f4e719fec564739ff33798741f4c94bcb3510944cc5e5</hash>
        <hash alg="SHA-512">fde84e2bb1512594f6bc5af4d56094aa010d8a51dc45d7a3ddfe244aa108f915d7485b069ff91d210961e962ae573bf82ef2b6afeb7fc2a1dda42b9018b133bb</hash>
        <hash alg="SHA-384">0306fab85515278c2fd9b35a819fa1c5329baaabba48dd2cdd1eb48852d2f00434aa97ed9fdc84514a46edfdd042bb79</hash>
        <hash alg="SHA3-384">6eef04703f0a355062de5d5f79a62cd94837bda56149134ae04664ab2945cf7c2a5a64264006212cf08aa9a3e67ca71c</hash>
        <hash alg="SHA3-256">0cea4ab35140eacd04612f7d5a25403b6ffc67a8f113c71510795647252c749e</hash>
        <hash alg="SHA3-512">46b251b18a8617eab0b1842195f8a2fa30e64ea3ab05d29d531b6732610cfcc4a70ed8568f551f3e78e3556bbd6f5093ff18211dc4c49d6f82ca8b7489298fab</hash>
      </hashes>
      <licenses>
        <license>
          <id>EPL-2.0</id>
        </license>
        <license>
          <name>GNU General Public License, version 2 with the GNU Classpath Exception</name>
          <url>https://www.gnu.org/software/classpath/license.html</url>
        </license>
      </licenses>
      <purl>pkg:maven/jakarta.servlet.jsp/jakarta.servlet.jsp-api@3.1.1?type=jar</purl>
      <externalReferences><reference type="website"><url>https://projects.eclipse.org/projects/ee4j.jsp</url></reference><reference type="distribution-intake"><url>https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/eclipse-ee4j/jsp-api/issues</url></reference><reference type="mailing-list"><url>https://dev.eclipse.org/mhonarc/lists/jsp-dev</url></reference><reference type="vcs"><url>https://github.com/eclipse-ee4j/jsp-api</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.apache.velocity/velocity-engine-core@2.3?type=jar">
      <publisher>The Apache Software Foundation</publisher>
      <group>org.apache.velocity</group>
      <name>velocity-engine-core</name>
      <version>2.3</version>
      <description>Apache Velocity is a general purpose template engine.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">e761e6088b946b42289c5d676a515581</hash>
        <hash alg="SHA-1">e2133b723d0e42be74880d34de6bf6538ea7f915</hash>
        <hash alg="SHA-256">b086cee8fd8183e240b4afcf54fe38ec33dd8eb0da414636e5bf7aa4d9856629</hash>
        <hash alg="SHA-512">ec8ccd36d6cefd4325f39d6c215f4177900b7c0fb1e4e96b3c0d9391c033df4d5fb83b7899530f32738afa78c193d4dae700cd5c674954a34e7cf627a4fa1204</hash>
        <hash alg="SHA-384">5aa3f60e17efb01e2bae1d1169da36a55d7b3ede1d90b1f3e1d3984d2b78fa4bbbba2772ac404e9dae7b37812df11f13</hash>
        <hash alg="SHA3-384">5bc7a76a774653896a0b789726a581de3fbcfa40875945e514f5d8c2e972aeb43ffb2ce5c0da6d4a65b2ef442fc56afc</hash>
        <hash alg="SHA3-256">6ff993b508c05170c3dbd65f6080edf5cdb8b8fd2fa7b94f7d64f20a79d3de9c</hash>
        <hash alg="SHA3-512">c44791f0b9e6b3d28717ca56582e2c55bff208aa5bc7bc2cc91003afde0ec0111a55d585c9f09717747ee7e78a688e894b7962fb55a56eaf57413a9c365c567b</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.apache.velocity/velocity-engine-core@2.3?type=jar</purl>
      <externalReferences><reference type="website"><url>http://velocity.apache.org/engine/devel/velocity-engine-core/</url></reference><reference type="distribution-intake"><url>https://repository.apache.org/service/local/staging/deploy/maven2</url></reference><reference type="issue-tracker"><url>https://issues.apache.org/jira/browse/VELOCITY</url></reference><reference type="mailing-list"><url>https://lists.apache.org/list.html?general@velocity.apache.org</url></reference><reference type="vcs"><url>https://gitbox.apache.org/repos/asf?p=velocity-engine.git/velocity-engine-core</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.apache.commons/commons-lang3@3.16.0?type=jar">
      <publisher>The Apache Software Foundation</publisher>
      <group>org.apache.commons</group>
      <name>commons-lang3</name>
      <version>3.16.0</version>
      <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.

  The code is tested using the latest revision of the JDK for supported
  LTS releases: 8, 11, 17 and 21 currently.
  See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
  
  Please ensure your build environment is up-to-date and kindly report any build issues.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">67bc6dbd753fc276d69aeb4cfa205e15</hash>
        <hash alg="SHA-1">3eb54effe40946dfb06dc5cd6c7ce4116cd51ea4</hash>
        <hash alg="SHA-256">08709dd74d602b705ce4017d26544210056a4ba583d5b20c09373406fe7a00f8</hash>
        <hash alg="SHA-512">2dcb5b9403ae6de1be75d06d10b3c0af34465199781878dd4161d00c30eb47a63e7c5cce0317fb301646aac7dc9cb0a6e197e66b45a1177f2c235342d9bb2732</hash>
        <hash alg="SHA-384">a2bd4e9d396145632bca41fa383ebae67a7c76b44cb01b7f37394b73fa615634d270fa573ce3028d5b12fb20de431f74</hash>
        <hash alg="SHA3-384">309d7b001238ce78212740e55a228ba8d9ab19cfbb8162a9cafdc15e916f3cb8c913b1b6af48f34fce89774d005781e2</hash>
        <hash alg="SHA3-256">17dbe2a4e41bf23a861e5f91600cd7b57fa2714fad07faf78a39220fe62ed8dc</hash>
        <hash alg="SHA3-512">20b1addc31652cb5e7326e3c89fac75f587d3b4169c0784a6e638721530cfdb812e87632bf8f7030b34c5b9eed64ca8af602de218fdde307acd1df114a8ab44f</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
          <url>https://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
      </licenses>
      <purl>pkg:maven/org.apache.commons/commons-lang3@3.16.0?type=jar</purl>
      <externalReferences><reference type="website"><url>https://commons.apache.org/proper/commons-lang/</url></reference><reference type="build-system"><url>https://github.com/apache/commons-parent/actions</url></reference><reference type="distribution-intake"><url>https://repository.apache.org/service/local/staging/deploy/maven2</url></reference><reference type="issue-tracker"><url>https://issues.apache.org/jira/browse/LANG</url></reference><reference type="mailing-list"><url>https://mail-archives.apache.org/mod_mbox/commons-user/</url></reference><reference type="vcs"><url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.yahoo.platform.yui/yuicompressor@2.4.8?type=jar">
      <group>com.yahoo.platform.yui</group>
      <name>yuicompressor</name>
      <version>2.4.8</version>
      <description>The YUI Compressor is a JavaScript compressor which, in addition to removing
    comments and white-spaces, obfuscates local variables using the smallest
    possible variable name. This obfuscation is safe, even when using constructs
    such as 'eval' or 'with' (although the compression is not optimal is those
    cases) Compared to jsmin, the average savings is around 20%.</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">733a871a33b8dd4067b6d4a0eb4ba47e</hash>
        <hash alg="SHA-1">900a7296bb52d740418d53274c1ecac5c83c760e</hash>
        <hash alg="SHA-256">980d7c2fe1a44cad09841d6f4a6f7ab6dd06341a10d2244330b9802ab4d813d2</hash>
        <hash alg="SHA-512">ba2588bd50eaa3005b1919daad9f9c86a33351ceb9b7b5f0a9a498a548cc523e99f9345917a64303f8e23925feea226386d3eac01f640f788d1be4c7cf0315e0</hash>
        <hash alg="SHA-384">41a81c242bbc0fe02b46317bdad51e001b6aba62f207f8207dcf6117d17471ba162c5398741b6c13f3c50064caa7b42b</hash>
        <hash alg="SHA3-384">09dcd688cf70372f6f0115a0566ede567d056e409edaa5ed0348ebcee39dd16d07fa66d10a27c71d28d9e6f2492e26d7</hash>
        <hash alg="SHA3-256">7b99d3d32037fba84ad93fc5d9e5d0693351a3d1ddf0de3b2cf007c494a555bb</hash>
        <hash alg="SHA3-512">21db21ca2bb49fcc49b180584d9a986435d658ccdd8295e02d672d4aea990fe5466d6a2f7f1426cf0af011848513f88db6c6668bff8b4122d901d04e1545f093</hash>
      </hashes>
      <licenses>
        <license>
          <id>BSD-3-Clause</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.yahoo.platform.yui/yuicompressor@2.4.8?type=jar</purl>
      <externalReferences><reference type="website"><url>http://developer.yahoo.com/yui/compressor/</url></reference><reference type="mailing-list"><url>http://yuilibrary.com/forum/viewforum.php?f=94/</url></reference><reference type="vcs"><url>http://github.com/yui/yuicompressor</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/rhino/js@1.7R2?type=jar">
      <group>rhino</group>
      <name>js</name>
      <version>1.7R2</version>
      <description>Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.</description>
      <scope>optional</scope>
      <hashes>
        <hash alg="MD5">a4166cafe6e5d37c363b6795ee92c92c</hash>
        <hash alg="SHA-1">b95d5212ff4cea92cee1c3c6fa50aa82c9d4905b</hash>
        <hash alg="SHA-256">27bd29f36b9b483b64bc7e113c7990f3561d117206e25eac17aa00fb8ceb3551</hash>
        <hash alg="SHA-512">eaaf54a7cf48299b9e979fcf414847a2cfe70a69d19ebaea73a727fbf3fe34e37104dad8985d18fc1f999cc4af2d6850a71e3aa3431222f129b2f42f5f0c8a1a</hash>
        <hash alg="SHA-384">a421f4d16d9dbb2b7e1e86cbb236d079444fff5d95d16b61d3619005c13bb789a9fe0964b6b14a74294279624a26ada3</hash>
        <hash alg="SHA3-384">7e3f88893f4b50bd12f8853177fdfbad93d7c872238d5ed9c611cff2accf97e9c0520a29cc24e23c4e00efab9708c21a</hash>
        <hash alg="SHA3-256">7668daf57f7f58aa064d325ff3311d6ee43efccbd65ebf0b6ea322ff9d9c5b76</hash>
        <hash alg="SHA3-512">330006ab13343a0e37b1745ebfa63ece251d3a549ffc3ebbbba829df5704ac1fb4fa41686a18096edc53c98aac2b360a91c6a6e900bdc513429aae653eb4f3ca</hash>
      </hashes>
      <licenses>
        <license>
          <id>MPL-1.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/rhino/js@1.7R2?type=jar</purl>
      <externalReferences><reference type="website"><url>http://www.mozilla.org/rhino/</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.checkerframework/checker-qual@3.46.0?type=jar">
      <group>org.checkerframework</group>
      <name>checker-qual</name>
      <version>3.46.0</version>
      <description>checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">5436ae3f8b4e1dfece73580a232ba98d</hash>
        <hash alg="SHA-1">829954afc56f1737a1df3ab5aa889de574b97cc4</hash>
        <hash alg="SHA-256">4bc77a172279304c3f35045d6b9c8492780f047e5ad9919d77431caf29e44401</hash>
        <hash alg="SHA-512">fc932a2997a3b4392c001490014f7b0f6a2a9148f15b65d4b3de602b18173fd643211f28620e74246aea815ca6d242e9c5be405cac02699151c43e12d1d2f968</hash>
        <hash alg="SHA-384">d01808ec3a52a3299d8029fff0b8b950ef5866b2a6304d5911549504841d6d4c79709db7322aa17df9f3f91c881b821b</hash>
        <hash alg="SHA3-384">b222b5f40971dc288b0d2dfe3baa5cf0f4f0110bf1c17035329f6c706e61a299a232bf9585ad6558be28741b0cd1cf11</hash>
        <hash alg="SHA3-256">d5dd576e144210010adada84644a97f637a70b74452838bb60059e330e499569</hash>
        <hash alg="SHA3-512">21c99845a23f31fec5ba6a8f6ab98fafa68b25f8b2cd572ae1943d47de7dc1ef0176a17ebb772636eddec8f27ef34c47803e79219d5ed4a5a45da4ebf7564c7d</hash>
      </hashes>
      <licenses>
        <license>
          <id>MIT</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.checkerframework/checker-qual@3.46.0?type=jar</purl>
      <externalReferences><reference type="website"><url>https://checkerframework.org/</url></reference><reference type="vcs"><url>https://github.com/typetools/checker-framework.git</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.errorprone/error_prone_annotations@2.29.2?type=jar">
      <publisher>Google LLC</publisher>
      <group>com.google.errorprone</group>
      <name>error_prone_annotations</name>
      <version>2.29.2</version>
      <description>Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">5f6247dcc6ee86c5ebbe960d4a212472</hash>
        <hash alg="SHA-1">23bbed35f2d071c8507984834e3e6438c7fee7d2</hash>
        <hash alg="SHA-256">e0a426b2449af2323cfb539b729e5be6f4d65c72075c9b7b18c8e87e63ac468c</hash>
        <hash alg="SHA-512">30c2a1c24014df0969b87ac75574e14a95eb9f8f9b1531a17e6e8ced1a79c05081c468daab06ab41e6181e5d77cc65a7ef752d5e12ac371e16d3009099522a2d</hash>
        <hash alg="SHA-384">01106269724d568a8f1a3aed1fcc759e1cf3eb9c91114ecb3021273ee6036dec58a2f27567d933ca1e9f36212636f7e4</hash>
        <hash alg="SHA3-384">c19354c2d1784b0dd7e031169961f7e05d7a8fb1da2e22e43d0af0125f1ae1adb4c4a62461ac49c57ff14c1ef2105e4d</hash>
        <hash alg="SHA3-256">0459a39bf955285c474f8aa5a24abeeafc093753213cd6f76c839587e36d43e5</hash>
        <hash alg="SHA3-512">d57491f3c0be15295a19f497c48493b79c32d053eefd38096f5eeb719d32a35734ba64b692a72c5718c0b1596183e64aab881d14636d64a5849374479077b538</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.errorprone/error_prone_annotations@2.29.2?type=jar</purl>
      <externalReferences><reference type="website"><url>https://errorprone.info/error_prone_annotations</url></reference><reference type="vcs"><url>https://github.com/google/error-prone/error_prone_annotations</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar">
      <group>com.google.j2objc</group>
      <name>j2objc-annotations</name>
      <version>3.0.0</version>
      <description>A set of annotations that provide additional information to the J2ObjC
    translator to modify the result of translation.</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">f59529b29202a5baf37f491ea5ec8627</hash>
        <hash alg="SHA-1">7399e65dd7e9ff3404f4535b2f017093bdb134c7</hash>
        <hash alg="SHA-256">88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64</hash>
        <hash alg="SHA-512">1406b1aa53b19f8269129d96ce8b64bf36f215eacf7d8f1e0adadee31614e53bb3f7acf4ff97418c5bfc75677a6f3cd637c3d9889d1e85117b6fa12467c91e9f</hash>
        <hash alg="SHA-384">24373643a4e2f8e1cf919d495e1e79b24dd9dbbbeecb06477be8764313f0b3b465fde74ea2cf5542fc8cba090132052f</hash>
        <hash alg="SHA3-384">afa264c8d8d946e43438ae728f0ae7a2c12797b56f9ad885d5b3e9a7396eb8481ca6840c2a990a7c5da45968794b36d8</hash>
        <hash alg="SHA3-256">4df89618b479d5fbede9363c6f914218a44007f48f29c6b6d58243558ced6152</hash>
        <hash alg="SHA3-512">b25b2ad8dddeed8757ffe22a96cfa7511617d86baa0ed4a25b1850162b54e1132d40dbc2dfca0a6ff0a350b16628a0d2b523418eeb8f986e0f505833da4f7181</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar</purl>
      <externalReferences><reference type="website"><url>https://github.com/google/j2objc/</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="vcs"><url>http://github.com/google/j2objc</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.projectlombok/lombok@1.18.34?type=jar">
      <group>org.projectlombok</group>
      <name>lombok</name>
      <version>1.18.34</version>
      <description>Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">91ce91dbfa7694bff4ddc1e51643f8b2</hash>
        <hash alg="SHA-1">ec547ef414ab1d2c040118fb9c1c265ada63af14</hash>
        <hash alg="SHA-256">c27d6b2aff56241d1b07fcbcc6b183709e6b432c80f7374eeb1d823e86d4b81a</hash>
        <hash alg="SHA-512">2276a0750ce67ae797648cadcdb43a221405cbb07012a3097a03d0965f45e7865b3a247f089060f1e83dff080594fd79a4f31f2ec69841c99b07b2371a76f3f8</hash>
        <hash alg="SHA-384">81fa058958eb965a2ac93914a77ebf0b8424cdc8c71d4f949e4ca8029041c3f30943bcf310660870e0cc9858982a63ce</hash>
        <hash alg="SHA3-384">7b13957cbef4197ce52d4a78439c615b5cee4081fb9a38591727146c0d7cfc905747a8e6505d7fc5acdad9cde08f1641</hash>
        <hash alg="SHA3-256">05aa1a70c86a1cf62ce5cecf594b4c7d46052c2e7205a71de2b4fc33ad8e038e</hash>
        <hash alg="SHA3-512">a43c333cdab0581e2035d6031498743314dd8e6edf9be9fb3b843b99fc2ec40048f946da6a2c68f64b83b9e40cf64176706507eeb16b9b36782e45dccefe6efa</hash>
      </hashes>
      <licenses>
        <license>
          <id>MIT</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.projectlombok/lombok@1.18.34?type=jar</purl>
      <externalReferences><reference type="website"><url>https://projectlombok.org</url></reference><reference type="issue-tracker"><url>https://github.com/projectlombok/lombok/issues</url></reference><reference type="vcs"><url>http://github.com/projectlombok/lombok</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/org.gaul/modernizer-maven-annotations@2.9.0?type=jar">
      <publisher>Gaul</publisher>
      <group>org.gaul</group>
      <name>modernizer-maven-annotations</name>
      <version>2.9.0</version>
      <description>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">638a555dc0ff4c996e8a920215fc8ea4</hash>
        <hash alg="SHA-1">4de00c50ce237cf7a721ffe907e11f0688538b04</hash>
        <hash alg="SHA-256">baeca9a46aae8dbe8075058726389112382bc60be811e70886fbaba57c68502f</hash>
        <hash alg="SHA-512">8077ee42b5bc87710f970dd8c530194effeb9ffbb57a06040a20ac6e5dcb4d9537186c5c0d6c6fed33f7abd5f62c35bb6deb45f22a4f0df2325d3780ff7ed485</hash>
        <hash alg="SHA-384">6cb32d23c0e0c831956d37f25a8b0db0d383956d821f7576d9d25f93c46b886d9bbc90ba0257e6252944fc58758507eb</hash>
        <hash alg="SHA3-384">22e1cf04abcb318e9637fc83c8b837c169e9b15ee3df614116fdfa92ee78942d0c55490f883492223b5c6bd6519848ea</hash>
        <hash alg="SHA3-256">47314fbc8fc947921438af574cfe5bc815f4cbe8c30eb8253ca4b3984e767c36</hash>
        <hash alg="SHA3-512">c4013e2f94688009aed46b0efe4bc91b23c8a621076371f2affc68cdb63110c25d126865ebbdc2af747cac103d5ae4954e412a3fca08581280de69c98c4c4a87</hash>
      </hashes>
      <licenses>
        <license>
          <id>Apache-2.0</id>
        </license>
      </licenses>
      <purl>pkg:maven/org.gaul/modernizer-maven-annotations@2.9.0?type=jar</purl>
      <externalReferences><reference type="website"><url>http://nexus.sonatype.org/oss-repository-hosting.html/modernizer-maven-parent/modernizer-maven-annotations</url></reference><reference type="distribution-intake"><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></reference><reference type="issue-tracker"><url>https://github.com/gaul/modernizer-maven-plugin/issues</url></reference></externalReferences>
    </component>
    <component type="library" bom-ref="pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6?type=jar">
      <group>com.github.spotbugs</group>
      <name>spotbugs-annotations</name>
      <version>4.8.6</version>
      <description>Annotations the SpotBugs tool supports</description>
      <scope>required</scope>
      <hashes>
        <hash alg="MD5">0806b237c67c69869506ce3ced9a722f</hash>
        <hash alg="SHA-1">1dcffed3e561ed32134a0dff4717f19bc2fdf4d8</hash>
        <hash alg="SHA-256">4548b74a815ed44f5480ca4f06204a8b00809dc7e5f6a825a9edf18f40377b65</hash>
        <hash alg="SHA-512">ebe5bca26efc72b82c168b65f8f4b1b55768e0464edb9e732e48bcb05b3de7e761e50f0da46e96f02258b4bc4443f4e4a5e7d53956b17161674238b564f6018d</hash>
        <hash alg="SHA-384">ed8acfde5a975f6aa24930caf2889cddeee21226497ca7ca403a25afdc2a6a32d7a6d53cc117143401e3698c87b33159</hash>
        <hash alg="SHA3-384">eca5720d9a38a2dfe8667dd73003e4fd6d3a0503219d4aea539570374bdbe9157dfe945502de2d40b4f20a4caebd2100</hash>
        <hash alg="SHA3-256">59bcae1d85e982281500f515c27f49c292f5b0f57a69204859f9c5243a64917f</hash>
        <hash alg="SHA3-512">0b77811020ea0052e4b799add234754e2f3437b28f0f4f51f49df9de7bad5d97b4262aed175cc16f2d110a7c49adf88d99dc8f12bb2751ca6bff845ba09c473a</hash>
      </hashes>
      <licenses>
        <license>
          <id>LGPL-2.1-only</id>
        </license>
      </licenses>
      <purl>pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6?type=jar</purl>
      <externalReferences><reference type="website"><url>https://spotbugs.github.io/</url></reference><reference type="vcs"><url>https://github.com/spotbugs/spotbugs/</url></reference></externalReferences>
    </component>
  </components>
  <dependencies>
    <dependency ref="pkg:maven/com.github.hazendaz/htmlcompressor@2.0.2?type=jar">
      <dependency ref="pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar"/>
      <dependency ref="pkg:maven/org.slf4j/slf4j-simple@2.0.16?type=jar"/>
      <dependency ref="pkg:maven/com.google.javascript/closure-compiler@v20240317?type=jar"/>
      <dependency ref="pkg:maven/com.google.guava/guava@33.3.0-jre?type=jar"/>
      <dependency ref="pkg:maven/jakarta.servlet.jsp/jakarta.servlet.jsp-api@3.1.1?type=jar"/>
      <dependency ref="pkg:maven/org.apache.velocity/velocity-engine-core@2.3?type=jar"/>
      <dependency ref="pkg:maven/org.apache.commons/commons-lang3@3.16.0?type=jar"/>
      <dependency ref="pkg:maven/com.yahoo.platform.yui/yuicompressor@2.4.8?type=jar"/>
      <dependency ref="pkg:maven/org.checkerframework/checker-qual@3.46.0?type=jar"/>
      <dependency ref="pkg:maven/com.google.errorprone/error_prone_annotations@2.29.2?type=jar"/>
      <dependency ref="pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar"/>
      <dependency ref="pkg:maven/org.projectlombok/lombok@1.18.34?type=jar"/>
      <dependency ref="pkg:maven/org.gaul/modernizer-maven-annotations@2.9.0?type=jar"/>
      <dependency ref="pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar"/>
    <dependency ref="pkg:maven/org.slf4j/slf4j-simple@2.0.16?type=jar">
      <dependency ref="pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/com.google.javascript/closure-compiler@v20240317?type=jar"/>
    <dependency ref="pkg:maven/com.google.guava/guava@33.3.0-jre?type=jar">
      <dependency ref="pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar"/>
      <dependency ref="pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar"/>
      <dependency ref="pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"/>
      <dependency ref="pkg:maven/org.checkerframework/checker-qual@3.46.0?type=jar"/>
      <dependency ref="pkg:maven/com.google.errorprone/error_prone_annotations@2.29.2?type=jar"/>
      <dependency ref="pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/com.google.guava/failureaccess@1.0.2?type=jar"/>
    <dependency ref="pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar"/>
    <dependency ref="pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"/>
    <dependency ref="pkg:maven/org.checkerframework/checker-qual@3.46.0?type=jar"/>
    <dependency ref="pkg:maven/com.google.errorprone/error_prone_annotations@2.29.2?type=jar"/>
    <dependency ref="pkg:maven/com.google.j2objc/j2objc-annotations@3.0.0?type=jar"/>
    <dependency ref="pkg:maven/jakarta.servlet.jsp/jakarta.servlet.jsp-api@3.1.1?type=jar"/>
    <dependency ref="pkg:maven/org.apache.velocity/velocity-engine-core@2.3?type=jar">
      <dependency ref="pkg:maven/org.apache.commons/commons-lang3@3.16.0?type=jar"/>
      <dependency ref="pkg:maven/org.slf4j/slf4j-api@2.0.16?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/org.apache.commons/commons-lang3@3.16.0?type=jar"/>
    <dependency ref="pkg:maven/com.yahoo.platform.yui/yuicompressor@2.4.8?type=jar">
      <dependency ref="pkg:maven/rhino/js@1.7R2?type=jar"/>
    </dependency>
    <dependency ref="pkg:maven/rhino/js@1.7R2?type=jar"/>
    <dependency ref="pkg:maven/org.projectlombok/lombok@1.18.34?type=jar"/>
    <dependency ref="pkg:maven/org.gaul/modernizer-maven-annotations@2.9.0?type=jar"/>
    <dependency ref="pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6?type=jar">
      <dependency ref="pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar"/>
    </dependency>
  </dependencies>
</bom>
