{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user md_5",
          "userId" : "md_5",
          "userName" : "md_5"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2000,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
            "branch" : [
              {
                "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
            "branch" : [
              {
                "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
        "branch" : [
          {
            "SHA1" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SpigotMC/BungeeCord.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 102,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeCord.jar",
      "fileName" : "BungeeCord.jar",
      "relativePath" : "bootstrap/target/BungeeCord.jar"
    },
    {
      "displayPath" : "cmd_alert.jar",
      "fileName" : "cmd_alert.jar",
      "relativePath" : "module/cmd-alert/target/cmd_alert.jar"
    },
    {
      "displayPath" : "cmd_find.jar",
      "fileName" : "cmd_find.jar",
      "relativePath" : "module/cmd-find/target/cmd_find.jar"
    },
    {
      "displayPath" : "cmd_kick.jar",
      "fileName" : "cmd_kick.jar",
      "relativePath" : "module/cmd-kick/target/cmd_kick.jar"
    },
    {
      "displayPath" : "cmd_list.jar",
      "fileName" : "cmd_list.jar",
      "relativePath" : "module/cmd-list/target/cmd_list.jar"
    },
    {
      "displayPath" : "cmd_send.jar",
      "fileName" : "cmd_send.jar",
      "relativePath" : "module/cmd-send/target/cmd_send.jar"
    },
    {
      "displayPath" : "cmd_server.jar",
      "fileName" : "cmd_server.jar",
      "relativePath" : "module/cmd-server/target/cmd_server.jar"
    },
    {
      "displayPath" : "reconnect_yaml.jar",
      "fileName" : "reconnect_yaml.jar",
      "relativePath" : "module/reconnect-yaml/target/reconnect_yaml.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2000",
  "duration" : 266313,
  "estimatedDuration" : 237864,
  "executor" : None,
  "fullDisplayName" : "BungeeCord #2000",
  "id" : "2000",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2000,
  "queueId" : 481,
  "result" : "SUCCESS",
  "timestamp" : 1759245681141,
  "url" : "https://hub.spigotmc.org/jenkins/view/All/job/BungeeCord/2000/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
        ],
        "commitId" : "7be06f141d93c69c60bd40f16a36a76ca51e765d",
        "timestamp" : 1758323585000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "#3878: Minecraft 1.21.9-pre2 support\u000a",
        "date" : "2025-09-20 09:13:05 +1000",
        "id" : "7be06f141d93c69c60bd40f16a36a76ca51e765d",
        "msg" : "#3878: Minecraft 1.21.9-pre2 support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "chat/src/main/java/net/md_5/bungee/api/chat/player/Profile.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/objects/ChatObject.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/objects/PlayerObject.java",
          "serializer/src/main/java/net/md_5/bungee/chat/VersionedComponentSerializer.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/player/Property.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/ObjectComponent.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/objects/SpriteObject.java",
          "serializer/src/main/java/net/md_5/bungee/chat/ObjectComponentSerializer.java"
        ],
        "commitId" : "0124b6691829b67689ef6f3d58c6224ef453bf7d",
        "timestamp" : 1758328398000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "#3874: Add ObjectComponents\u000a",
        "date" : "2025-09-20 10:33:18 +1000",
        "id" : "0124b6691829b67689ef6f3d58c6224ef453bf7d",
        "msg" : "#3874: Add ObjectComponents",
        "paths" : [
          {
            "editType" : "add",
            "file" : "serializer/src/main/java/net/md_5/bungee/chat/ObjectComponentSerializer.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/player/Profile.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/objects/SpriteObject.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/ObjectComponent.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/objects/ChatObject.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/objects/PlayerObject.java"
          },
          {
            "editType" : "edit",
            "file" : "serializer/src/main/java/net/md_5/bungee/chat/VersionedComponentSerializer.java"
          },
          {
            "editType" : "add",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/player/Property.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/DefinedPacket.java"
        ],
        "commitId" : "c2162eeddb5ddcb80e8f2a0426f7ae0a43c78e83",
        "timestamp" : 1758328445000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3870: Declare some DefinedPacket util methods as static\u000a\u000a",
        "date" : "2025-09-20 10:34:05 +1000",
        "id" : "c2162eeddb5ddcb80e8f2a0426f7ae0a43c78e83",
        "msg" : "#3870: Declare some DefinedPacket util methods as static",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/DefinedPacket.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
        ],
        "commitId" : "97c61672724a52a6dbaa94d99f29b08c99239b31",
        "timestamp" : 1758574800000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3879: Minecraft 1.21.9-pre3 support\u000a\u000a",
        "date" : "2025-09-23 07:00:00 +1000",
        "id" : "97c61672724a52a6dbaa94d99f29b08c99239b31",
        "msg" : "#3879: Minecraft 1.21.9-pre3 support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
        ],
        "commitId" : "a2558484f5263067db23b79b58482b8fba13986c",
        "timestamp" : 1758664077000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3880: Minecraft 1.21.9-pre4 support\u000a\u000a",
        "date" : "2025-09-24 07:47:57 +1000",
        "id" : "a2558484f5263067db23b79b58482b8fba13986c",
        "msg" : "#3880: Minecraft 1.21.9-pre4 support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
        ],
        "commitId" : "4c02676b7a2dc4098b93e92fee6aafbd05c83979",
        "timestamp" : 1758844804000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3883: Minecraft 1.21.9-rc1 support\u000a\u000a",
        "date" : "2025-09-26 10:00:04 +1000",
        "id" : "4c02676b7a2dc4098b93e92fee6aafbd05c83979",
        "msg" : "#3883: Minecraft 1.21.9-rc1 support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "api/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java",
          "proxy/src/main/java/net/md_5/bungee/BungeeCord.java",
          "module/reconnect-yaml/src/main/java/net/md_5/bungee/module/reconnect/yaml/YamlReconnectHandler.java"
        ],
        "commitId" : "d37a430f5a682c36fa4d1c7f05e6560428a0d12b",
        "timestamp" : 1758844985000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "#3882: Reduce lock boilerplate by using lomboks `@Locked`\u000a",
        "date" : "2025-09-26 10:03:05 +1000",
        "id" : "d37a430f5a682c36fa4d1c7f05e6560428a0d12b",
        "msg" : "#3882: Reduce lock boilerplate by using lomboks `@Locked`",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/BungeeCord.java"
          },
          {
            "editType" : "edit",
            "file" : "api/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java"
          },
          {
            "editType" : "edit",
            "file" : "module/reconnect-yaml/src/main/java/net/md_5/bungee/module/reconnect/yaml/YamlReconnectHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/tab/ServerUnique.java"
        ],
        "commitId" : "69b476fcbcec5ecf3404a209232c4403647eaec4",
        "timestamp" : 1758845311000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3881: Optimize ServerUnique Tablist code\u000a\u000aReduce amount of loops by pre checking values and not checking inside the loop\u000a",
        "date" : "2025-09-26 10:08:31 +1000",
        "id" : "69b476fcbcec5ecf3404a209232c4403647eaec4",
        "msg" : "#3881: Optimize ServerUnique Tablist code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/tab/ServerUnique.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "api/src/main/java/net/md_5/bungee/api/plugin/Plugin.java"
        ],
        "commitId" : "f9ce9fad28a3d9c6b74c65f9b991824285fc949f",
        "timestamp" : 1758929059000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3884: Add docs for Plugin#getExecutorService\u000a\u000a",
        "date" : "2025-09-27 09:24:19 +1000",
        "id" : "f9ce9fad28a3d9c6b74c65f9b991824285fc949f",
        "msg" : "#3884: Add docs for Plugin#getExecutorService",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "api/src/main/java/net/md_5/bungee/api/plugin/Plugin.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/pom.xml",
          "module/pom.xml",
          "slf4j/pom.xml",
          "pom.xml",
          "bootstrap/pom.xml"
        ],
        "commitId" : "2e12caad0373f9d043db0110412d38d6b6f1da4d",
        "timestamp" : 1758953692000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Add central-publishing-maven-plugin\u000a",
        "date" : "2025-09-27 16:14:52 +1000",
        "id" : "2e12caad0373f9d043db0110412d38d6b6f1da4d",
        "msg" : "Add central-publishing-maven-plugin",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "slf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "bootstrap/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "module/reconnect-yaml/pom.xml",
          "log/pom.xml",
          "module/pom.xml",
          "chat/pom.xml",
          "bootstrap/pom.xml",
          "config/pom.xml",
          "module/cmd-server/pom.xml",
          "pom.xml",
          "dialog/pom.xml",
          "api/pom.xml",
          "query/pom.xml",
          "protocol/pom.xml",
          "event/pom.xml",
          "slf4j/pom.xml",
          "module/cmd-kick/pom.xml",
          "native/pom.xml",
          "module/cmd-send/pom.xml",
          "serializer/pom.xml",
          "module/cmd-find/pom.xml",
          "proxy/pom.xml",
          "module/cmd-list/pom.xml",
          "module/cmd-alert/pom.xml",
          "nbt/pom.xml"
        ],
        "commitId" : "70603d54130eb5ae8a1a4f9835f243fc83c513a2",
        "timestamp" : 1758953694000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Release 1.21-R0.4\u000a",
        "date" : "2025-09-27 16:14:54 +1000",
        "id" : "70603d54130eb5ae8a1a4f9835f243fc83c513a2",
        "msg" : "Release 1.21-R0.4",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "bootstrap/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "slf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "log/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "native/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-send/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "config/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "event/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-kick/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "proxy/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "protocol/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "query/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-server/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "serializer/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "chat/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-find/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-list/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "dialog/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-alert/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/reconnect-yaml/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "nbt/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "module/reconnect-yaml/pom.xml",
          "log/pom.xml",
          "module/pom.xml",
          "chat/pom.xml",
          "bootstrap/pom.xml",
          "config/pom.xml",
          "module/cmd-server/pom.xml",
          "pom.xml",
          "dialog/pom.xml",
          "api/pom.xml",
          "query/pom.xml",
          "protocol/pom.xml",
          "event/pom.xml",
          "module/cmd-kick/pom.xml",
          "slf4j/pom.xml",
          "module/cmd-send/pom.xml",
          "native/pom.xml",
          "serializer/pom.xml",
          "module/cmd-find/pom.xml",
          "proxy/pom.xml",
          "module/cmd-list/pom.xml",
          "module/cmd-alert/pom.xml",
          "nbt/pom.xml"
        ],
        "commitId" : "8f6768ae0021e66d2a08eeb768b87bd1a1393506",
        "timestamp" : 1758953796000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Bump version to 1.21-R0.5-SNAPSHOT\u000a",
        "date" : "2025-09-27 16:16:36 +1000",
        "id" : "8f6768ae0021e66d2a08eeb768b87bd1a1393506",
        "msg" : "Bump version to 1.21-R0.5-SNAPSHOT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "dialog/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-kick/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-send/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "log/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "slf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-list/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "event/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "chat/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/reconnect-yaml/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "bootstrap/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-alert/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-server/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "config/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "proxy/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "module/cmd-find/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "nbt/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "query/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "native/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "protocol/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "serializer/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
        ],
        "commitId" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
        "timestamp" : 1759244700000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Minecraft 1.21.9 support\u000a",
        "date" : "2025-10-01 01:05:00 +1000",
        "id" : "296b31bd56cb1449644ecf02eb66b3e3d07d332b",
        "msg" : "Minecraft 1.21.9 support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    },
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
      "fullName" : "github"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}