diff --git a/package-lock.json b/package-lock.json index e2e0c146..5b5c11d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,9 @@ "license": "Apache-2.0", "dependencies": { "@cyclonedx/cyclonedx-library": "^4.0.0", + "babel-core": "^6.26.3", "fast-xml-parser": "^4.2.4", + "node-hook": "^1.0.0", "packageurl-js": "^1.0.2", "yargs": "^17.7.2" }, @@ -18,8 +20,11 @@ "exhort-javascript-api": "dist/src/cli.js" }, "devDependencies": { + "@babel/cli": "^7.23.0", + "@babel/core": "^7.23.2", "@openapitools/openapi-generator-cli": "^2.6.0", "@types/node": "^20.3.1", + "babel-plugin-rewire": "^1.2.0", "c8": "^8.0.0", "chai": "^4.3.7", "eslint": "^8.42.0", @@ -35,6 +40,538 @@ "npm": ">= 9.0.0" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/cli": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz", + "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.17", + "commander": "^4.0.1", + "convert-source-map": "^2.0.0", + "fs-readdir-recursive": "^1.1.0", + "glob": "^7.2.0", + "make-dir": "^2.1.0", + "slash": "^2.0.0" + }, + "bin": { + "babel": "bin/babel.js", + "babel-external-helpers": "bin/babel-external-helpers.js" + }, + "engines": { + "node": ">=6.9.0" + }, + "optionalDependencies": { + "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", + "chokidar": "^3.4.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/cli/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@babel/cli/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@babel/cli/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/cli/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@babel/cli/node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/code-frame/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/code-frame/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/code-frame/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/code-frame/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/code-frame/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/code-frame/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/code-frame/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.2.tgz", + "integrity": "sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz", + "integrity": "sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.0", + "@babel/helpers": "^7.23.2", + "@babel/parser": "^7.23.0", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.2", + "@babel/types": "^7.23.0", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@babel/core/node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.23.0", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.15", + "browserslist": "^4.21.9", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", + "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz", + "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.2", + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@babel/runtime": { "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", @@ -47,6 +584,73 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/template": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/types": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types/node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", @@ -120,23 +724,23 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz", - "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -152,21 +756,21 @@ } }, "node_modules/@eslint/js": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz", - "integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", + "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" }, @@ -188,9 +792,9 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", "dev": true }, "node_modules/@istanbuljs/schema": { @@ -202,6 +806,20 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", @@ -211,6 +829,21 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.18", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", @@ -353,6 +986,13 @@ "dev": true, "peer": true }, + "node_modules/@nicolo-ribaudo/chokidar-2": { + "version": "2.1.8-no-fsevents.3", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", + "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", + "dev": true, + "optional": true + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -705,6 +1345,12 @@ "@types/node": "*" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/@xmldom/xmldom": { "version": "0.8.10", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", @@ -728,9 +1374,9 @@ "optional": true }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -901,73 +1547,324 @@ "node": ">= 8" } }, - "node_modules/aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "optional": true + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "optional": true + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "optional": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" + } + }, + "node_modules/babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==", + "dependencies": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/babel-code-frame/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/babel-core": { + "version": "6.26.3", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", + "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", + "dependencies": { + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.1", + "debug": "^2.6.9", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.8", + "slash": "^1.0.0", + "source-map": "^0.5.7" + } + }, + "node_modules/babel-core/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/babel-core/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/babel-generator": { + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", + "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", + "dependencies": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" + } + }, + "node_modules/babel-helpers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", + "integrity": "sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==", + "dependencies": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "node_modules/babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==", + "dependencies": { + "babel-runtime": "^6.22.0" + } + }, + "node_modules/babel-plugin-rewire": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-rewire/-/babel-plugin-rewire-1.2.0.tgz", + "integrity": "sha512-JBZxczHw3tScS+djy6JPLMjblchGhLI89ep15H3SyjujIzlxo5nr6Yjo7AXotdeVczeBmWs0tF8PgJWDdgzAkQ==", + "dev": true + }, + "node_modules/babel-register": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==", + "dependencies": { + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" + } }, - "node_modules/are-we-there-yet": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", - "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", - "optional": true, + "node_modules/babel-register/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" + "minimist": "^1.2.6" }, - "engines": { - "node": ">=10" + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } }, - "node_modules/assertion-error": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", - "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", - "dev": true, - "engines": { - "node": "*" + "node_modules/babel-runtime/node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + }, + "node_modules/babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==", + "dependencies": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "node_modules/babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==", + "dependencies": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } }, - "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "dev": true, + "node_modules/babel-traverse/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/babel-traverse/node_modules/globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", - "dev": true, + "node_modules/babel-traverse/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==", "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "node_modules/babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "bin": { + "babylon": "bin/babylon.js" } }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "devOptional": true + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/base64-js": { "version": "1.5.1", @@ -1022,7 +1919,6 @@ "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "devOptional": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -1046,6 +1942,38 @@ "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", "dev": true }, + "node_modules/browserslist": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -1156,6 +2084,26 @@ "node": ">=6" } }, + "node_modules/caniuse-lite": { + "version": "1.0.30001557", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001557.tgz", + "integrity": "sha512-91oR7hLNUP3gG6MLU+n96em322a8Xzes8wWdBKhLgUoiJsAF5irZnxSUCbc+qUZXNnPCfUwLOi9ZCZpkvjQajw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, "node_modules/chai": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", @@ -1363,8 +2311,7 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "devOptional": true + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "node_modules/concurrently": { "version": "6.5.1", @@ -1486,8 +2433,7 @@ "node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "node_modules/cookie": { "version": "0.4.2", @@ -1498,6 +2444,13 @@ "node": ">= 0.6" } }, + "node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1590,6 +2543,17 @@ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", "optional": true }, + "node_modules/detect-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", + "integrity": "sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==", + "dependencies": { + "repeating": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/detect-libc": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", @@ -1677,6 +2641,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/electron-to-chromium": { + "version": "1.4.569", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.569.tgz", + "integrity": "sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg==", + "dev": true + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -1703,27 +2673,28 @@ } }, "node_modules/eslint": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz", - "integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", + "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.42.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.52.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -1733,7 +2704,6 @@ "globals": "^13.19.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", @@ -1743,9 +2713,8 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -1774,9 +2743,9 @@ } }, "node_modules/eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -1790,9 +2759,9 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1802,12 +2771,12 @@ } }, "node_modules/espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" }, @@ -1868,7 +2837,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -2148,6 +3116,12 @@ "node": ">=8" } }, + "node_modules/fs-readdir-recursive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", + "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", + "dev": true + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -2183,6 +3157,15 @@ "node": ">=10" } }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -2248,9 +3231,9 @@ } }, "node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2304,6 +3287,25 @@ "node": ">= 0.4.0" } }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -2373,6 +3375,18 @@ "integrity": "sha512-tUCGvt191vNSQgttSyJoibR+VO+I6+iCHIUdhzEMJKE+EAL8BwCN7fUOZlY4ofOelNHsK+gEjxB/B+9N3EWtdA==", "dev": true }, + "node_modules/home-or-tmp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", + "integrity": "sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==", + "dependencies": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", @@ -2500,6 +3514,14 @@ "node": ">=12.0.0" } }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, "node_modules/is-arguments": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", @@ -2549,6 +3571,17 @@ "node": ">=0.10.0" } }, + "node_modules/is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -2719,6 +3752,11 @@ "node": ">=0.10.0" } }, + "node_modules/js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==" + }, "node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -2731,6 +3769,14 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsesc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", + "integrity": "sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==", + "bin": { + "jsesc": "bin/jsesc" + } + }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -2743,6 +3789,14 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, + "node_modules/json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==", + "bin": { + "json5": "lib/cli.js" + } + }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -2816,8 +3870,7 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash.get": { "version": "4.4.2", @@ -2847,6 +3900,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, "node_modules/loupe": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", @@ -2856,6 +3920,21 @@ "get-func-name": "^2.0.0" } }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/lru-cache/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, "node_modules/make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -2914,7 +3993,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "devOptional": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -2922,6 +4000,14 @@ "node": "*" } }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/minipass": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", @@ -3273,6 +4359,17 @@ } } }, + "node_modules/node-hook": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-hook/-/node-hook-1.0.0.tgz", + "integrity": "sha512-tBTIHwkzXvbesP0fY495VsqSWCOS5Ttt5+mAmeqUC1yglCiSYarNewfi2Q+HOL+M6pZYYqwGU6jIi5+gIHQbpg==" + }, + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "dev": true + }, "node_modules/nopt": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", @@ -3343,17 +4440,17 @@ } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -3382,11 +4479,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -3457,7 +4561,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "devOptional": true, "engines": { "node": ">=0.10.0" } @@ -3486,6 +4589,12 @@ "node": "*" } }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -3498,6 +4607,15 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -3507,6 +4625,14 @@ "node": ">= 0.8.0" } }, + "node_modules/private": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/punycode": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", @@ -3602,6 +4728,17 @@ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, + "node_modules/repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==", + "dependencies": { + "is-finite": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -3869,6 +5006,14 @@ "node": ">=0.3.1" } }, + "node_modules/slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/smtp-address-parser": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/smtp-address-parser/-/smtp-address-parser-1.0.10.tgz", @@ -3881,6 +5026,22 @@ "node": ">=0.10" } }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "dependencies": { + "source-map": "^0.5.6" + } + }, "node_modules/spawn-command": { "version": "0.0.2-1", "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", @@ -4035,6 +5196,14 @@ "node": ">=0.6.0" } }, + "node_modules/to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -4062,6 +5231,14 @@ "tree-kill": "cli.js" } }, + "node_modules/trim-right": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", + "integrity": "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/tslib": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", @@ -4135,6 +5312,36 @@ "node": ">= 10.0.0" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -4267,15 +5474,6 @@ "string-width": "^1.0.2 || 2 || 3 || 4" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/workerpool": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", diff --git a/package.json b/package.json index a2dbe2ee..5ea9c23e 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "lint:fix": "eslint src test --ext js --fix", "test": "c8 npm run tests", "localtest": "EXHORT_PIP3_PATH=/home/zgrinber/python3.9/bin/pip3 EXHORT_PYTHON3_PATH=/home/zgrinber/python3.9/bin/python3 c8 npm run tests", + "postlocaltest": " git status | grep src/providers/ | grep rewire | xargs -i git clean -f {}", "tests": "mocha --grep \"Integration Tests|.*analysis module.*\" --invert", "tests:rep": "mocha --reporter-option maxDiffSize=0 --reporter json > unit-tests-result.json", "integration-tests": "mocha --grep \"Integration Tests\"", @@ -47,13 +48,18 @@ }, "dependencies": { "@cyclonedx/cyclonedx-library": "^4.0.0", + "babel-core": "^6.26.3", "fast-xml-parser": "^4.2.4", + "node-hook": "^1.0.0", "packageurl-js": "^1.0.2", "yargs": "^17.7.2" }, "devDependencies": { + "@babel/cli": "^7.23.0", + "@babel/core": "^7.23.2", "@openapitools/openapi-generator-cli": "^2.6.0", "@types/node": "^20.3.1", + "babel-plugin-rewire": "^1.2.0", "c8": "^8.0.0", "chai": "^4.3.7", "eslint": "^8.42.0", @@ -65,7 +71,7 @@ "typescript": "^5.1.3" }, "mocha": { - "check-leaks": true, + "check-leaks": false, "color": true, "extension": "js", "fail-zero": true, @@ -82,9 +88,11 @@ "exclude": [ "src/cli.js", "src/index.js", - "src/analysis.js" + "src/analysis.js", + "src/providers/java_maven.js", + "src/providers/javascript_npm.js" ], - "lines": 85, + "lines": 83, "reporter": [ "html", "json", diff --git a/src/providers/javascript_npm.js b/src/providers/javascript_npm.js index 7cb6e025..05232d11 100644 --- a/src/providers/javascript_npm.js +++ b/src/providers/javascript_npm.js @@ -6,7 +6,31 @@ import path from 'node:path' import Sbom from '../sbom.js' import {PackageURL} from 'packageurl-js' -export default { isSupported, provideComponent, provideStack } +export var npmInteractions = { + listing: function runNpmListing(npmListing) { + let npmOutput = execSync(npmListing, err => { + if (err) { + throw new Error('failed to get npmOutput json from npm') + } + }); + return npmOutput; + }, + version: function checkNpmVersion(npm) { + execSync(`${npm} --version`, err => { + if (err) { + throw new Error('npm is not accessible') + } + }) + }, + createPackageLock: function createPackageLock(npm, manifestDir) { + execSync(`${npm} i --package-lock-only --prefix ${manifestDir}`, err => { + if (err) { + throw new Error('failed to create npmOutput list') + } + }) + } +} +export default { isSupported, provideComponent, provideStack, npmInteractions } /** @typedef {import('../provider').Provider} */ @@ -73,6 +97,12 @@ function getNpmListing(npm, allFilter, manifestDir) { return `${npm} ls${allFilter} --omit=dev --package-lock-only --json --prefix ${manifestDir}`; } + + + + + + /** * Create SBOM json string for npm Package. * @param {string} manifest - path for package.json @@ -84,24 +114,12 @@ function getSBOM(manifest, opts = {}, includeTransitive) { // get custom npm path let npm = getCustomPath('npm', opts) // verify npm is accessible - execSync(`${npm} --version`, err => { - if (err) { - throw new Error('npm is not accessible') - } - }) + npmInteractions.version(npm); let manifestDir = path.dirname(manifest) - execSync(`${npm} i --package-lock-only --prefix ${manifestDir}`, err => { - if (err) { - throw new Error('failed to create npmOutput list') - } - }) + npmInteractions.createPackageLock(npm, manifestDir); let allFilter = includeTransitive? " --all" : "" let npmListing = getNpmListing(npm, allFilter, manifestDir) - let npmOutput = execSync(npmListing, err => { - if (err) { - throw new Error('failed to get npmOutput json from npm') - } - }); + let npmOutput = npmInteractions.listing(npmListing); let depsObject = JSON.parse(npmOutput); let rootName = depsObject["name"] let rootVersion = depsObject["version"] diff --git a/src/providers/python_controller.js b/src/providers/python_controller.js index 110d91ec..bb936667 100644 --- a/src/providers/python_controller.js +++ b/src/providers/python_controller.js @@ -16,6 +16,7 @@ export default class Python_controller { pathToPythonBin realEnvironment pathToRequirements + options /** * Constructor to create new python controller instance to interact with pip package manager @@ -25,12 +26,13 @@ export default class Python_controller { * @param {string} pathToRequirements * @ */ - constructor(realEnvironment,pathToPip,pathToPython,pathToRequirements) { + constructor(realEnvironment,pathToPip,pathToPython,pathToRequirements,options={}) { this.pathToPythonBin = pathToPython this.pathToPipBin = pathToPip this.realEnvironment= realEnvironment this.prepareEnvironment() this.pathToRequirements = pathToRequirements + this.options = options } prepareEnvironment() { @@ -82,7 +84,7 @@ export default class Python_controller { console.log("Starting time to get requirements.txt dependency tree = " + startingTime) } if(!this.realEnvironment) { - let installBestEfforts = getCustom("EXHORT_PYTHON_INSTALL_BEST_EFFORTS","false"); + let installBestEfforts = getCustom("EXHORT_PYTHON_INSTALL_BEST_EFFORTS","false",this.options); if(installBestEfforts === "false") { execSync(`${this.pathToPipBin} install -r ${this.pathToRequirements}`, err =>{ @@ -95,7 +97,7 @@ export default class Python_controller { // that means that it will install the packages without referring to the versions, but will let pip choose the version // tailored for version of the python environment( and of pip package manager) for each package. else { - let matchManifestVersions = getCustom("MATCH_MANIFEST_VERSIONS","true"); + let matchManifestVersions = getCustom("MATCH_MANIFEST_VERSIONS","true",this.options); if(matchManifestVersions === "true") { throw new Error("Conflicting settings, EXHORT_PYTHON_INSTALL_BEST_EFFORTS=true can only work with MATCH_MANIFEST_VERSIONS=false") diff --git a/test/it/end-to-end.js b/test/it/end-to-end.js index 7d7f8a0d..fe0b1185 100644 --- a/test/it/end-to-end.js +++ b/test/it/end-to-end.js @@ -114,10 +114,12 @@ suite('Integration Tests', () => { // // process.env["RHDA_TOKEN"] = "34JKLDS-4234809-66666666666" // // process.env["RHDA_SOURCE"] = "Zvika Client" // // let result = await index.stackAnalysis("/tmp/rajan-0410/go.mod", false, opts); -// +// let opts = { +// MATCH_MANIFEST_VERSIONS: 'false' +// } // // let pomPath = `/tmp/231023/requirements.txt` -// let providedDataForStack = await index.stackAnalysis(pomPath) +// let providedDataForStack = await index.stackAnalysis(pomPath,opts) // console.log(JSON.stringify(providedDataForStack.summary,null , 4)) // expect(providedDataForStack.summary.dependencies.scanned).greaterThan(0) // }).timeout(15000); diff --git a/test/providers/java_maven.test.js b/test/providers/java_maven.test.js index fd9687ea..ff5c633a 100644 --- a/test/providers/java_maven.test.js +++ b/test/providers/java_maven.test.js @@ -2,12 +2,30 @@ import { expect } from 'chai' import fs from 'fs' import sinon from "sinon"; // import exhort from "../../dist/src/index.js" +import javaMvnProvider from '../../src/providers/java_maven.js' +import {rewireProvider} from "./test-utils.js"; +let clock +let javaMvnProviderRewire = await rewireProvider("src/providers/java_maven") +/** this function is parsing the outputfile path from the given command, and write that file the providerContent supplied. + * + * @param {string}command - the command string to be executed + * @param {string}providerContent - the content of the mocked data to replace original content in intercepted temp file + * @param {string} outputFileParameter - name of the parameter indicating the output file of the command invocation, including '='. + * @private + */ +function interceptAndOverwriteDataWithMock(command, providerContent, outputFileParameter) { + let length = outputFileParameter.length; + let indexOf = command.indexOf(outputFileParameter); + let outputFileTokenPlusRest = command.substring(indexOf + length); + let endOfOutputFile = outputFileTokenPlusRest.indexOf("-f"); + let interceptedFilePath = outputFileTokenPlusRest.substring(0, endOfOutputFile).trim() + fs.writeFileSync(interceptedFilePath, providerContent) +} -import javaMvnProvider from '../../src/providers/java_maven.js' -let clock suite('testing the java-maven data provider', () => { + [ {name: 'pom.xml', expected: true}, {name: 'some_other.file', expected: false} @@ -17,7 +35,8 @@ suite('testing the java-maven data provider', () => { ) }); - [ "poms_deps_with_2_ignore_long", + [ + "poms_deps_with_2_ignore_long", "pom_deps_with_ignore_on_artifact", "pom_deps_with_ignore_on_dependency", "pom_deps_with_ignore_on_group", @@ -48,15 +67,24 @@ suite('testing the java-maven data provider', () => { test(`verify maven data provided for stack analysis with scenario ${scenario}`, async () => { // load the expected graph for the scenario let expectedSbom = fs.readFileSync(`test/providers/tst_manifests/maven/${testCase}/stack_analysis_expected_sbom.json`,).toString() + let dependencyTreeTextContent = fs.readFileSync(`test/providers/tst_manifests/maven/${testCase}/dep-tree.txt`,).toString() expectedSbom = JSON.stringify(JSON.parse(expectedSbom)) + let mockedExecFunction = function(command){ + if(command.includes(":tree")){ + interceptAndOverwriteDataWithMock(command,dependencyTreeTextContent,"DoutputFile=") + } + } + javaMvnProviderRewire.__set__('execSync',mockedExecFunction) // invoke sut stack analysis for scenario manifest - let providedDataForStack = await javaMvnProvider.provideStack(`test/providers/tst_manifests/maven/${testCase}/pom.xml`) + let providedDataForStack = await javaMvnProviderRewire.__get__("provideStack")(`test/providers/tst_manifests/maven/${testCase}/pom.xml`) + javaMvnProviderRewire.__ResetDependency__() // verify returned data matches expectation expect(providedDataForStack).to.deep.equal({ ecosystem: 'maven', contentType: 'application/vnd.cyclonedx+json', content: expectedSbom }) + // these test cases takes ~2500-2700 ms each pr >10000 in CI (for the first test-case) }).timeout(process.env.GITHUB_ACTIONS ? 40000 : 10000) @@ -65,15 +93,23 @@ suite('testing the java-maven data provider', () => { let expectedSbom = fs.readFileSync(`test/providers/tst_manifests/maven/${testCase}/component_analysis_expected_sbom.json`,).toString().trim() // read target manifest file expectedSbom = JSON.stringify(JSON.parse(expectedSbom)) + let effectivePomContent = fs.readFileSync(`test/providers/tst_manifests/maven/${testCase}/effective-pom.xml`,).toString() let manifestContent = fs.readFileSync(`test/providers/tst_manifests/maven/${testCase}/pom.xml`).toString() + let mockedExecFunction = function(command){ + if(command.includes(":effective-pom")){ + interceptAndOverwriteDataWithMock(command, effectivePomContent,"Doutput="); + } + } + javaMvnProviderRewire.__set__('execSync',mockedExecFunction) // invoke sut component analysis for scenario manifest - let providedDataForStack = await javaMvnProvider.provideComponent(manifestContent) + let providedDataForStack = await javaMvnProviderRewire.__get__("provideComponent")(manifestContent) // verify returned data matches expectation expect(providedDataForStack).to.deep.equal({ ecosystem: 'maven', contentType: 'application/vnd.cyclonedx+json', content: expectedSbom }) + javaMvnProviderRewire.__ResetDependency__() // these test cases takes ~1400-2000 ms each pr >10000 in CI (for the first test-case) }).timeout(process.env.GITHUB_ACTIONS ? 15000 : 5000) // these test cases takes ~1400-2000 ms each pr >10000 in CI (for the first test-case) diff --git a/test/providers/javascript_npm.test.js b/test/providers/javascript_npm.test.js index f5ef5fa0..27deee36 100644 --- a/test/providers/javascript_npm.test.js +++ b/test/providers/javascript_npm.test.js @@ -1,13 +1,26 @@ import { expect } from 'chai' import fs from 'fs' import sinon from "sinon"; +// import babelCore from 'babel-core' import javascriptNpmProvider from "../../src/providers/javascript_npm.js" +import {rewireProvider} from "./test-utils.js"; - +let javascriptNpmProviderRewire = await rewireProvider("src/providers/javascript_npm") let clock -suite('testing the javascript-npm data provider', () => { + + +// async function rewireProvider() +// { +// let jsNpmProvider = fs.readFileSync("src/providers/javascript_npm.js") +// let javascriptNpmProviderSource = babelCore.transform(jsNpmProvider, {plugins: ["babel-plugin-rewire"]}).code; +// fs.writeFileSync("src/providers/javascript_npm_rewire.js",javascriptNpmProviderSource) +// javascriptNpmProviderRewire = await import("../../src/providers/javascript_npm_rewire.js") +// } + +suite('testing the javascript-npm data provider', async() => { [ + {name: 'package.json', expected: true}, {name: 'some_other.file', expected: false} ].forEach(testCase => { @@ -15,19 +28,25 @@ suite('testing the javascript-npm data provider', () => { expect(javascriptNpmProvider.isSupported(testCase.name)).to.equal(testCase.expected) ) }); - [ "package_json_deps_without_exhortignore_object", "package_json_deps_with_exhortignore_object" ].forEach(testCase => { let scenario = testCase.replace('package_json_deps_', '').replaceAll('_', ' ') test(`verify package.json data provided for stack analysis with scenario ${scenario}`, async () => { + // javascriptNpmProviderRewire = await rewireProvider("src/providers/javascript_npm") // load the expected graph for the scenario let expectedSbom = fs.readFileSync(`test/providers/tst_manifests/npm/${testCase}/stack_expected_sbom.json`,).toString() + let npmListing = fs.readFileSync(`test/providers/tst_manifests/npm/${testCase}/npm_listing_stack.json`,).toString() expectedSbom = JSON.stringify(JSON.parse(expectedSbom)) + let mpmMockedInteractions = { + listing: () => npmListing, + version: () => void (0), + createPackageLock: () => void (0) + } + javascriptNpmProviderRewire.__set__('npmInteractions', mpmMockedInteractions) // invoke sut stack analysis for scenario manifest - - let providedDataForStack = await javascriptNpmProvider.provideStack(`test/providers/tst_manifests/npm/${testCase}/package.json`) + let providedDataForStack = javascriptNpmProviderRewire.__get__("provideStack")(`test/providers/tst_manifests/npm/${testCase}/package.json`) // new(year: number, month: number, date?: number, hours?: number, minutes?: number, seconds?: number, ms?: number): Date // providedDataForStack.content = providedDataForStack.content.replaceAll("\"timestamp\":\"[a-zA-Z0-9\\-\\:]+\"","") @@ -37,23 +56,35 @@ suite('testing the javascript-npm data provider', () => { contentType: 'application/vnd.cyclonedx+json', content: expectedSbom }) - // these test cases takes ~2500-2700 ms each pr >10000 in CI (for the first test-case) - }).timeout(process.env.GITHUB_ACTIONS ? 30000 : 10000) - + javascriptNpmProviderRewire.__ResetDependency__() + // javascriptNpmProviderSource.runNpmListing.restore() + // these test cases takes ~2500-2700 ms each pr >10000 in CI (for the first test-case) + }).timeout(process.env.GITHUB_ACTIONS ? 30000 : 10000); test(`verify package.json data provided for component analysis with scenario ${scenario}`, async () => { + // javascriptNpmProviderRewire = await rewireProvider("src/providers/javascript_npm") // load the expected list for the scenario let expectedSbom = fs.readFileSync(`test/providers/tst_manifests/npm/${testCase}/component_expected_sbom.json`,).toString().trim() expectedSbom = JSON.stringify(JSON.parse(expectedSbom)) + let npmListing = fs.readFileSync(`test/providers/tst_manifests/npm/${testCase}/npm_listing_component.json`,).toString() // read target manifest file let manifestContent = fs.readFileSync(`test/providers/tst_manifests/npm/${testCase}/package.json`).toString() + // sinon.stub(javascriptNpmProviderSource,'runNpmListing').callsFake(() => npmListing) + let mpmMockedInteractions = { + listing: () => npmListing, + version: () => void (0), + createPackageLock: () => void (0) + } + javascriptNpmProviderRewire.__set__('npmInteractions', mpmMockedInteractions) // invoke sut stack analysis for scenario manifest - let providedDataForStack = await javascriptNpmProvider.provideComponent(manifestContent) + let providedDataForStack = await javascriptNpmProviderRewire.__get__("provideComponent")(manifestContent) // verify returned data matches expectation expect(providedDataForStack).to.deep.equal({ ecosystem: 'npm', contentType: 'application/vnd.cyclonedx+json', content: expectedSbom }) + javascriptNpmProviderRewire.__ResetDependency__() + // javascriptNpmProviderSource.runNpmListing.restore() // these test cases takes ~1400-2000 ms each pr >10000 in CI (for the first test-case) }).timeout(process.env.GITHUB_ACTIONS ? 15000 : 10000) diff --git a/test/providers/test-utils.js b/test/providers/test-utils.js new file mode 100644 index 00000000..98bd1ea5 --- /dev/null +++ b/test/providers/test-utils.js @@ -0,0 +1,19 @@ +import babelCore from "babel-core"; +import fs from "fs"; + +async function dynamicImportProvider(path) { + return await import(path) +} + +/** + * + * @param path + * @return providerInstance - provider instance that exposing private method/functions/properties to be mocked/stubbed + */ +export function rewireProvider(path) +{ + let providerBuffeer = fs.readFileSync(path + ".js") + let providerSource = babelCore.transform(providerBuffeer, {plugins: ["babel-plugin-rewire"]}).code; + fs.writeFileSync(path + "_rewire.js",providerSource) + return dynamicImportProvider("../../" + path + "_rewire.js" ) +} diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/dep-tree.txt new file mode 100644 index 00000000..ae7d1090 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/dep-tree.txt @@ -0,0 +1 @@ +pom-with-deps-and-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/effective-pom.xml new file mode 100644 index 00000000..eba7ffa6 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-and-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_artifact/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/dep-tree.txt new file mode 100644 index 00000000..ae7d1090 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/dep-tree.txt @@ -0,0 +1 @@ +pom-with-deps-and-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/effective-pom.xml new file mode 100644 index 00000000..9e683fc2 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-and-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_dependency/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/dep-tree.txt new file mode 100644 index 00000000..ae7d1090 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/dep-tree.txt @@ -0,0 +1 @@ +pom-with-deps-and-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/effective-pom.xml new file mode 100644 index 00000000..29c4c1d9 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-and-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_group/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/dep-tree.txt new file mode 100644 index 00000000..ae7d1090 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/dep-tree.txt @@ -0,0 +1 @@ +pom-with-deps-and-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/effective-pom.xml new file mode 100644 index 00000000..50eac0fb --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-and-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_version/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/dep-tree.txt new file mode 100644 index 00000000..77f8611b --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/dep-tree.txt @@ -0,0 +1,2 @@ +pom-with-deps-no-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 +\- log4j:log4j:jar:1.2.17:compile diff --git a/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/effective-pom.xml new file mode 100644 index 00000000..d510da7d --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-no-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_ignore_on_wrong/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/dep-tree.txt new file mode 100644 index 00000000..77f8611b --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/dep-tree.txt @@ -0,0 +1,2 @@ +pom-with-deps-no-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 +\- log4j:log4j:jar:1.2.17:compile diff --git a/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/effective-pom.xml new file mode 100644 index 00000000..98e39c70 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/effective-pom.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + 4.0.0 + pom-with-deps-no-ignore + pom-with-dependency-not-ignored-for-tests + 0.0.1 + + + log4j + log4j + 1.2.17 + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/test-classes + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/src/main/resources + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target + pom-with-dependency-not-ignored-for-tests-0.0.1 + + + + maven-antrun-plugin + 1.3 + + + maven-assembly-plugin + 2.2-beta-5 + + + maven-dependency-plugin + 2.8 + + + maven-release-plugin + 2.5.3 + + + + + + maven-clean-plugin + 2.5 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 2.6 + + + default-testResources + process-test-resources + + testResources + + + + default-resources + process-resources + + resources + + + + + + maven-jar-plugin + 2.4 + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.1 + + + default-compile + compile + + compile + + + + default-testCompile + test-compile + + testCompile + + + + + + maven-surefire-plugin + 2.12.4 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.4 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.7 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/dep-tree.txt b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/dep-tree.txt new file mode 100644 index 00000000..0194e519 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/dep-tree.txt @@ -0,0 +1,298 @@ +pom-with-deps-no-ignore:pom-with-dependency-not-ignored-common-paths:jar:0.0.1 ++- org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile +| +- org.springframework.boot:spring-boot:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE; scope not updated to compile) +| | +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- org.springframework:spring-context:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- (org.springframework:spring-aop:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-expression:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE; scope not updated to compile) +| | \- (org.springframework.boot:spring-boot:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-logging:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- ch.qos.logback:logback-classic:jar:1.2.3:compile (version managed from 1.2.3) +| | | +- ch.qos.logback:logback-core:jar:1.2.3:compile (version managed from 1.2.3) +| | | \- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.25; omitted for duplicate) +| | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile (version managed from 2.13.3) +| | | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.25; omitted for duplicate) +| | | \- org.apache.logging.log4j:log4j-api:jar:2.13.3:compile (version managed from 2.13.3) +| | \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile (version managed from 1.7.30) +| | \- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.30; omitted for duplicate) +| +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5) +| +- org.springframework:spring-core:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE; scope not updated to compile) +| | \- org.springframework:spring-jcl:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| \- org.yaml:snakeyaml:jar:1.26:compile (version managed from 1.26) ++- org.springframework.boot:spring-boot-starter-web:jar:2.3.5.RELEASE:compile +| +- (org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-json:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- (org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-web:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.11.3:compile (version managed from 2.11.3) +| | | \- com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile (version managed from 2.11.3) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.3:compile (version managed from 2.11.3) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.39:compile (version managed from 9.0.39) +| | +- org.glassfish:jakarta.el:jar:3.0.3:compile (version managed from 3.0.3) +| | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.39:compile (version managed from 9.0.39) +| | \- (org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.39:compile - version managed from 9.0.39; omitted for duplicate) +| +- org.springframework:spring-web:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- org.springframework:spring-beans:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| \- org.springframework:spring-webmvc:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| +- org.springframework:spring-aop:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-context:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- org.springframework:spring-expression:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| \- (org.springframework:spring-web:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) ++- io.quarkus:quarkus-resteasy:jar:2.7.7.Final:compile +| +- (io.quarkus:quarkus-vertx-http:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| \- io.quarkus:quarkus-resteasy-server-common:jar:2.7.7.Final:compile +| +- (io.quarkus:quarkus-core:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| +- (io.quarkus:quarkus-arc:jar:2.7.7.Final:compile - omitted for conflict with 2.13.6.Final) +| +- io.quarkus:quarkus-resteasy-common:jar:2.7.7.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| | +- org.jboss.resteasy:resteasy-core:jar:4.7.5.Final:compile +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.2.Final; omitted for duplicate) +| | | +- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile +| | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile +| | | +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:2.0.0.Final:compile +| | | +- org.jboss.resteasy:resteasy-core-spi:jar:4.7.5.Final:compile +| | | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.2.Final; omitted for duplicate) +| | | | +- (org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile - omitted for duplicate) +| | | | +- (org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile - omitted for duplicate) +| | | | +- (org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:2.0.0.Final:compile - omitted for duplicate) +| | | | +- (org.reactivestreams:reactive-streams:jar:1.0.3:compile - version managed from 1.0.3; omitted for duplicate) +| | | | \- (jakarta.validation:jakarta.validation-api:jar:2.0.2:compile - version managed from 2.0.2; omitted for duplicate) +| | | +- (org.reactivestreams:reactive-streams:jar:1.0.3:compile - version managed from 1.0.3; omitted for duplicate) +| | | +- (jakarta.validation:jakarta.validation-api:jar:2.0.2:compile - version managed from 2.0.2; omitted for duplicate) +| | | +- com.ibm.async:asyncutil:jar:0.1.0:compile +| | | \- (io.smallrye.config:smallrye-config:jar:2.3.0:compile - omitted for conflict with 2.12.0) +| | +- (io.quarkus:quarkus-arc:jar:2.7.7.Final:compile - omitted for conflict with 2.13.6.Final) +| | \- com.sun.activation:jakarta.activation:jar:1.2.2:compile (version managed from 1.2.1) +| \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile (version managed from 2.0.2) ++- org.keycloak:keycloak-saml-core:jar:1.8.1.Final:compile +| \- org.apache.santuario:xmlsec:jar:1.5.1:compile +| \- commons-logging:commons-logging:jar:1.1.1:compile ++- io.quarkus:quarkus-vertx-http:jar:2.13.5.Final:compile +| +- io.quarkus:quarkus-core:jar:2.13.5.Final:compile +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile +| | | +- jakarta.el:jakarta.el-api:jar:3.0.3:compile +| | | +- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile +| | | | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | | | \- jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile +| | | | \- (jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile - version managed from 1.3.2; omitted for duplicate) +| | | \- (jakarta.inject:jakarta.inject-api:jar:1.0:compile - omitted for duplicate) +| | +- jakarta.inject:jakarta.inject-api:jar:1.0:compile +| | +- io.quarkus:quarkus-ide-launcher:jar:2.13.5.Final:compile +| | +- io.quarkus:quarkus-development-mode-spi:jar:2.13.5.Final:compile +| | +- io.smallrye.config:smallrye-config:jar:2.12.0:compile +| | | +- io.smallrye.config:smallrye-config-core:jar:2.12.0:compile +| | | | +- org.eclipse.microprofile.config:microprofile-config-api:jar:2.0.1:compile +| | | | +- (io.smallrye.common:smallrye-common-annotation:jar:1.13.1:compile - omitted for duplicate) +| | | | +- io.smallrye.common:smallrye-common-expression:jar:1.13.1:compile +| | | | | +- io.smallrye.common:smallrye-common-function:jar:1.13.1:compile +| | | | | | \- (io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile - omitted for duplicate) +| | | | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | | +- (io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile - omitted for duplicate) +| | | | +- io.smallrye.common:smallrye-common-classloader:jar:1.13.1:compile +| | | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | | +- (org.ow2.asm:asm:jar:9.3:compile - omitted for conflict with 5.0.4) +| | | | \- io.smallrye.config:smallrye-config-common:jar:2.12.0:compile +| | | | +- (org.eclipse.microprofile.config:microprofile-config-api:jar:2.0.1:compile - omitted for duplicate) +| | | | +- (io.smallrye.common:smallrye-common-classloader:jar:1.13.1:compile - omitted for duplicate) +| | | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile (version managed from 3.5.0.Final) +| | +- org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile +| | | \- (org.wildfly.common:wildfly-common:jar:1.5.0.Final-format-001:compile - omitted for conflict with 1.5.4.Final-format-001) +| | +- org.jboss.logging:jboss-logging-annotations:jar:2.2.1.Final:compile +| | +- org.jboss.threads:jboss-threads:jar:3.4.3.Final:compile +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.1.Final; omitted for duplicate) +| | | \- (org.wildfly.common:wildfly-common:jar:1.5.0.Final:compile - omitted for conflict with 1.5.4.Final-format-001) +| | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.36; omitted for duplicate) +| | +- org.jboss.slf4j:slf4j-jboss-logmanager:jar:1.2.0.Final:compile +| | +- org.graalvm.sdk:graal-sdk:jar:22.3.0:compile +| | +- org.wildfly.common:wildfly-common:jar:1.5.4.Final-format-001:compile +| | +- io.quarkus:quarkus-bootstrap-runner:jar:2.13.5.Final:compile +| | | +- io.smallrye.common:smallrye-common-io:jar:1.13.1:compile +| | | +- (org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile - omitted for duplicate) +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.5.0.Final; omitted for duplicate) +| | | \- (io.github.crac:org-crac:jar:0.1.1:compile - omitted for duplicate) +| | \- io.quarkus:quarkus-fs-util:jar:0.0.9:compile +| +- io.quarkus:quarkus-security-runtime-spi:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | \- (io.quarkus.security:quarkus-security:jar:1.1.4.Final:compile - omitted for duplicate) +| +- io.quarkus:quarkus-credentials:jar:2.13.5.Final:compile +| | \- io.quarkus.arc:arc:jar:2.13.5.Final:compile +| | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile (version managed from 1.3.3) +| | +- (io.smallrye.reactive:mutiny:jar:1.6.0:compile - omitted for conflict with 1.7.0) +| | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.5.0.Final; omitted for duplicate) +| +- io.quarkus:quarkus-mutiny:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- io.smallrye.reactive:mutiny:jar:1.7.0:compile +| | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile (version managed from 1.0.3) +| | | \- (io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile - omitted for conflict with 1.13.1) +| | +- io.quarkus:quarkus-smallrye-context-propagation:jar:2.13.5.Final:compile +| | | +- io.smallrye:smallrye-context-propagation:jar:1.2.2:compile +| | | | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile - omitted for duplicate) +| | | | +- io.smallrye:smallrye-context-propagation-api:jar:1.2.2:compile +| | | | | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile - omitted for duplicate) +| | | | | \- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | | +- io.smallrye:smallrye-context-propagation-storage:jar:1.2.2:compile +| | | | +- (org.eclipse.microprofile.config:microprofile-config-api:jar:1.4:compile - omitted for conflict with 2.0.1) +| | | | \- (org.jboss.threads:jboss-threads:jar:3.1.1.Final:compile - omitted for conflict with 3.4.3.Final) +| | | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | | \- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | \- io.smallrye.reactive:mutiny-smallrye-context-propagation:jar:1.7.0:compile +| | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.3:compile - omitted for conflict with 1.2) +| | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | \- (io.smallrye:smallrye-context-propagation:jar:1.2.2:compile - omitted for duplicate) +| +- io.smallrye.common:smallrye-common-vertx-context:jar:1.13.1:compile +| | +- io.vertx:vertx-core:jar:4.3.3:compile +| | | +- io.netty:netty-common:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | +- io.netty:netty-buffer:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | \- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-transport:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-handler:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-handler-proxy:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- io.netty:netty-codec-socks:jar:4.1.53.Final:compile (version managed from 4.1.53.Final) +| | | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-codec-http:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-codec-http2:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-resolver:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | \- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-resolver-dns:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- io.netty:netty-codec-dns:jar:4.1.53.Final:compile (version managed from 4.1.53.Final) +| | | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.13.2; omitted for duplicate) +| | \- io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile +| | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| +- io.quarkus:quarkus-vertx-http-dev-console-runtime-spi:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- (io.quarkus.arc:arc:jar:2.13.5.Final:compile - omitted for duplicate) +| | \- (io.vertx:vertx-web:jar:4.3.4:compile - omitted for duplicate) +| +- io.quarkus.security:quarkus-security:jar:1.1.4.Final:compile +| | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.3.2.Final; omitted for duplicate) +| | \- (io.smallrye.reactive:mutiny:jar:0.4.3:compile - omitted for conflict with 1.7.0) +| +- io.quarkus:quarkus-vertx:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | +- io.quarkus:quarkus-netty:jar:2.13.5.Final:compile +| | | +- io.netty:netty-codec:jar:4.1.53.Final:compile (version managed from 4.1.82.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (io.netty:netty-codec-http2:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | | +- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | \- com.aayushatharva.brotli4j:brotli4j:jar:1.7.1:compile +| | | \- com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.7.1:compile +| | +- io.netty:netty-codec-haproxy:jar:4.1.53.Final:compile (version managed from 4.1.82.Final) +| | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | +- io.smallrye.common:smallrye-common-annotation:jar:1.13.1:compile +| | +- (io.smallrye.common:smallrye-common-vertx-context:jar:1.13.1:compile - omitted for duplicate) +| | +- (io.quarkus:quarkus-mutiny:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- io.quarkus:quarkus-vertx-latebound-mdc-provider:jar:2.13.5.Final:compile +| | | \- (org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile +| | | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | | +- io.smallrye.reactive:smallrye-mutiny-vertx-runtime:jar:2.27.0:compile +| | | | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | | +- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | | \- io.smallrye.reactive:vertx-mutiny-generator:jar:2.27.0:compile +| | | +- (io.smallrye.reactive:smallrye-mutiny-vertx-runtime:jar:2.27.0:compile - omitted for duplicate) +| | | +- io.vertx:vertx-codegen:jar:4.3.4:compile +| | | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.13.4; omitted for duplicate) +| | | \- (io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile - omitted for conflict with 1.13.1) +| | \- io.smallrye:smallrye-fault-tolerance-vertx:jar:5.5.0:compile +| +- io.smallrye.reactive:smallrye-mutiny-vertx-web:jar:2.27.0:compile +| | +- (io.vertx:vertx-web:jar:4.3.4:compile - omitted for duplicate) +| | +- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-web-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-web-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-auth-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-auth-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-bridge-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-bridge-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | \- io.smallrye.reactive:smallrye-mutiny-vertx-uri-template:jar:2.27.0:compile +| | +- io.vertx:vertx-uri-template:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| +- io.vertx:vertx-web:jar:4.3.4:compile +| | +- io.vertx:vertx-web-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | +- io.vertx:vertx-auth-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | +- io.vertx:vertx-bridge-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| \- io.github.crac:org-crac:jar:0.1.1:compile +\- io.quarkus:quarkus-jdbc-postgresql:jar:2.13.6.Final:compile + +- io.quarkus:quarkus-arc:jar:2.13.6.Final:compile + | +- (io.quarkus.arc:arc:jar:2.13.6.Final:compile - omitted for conflict with 2.13.5.Final) + | +- (io.quarkus:quarkus-core:jar:2.13.6.Final:compile - omitted for conflict with 2.13.5.Final) + | \- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile + \- org.postgresql:postgresql:jar:42.2.18:compile (version managed from 42.5.1) diff --git a/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effective-pom.xml b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effective-pom.xml new file mode 100644 index 00000000..b5850646 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effective-pom.xml @@ -0,0 +1,6079 @@ + + + + + + + + + + + + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.3.5.RELEASE + + + pom-with-deps-no-ignore + pom-with-dependency-not-ignored-common-paths + 0.0.1 + pom-with-dependency-not-ignored-common-paths + Demo project for Spring Boot + https://spring.io/projects/spring-boot/pom-with-dependency-not-ignored-common-paths + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot/pom-with-dependency-not-ignored-common-paths + + + 5.15.13 + 2.7.7 + 1.9.82 + 2.12.0 + 1.9.6 + 3.16.1 + 4.0.6 + 4.0.3 + 2.1.4 + 3.1.0 + 1.10.17 + 2.8.6 + 4.6.1 + 1.5.1 + 1.14 + 2.7.0 + 3.10 + 1.6 + 2.8.1 + 3.0.9 + 11.5.4.0 + 1.0.10.RELEASE + 10.14.2.0 + 4.1.14 + 2.10.6 + 3.8.1 + 7.6.2 + 2.2.0 + 1.6.0 + 1.2.5 + 6.4.4 + 2.3.30 + 3.0.1 + 3.0.3 + 2.3.3 + 2.5.13 + 2.8.6 + 1.4.200 + 2.2 + 1.3.2 + 3.12.10 + 6.1.6.Final + 5.4.22.Final + 3.4.5 + 2.5.1 + 2.40.0 + 4.1.4 + 4.5.13 + 4.4.13 + 10.1.8.Final + 2.18 + 2.11.3 + 1.2.2 + 1.3.5 + 2.0.3 + 1.0.2 + 1.1.6 + 1.6.5 + 2.2.3 + 1.2.7 + 4.0.4 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.2 + 17 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.0.3 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 3.0.9 + 3.4.1.Final + 7.6.0.Final + 2.0.6 + 3.3.0 + 2.30.1 + 8.5.54 + 2.2.0.v201112011158 + 1.1.4 + 9.4.33.v20201020 + 1.15 + 1.2.8 + 1.6.2 + 3.13.5 + 2.4.0 + 2.3 + 1.5.0 + 1.2 + 1.3.1 + 5.6.3 + 4.13.1 + 2.5.1 + 1.3.8 + 1.3.72 + 5.3.5.RELEASE + 3.8.9 + 2.13.3 + 1.2.3 + 1.18.16 + 2.6.2 + 1.8 + 3.3.0 + 3.1.0 + 3.8.1 + 3.1.2 + 2.8.2 + 3.0.0-M3 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.1 + 3.2.0 + 3.2.0 + 3.1.0 + 3.2.4 + 3.2.1 + 2.22.2 + 3.2.3 + 17 + 17 + 1.5.6 + 1.9.13 + 3.3.3 + 4.0.5 + 7.4.1.jre8 + 8.0.22 + 1.9.22 + 3.2.17 + 2.0.34.Final + 4.1.53.Final + 8.19 + 1.1.0 + 7.1.1 + 19.3.0.0 + 3.14.9 + 19.3.0.0 + 1.1.2 + 42.2.18 + UTF-8 + UTF-8 + 0.9.0 + 2.3.2 + 4.3.1 + Arabba-SR8 + 5.9.0 + 1.0.3 + Dysprosium-SR13 + @ + 3.3.0 + 1.0.3 + 1.2.1 + 1.3.8 + 2.2.20 + 1.5.2 + 2.40.0 + 3.141.59 + 4.4.8 + 4.0.1 + 1.7.30 + 1.26 + 8.5.2 + 2.2.12.RELEASE + 4.2.4.RELEASE + Neumann-SR5 + 5.2.10.RELEASE + 1.1.2.RELEASE + 5.3.3.RELEASE + 2.5.7.RELEASE + 2.3.3.RELEASE + 2.0.5.RELEASE + 1.2.5.RELEASE + 5.3.5.RELEASE + Dragonfruit-SR1 + 3.0.10.RELEASE + 3.31.1 + 1.6.5 + 2.0.1 + 3.0.4.RELEASE + 3.0.4.RELEASE + 2.4.1 + 3.0.11.RELEASE + 9.0.39 + 4.0.14 + 2.1.4.Final + 2.7 + 3325375 + 0.45 + 1.6.3 + 1.0.2 + 2.7.0 + + + + + org.apache.activemq + activemq-amqp + 5.15.13 + + + org.apache.activemq + activemq-blueprint + 5.15.13 + + + org.apache.activemq + activemq-broker + 5.15.13 + + + org.apache.activemq + activemq-camel + 5.15.13 + + + org.apache.activemq + activemq-client + 5.15.13 + + + org.apache.activemq + activemq-console + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + 5.15.13 + + + org.apache.activemq + activemq-jaas + 5.15.13 + + + org.apache.activemq + activemq-jdbc-store + 5.15.13 + + + org.apache.activemq + activemq-jms-pool + 5.15.13 + + + org.apache.activemq + activemq-kahadb-store + 5.15.13 + + + org.apache.activemq + activemq-karaf + 5.15.13 + + + org.apache.activemq + activemq-leveldb-store + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + 5.15.13 + + + org.apache.activemq + activemq-mqtt + 5.15.13 + + + org.apache.activemq + activemq-openwire-generator + 5.15.13 + + + org.apache.activemq + activemq-openwire-legacy + 5.15.13 + + + org.apache.activemq + activemq-osgi + 5.15.13 + + + org.apache.activemq + activemq-partition + 5.15.13 + + + org.apache.activemq + activemq-pool + 5.15.13 + + + org.apache.activemq + activemq-ra + 5.15.13 + + + org.apache.activemq + activemq-run + 5.15.13 + + + org.apache.activemq + activemq-runtime-config + 5.15.13 + + + org.apache.activemq + activemq-shiro + 5.15.13 + + + org.apache.activemq + activemq-spring + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + 5.15.13 + + + org.apache.activemq + activemq-web + 5.15.13 + + + antlr + antlr + 2.7.7 + + + com.google.appengine + appengine-api-1.0-sdk + 1.9.82 + + + org.apache.activemq + artemis-amqp-protocol + 2.12.0 + + + org.apache.activemq + artemis-commons + 2.12.0 + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-client + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + 2.12.0 + + + org.apache.activemq + artemis-selector + 2.12.0 + + + org.apache.activemq + artemis-server + 2.12.0 + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + 2.12.0 + + + org.aspectj + aspectjrt + 1.9.6 + + + org.aspectj + aspectjtools + 1.9.6 + + + org.aspectj + aspectjweaver + 1.9.6 + + + org.assertj + assertj-core + 3.16.1 + + + com.atomikos + transactions-jdbc + 4.0.6 + + + com.atomikos + transactions-jms + 4.0.6 + + + com.atomikos + transactions-jta + 4.0.6 + + + org.awaitility + awaitility + 4.0.3 + + + org.awaitility + awaitility-groovy + 4.0.3 + + + org.awaitility + awaitility-kotlin + 4.0.3 + + + org.awaitility + awaitility-scala + 4.0.3 + + + org.codehaus.btm + btm + 2.1.4 + + + net.bytebuddy + byte-buddy + 1.10.17 + + + net.bytebuddy + byte-buddy-agent + 1.10.17 + + + com.github.ben-manes.caffeine + caffeine + 2.8.6 + + + com.github.ben-manes.caffeine + guava + 2.8.6 + + + com.github.ben-manes.caffeine + jcache + 2.8.6 + + + com.github.ben-manes.caffeine + simulator + 2.8.6 + + + com.datastax.oss + java-driver-core + 4.6.1 + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + 1.5.1 + + + commons-codec + commons-codec + 1.14 + + + org.apache.commons + commons-dbcp2 + 2.7.0 + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + 3.10 + + + commons-pool + commons-pool + 1.6 + + + org.apache.commons + commons-pool2 + 2.8.1 + + + com.couchbase.client + java-client + 3.0.9 + + + com.ibm.db2 + jcc + 11.5.4.0 + + + io.spring.gradle + dependency-management-plugin + 1.0.10.RELEASE + + + org.apache.derby + derby + 10.14.2.0 + + + org.apache.derby + derbyclient + 10.14.2.0 + + + net.sf.ehcache + ehcache + 2.10.6 + + + org.ehcache + ehcache + 3.8.1 + + + org.ehcache + ehcache-clustered + 3.8.1 + + + org.ehcache + ehcache-transactions + 3.8.1 + + + org.elasticsearch + elasticsearch + 7.6.2 + + + org.elasticsearch.client + transport + 7.6.2 + + + org.elasticsearch.client + elasticsearch-rest-client + 7.6.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + 7.6.2 + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + 7.6.2 + + + org.elasticsearch.plugin + transport-netty4-client + 7.6.2 + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + 2.2.0 + + + org.flywaydb + flyway-core + 6.4.4 + + + org.freemarker + freemarker + 2.3.30 + + + org.glassfish + jakarta.el + 3.0.3 + + + org.glassfish.jaxb + codemodel + 2.3.3 + + + org.glassfish.jaxb + codemodel-annotation-compiler + 2.3.3 + + + org.glassfish.jaxb + jaxb-jxc + 2.3.3 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.3 + + + org.glassfish.jaxb + jaxb-xjc + 2.3.3 + + + org.glassfish.jaxb + txw2 + 2.3.3 + + + org.glassfish.jaxb + txwc2 + 2.3.3 + + + org.glassfish.jaxb + xsom + 2.3.3 + + + com.google.code.gson + gson + 2.8.6 + + + com.h2database + h2 + 1.4.200 + + + org.hamcrest + hamcrest + 2.2 + + + org.hamcrest + hamcrest-core + 2.2 + + + org.hamcrest + hamcrest-library + 2.2 + + + com.hazelcast + hazelcast + 3.12.10 + + + com.hazelcast + hazelcast-client + 3.12.10 + + + com.hazelcast + hazelcast-spring + 3.12.10 + + + com.hazelcast + hazelcast-hibernate52 + 1.3.2 + + + com.hazelcast + hazelcast-hibernate53 + 1.3.2 + + + org.hibernate + hibernate-c3p0 + 5.4.22.Final + + + org.hibernate + hibernate-core + 5.4.22.Final + + + org.hibernate + hibernate-ehcache + 5.4.22.Final + + + org.hibernate + hibernate-entitymanager + 5.4.22.Final + + + org.hibernate + hibernate-envers + 5.4.22.Final + + + org.hibernate + hibernate-hikaricp + 5.4.22.Final + + + org.hibernate + hibernate-java8 + 5.4.22.Final + + + org.hibernate + hibernate-jcache + 5.4.22.Final + + + org.hibernate + hibernate-jpamodelgen + 5.4.22.Final + + + org.hibernate + hibernate-proxool + 5.4.22.Final + + + org.hibernate + hibernate-spatial + 5.4.22.Final + + + org.hibernate + hibernate-testing + 5.4.22.Final + + + org.hibernate + hibernate-vibur + 5.4.22.Final + + + org.hibernate.validator + hibernate-validator + 6.1.6.Final + + + org.hibernate.validator + hibernate-validator-annotation-processor + 6.1.6.Final + + + com.zaxxer + HikariCP + 3.4.5 + + + org.hsqldb + hsqldb + 2.5.1 + + + net.sourceforge.htmlunit + htmlunit + 2.40.0 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + 4.1.4 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + 4.5.13 + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + 4.5.13 + + + org.apache.httpcomponents + httpclient-osgi + 4.5.13 + + + org.apache.httpcomponents + httpclient-win + 4.5.13 + + + org.apache.httpcomponents + httpmime + 4.5.13 + + + org.apache.httpcomponents + httpcore + 4.4.13 + + + org.apache.httpcomponents + httpcore-nio + 4.4.13 + + + org.infinispan + infinispan-api + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-jdbc + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-jpa + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-remote + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-rest + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-rocksdb + 10.1.8.Final + + + org.infinispan + infinispan-cdi-common + 10.1.8.Final + + + org.infinispan + infinispan-cdi-embedded + 10.1.8.Final + + + org.infinispan + infinispan-cdi-remote + 10.1.8.Final + + + org.infinispan + infinispan-client-hotrod + 10.1.8.Final + + + org.infinispan + infinispan-client-rest + 10.1.8.Final + + + org.infinispan + infinispan-clustered-counter + 10.1.8.Final + + + org.infinispan + infinispan-clustered-lock + 10.1.8.Final + + + org.infinispan + infinispan-commons + 10.1.8.Final + + + org.infinispan + infinispan-component-annotations + 10.1.8.Final + + + org.infinispan + infinispan-core + 10.1.8.Final + + + org.infinispan + infinispan-directory-provider + 10.1.8.Final + + + org.infinispan + infinispan-hibernate-cache-v53 + 10.1.8.Final + + + org.infinispan + infinispan-jboss-marshalling + 10.1.8.Final + + + org.infinispan + infinispan-jcache + 10.1.8.Final + + + org.infinispan + infinispan-jcache-commons + 10.1.8.Final + + + org.infinispan + infinispan-jcache-remote + 10.1.8.Final + + + org.infinispan + infinispan-key-value-store-client + 10.1.8.Final + + + org.infinispan + infinispan-lucene-directory + 10.1.8.Final + + + org.infinispan + infinispan-objectfilter + 10.1.8.Final + + + org.infinispan + infinispan-osgi + 10.1.8.Final + + + org.infinispan + infinispan-persistence-soft-index + 10.1.8.Final + + + org.infinispan + infinispan-query + 10.1.8.Final + + + org.infinispan + infinispan-query-core + 10.1.8.Final + + + org.infinispan + infinispan-query-dsl + 10.1.8.Final + + + org.infinispan + infinispan-remote-query-client + 10.1.8.Final + + + org.infinispan + infinispan-remote-query-server + 10.1.8.Final + + + org.infinispan + infinispan-scripting + 10.1.8.Final + + + org.infinispan + infinispan-server-core + 10.1.8.Final + + + org.infinispan + infinispan-server-hotrod + 10.1.8.Final + + + org.infinispan + infinispan-server-memcached + 10.1.8.Final + + + org.infinispan + infinispan-server-rest + 10.1.8.Final + + + org.infinispan + infinispan-server-router + 10.1.8.Final + + + org.infinispan + infinispan-spring5-common + 10.1.8.Final + + + org.infinispan + infinispan-spring5-embedded + 10.1.8.Final + + + org.infinispan + infinispan-spring5-remote + 10.1.8.Final + + + org.infinispan + infinispan-tasks + 10.1.8.Final + + + org.infinispan + infinispan-tasks-api + 10.1.8.Final + + + org.infinispan + infinispan-tools + 10.1.8.Final + + + org.influxdb + influxdb-java + 2.18 + + + com.sun.activation + jakarta.activation + 1.2.2 + + + jakarta.activation + jakarta.activation-api + 1.2.2 + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + + + jakarta.jms + jakarta.jms-api + 2.0.3 + + + jakarta.json + jakarta.json-api + 1.1.6 + + + jakarta.json.bind + jakarta.json.bind-api + 1.0.2 + + + jakarta.mail + jakarta.mail-api + 1.6.5 + + + jakarta.persistence + jakarta.persistence-api + 2.2.3 + + + jakarta.servlet + jakarta.servlet-api + 4.0.4 + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + 1.2.7 + + + jakarta.transaction + jakarta.transaction-api + 1.3.3 + + + jakarta.validation + jakarta.validation-api + 2.0.2 + + + jakarta.websocket + jakarta.websocket-api + 1.1.2 + + + jakarta.ws.rs + jakarta.ws.rs-api + 2.1.6 + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + + + jakarta.xml.soap + jakarta.xml.soap-api + 1.4.2 + + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + + + org.codehaus.janino + commons-compiler + 3.1.2 + + + org.codehaus.janino + commons-compiler-jdk + 3.1.2 + + + org.codehaus.janino + janino + 3.1.2 + + + javax.activation + javax.activation-api + 1.2.0 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.cache + cache-api + 1.1.1 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + + javax.jms + javax.jms-api + 2.0.1 + + + javax.json + javax.json-api + 1.1.4 + + + javax.json.bind + javax.json.bind-api + 1.0 + + + javax.mail + javax.mail-api + 1.6.2 + + + javax.money + money-api + 1.0.3 + + + javax.persistence + javax.persistence-api + 2.2 + + + javax.transaction + javax.transaction-api + 1.3 + + + javax.validation + validation-api + 2.0.1.Final + + + javax.websocket + javax.websocket-api + 1.1 + + + jaxen + jaxen + 1.2.0 + + + org.firebirdsql.jdbc + jaybird-jdk17 + 3.0.9 + + + org.firebirdsql.jdbc + jaybird-jdk18 + 3.0.9 + + + org.jboss.logging + jboss-logging + 3.4.1.Final + + + org.jboss + jboss-transaction-spi + 7.6.0.Final + + + org.jdom + jdom2 + 2.0.6 + + + redis.clients + jedis + 3.3.0 + + + org.mortbay.jasper + apache-el + 8.5.54 + + + org.eclipse.jetty.orbit + javax.servlet.jsp + 2.2.0.v201112011158 + + + org.eclipse.jetty + jetty-reactive-httpclient + 1.1.4 + + + com.samskivert + jmustache + 1.15 + + + org.apache.johnzon + johnzon-core + 1.2.8 + + + org.apache.johnzon + johnzon-jaxrs + 1.2.8 + + + org.apache.johnzon + johnzon-jsonb + 1.2.8 + + + org.apache.johnzon + johnzon-jsonb-extras + 1.2.8 + + + org.apache.johnzon + johnzon-jsonschema + 1.2.8 + + + org.apache.johnzon + johnzon-mapper + 1.2.8 + + + org.apache.johnzon + johnzon-websocket + 1.2.8 + + + org.jolokia + jolokia-core + 1.6.2 + + + org.jooq + jooq + 3.13.5 + + + org.jooq + jooq-meta + 3.13.5 + + + org.jooq + jooq-codegen + 3.13.5 + + + com.jayway.jsonpath + json-path + 2.4.0 + + + com.jayway.jsonpath + json-path-assert + 2.4.0 + + + net.minidev + json-smart + 2.3 + + + org.skyscreamer + jsonassert + 1.5.0 + + + javax.servlet + jstl + 1.2 + + + net.sourceforge.jtds + jtds + 1.3.1 + + + junit + junit + 4.13.1 + + + org.apache.kafka + connect-api + 2.5.1 + + + org.apache.kafka + connect-basic-auth-extension + 2.5.1 + + + org.apache.kafka + connect-file + 2.5.1 + + + org.apache.kafka + connect-json + 2.5.1 + + + org.apache.kafka + connect-runtime + 2.5.1 + + + org.apache.kafka + connect-transforms + 2.5.1 + + + org.apache.kafka + kafka-clients + 2.5.1 + + + org.apache.kafka + kafka-log4j-appender + 2.5.1 + + + org.apache.kafka + kafka-streams + 2.5.1 + + + org.apache.kafka + kafka-streams-scala_2.12 + 2.5.1 + + + org.apache.kafka + kafka-streams-scala_2.13 + 2.5.1 + + + org.apache.kafka + kafka-streams-test-utils + 2.5.1 + + + org.apache.kafka + kafka-tools + 2.5.1 + + + org.apache.kafka + kafka_2.12 + 2.5.1 + + + org.apache.kafka + kafka_2.13 + 2.5.1 + + + io.lettuce + lettuce-core + 5.3.5.RELEASE + + + org.liquibase + liquibase-core + 3.8.9 + + + ch.qos.logback + logback-classic + + + + + org.apache.logging.log4j + log4j-to-slf4j + 2.13.3 + + + ch.qos.logback + logback-access + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + org.projectlombok + lombok + 1.18.16 + + + org.mariadb.jdbc + mariadb-java-client + 2.6.2 + + + io.micrometer + micrometer-registry-stackdriver + 1.5.6 + + + javax.annotation + javax.annotation-api + + + + + org.jvnet.mimepull + mimepull + 1.9.13 + + + org.mockito + mockito-core + 3.3.3 + + + org.mockito + mockito-inline + 3.3.3 + + + org.mockito + mockito-junit-jupiter + 3.3.3 + + + org.mongodb + bson + 4.0.5 + + + org.mongodb + mongodb-driver-core + 4.0.5 + + + org.mongodb + mongodb-driver-legacy + 4.0.5 + + + org.mongodb + mongodb-driver-reactivestreams + 4.0.5 + + + org.mongodb + mongodb-driver-sync + 4.0.5 + + + com.microsoft.sqlserver + mssql-jdbc + 7.4.1.jre8 + + + mysql + mysql-connector-java + 8.0.22 + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + 1.9.22 + + + org.neo4j + neo4j-ogm-api + 3.2.17 + + + org.neo4j + neo4j-ogm-bolt-driver + 3.2.17 + + + org.neo4j + neo4j-ogm-bolt-native-types + 3.2.17 + + + org.neo4j + neo4j-ogm-core + 3.2.17 + + + org.neo4j + neo4j-ogm-embedded-driver + 3.2.17 + + + org.neo4j + neo4j-ogm-embedded-native-types + 3.2.17 + + + org.neo4j + neo4j-ogm-http-driver + 3.2.17 + + + io.netty + netty-tcnative + 2.0.34.Final + + + io.netty + netty-tcnative-boringssl-static + 2.0.34.Final + + + org.synchronoss.cloud + nio-multipart-parser + 1.1.0 + + + com.nimbusds + oauth2-oidc-sdk + 7.1.1 + + + com.nimbusds + nimbus-jose-jwt + 8.19 + + + com.oracle.ojdbc + dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10 + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10dms_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8 + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8dms_g + 19.3.0.0 + + + com.oracle.ojdbc + ons + 19.3.0.0 + + + com.oracle.ojdbc + oraclepki + 19.3.0.0 + + + com.oracle.ojdbc + orai18n + 19.3.0.0 + + + com.oracle.ojdbc + osdt_cert + 19.3.0.0 + + + com.oracle.ojdbc + osdt_core + 19.3.0.0 + + + com.oracle.ojdbc + simplefan + 19.3.0.0 + + + com.oracle.ojdbc + ucp + 19.3.0.0 + + + com.oracle.ojdbc + xdb + 19.3.0.0 + + + com.oracle.ojdbc + xmlparserv2 + 19.3.0.0 + + + com.squareup.okhttp3 + logging-interceptor + 3.14.9 + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + + + com.squareup.okhttp3 + okcurl + 3.14.9 + + + com.squareup.okhttp3 + okhttp + 3.14.9 + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + 3.14.9 + + + com.squareup.okhttp3 + okhttp-sse + 3.14.9 + + + com.squareup.okhttp3 + okhttp-testing-support + 3.14.9 + + + com.squareup.okhttp3 + okhttp-tls + 3.14.9 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.14.9 + + + com.oracle.database.ha + ons + 19.3.0.0 + + + com.oracle.database.ha + simplefan + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc10 + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc10dms + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc8 + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc8dms + 19.3.0.0 + + + com.oracle.database.jdbc + ucp + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc10_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc10dms_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8dms_g + 19.3.0.0 + + + com.oracle.database.nls + orai18n + 19.3.0.0 + + + com.oracle.database.observability + dms + 19.3.0.0 + + + com.oracle.database.security + oraclepki + 19.3.0.0 + + + com.oracle.database.security + osdt_cert + 19.3.0.0 + + + com.oracle.database.security + osdt_core + 19.3.0.0 + + + com.oracle.database.xml + xdb + 19.3.0.0 + + + com.oracle.database.xml + xmlparserv2 + 19.3.0.0 + + + org.messaginghub + pooled-jms + 1.1.2 + + + org.postgresql + postgresql + 42.2.18 + + + io.prometheus + simpleclient_pushgateway + 0.9.0 + + + org.quartz-scheduler + quartz + 2.3.2 + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + 2.3.2 + + + com.querydsl + querydsl-apt + 4.3.1 + + + com.querydsl + querydsl-collections + 4.3.1 + + + com.querydsl + querydsl-core + 4.3.1 + + + com.querydsl + querydsl-jpa + 4.3.1 + + + com.querydsl + querydsl-mongodb + 4.3.1 + + + org.mongodb + mongo-java-driver + + + + + com.rabbitmq + amqp-client + 5.9.0 + + + org.reactivestreams + reactive-streams + 1.0.3 + + + io.rest-assured + json-path + 3.3.0 + + + io.rest-assured + json-schema-validator + 3.3.0 + + + io.rest-assured + rest-assured + 3.3.0 + + + io.rest-assured + scala-support + 3.3.0 + + + io.rest-assured + spring-mock-mvc + 3.3.0 + + + io.rest-assured + spring-web-test-client + 3.3.0 + + + io.rest-assured + xml-path + 3.3.0 + + + io.reactivex + rxjava + 1.3.8 + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + + + io.reactivex.rxjava2 + rxjava + 2.2.20 + + + org.springframework.boot + spring-boot + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-test + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-actuator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-buildpack-platform + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-configuration-metadata + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-configuration-processor + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-devtools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-loader + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-loader-tools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-properties-migrator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-activemq + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-actuator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-amqp + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-aop + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-artemis + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-batch + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-cache + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-redis + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-rest + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-solr + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-freemarker + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-hateoas + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-integration + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jdbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jersey + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jetty + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jooq + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-json + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jta-bitronix + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-logging + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-mail + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-mustache + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-quartz + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-rsocket + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-security + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-test + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-tomcat + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-undertow + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-validation + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-web + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-webflux + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-websocket + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-web-services + 2.3.5.RELEASE + + + com.sun.xml.messaging.saaj + saaj-impl + 1.5.2 + + + org.seleniumhq.selenium + selenium-api + 3.141.59 + + + org.seleniumhq.selenium + selenium-chrome-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-edge-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-firefox-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-ie-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-java + 3.141.59 + + + org.seleniumhq.selenium + selenium-opera-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-remote-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-safari-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-support + 3.141.59 + + + org.seleniumhq.selenium + htmlunit-driver + 2.40.0 + + + com.sendgrid + sendgrid-java + 4.4.8 + + + javax.servlet + javax.servlet-api + 4.0.1 + + + org.slf4j + jcl-over-slf4j + 1.7.30 + + + org.slf4j + jul-to-slf4j + 1.7.30 + + + org.slf4j + log4j-over-slf4j + 1.7.30 + + + org.slf4j + slf4j-api + 1.7.30 + + + org.slf4j + slf4j-ext + 1.7.30 + + + org.slf4j + slf4j-jcl + 1.7.30 + + + org.slf4j + slf4j-jdk14 + 1.7.30 + + + org.slf4j + slf4j-log4j12 + 1.7.30 + + + org.slf4j + slf4j-nop + 1.7.30 + + + org.slf4j + slf4j-simple + 1.7.30 + + + org.yaml + snakeyaml + 1.26 + + + org.apache.solr + solr-analysis-extras + 8.5.2 + + + org.apache.solr + solr-analytics + 8.5.2 + + + org.apache.solr + solr-cell + 8.5.2 + + + org.apache.solr + solr-clustering + 8.5.2 + + + org.apache.solr + solr-core + 8.5.2 + + + org.apache.solr + solr-dataimporthandler + 8.5.2 + + + org.apache.solr + solr-dataimporthandler-extras + 8.5.2 + + + org.apache.solr + solr-langid + 8.5.2 + + + org.apache.solr + solr-ltr + 8.5.2 + + + org.apache.solr + solr-solrj + 8.5.2 + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + 8.5.2 + + + org.apache.solr + solr-velocity + 8.5.2 + + + org.springframework.amqp + spring-amqp + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit-junit + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit-test + 2.2.12.RELEASE + + + org.springframework.batch + spring-batch-core + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-infrastructure + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-integration + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-test + 4.2.4.RELEASE + + + org.springframework.hateoas + spring-hateoas + 1.1.2.RELEASE + + + org.springframework.kafka + spring-kafka + 2.5.7.RELEASE + + + org.springframework.kafka + spring-kafka-test + 2.5.7.RELEASE + + + org.springframework.ldap + spring-ldap-core + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-core-tiger + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-batch + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-core + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-odm + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-test + 2.3.3.RELEASE + + + org.springframework.restdocs + spring-restdocs-asciidoctor + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-core + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-mockmvc + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-restassured + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-webtestclient + 2.0.5.RELEASE + + + org.springframework.retry + spring-retry + 1.2.5.RELEASE + + + org.springframework.ws + spring-ws-core + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-security + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-support + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-test + 3.0.10.RELEASE + + + org.springframework.ws + spring-xml + 3.0.10.RELEASE + + + org.xerial + sqlite-jdbc + 3.31.1 + + + com.sun.mail + jakarta.mail + 1.6.5 + + + org.thymeleaf + thymeleaf + 3.0.11.RELEASE + + + org.thymeleaf + thymeleaf-spring5 + 3.0.11.RELEASE + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + 2.0.1 + + + org.thymeleaf.extras + thymeleaf-extras-java8time + 3.0.4.RELEASE + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + 3.0.4.RELEASE + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + 2.4.1 + + + org.apache.tomcat + tomcat-annotations-api + 9.0.39 + + + org.apache.tomcat + tomcat-jdbc + 9.0.39 + + + org.apache.tomcat + tomcat-jsp-api + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-jasper + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.39 + + + com.unboundid + unboundid-ldapsdk + 4.0.14 + + + io.undertow + undertow-core + 2.1.4.Final + + + io.undertow + undertow-servlet + 2.1.4.Final + + + io.undertow + undertow-websockets-jsr + 2.1.4.Final + + + org.webjars + hal-browser + 3325375 + + + org.webjars + webjars-locator-core + 0.45 + + + wsdl4j + wsdl4j + 1.6.3 + + + org.xmlunit + xmlunit-assertj + 2.7.0 + + + org.xmlunit + xmlunit-core + 2.7.0 + + + org.xmlunit + xmlunit-legacy + 2.7.0 + + + org.xmlunit + xmlunit-matchers + 2.7.0 + + + org.xmlunit + xmlunit-placeholders + 2.7.0 + + + com.datastax.oss + java-driver-core-shaded + 4.6.1 + + + com.datastax.oss + java-driver-mapper-processor + 4.6.1 + + + com.datastax.oss + java-driver-mapper-runtime + 4.6.1 + + + com.datastax.oss + java-driver-query-builder + 4.6.1 + + + com.datastax.oss + java-driver-test-infra + 4.6.1 + + + com.datastax.oss + native-protocol + 1.4.10 + + + com.datastax.oss + java-driver-shaded-guava + 25.1-jre + + + io.dropwizard.metrics + metrics-annotation + 4.1.14 + + + io.dropwizard.metrics + metrics-caffeine + 4.1.14 + + + io.dropwizard.metrics + metrics-core + 4.1.14 + + + io.dropwizard.metrics + metrics-collectd + 4.1.14 + + + io.dropwizard.metrics + metrics-ehcache + 4.1.14 + + + io.dropwizard.metrics + metrics-graphite + 4.1.14 + + + io.dropwizard.metrics + metrics-healthchecks + 4.1.14 + + + io.dropwizard.metrics + metrics-httpclient + 4.1.14 + + + io.dropwizard.metrics + metrics-httpasyncclient + 4.1.14 + + + io.dropwizard.metrics + metrics-jcache + 4.1.14 + + + io.dropwizard.metrics + metrics-jdbi + 4.1.14 + + + io.dropwizard.metrics + metrics-jdbi3 + 4.1.14 + + + io.dropwizard.metrics + metrics-jersey2 + 4.1.14 + + + io.dropwizard.metrics + metrics-jetty9 + 4.1.14 + + + io.dropwizard.metrics + metrics-jmx + 4.1.14 + + + io.dropwizard.metrics + metrics-json + 4.1.14 + + + io.dropwizard.metrics + metrics-jvm + 4.1.14 + + + io.dropwizard.metrics + metrics-log4j2 + 4.1.14 + + + io.dropwizard.metrics + metrics-logback + 4.1.14 + + + io.dropwizard.metrics + metrics-servlet + 4.1.14 + + + io.dropwizard.metrics + metrics-servlets + 4.1.14 + + + org.codehaus.groovy + groovy + 2.5.13 + + + org.codehaus.groovy + groovy-ant + 2.5.13 + + + org.codehaus.groovy + groovy-bsf + 2.5.13 + + + org.codehaus.groovy + groovy-cli-commons + 2.5.13 + + + org.codehaus.groovy + groovy-cli-picocli + 2.5.13 + + + org.codehaus.groovy + groovy-console + 2.5.13 + + + org.codehaus.groovy + groovy-datetime + 2.5.13 + + + org.codehaus.groovy + groovy-dateutil + 2.5.13 + + + org.codehaus.groovy + groovy-docgenerator + 2.5.13 + + + org.codehaus.groovy + groovy-groovydoc + 2.5.13 + + + org.codehaus.groovy + groovy-groovysh + 2.5.13 + + + org.codehaus.groovy + groovy-jaxb + 2.5.13 + + + org.codehaus.groovy + groovy-jmx + 2.5.13 + + + org.codehaus.groovy + groovy-json + 2.5.13 + + + org.codehaus.groovy + groovy-json-direct + 2.5.13 + + + org.codehaus.groovy + groovy-jsr223 + 2.5.13 + + + org.codehaus.groovy + groovy-macro + 2.5.13 + + + org.codehaus.groovy + groovy-nio + 2.5.13 + + + org.codehaus.groovy + groovy-servlet + 2.5.13 + + + org.codehaus.groovy + groovy-sql + 2.5.13 + + + org.codehaus.groovy + groovy-swing + 2.5.13 + + + org.codehaus.groovy + groovy-templates + 2.5.13 + + + org.codehaus.groovy + groovy-test + 2.5.13 + + + org.codehaus.groovy + groovy-test-junit5 + 2.5.13 + + + org.codehaus.groovy + groovy-testng + 2.5.13 + + + org.codehaus.groovy + groovy-xml + 2.5.13 + + + com.fasterxml.jackson.core + jackson-annotations + 2.11.3 + + + com.fasterxml.jackson.core + jackson-core + 2.11.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate3 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-all + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-objects + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-stree + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-afterburner + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-guice + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-kotlin + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-mrbean + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-osgi + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-paranamer + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.10 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + 2.11.3 + + + org.glassfish.jersey.core + jersey-common + 2.30.1 + + + org.glassfish.jersey.core + jersey-client + 2.30.1 + + + org.glassfish.jersey.core + jersey-server + 2.30.1 + + + org.glassfish.jersey.bundles + jaxrs-ri + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-apache-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-grizzly-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-jdk-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-netty-connector + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jetty-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jetty-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jdk-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-netty-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-simple-http + 2.30.1 + + + org.glassfish.jersey.containers.glassfish + jersey-gf-ejb + 2.30.1 + + + org.glassfish.jersey.ext + jersey-bean-validation + 2.30.1 + + + org.glassfish.jersey.ext + jersey-entity-filtering + 2.30.1 + + + org.glassfish.jersey.ext + jersey-metainf-services + 2.30.1 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-config + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-bean-validation + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-freemarker + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-jsp + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-mustache + 2.30.1 + + + org.glassfish.jersey.ext + jersey-proxy-client + 2.30.1 + + + org.glassfish.jersey.ext + jersey-servlet-portability + 2.30.1 + + + org.glassfish.jersey.ext + jersey-spring4 + 2.30.1 + + + org.glassfish.jersey.ext + jersey-spring5 + 2.30.1 + + + org.glassfish.jersey.ext + jersey-declarative-linking + 2.30.1 + + + org.glassfish.jersey.ext + jersey-wadl-doclet + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-weld2-se + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-transaction + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-validation + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-servlet + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-ban-custom-hk2-binding + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-guava + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava2 + 2.30.1 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-rest-client + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-jaxb + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jackson + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jackson1 + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jettison + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-processing + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-binding + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-kryo + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-moxy + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-multipart + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-sse + 2.30.1 + + + org.glassfish.jersey.security + oauth1-client + 2.30.1 + + + org.glassfish.jersey.security + oauth1-server + 2.30.1 + + + org.glassfish.jersey.security + oauth1-signature + 2.30.1 + + + org.glassfish.jersey.security + oauth2-client + 2.30.1 + + + org.glassfish.jersey.inject + jersey-hk2 + 2.30.1 + + + org.glassfish.jersey.inject + jersey-cdi2-se + 2.30.1 + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + 2.30.1 + pom + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-external + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jdk-http + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-simple + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jetty + 2.30.1 + + + org.glassfish.jersey.test-framework + jersey-test-framework-util + 2.30.1 + + + org.eclipse.jetty + apache-jsp + 9.4.33.v20201020 + + + org.eclipse.jetty + apache-jstl + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-java-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-java-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-openjdk8-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-openjdk8-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-conscrypt-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-conscrypt-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-annotations + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-ant + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-continuation + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-deploy + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-distribution + 9.4.33.v20201020 + zip + + + org.eclipse.jetty + jetty-distribution + 9.4.33.v20201020 + tar.gz + + + org.eclipse.jetty.fcgi + fcgi-client + 9.4.33.v20201020 + + + org.eclipse.jetty.fcgi + fcgi-server + 9.4.33.v20201020 + + + org.eclipse.jetty.gcloud + jetty-gcloud-session-manager + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-home + 9.4.33.v20201020 + zip + + + org.eclipse.jetty + jetty-home + 9.4.33.v20201020 + tar.gz + + + org.eclipse.jetty + jetty-http + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-client + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-common + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-hpack + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-http-client-transport + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-http-spi + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-common + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-remote-query + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-embedded-query + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-hazelcast + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-io + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jaas + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jaspi + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jmx + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jndi + 9.4.33.v20201020 + + + org.eclipse.jetty.memcached + jetty-memcached-sessions + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-nosql + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-httpservice + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-plus + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-proxy + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-quickstart + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-rewrite + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-security + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-openid + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-servlet + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-servlets + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-spring + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-unixsocket + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-util + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-util-ajax + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-webapp + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + javax-websocket-client-impl + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-api + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-client + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-common + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-server + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-servlet + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-xml + 9.4.33.v20201020 + + + org.junit.jupiter + junit-jupiter + 5.6.3 + + + org.junit.jupiter + junit-jupiter-api + 5.6.3 + + + org.junit.jupiter + junit-jupiter-engine + 5.6.3 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.6.3 + + + org.junit.jupiter + junit-jupiter-params + 5.6.3 + + + org.junit.platform + junit-platform-commons + 1.6.3 + + + org.junit.platform + junit-platform-console + 1.6.3 + + + org.junit.platform + junit-platform-engine + 1.6.3 + + + org.junit.platform + junit-platform-launcher + 1.6.3 + + + org.junit.platform + junit-platform-reporting + 1.6.3 + + + org.junit.platform + junit-platform-runner + 1.6.3 + + + org.junit.platform + junit-platform-suite-api + 1.6.3 + + + org.junit.platform + junit-platform-testkit + 1.6.3 + + + org.junit.vintage + junit-vintage-engine + 5.6.3 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-js + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-reflect + 1.3.72 + + + org.jetbrains.kotlin + kotlin-osgi-bundle + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-junit + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-junit5 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-testng + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-js + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-annotations-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-main-kts + 1.3.72 + + + org.jetbrains.kotlin + kotlin-script-runtime + 1.3.72 + + + org.jetbrains.kotlin + kotlin-script-util + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + 1.3.72 + + + org.jetbrains.kotlin + kotlin-compiler + 1.3.72 + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + 1.3.72 + + + org.jetbrains.kotlin + kotlin-daemon-client + 1.3.72 + + + org.jetbrains.kotlinx + kotlinx-coroutines-android + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-js + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-native + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-common + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-debug + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-guava + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-javafx + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk9 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-play-services + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx2 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx3 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-slf4j + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-swing + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-test + 1.3.8 + + + org.apache.logging.log4j + log4j-api + 2.13.3 + + + org.apache.logging.log4j + log4j-core + 2.13.3 + + + org.apache.logging.log4j + log4j-1.2-api + 2.13.3 + + + org.apache.logging.log4j + log4j-jcl + 2.13.3 + + + org.apache.logging.log4j + log4j-flume-ng + 2.13.3 + + + org.apache.logging.log4j + log4j-taglib + 2.13.3 + + + org.apache.logging.log4j + log4j-jmx-gui + 2.13.3 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.13.3 + + + org.apache.logging.log4j + log4j-slf4j18-impl + 2.13.3 + + + org.apache.logging.log4j + log4j-appserver + 2.13.3 + + + org.apache.logging.log4j + log4j-web + 2.13.3 + + + org.apache.logging.log4j + log4j-couchdb + 2.13.3 + + + org.apache.logging.log4j + log4j-mongodb2 + 2.13.3 + + + org.apache.logging.log4j + log4j-mongodb3 + 2.13.3 + + + org.apache.logging.log4j + log4j-cassandra + 2.13.3 + + + org.apache.logging.log4j + log4j-jpa + 2.13.3 + + + org.apache.logging.log4j + log4j-iostreams + 2.13.3 + + + org.apache.logging.log4j + log4j-jul + 2.13.3 + + + org.apache.logging.log4j + log4j-jpl + 2.13.3 + + + org.apache.logging.log4j + log4j-liquibase + 2.13.3 + + + org.apache.logging.log4j + log4j-docker + 2.13.3 + + + org.apache.logging.log4j + log4j-kubernetes + 2.13.3 + + + org.apache.logging.log4j + log4j-spring-cloud-config-client + 2.13.3 + + + io.micrometer + micrometer-core + 1.5.6 + + + io.micrometer + micrometer-jersey2 + 1.5.6 + + + io.micrometer + micrometer-registry-appoptics + 1.5.6 + + + io.micrometer + micrometer-registry-atlas + 1.5.6 + + + io.micrometer + micrometer-registry-azure-monitor + 1.5.6 + + + io.micrometer + micrometer-registry-cloudwatch + 1.5.6 + + + io.micrometer + micrometer-registry-cloudwatch2 + 1.5.6 + + + io.micrometer + micrometer-registry-datadog + 1.5.6 + + + io.micrometer + micrometer-registry-dynatrace + 1.5.6 + + + io.micrometer + micrometer-registry-elastic + 1.5.6 + + + io.micrometer + micrometer-registry-ganglia + 1.5.6 + + + io.micrometer + micrometer-registry-graphite + 1.5.6 + + + io.micrometer + micrometer-registry-humio + 1.5.6 + + + io.micrometer + micrometer-registry-influx + 1.5.6 + + + io.micrometer + micrometer-registry-jmx + 1.5.6 + + + io.micrometer + micrometer-registry-kairos + 1.5.6 + + + io.micrometer + micrometer-registry-new-relic + 1.5.6 + + + io.micrometer + micrometer-registry-opentsdb + 1.5.6 + + + io.micrometer + micrometer-registry-prometheus + 1.5.6 + + + io.micrometer + micrometer-registry-signalfx + 1.5.6 + + + io.micrometer + micrometer-registry-statsd + 1.5.6 + + + io.micrometer + micrometer-registry-wavefront + 1.5.6 + + + io.micrometer + micrometer-test + 1.5.6 + + + io.netty + netty-buffer + 4.1.53.Final + + + io.netty + netty-codec + 4.1.53.Final + + + io.netty + netty-codec-dns + 4.1.53.Final + + + io.netty + netty-codec-haproxy + 4.1.53.Final + + + io.netty + netty-codec-http + 4.1.53.Final + + + io.netty + netty-codec-http2 + 4.1.53.Final + + + io.netty + netty-codec-memcache + 4.1.53.Final + + + io.netty + netty-codec-mqtt + 4.1.53.Final + + + io.netty + netty-codec-redis + 4.1.53.Final + + + io.netty + netty-codec-smtp + 4.1.53.Final + + + io.netty + netty-codec-socks + 4.1.53.Final + + + io.netty + netty-codec-stomp + 4.1.53.Final + + + io.netty + netty-codec-xml + 4.1.53.Final + + + io.netty + netty-common + 4.1.53.Final + + + io.netty + netty-dev-tools + 4.1.53.Final + + + io.netty + netty-handler + 4.1.53.Final + + + io.netty + netty-handler-proxy + 4.1.53.Final + + + io.netty + netty-resolver + 4.1.53.Final + + + io.netty + netty-resolver-dns + 4.1.53.Final + + + io.netty + netty-transport + 4.1.53.Final + + + io.netty + netty-transport-rxtx + 4.1.53.Final + + + io.netty + netty-transport-sctp + 4.1.53.Final + + + io.netty + netty-transport-udt + 4.1.53.Final + + + io.netty + netty-example + 4.1.53.Final + + + io.netty + netty-all + 4.1.53.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.53.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.53.Final + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + linux-aarch64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + osx-x86_64 + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + linux-aarch64 + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + linux-x86_64 + + + io.netty + netty-transport-native-kqueue + 4.1.53.Final + + + io.netty + netty-transport-native-kqueue + 4.1.53.Final + osx-x86_64 + + + com.google.cloud + cloud-spanner-r2dbc + 0.2.0 + + + io.r2dbc + r2dbc-h2 + 0.8.4.RELEASE + + + org.mariadb + r2dbc-mariadb + 0.8.4-rc + + + io.r2dbc + r2dbc-mssql + 0.8.5.RELEASE + + + dev.miku + r2dbc-mysql + 0.8.2.RELEASE + + + io.r2dbc + r2dbc-postgresql + 0.8.6.RELEASE + + + io.r2dbc + r2dbc-pool + 0.8.5.RELEASE + + + io.r2dbc + r2dbc-proxy + 0.8.3.RELEASE + + + io.r2dbc + r2dbc-spi + 0.8.3.RELEASE + + + io.projectreactor + reactor-core + 3.3.11.RELEASE + + + io.projectreactor + reactor-test + 3.3.11.RELEASE + + + io.projectreactor + reactor-tools + 3.3.11.RELEASE + + + io.projectreactor.addons + reactor-extra + 3.3.4.RELEASE + + + io.projectreactor.addons + reactor-adapter + 3.3.4.RELEASE + + + io.projectreactor.netty + reactor-netty + 0.9.13.RELEASE + + + io.projectreactor.addons + reactor-pool + 0.1.7.RELEASE + + + io.projectreactor.kafka + reactor-kafka + 1.2.4.RELEASE + + + io.projectreactor.rabbitmq + reactor-rabbitmq + 1.4.4.RELEASE + + + io.projectreactor.kotlin + reactor-kotlin-extensions + 1.0.2.RELEASE + + + io.rsocket + rsocket-core + 1.0.3 + + + io.rsocket + rsocket-load-balancer + 1.0.3 + + + io.rsocket + rsocket-micrometer + 1.0.3 + + + io.rsocket + rsocket-test + 1.0.3 + + + io.rsocket + rsocket-transport-local + 1.0.3 + + + io.rsocket + rsocket-transport-netty + 1.0.3 + + + org.springframework.data + spring-data-cassandra + 3.0.5.RELEASE + + + org.springframework.data + spring-data-commons + 2.3.5.RELEASE + + + org.springframework.data + spring-data-couchbase + 4.0.5.RELEASE + + + org.springframework.data + spring-data-elasticsearch + 4.0.5.RELEASE + + + org.springframework.data + spring-data-gemfire + 2.3.5.RELEASE + + + org.springframework.data + spring-data-geode + 2.3.5.RELEASE + + + org.springframework.data + spring-data-jdbc + 2.0.5.RELEASE + + + org.springframework.data + spring-data-relational + 2.0.5.RELEASE + + + org.springframework.data + spring-data-jpa + 2.3.5.RELEASE + + + org.springframework.data + spring-data-mongodb + 3.0.5.RELEASE + + + org.springframework.data + spring-data-neo4j + 5.3.5.RELEASE + + + org.springframework.data + spring-data-r2dbc + 1.1.5.RELEASE + + + org.springframework.data + spring-data-redis + 2.3.5.RELEASE + + + org.springframework.data + spring-data-rest-webmvc + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-core + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-hal-browser + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-hal-explorer + 3.3.5.RELEASE + + + org.springframework.data + spring-data-solr + 4.2.5.RELEASE + + + org.springframework.data + spring-data-keyvalue + 2.3.5.RELEASE + + + org.springframework.data + spring-data-envers + 2.3.5.RELEASE + + + org.springframework.data + spring-data-ldap + 2.3.5.RELEASE + + + org.springframework + spring-aop + 5.2.10.RELEASE + + + org.springframework + spring-aspects + 5.2.10.RELEASE + + + org.springframework + spring-beans + 5.2.10.RELEASE + + + org.springframework + spring-context + 5.2.10.RELEASE + + + org.springframework + spring-context-indexer + 5.2.10.RELEASE + + + org.springframework + spring-context-support + 5.2.10.RELEASE + + + org.springframework + spring-core + 5.2.10.RELEASE + + + org.springframework + spring-expression + 5.2.10.RELEASE + + + org.springframework + spring-instrument + 5.2.10.RELEASE + + + org.springframework + spring-jcl + 5.2.10.RELEASE + + + org.springframework + spring-jdbc + 5.2.10.RELEASE + + + org.springframework + spring-jms + 5.2.10.RELEASE + + + org.springframework + spring-messaging + 5.2.10.RELEASE + + + org.springframework + spring-orm + 5.2.10.RELEASE + + + org.springframework + spring-oxm + 5.2.10.RELEASE + + + org.springframework + spring-test + 5.2.10.RELEASE + + + org.springframework + spring-tx + 5.2.10.RELEASE + + + org.springframework + spring-web + 5.2.10.RELEASE + + + org.springframework + spring-webflux + 5.2.10.RELEASE + + + org.springframework + spring-webmvc + 5.2.10.RELEASE + + + org.springframework + spring-websocket + 5.2.10.RELEASE + + + org.springframework.integration + spring-integration-amqp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-core + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-event + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-feed + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-file + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ftp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-gemfire + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-groovy + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-http + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ip + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jdbc + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jms + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jmx + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jpa + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mail + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mongodb + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mqtt + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-redis + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-rmi + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-rsocket + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-scripting + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-security + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-sftp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-stomp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-stream + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-syslog + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-test + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-test-support + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-webflux + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-websocket + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ws + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-xml + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-xmpp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-zookeeper + 5.3.3.RELEASE + + + org.springframework.security + spring-security-acl + 5.3.5.RELEASE + + + org.springframework.security + spring-security-aspects + 5.3.5.RELEASE + + + org.springframework.security + spring-security-cas + 5.3.5.RELEASE + + + org.springframework.security + spring-security-config + 5.3.5.RELEASE + + + org.springframework.security + spring-security-core + 5.3.5.RELEASE + + + org.springframework.security + spring-security-crypto + 5.3.5.RELEASE + + + org.springframework.security + spring-security-data + 5.3.5.RELEASE + + + org.springframework.security + spring-security-ldap + 5.3.5.RELEASE + + + org.springframework.security + spring-security-messaging + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-client + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-core + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-jose + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-resource-server + 5.3.5.RELEASE + + + org.springframework.security + spring-security-openid + 5.3.5.RELEASE + + + org.springframework.security + spring-security-remoting + 5.3.5.RELEASE + + + org.springframework.security + spring-security-rsocket + 5.3.5.RELEASE + + + org.springframework.security + spring-security-saml2-service-provider + 5.3.5.RELEASE + + + org.springframework.security + spring-security-taglibs + 5.3.5.RELEASE + + + org.springframework.security + spring-security-test + 5.3.5.RELEASE + + + org.springframework.security + spring-security-web + 5.3.5.RELEASE + + + org.springframework.session + spring-session-jdbc + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-geode + 2.3.1.RELEASE + + + org.springframework.session + spring-session-hazelcast + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-mongodb + 2.3.0.RELEASE + + + org.springframework.session + spring-session-core + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-redis + 2.3.1.RELEASE + + + + + + org.springframework.boot + spring-boot-starter + 2.3.5.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-test + 2.3.5.RELEASE + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework.boot + spring-boot-starter-web + 2.3.5.RELEASE + compile + + + io.quarkus + quarkus-resteasy + 2.7.7.Final + compile + + + org.keycloak + keycloak-saml-core + 1.8.1.Final + compile + + + io.quarkus + quarkus-vertx-http + 2.13.5.Final + compile + + + io.quarkus + quarkus-jdbc-postgresql + 2.13.6.Final + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/test-classes + + + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target + pom-with-dependency-not-ignored-common-paths-0.0.1 + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.1.0 + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.5 + + + org.flywaydb + flyway-maven-plugin + 6.4.4 + + + pl.project13.maven + git-commit-id-plugin + 3.0.1 + + + + revision + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties + + + + org.apache.johnzon + johnzon-maven-plugin + 1.2.8 + + + org.jooq + jooq-codegen-maven + 3.13.5 + + + org.jetbrains.kotlin + kotlin-maven-plugin + 1.3.72 + + + compile + compile + + compile + + + 17 + true + + + + test-compile + test-compile + + test-compile + + + 17 + true + + + + + 17 + true + + + + maven-antrun-plugin + 1.8 + + + maven-assembly-plugin + 3.3.0 + + + maven-clean-plugin + 3.1.0 + + + maven-compiler-plugin + 3.8.1 + + true + + + + maven-dependency-plugin + 3.1.2 + + + maven-release-plugin + 2.5.3 + + + maven-deploy-plugin + 2.8.2 + + + maven-enforcer-plugin + 3.0.0-M3 + + + maven-failsafe-plugin + 2.22.2 + + + + integration-test + verify + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + + + + maven-help-plugin + 3.2.0 + + + maven-install-plugin + 2.5.2 + + + maven-invoker-plugin + 3.2.1 + + + maven-jar-plugin + 3.2.0 + + + + ${start-class} + true + + + + + + maven-javadoc-plugin + 3.2.0 + + + maven-resources-plugin + 3.1.0 + + + @ + + false + + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + ${start-class} + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + maven-source-plugin + 3.2.1 + + + maven-surefire-plugin + 2.22.2 + + + maven-war-plugin + 3.2.3 + + + + ${start-class} + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + org.codehaus.mojo + xml-maven-plugin + 1.0.2 + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + maven-clean-plugin + 3.1.0 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 3.1.0 + + + default-testResources + process-test-resources + + testResources + + + + @ + + false + + + + default-resources + process-resources + + resources + + + + @ + + false + + + + + + @ + + false + + + + maven-jar-plugin + 3.2.0 + + + default-jar + package + + jar + + + + + ${start-class} + true + + + + + + + + + ${start-class} + true + + + + + + maven-compiler-plugin + 3.8.1 + + + default-compile + compile + + compile + + + true + + + + default-testCompile + test-compile + + testCompile + + + true + + + + + true + + + + maven-surefire-plugin + 2.22.2 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.5.2 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + + diff --git a/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/output.tree b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/output.tree new file mode 100644 index 00000000..489a1386 --- /dev/null +++ b/test/providers/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/output.tree @@ -0,0 +1,9 @@ +pom-with-deps-no-ignore:pom-with-dependency-not-ignored-for-tests:jar:0.0.1 ++- com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +| +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile +| \- com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile +\- org.infinispan.protostream:protostream:jar:4.6.4.Final:compile + +- org.jboss.logging:jboss-logging:jar:3.5.0.Final:compile + +- com.squareup:protoparser:jar:4.0.3:compile + +- (com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile - omitted for duplicate) + \- org.javassist:javassist:jar:3.29.1-GA:compile diff --git a/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/dep-tree.txt b/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/dep-tree.txt new file mode 100644 index 00000000..b71f3a2b --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/dep-tree.txt @@ -0,0 +1,298 @@ +com.example:demo:jar:0.0.1-SNAPSHOT ++- org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile +| +- org.springframework.boot:spring-boot:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE; scope not updated to compile) +| | +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- org.springframework:spring-context:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- (org.springframework:spring-aop:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-expression:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE; scope not updated to compile) +| | \- (org.springframework.boot:spring-boot:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-logging:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- ch.qos.logback:logback-classic:jar:1.2.3:compile (version managed from 1.2.3) +| | | +- ch.qos.logback:logback-core:jar:1.2.3:compile (version managed from 1.2.3) +| | | \- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.25; omitted for duplicate) +| | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile (version managed from 2.13.3) +| | | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.25; omitted for duplicate) +| | | \- org.apache.logging.log4j:log4j-api:jar:2.13.3:compile (version managed from 2.13.3) +| | \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile (version managed from 1.7.30) +| | \- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.30; omitted for duplicate) +| +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5) +| +- org.springframework:spring-core:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE; scope not updated to compile) +| | \- org.springframework:spring-jcl:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| \- org.yaml:snakeyaml:jar:1.26:compile (version managed from 1.26) ++- org.springframework.boot:spring-boot-starter-web:jar:2.3.5.RELEASE:compile +| +- (org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-json:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- (org.springframework.boot:spring-boot-starter:jar:2.3.5.RELEASE:compile - version managed from 2.3.5.RELEASE; omitted for duplicate) +| | +- (org.springframework:spring-web:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.11.3:compile (version managed from 2.11.3) +| | | \- com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile (version managed from 2.11.3) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.3:compile (version managed from 2.11.3) +| | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.3:compile (version managed from 2.11.3) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile - version managed from 2.11.3; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.3.5.RELEASE:compile (version managed from 2.3.5.RELEASE) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.39:compile (version managed from 9.0.39) +| | +- org.glassfish:jakarta.el:jar:3.0.3:compile (version managed from 3.0.3) +| | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.39:compile (version managed from 9.0.39) +| | \- (org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.39:compile - version managed from 9.0.39; omitted for duplicate) +| +- org.springframework:spring-web:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- org.springframework:spring-beans:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| \- org.springframework:spring-webmvc:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| +- org.springframework:spring-aop:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-beans:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-context:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| +- org.springframework:spring-expression:jar:5.2.10.RELEASE:compile (version managed from 5.2.10.RELEASE) +| | \- (org.springframework:spring-core:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) +| \- (org.springframework:spring-web:jar:5.2.10.RELEASE:compile - version managed from 5.2.10.RELEASE; omitted for duplicate) ++- io.quarkus:quarkus-resteasy:jar:2.7.7.Final:compile +| +- (io.quarkus:quarkus-vertx-http:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| \- io.quarkus:quarkus-resteasy-server-common:jar:2.7.7.Final:compile +| +- (io.quarkus:quarkus-core:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| +- (io.quarkus:quarkus-arc:jar:2.7.7.Final:compile - omitted for conflict with 2.13.6.Final) +| +- io.quarkus:quarkus-resteasy-common:jar:2.7.7.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.7.7.Final:compile - omitted for conflict with 2.13.5.Final) +| | +- org.jboss.resteasy:resteasy-core:jar:4.7.5.Final:compile +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.2.Final; omitted for duplicate) +| | | +- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile +| | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile +| | | +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:2.0.0.Final:compile +| | | +- org.jboss.resteasy:resteasy-core-spi:jar:4.7.5.Final:compile +| | | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.2.Final; omitted for duplicate) +| | | | +- (org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile - omitted for duplicate) +| | | | +- (org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile - omitted for duplicate) +| | | | +- (org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:2.0.0.Final:compile - omitted for duplicate) +| | | | +- (org.reactivestreams:reactive-streams:jar:1.0.3:compile - version managed from 1.0.3; omitted for duplicate) +| | | | \- (jakarta.validation:jakarta.validation-api:jar:2.0.2:compile - version managed from 2.0.2; omitted for duplicate) +| | | +- (org.reactivestreams:reactive-streams:jar:1.0.3:compile - version managed from 1.0.3; omitted for duplicate) +| | | +- (jakarta.validation:jakarta.validation-api:jar:2.0.2:compile - version managed from 2.0.2; omitted for duplicate) +| | | +- com.ibm.async:asyncutil:jar:0.1.0:compile +| | | \- (io.smallrye.config:smallrye-config:jar:2.3.0:compile - omitted for conflict with 2.12.0) +| | +- (io.quarkus:quarkus-arc:jar:2.7.7.Final:compile - omitted for conflict with 2.13.6.Final) +| | \- com.sun.activation:jakarta.activation:jar:1.2.2:compile (version managed from 1.2.1) +| \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile (version managed from 2.0.2) ++- org.keycloak:keycloak-saml-core:jar:1.8.1.Final:compile +| \- org.apache.santuario:xmlsec:jar:1.5.1:compile +| \- commons-logging:commons-logging:jar:1.1.1:compile ++- io.quarkus:quarkus-vertx-http:jar:2.13.5.Final:compile +| +- io.quarkus:quarkus-core:jar:2.13.5.Final:compile +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile +| | | +- jakarta.el:jakarta.el-api:jar:3.0.3:compile +| | | +- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile +| | | | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | | | \- jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile +| | | | \- (jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile - version managed from 1.3.2; omitted for duplicate) +| | | \- (jakarta.inject:jakarta.inject-api:jar:1.0:compile - omitted for duplicate) +| | +- jakarta.inject:jakarta.inject-api:jar:1.0:compile +| | +- io.quarkus:quarkus-ide-launcher:jar:2.13.5.Final:compile +| | +- io.quarkus:quarkus-development-mode-spi:jar:2.13.5.Final:compile +| | +- io.smallrye.config:smallrye-config:jar:2.12.0:compile +| | | +- io.smallrye.config:smallrye-config-core:jar:2.12.0:compile +| | | | +- org.eclipse.microprofile.config:microprofile-config-api:jar:2.0.1:compile +| | | | +- (io.smallrye.common:smallrye-common-annotation:jar:1.13.1:compile - omitted for duplicate) +| | | | +- io.smallrye.common:smallrye-common-expression:jar:1.13.1:compile +| | | | | +- io.smallrye.common:smallrye-common-function:jar:1.13.1:compile +| | | | | | \- (io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile - omitted for duplicate) +| | | | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | | +- (io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile - omitted for duplicate) +| | | | +- io.smallrye.common:smallrye-common-classloader:jar:1.13.1:compile +| | | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | | +- (org.ow2.asm:asm:jar:9.3:compile - omitted for conflict with 5.0.4) +| | | | \- io.smallrye.config:smallrye-config-common:jar:2.12.0:compile +| | | | +- (org.eclipse.microprofile.config:microprofile-config-api:jar:2.0.1:compile - omitted for duplicate) +| | | | +- (io.smallrye.common:smallrye-common-classloader:jar:1.13.1:compile - omitted for duplicate) +| | | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile (version managed from 3.5.0.Final) +| | +- org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile +| | | \- (org.wildfly.common:wildfly-common:jar:1.5.0.Final-format-001:compile - omitted for conflict with 1.5.4.Final-format-001) +| | +- org.jboss.logging:jboss-logging-annotations:jar:2.2.1.Final:compile +| | +- org.jboss.threads:jboss-threads:jar:3.4.3.Final:compile +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.1.Final; omitted for duplicate) +| | | \- (org.wildfly.common:wildfly-common:jar:1.5.0.Final:compile - omitted for conflict with 1.5.4.Final-format-001) +| | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - version managed from 1.7.36; omitted for duplicate) +| | +- org.jboss.slf4j:slf4j-jboss-logmanager:jar:1.2.0.Final:compile +| | +- org.graalvm.sdk:graal-sdk:jar:22.3.0:compile +| | +- org.wildfly.common:wildfly-common:jar:1.5.4.Final-format-001:compile +| | +- io.quarkus:quarkus-bootstrap-runner:jar:2.13.5.Final:compile +| | | +- io.smallrye.common:smallrye-common-io:jar:1.13.1:compile +| | | +- (org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile - omitted for duplicate) +| | | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.5.0.Final; omitted for duplicate) +| | | \- (io.github.crac:org-crac:jar:0.1.1:compile - omitted for duplicate) +| | \- io.quarkus:quarkus-fs-util:jar:0.0.9:compile +| +- io.quarkus:quarkus-security-runtime-spi:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | \- (io.quarkus.security:quarkus-security:jar:1.1.4.Final:compile - omitted for duplicate) +| +- io.quarkus:quarkus-credentials:jar:2.13.5.Final:compile +| | \- io.quarkus.arc:arc:jar:2.13.5.Final:compile +| | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile (version managed from 1.3.3) +| | +- (io.smallrye.reactive:mutiny:jar:1.6.0:compile - omitted for conflict with 1.7.0) +| | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.5.0.Final; omitted for duplicate) +| +- io.quarkus:quarkus-mutiny:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- io.smallrye.reactive:mutiny:jar:1.7.0:compile +| | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile (version managed from 1.0.3) +| | | \- (io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile - omitted for conflict with 1.13.1) +| | +- io.quarkus:quarkus-smallrye-context-propagation:jar:2.13.5.Final:compile +| | | +- io.smallrye:smallrye-context-propagation:jar:1.2.2:compile +| | | | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile - omitted for duplicate) +| | | | +- io.smallrye:smallrye-context-propagation-api:jar:1.2.2:compile +| | | | | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile - omitted for duplicate) +| | | | | \- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | | +- io.smallrye:smallrye-context-propagation-storage:jar:1.2.2:compile +| | | | +- (org.eclipse.microprofile.config:microprofile-config-api:jar:1.4:compile - omitted for conflict with 2.0.1) +| | | | \- (org.jboss.threads:jboss-threads:jar:3.1.1.Final:compile - omitted for conflict with 3.4.3.Final) +| | | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | | \- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | \- io.smallrye.reactive:mutiny-smallrye-context-propagation:jar:1.7.0:compile +| | +- (org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.3:compile - omitted for conflict with 1.2) +| | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | \- (io.smallrye:smallrye-context-propagation:jar:1.2.2:compile - omitted for duplicate) +| +- io.smallrye.common:smallrye-common-vertx-context:jar:1.13.1:compile +| | +- io.vertx:vertx-core:jar:4.3.3:compile +| | | +- io.netty:netty-common:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | +- io.netty:netty-buffer:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | \- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-transport:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-handler:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-handler-proxy:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- io.netty:netty-codec-socks:jar:4.1.53.Final:compile (version managed from 4.1.53.Final) +| | | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-codec-http:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-codec-http2:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-resolver:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | \- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- io.netty:netty-resolver-dns:jar:4.1.53.Final:compile (version managed from 4.1.78.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-resolver:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- io.netty:netty-codec-dns:jar:4.1.53.Final:compile (version managed from 4.1.53.Final) +| | | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.13.2; omitted for duplicate) +| | \- io.smallrye.common:smallrye-common-constraint:jar:1.13.1:compile +| | \- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.4.3.Final; omitted for duplicate) +| +- io.quarkus:quarkus-vertx-http-dev-console-runtime-spi:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-core:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- (io.quarkus.arc:arc:jar:2.13.5.Final:compile - omitted for duplicate) +| | \- (io.vertx:vertx-web:jar:4.3.4:compile - omitted for duplicate) +| +- io.quarkus.security:quarkus-security:jar:1.1.4.Final:compile +| | +- (org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile - version managed from 3.3.2.Final; omitted for duplicate) +| | \- (io.smallrye.reactive:mutiny:jar:0.4.3:compile - omitted for conflict with 1.7.0) +| +- io.quarkus:quarkus-vertx:jar:2.13.5.Final:compile +| | +- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | +- io.quarkus:quarkus-netty:jar:2.13.5.Final:compile +| | | +- io.netty:netty-codec:jar:4.1.53.Final:compile (version managed from 4.1.82.Final) +| | | | +- (io.netty:netty-common:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | | \- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- (io.netty:netty-codec-http:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (io.netty:netty-codec-http2:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (io.quarkus:quarkus-arc:jar:2.13.5.Final:compile - omitted for conflict with 2.13.6.Final) +| | | +- (io.netty:netty-handler:jar:4.1.53.Final:compile - version managed from 4.1.82.Final; omitted for duplicate) +| | | +- (jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile - omitted for duplicate) +| | | \- com.aayushatharva.brotli4j:brotli4j:jar:1.7.1:compile +| | | \- com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.7.1:compile +| | +- io.netty:netty-codec-haproxy:jar:4.1.53.Final:compile (version managed from 4.1.82.Final) +| | | +- (io.netty:netty-buffer:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | +- (io.netty:netty-transport:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | | \- (io.netty:netty-codec:jar:4.1.53.Final:compile - version managed from 4.1.53.Final; omitted for duplicate) +| | +- io.smallrye.common:smallrye-common-annotation:jar:1.13.1:compile +| | +- (io.smallrye.common:smallrye-common-vertx-context:jar:1.13.1:compile - omitted for duplicate) +| | +- (io.quarkus:quarkus-mutiny:jar:2.13.5.Final:compile - omitted for duplicate) +| | +- io.quarkus:quarkus-vertx-latebound-mdc-provider:jar:2.13.5.Final:compile +| | | \- (org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.10:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile +| | | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | | +- io.smallrye.reactive:smallrye-mutiny-vertx-runtime:jar:2.27.0:compile +| | | | +- (io.smallrye.reactive:mutiny:jar:1.7.0:compile - omitted for duplicate) +| | | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | | +- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | | \- io.smallrye.reactive:vertx-mutiny-generator:jar:2.27.0:compile +| | | +- (io.smallrye.reactive:smallrye-mutiny-vertx-runtime:jar:2.27.0:compile - omitted for duplicate) +| | | +- io.vertx:vertx-codegen:jar:4.3.4:compile +| | | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile - version managed from 2.13.4; omitted for duplicate) +| | | \- (io.smallrye.common:smallrye-common-annotation:jar:1.13.0:compile - omitted for conflict with 1.13.1) +| | \- io.smallrye:smallrye-fault-tolerance-vertx:jar:5.5.0:compile +| +- io.smallrye.reactive:smallrye-mutiny-vertx-web:jar:2.27.0:compile +| | +- (io.vertx:vertx-web:jar:4.3.4:compile - omitted for duplicate) +| | +- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-web-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-web-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-auth-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-auth-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | +- io.smallrye.reactive:smallrye-mutiny-vertx-bridge-common:jar:2.27.0:compile +| | | +- (io.vertx:vertx-bridge-common:jar:4.3.4:compile - omitted for duplicate) +| | | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| | \- io.smallrye.reactive:smallrye-mutiny-vertx-uri-template:jar:2.27.0:compile +| | +- io.vertx:vertx-uri-template:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | \- (io.smallrye.reactive:smallrye-mutiny-vertx-core:jar:2.27.0:compile - omitted for duplicate) +| +- io.vertx:vertx-web:jar:4.3.4:compile +| | +- io.vertx:vertx-web-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | +- io.vertx:vertx-auth-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | +- io.vertx:vertx-bridge-common:jar:4.3.4:compile +| | | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| | \- (io.vertx:vertx-core:jar:4.3.4:compile - omitted for conflict with 4.3.3) +| \- io.github.crac:org-crac:jar:0.1.1:compile +\- io.quarkus:quarkus-jdbc-postgresql:jar:2.13.6.Final:compile + +- io.quarkus:quarkus-arc:jar:2.13.6.Final:compile + | +- (io.quarkus.arc:arc:jar:2.13.6.Final:compile - omitted for conflict with 2.13.5.Final) + | +- (io.quarkus:quarkus-core:jar:2.13.6.Final:compile - omitted for conflict with 2.13.5.Final) + | \- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.2:compile + \- org.postgresql:postgresql:jar:42.2.18:compile (version managed from 42.5.1) diff --git a/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/effective-pom.xml b/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/effective-pom.xml new file mode 100644 index 00000000..3772941d --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/effective-pom.xml @@ -0,0 +1,6078 @@ + + + + + + + + + + + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.3.5.RELEASE + + + com.example + demo + 0.0.1-SNAPSHOT + demo + Demo project for Spring Boot + https://spring.io/projects/spring-boot/demo + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot/demo + + + 5.15.13 + 2.7.7 + 1.9.82 + 2.12.0 + 1.9.6 + 3.16.1 + 4.0.6 + 4.0.3 + 2.1.4 + 3.1.0 + 1.10.17 + 2.8.6 + 4.6.1 + 1.5.1 + 1.14 + 2.7.0 + 3.10 + 1.6 + 2.8.1 + 3.0.9 + 11.5.4.0 + 1.0.10.RELEASE + 10.14.2.0 + 4.1.14 + 2.10.6 + 3.8.1 + 7.6.2 + 2.2.0 + 1.6.0 + 1.2.5 + 6.4.4 + 2.3.30 + 3.0.1 + 3.0.3 + 2.3.3 + 2.5.13 + 2.8.6 + 1.4.200 + 2.2 + 1.3.2 + 3.12.10 + 6.1.6.Final + 5.4.22.Final + 3.4.5 + 2.5.1 + 2.40.0 + 4.1.4 + 4.5.13 + 4.4.13 + 10.1.8.Final + 2.18 + 2.11.3 + 1.2.2 + 1.3.5 + 2.0.3 + 1.0.2 + 1.1.6 + 1.6.5 + 2.2.3 + 1.2.7 + 4.0.4 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.2 + 11 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.0.3 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 3.0.9 + 3.4.1.Final + 7.6.0.Final + 2.0.6 + 3.3.0 + 2.30.1 + 8.5.54 + 2.2.0.v201112011158 + 1.1.4 + 9.4.33.v20201020 + 1.15 + 1.2.8 + 1.6.2 + 3.13.5 + 2.4.0 + 2.3 + 1.5.0 + 1.2 + 1.3.1 + 5.6.3 + 4.13.1 + 2.5.1 + 1.3.8 + 1.3.72 + 5.3.5.RELEASE + 3.8.9 + 2.13.3 + 1.2.3 + 1.18.16 + 2.6.2 + 1.8 + 3.3.0 + 3.1.0 + 3.8.1 + 3.1.2 + 2.8.2 + 3.0.0-M3 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.1 + 3.2.0 + 3.2.0 + 3.1.0 + 3.2.4 + 3.2.1 + 2.22.2 + 3.2.3 + 11 + 11 + 1.5.6 + 1.9.13 + 3.3.3 + 4.0.5 + 7.4.1.jre8 + 8.0.22 + 1.9.22 + 3.2.17 + 2.0.34.Final + 4.1.53.Final + 8.19 + 1.1.0 + 7.1.1 + 19.3.0.0 + 3.14.9 + 19.3.0.0 + 1.1.2 + 42.2.18 + UTF-8 + UTF-8 + 0.9.0 + 2.3.2 + 4.3.1 + Arabba-SR8 + 5.9.0 + 1.0.3 + Dysprosium-SR13 + @ + 3.3.0 + 1.0.3 + 1.2.1 + 1.3.8 + 2.2.20 + 1.5.2 + 2.40.0 + 3.141.59 + 4.4.8 + 4.0.1 + 1.7.30 + 1.26 + 8.5.2 + 2.2.12.RELEASE + 4.2.4.RELEASE + Neumann-SR5 + 5.2.10.RELEASE + 1.1.2.RELEASE + 5.3.3.RELEASE + 2.5.7.RELEASE + 2.3.3.RELEASE + 2.0.5.RELEASE + 1.2.5.RELEASE + 5.3.5.RELEASE + Dragonfruit-SR1 + 3.0.10.RELEASE + 3.31.1 + 1.6.5 + 2.0.1 + 3.0.4.RELEASE + 3.0.4.RELEASE + 2.4.1 + 3.0.11.RELEASE + 9.0.39 + 4.0.14 + 2.1.4.Final + 2.7 + 3325375 + 0.45 + 1.6.3 + 1.0.2 + 2.7.0 + + + + + org.apache.activemq + activemq-amqp + 5.15.13 + + + org.apache.activemq + activemq-blueprint + 5.15.13 + + + org.apache.activemq + activemq-broker + 5.15.13 + + + org.apache.activemq + activemq-camel + 5.15.13 + + + org.apache.activemq + activemq-client + 5.15.13 + + + org.apache.activemq + activemq-console + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + 5.15.13 + + + org.apache.activemq + activemq-jaas + 5.15.13 + + + org.apache.activemq + activemq-jdbc-store + 5.15.13 + + + org.apache.activemq + activemq-jms-pool + 5.15.13 + + + org.apache.activemq + activemq-kahadb-store + 5.15.13 + + + org.apache.activemq + activemq-karaf + 5.15.13 + + + org.apache.activemq + activemq-leveldb-store + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + 5.15.13 + + + org.apache.activemq + activemq-mqtt + 5.15.13 + + + org.apache.activemq + activemq-openwire-generator + 5.15.13 + + + org.apache.activemq + activemq-openwire-legacy + 5.15.13 + + + org.apache.activemq + activemq-osgi + 5.15.13 + + + org.apache.activemq + activemq-partition + 5.15.13 + + + org.apache.activemq + activemq-pool + 5.15.13 + + + org.apache.activemq + activemq-ra + 5.15.13 + + + org.apache.activemq + activemq-run + 5.15.13 + + + org.apache.activemq + activemq-runtime-config + 5.15.13 + + + org.apache.activemq + activemq-shiro + 5.15.13 + + + org.apache.activemq + activemq-spring + 5.15.13 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + 5.15.13 + + + org.apache.activemq + activemq-web + 5.15.13 + + + antlr + antlr + 2.7.7 + + + com.google.appengine + appengine-api-1.0-sdk + 1.9.82 + + + org.apache.activemq + artemis-amqp-protocol + 2.12.0 + + + org.apache.activemq + artemis-commons + 2.12.0 + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-client + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + 2.12.0 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + 2.12.0 + + + org.apache.activemq + artemis-selector + 2.12.0 + + + org.apache.activemq + artemis-server + 2.12.0 + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + 2.12.0 + + + org.aspectj + aspectjrt + 1.9.6 + + + org.aspectj + aspectjtools + 1.9.6 + + + org.aspectj + aspectjweaver + 1.9.6 + + + org.assertj + assertj-core + 3.16.1 + + + com.atomikos + transactions-jdbc + 4.0.6 + + + com.atomikos + transactions-jms + 4.0.6 + + + com.atomikos + transactions-jta + 4.0.6 + + + org.awaitility + awaitility + 4.0.3 + + + org.awaitility + awaitility-groovy + 4.0.3 + + + org.awaitility + awaitility-kotlin + 4.0.3 + + + org.awaitility + awaitility-scala + 4.0.3 + + + org.codehaus.btm + btm + 2.1.4 + + + net.bytebuddy + byte-buddy + 1.10.17 + + + net.bytebuddy + byte-buddy-agent + 1.10.17 + + + com.github.ben-manes.caffeine + caffeine + 2.8.6 + + + com.github.ben-manes.caffeine + guava + 2.8.6 + + + com.github.ben-manes.caffeine + jcache + 2.8.6 + + + com.github.ben-manes.caffeine + simulator + 2.8.6 + + + com.datastax.oss + java-driver-core + 4.6.1 + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + 1.5.1 + + + commons-codec + commons-codec + 1.14 + + + org.apache.commons + commons-dbcp2 + 2.7.0 + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + 3.10 + + + commons-pool + commons-pool + 1.6 + + + org.apache.commons + commons-pool2 + 2.8.1 + + + com.couchbase.client + java-client + 3.0.9 + + + com.ibm.db2 + jcc + 11.5.4.0 + + + io.spring.gradle + dependency-management-plugin + 1.0.10.RELEASE + + + org.apache.derby + derby + 10.14.2.0 + + + org.apache.derby + derbyclient + 10.14.2.0 + + + net.sf.ehcache + ehcache + 2.10.6 + + + org.ehcache + ehcache + 3.8.1 + + + org.ehcache + ehcache-clustered + 3.8.1 + + + org.ehcache + ehcache-transactions + 3.8.1 + + + org.elasticsearch + elasticsearch + 7.6.2 + + + org.elasticsearch.client + transport + 7.6.2 + + + org.elasticsearch.client + elasticsearch-rest-client + 7.6.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + 7.6.2 + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + 7.6.2 + + + org.elasticsearch.plugin + transport-netty4-client + 7.6.2 + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + 2.2.0 + + + org.flywaydb + flyway-core + 6.4.4 + + + org.freemarker + freemarker + 2.3.30 + + + org.glassfish + jakarta.el + 3.0.3 + + + org.glassfish.jaxb + codemodel + 2.3.3 + + + org.glassfish.jaxb + codemodel-annotation-compiler + 2.3.3 + + + org.glassfish.jaxb + jaxb-jxc + 2.3.3 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.3 + + + org.glassfish.jaxb + jaxb-xjc + 2.3.3 + + + org.glassfish.jaxb + txw2 + 2.3.3 + + + org.glassfish.jaxb + txwc2 + 2.3.3 + + + org.glassfish.jaxb + xsom + 2.3.3 + + + com.google.code.gson + gson + 2.8.6 + + + com.h2database + h2 + 1.4.200 + + + org.hamcrest + hamcrest + 2.2 + + + org.hamcrest + hamcrest-core + 2.2 + + + org.hamcrest + hamcrest-library + 2.2 + + + com.hazelcast + hazelcast + 3.12.10 + + + com.hazelcast + hazelcast-client + 3.12.10 + + + com.hazelcast + hazelcast-spring + 3.12.10 + + + com.hazelcast + hazelcast-hibernate52 + 1.3.2 + + + com.hazelcast + hazelcast-hibernate53 + 1.3.2 + + + org.hibernate + hibernate-c3p0 + 5.4.22.Final + + + org.hibernate + hibernate-core + 5.4.22.Final + + + org.hibernate + hibernate-ehcache + 5.4.22.Final + + + org.hibernate + hibernate-entitymanager + 5.4.22.Final + + + org.hibernate + hibernate-envers + 5.4.22.Final + + + org.hibernate + hibernate-hikaricp + 5.4.22.Final + + + org.hibernate + hibernate-java8 + 5.4.22.Final + + + org.hibernate + hibernate-jcache + 5.4.22.Final + + + org.hibernate + hibernate-jpamodelgen + 5.4.22.Final + + + org.hibernate + hibernate-proxool + 5.4.22.Final + + + org.hibernate + hibernate-spatial + 5.4.22.Final + + + org.hibernate + hibernate-testing + 5.4.22.Final + + + org.hibernate + hibernate-vibur + 5.4.22.Final + + + org.hibernate.validator + hibernate-validator + 6.1.6.Final + + + org.hibernate.validator + hibernate-validator-annotation-processor + 6.1.6.Final + + + com.zaxxer + HikariCP + 3.4.5 + + + org.hsqldb + hsqldb + 2.5.1 + + + net.sourceforge.htmlunit + htmlunit + 2.40.0 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + 4.1.4 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + 4.5.13 + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + 4.5.13 + + + org.apache.httpcomponents + httpclient-osgi + 4.5.13 + + + org.apache.httpcomponents + httpclient-win + 4.5.13 + + + org.apache.httpcomponents + httpmime + 4.5.13 + + + org.apache.httpcomponents + httpcore + 4.4.13 + + + org.apache.httpcomponents + httpcore-nio + 4.4.13 + + + org.infinispan + infinispan-api + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-jdbc + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-jpa + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-remote + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-rest + 10.1.8.Final + + + org.infinispan + infinispan-cachestore-rocksdb + 10.1.8.Final + + + org.infinispan + infinispan-cdi-common + 10.1.8.Final + + + org.infinispan + infinispan-cdi-embedded + 10.1.8.Final + + + org.infinispan + infinispan-cdi-remote + 10.1.8.Final + + + org.infinispan + infinispan-client-hotrod + 10.1.8.Final + + + org.infinispan + infinispan-client-rest + 10.1.8.Final + + + org.infinispan + infinispan-clustered-counter + 10.1.8.Final + + + org.infinispan + infinispan-clustered-lock + 10.1.8.Final + + + org.infinispan + infinispan-commons + 10.1.8.Final + + + org.infinispan + infinispan-component-annotations + 10.1.8.Final + + + org.infinispan + infinispan-core + 10.1.8.Final + + + org.infinispan + infinispan-directory-provider + 10.1.8.Final + + + org.infinispan + infinispan-hibernate-cache-v53 + 10.1.8.Final + + + org.infinispan + infinispan-jboss-marshalling + 10.1.8.Final + + + org.infinispan + infinispan-jcache + 10.1.8.Final + + + org.infinispan + infinispan-jcache-commons + 10.1.8.Final + + + org.infinispan + infinispan-jcache-remote + 10.1.8.Final + + + org.infinispan + infinispan-key-value-store-client + 10.1.8.Final + + + org.infinispan + infinispan-lucene-directory + 10.1.8.Final + + + org.infinispan + infinispan-objectfilter + 10.1.8.Final + + + org.infinispan + infinispan-osgi + 10.1.8.Final + + + org.infinispan + infinispan-persistence-soft-index + 10.1.8.Final + + + org.infinispan + infinispan-query + 10.1.8.Final + + + org.infinispan + infinispan-query-core + 10.1.8.Final + + + org.infinispan + infinispan-query-dsl + 10.1.8.Final + + + org.infinispan + infinispan-remote-query-client + 10.1.8.Final + + + org.infinispan + infinispan-remote-query-server + 10.1.8.Final + + + org.infinispan + infinispan-scripting + 10.1.8.Final + + + org.infinispan + infinispan-server-core + 10.1.8.Final + + + org.infinispan + infinispan-server-hotrod + 10.1.8.Final + + + org.infinispan + infinispan-server-memcached + 10.1.8.Final + + + org.infinispan + infinispan-server-rest + 10.1.8.Final + + + org.infinispan + infinispan-server-router + 10.1.8.Final + + + org.infinispan + infinispan-spring5-common + 10.1.8.Final + + + org.infinispan + infinispan-spring5-embedded + 10.1.8.Final + + + org.infinispan + infinispan-spring5-remote + 10.1.8.Final + + + org.infinispan + infinispan-tasks + 10.1.8.Final + + + org.infinispan + infinispan-tasks-api + 10.1.8.Final + + + org.infinispan + infinispan-tools + 10.1.8.Final + + + org.influxdb + influxdb-java + 2.18 + + + com.sun.activation + jakarta.activation + 1.2.2 + + + jakarta.activation + jakarta.activation-api + 1.2.2 + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + + + jakarta.jms + jakarta.jms-api + 2.0.3 + + + jakarta.json + jakarta.json-api + 1.1.6 + + + jakarta.json.bind + jakarta.json.bind-api + 1.0.2 + + + jakarta.mail + jakarta.mail-api + 1.6.5 + + + jakarta.persistence + jakarta.persistence-api + 2.2.3 + + + jakarta.servlet + jakarta.servlet-api + 4.0.4 + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + 1.2.7 + + + jakarta.transaction + jakarta.transaction-api + 1.3.3 + + + jakarta.validation + jakarta.validation-api + 2.0.2 + + + jakarta.websocket + jakarta.websocket-api + 1.1.2 + + + jakarta.ws.rs + jakarta.ws.rs-api + 2.1.6 + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + + + jakarta.xml.soap + jakarta.xml.soap-api + 1.4.2 + + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + + + org.codehaus.janino + commons-compiler + 3.1.2 + + + org.codehaus.janino + commons-compiler-jdk + 3.1.2 + + + org.codehaus.janino + janino + 3.1.2 + + + javax.activation + javax.activation-api + 1.2.0 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.cache + cache-api + 1.1.1 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + + javax.jms + javax.jms-api + 2.0.1 + + + javax.json + javax.json-api + 1.1.4 + + + javax.json.bind + javax.json.bind-api + 1.0 + + + javax.mail + javax.mail-api + 1.6.2 + + + javax.money + money-api + 1.0.3 + + + javax.persistence + javax.persistence-api + 2.2 + + + javax.transaction + javax.transaction-api + 1.3 + + + javax.validation + validation-api + 2.0.1.Final + + + javax.websocket + javax.websocket-api + 1.1 + + + jaxen + jaxen + 1.2.0 + + + org.firebirdsql.jdbc + jaybird-jdk17 + 3.0.9 + + + org.firebirdsql.jdbc + jaybird-jdk18 + 3.0.9 + + + org.jboss.logging + jboss-logging + 3.4.1.Final + + + org.jboss + jboss-transaction-spi + 7.6.0.Final + + + org.jdom + jdom2 + 2.0.6 + + + redis.clients + jedis + 3.3.0 + + + org.mortbay.jasper + apache-el + 8.5.54 + + + org.eclipse.jetty.orbit + javax.servlet.jsp + 2.2.0.v201112011158 + + + org.eclipse.jetty + jetty-reactive-httpclient + 1.1.4 + + + com.samskivert + jmustache + 1.15 + + + org.apache.johnzon + johnzon-core + 1.2.8 + + + org.apache.johnzon + johnzon-jaxrs + 1.2.8 + + + org.apache.johnzon + johnzon-jsonb + 1.2.8 + + + org.apache.johnzon + johnzon-jsonb-extras + 1.2.8 + + + org.apache.johnzon + johnzon-jsonschema + 1.2.8 + + + org.apache.johnzon + johnzon-mapper + 1.2.8 + + + org.apache.johnzon + johnzon-websocket + 1.2.8 + + + org.jolokia + jolokia-core + 1.6.2 + + + org.jooq + jooq + 3.13.5 + + + org.jooq + jooq-meta + 3.13.5 + + + org.jooq + jooq-codegen + 3.13.5 + + + com.jayway.jsonpath + json-path + 2.4.0 + + + com.jayway.jsonpath + json-path-assert + 2.4.0 + + + net.minidev + json-smart + 2.3 + + + org.skyscreamer + jsonassert + 1.5.0 + + + javax.servlet + jstl + 1.2 + + + net.sourceforge.jtds + jtds + 1.3.1 + + + junit + junit + 4.13.1 + + + org.apache.kafka + connect-api + 2.5.1 + + + org.apache.kafka + connect-basic-auth-extension + 2.5.1 + + + org.apache.kafka + connect-file + 2.5.1 + + + org.apache.kafka + connect-json + 2.5.1 + + + org.apache.kafka + connect-runtime + 2.5.1 + + + org.apache.kafka + connect-transforms + 2.5.1 + + + org.apache.kafka + kafka-clients + 2.5.1 + + + org.apache.kafka + kafka-log4j-appender + 2.5.1 + + + org.apache.kafka + kafka-streams + 2.5.1 + + + org.apache.kafka + kafka-streams-scala_2.12 + 2.5.1 + + + org.apache.kafka + kafka-streams-scala_2.13 + 2.5.1 + + + org.apache.kafka + kafka-streams-test-utils + 2.5.1 + + + org.apache.kafka + kafka-tools + 2.5.1 + + + org.apache.kafka + kafka_2.12 + 2.5.1 + + + org.apache.kafka + kafka_2.13 + 2.5.1 + + + io.lettuce + lettuce-core + 5.3.5.RELEASE + + + org.liquibase + liquibase-core + 3.8.9 + + + ch.qos.logback + logback-classic + + + + + org.apache.logging.log4j + log4j-to-slf4j + 2.13.3 + + + ch.qos.logback + logback-access + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + org.projectlombok + lombok + 1.18.16 + + + org.mariadb.jdbc + mariadb-java-client + 2.6.2 + + + io.micrometer + micrometer-registry-stackdriver + 1.5.6 + + + javax.annotation + javax.annotation-api + + + + + org.jvnet.mimepull + mimepull + 1.9.13 + + + org.mockito + mockito-core + 3.3.3 + + + org.mockito + mockito-inline + 3.3.3 + + + org.mockito + mockito-junit-jupiter + 3.3.3 + + + org.mongodb + bson + 4.0.5 + + + org.mongodb + mongodb-driver-core + 4.0.5 + + + org.mongodb + mongodb-driver-legacy + 4.0.5 + + + org.mongodb + mongodb-driver-reactivestreams + 4.0.5 + + + org.mongodb + mongodb-driver-sync + 4.0.5 + + + com.microsoft.sqlserver + mssql-jdbc + 7.4.1.jre8 + + + mysql + mysql-connector-java + 8.0.22 + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + 1.9.22 + + + org.neo4j + neo4j-ogm-api + 3.2.17 + + + org.neo4j + neo4j-ogm-bolt-driver + 3.2.17 + + + org.neo4j + neo4j-ogm-bolt-native-types + 3.2.17 + + + org.neo4j + neo4j-ogm-core + 3.2.17 + + + org.neo4j + neo4j-ogm-embedded-driver + 3.2.17 + + + org.neo4j + neo4j-ogm-embedded-native-types + 3.2.17 + + + org.neo4j + neo4j-ogm-http-driver + 3.2.17 + + + io.netty + netty-tcnative + 2.0.34.Final + + + io.netty + netty-tcnative-boringssl-static + 2.0.34.Final + + + org.synchronoss.cloud + nio-multipart-parser + 1.1.0 + + + com.nimbusds + oauth2-oidc-sdk + 7.1.1 + + + com.nimbusds + nimbus-jose-jwt + 8.19 + + + com.oracle.ojdbc + dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10 + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc10dms_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8 + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8_g + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8dms + 19.3.0.0 + + + com.oracle.ojdbc + ojdbc8dms_g + 19.3.0.0 + + + com.oracle.ojdbc + ons + 19.3.0.0 + + + com.oracle.ojdbc + oraclepki + 19.3.0.0 + + + com.oracle.ojdbc + orai18n + 19.3.0.0 + + + com.oracle.ojdbc + osdt_cert + 19.3.0.0 + + + com.oracle.ojdbc + osdt_core + 19.3.0.0 + + + com.oracle.ojdbc + simplefan + 19.3.0.0 + + + com.oracle.ojdbc + ucp + 19.3.0.0 + + + com.oracle.ojdbc + xdb + 19.3.0.0 + + + com.oracle.ojdbc + xmlparserv2 + 19.3.0.0 + + + com.squareup.okhttp3 + logging-interceptor + 3.14.9 + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + + + com.squareup.okhttp3 + okcurl + 3.14.9 + + + com.squareup.okhttp3 + okhttp + 3.14.9 + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + 3.14.9 + + + com.squareup.okhttp3 + okhttp-sse + 3.14.9 + + + com.squareup.okhttp3 + okhttp-testing-support + 3.14.9 + + + com.squareup.okhttp3 + okhttp-tls + 3.14.9 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.14.9 + + + com.oracle.database.ha + ons + 19.3.0.0 + + + com.oracle.database.ha + simplefan + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc10 + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc10dms + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc8 + 19.3.0.0 + + + com.oracle.database.jdbc + ojdbc8dms + 19.3.0.0 + + + com.oracle.database.jdbc + ucp + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc10_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc10dms_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8_g + 19.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8dms_g + 19.3.0.0 + + + com.oracle.database.nls + orai18n + 19.3.0.0 + + + com.oracle.database.observability + dms + 19.3.0.0 + + + com.oracle.database.security + oraclepki + 19.3.0.0 + + + com.oracle.database.security + osdt_cert + 19.3.0.0 + + + com.oracle.database.security + osdt_core + 19.3.0.0 + + + com.oracle.database.xml + xdb + 19.3.0.0 + + + com.oracle.database.xml + xmlparserv2 + 19.3.0.0 + + + org.messaginghub + pooled-jms + 1.1.2 + + + org.postgresql + postgresql + 42.2.18 + + + io.prometheus + simpleclient_pushgateway + 0.9.0 + + + org.quartz-scheduler + quartz + 2.3.2 + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + 2.3.2 + + + com.querydsl + querydsl-apt + 4.3.1 + + + com.querydsl + querydsl-collections + 4.3.1 + + + com.querydsl + querydsl-core + 4.3.1 + + + com.querydsl + querydsl-jpa + 4.3.1 + + + com.querydsl + querydsl-mongodb + 4.3.1 + + + org.mongodb + mongo-java-driver + + + + + com.rabbitmq + amqp-client + 5.9.0 + + + org.reactivestreams + reactive-streams + 1.0.3 + + + io.rest-assured + json-path + 3.3.0 + + + io.rest-assured + json-schema-validator + 3.3.0 + + + io.rest-assured + rest-assured + 3.3.0 + + + io.rest-assured + scala-support + 3.3.0 + + + io.rest-assured + spring-mock-mvc + 3.3.0 + + + io.rest-assured + spring-web-test-client + 3.3.0 + + + io.rest-assured + xml-path + 3.3.0 + + + io.reactivex + rxjava + 1.3.8 + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + + + io.reactivex.rxjava2 + rxjava + 2.2.20 + + + org.springframework.boot + spring-boot + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-test + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-actuator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-buildpack-platform + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-configuration-metadata + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-configuration-processor + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-devtools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-loader + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-loader-tools + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-properties-migrator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-activemq + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-actuator + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-amqp + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-aop + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-artemis + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-batch + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-cache + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-redis + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-rest + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-solr + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-freemarker + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-hateoas + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-integration + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jdbc + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jersey + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jetty + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jooq + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-json + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-jta-bitronix + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-logging + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-mail + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-mustache + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-quartz + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-rsocket + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-security + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-test + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-tomcat + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-undertow + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-validation + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-web + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-webflux + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-websocket + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-web-services + 2.3.5.RELEASE + + + com.sun.xml.messaging.saaj + saaj-impl + 1.5.2 + + + org.seleniumhq.selenium + selenium-api + 3.141.59 + + + org.seleniumhq.selenium + selenium-chrome-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-edge-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-firefox-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-ie-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-java + 3.141.59 + + + org.seleniumhq.selenium + selenium-opera-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-remote-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-safari-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-support + 3.141.59 + + + org.seleniumhq.selenium + htmlunit-driver + 2.40.0 + + + com.sendgrid + sendgrid-java + 4.4.8 + + + javax.servlet + javax.servlet-api + 4.0.1 + + + org.slf4j + jcl-over-slf4j + 1.7.30 + + + org.slf4j + jul-to-slf4j + 1.7.30 + + + org.slf4j + log4j-over-slf4j + 1.7.30 + + + org.slf4j + slf4j-api + 1.7.30 + + + org.slf4j + slf4j-ext + 1.7.30 + + + org.slf4j + slf4j-jcl + 1.7.30 + + + org.slf4j + slf4j-jdk14 + 1.7.30 + + + org.slf4j + slf4j-log4j12 + 1.7.30 + + + org.slf4j + slf4j-nop + 1.7.30 + + + org.slf4j + slf4j-simple + 1.7.30 + + + org.yaml + snakeyaml + 1.26 + + + org.apache.solr + solr-analysis-extras + 8.5.2 + + + org.apache.solr + solr-analytics + 8.5.2 + + + org.apache.solr + solr-cell + 8.5.2 + + + org.apache.solr + solr-clustering + 8.5.2 + + + org.apache.solr + solr-core + 8.5.2 + + + org.apache.solr + solr-dataimporthandler + 8.5.2 + + + org.apache.solr + solr-dataimporthandler-extras + 8.5.2 + + + org.apache.solr + solr-langid + 8.5.2 + + + org.apache.solr + solr-ltr + 8.5.2 + + + org.apache.solr + solr-solrj + 8.5.2 + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + 8.5.2 + + + org.apache.solr + solr-velocity + 8.5.2 + + + org.springframework.amqp + spring-amqp + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit-junit + 2.2.12.RELEASE + + + org.springframework.amqp + spring-rabbit-test + 2.2.12.RELEASE + + + org.springframework.batch + spring-batch-core + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-infrastructure + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-integration + 4.2.4.RELEASE + + + org.springframework.batch + spring-batch-test + 4.2.4.RELEASE + + + org.springframework.hateoas + spring-hateoas + 1.1.2.RELEASE + + + org.springframework.kafka + spring-kafka + 2.5.7.RELEASE + + + org.springframework.kafka + spring-kafka-test + 2.5.7.RELEASE + + + org.springframework.ldap + spring-ldap-core + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-core-tiger + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-batch + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-core + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-odm + 2.3.3.RELEASE + + + org.springframework.ldap + spring-ldap-test + 2.3.3.RELEASE + + + org.springframework.restdocs + spring-restdocs-asciidoctor + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-core + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-mockmvc + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-restassured + 2.0.5.RELEASE + + + org.springframework.restdocs + spring-restdocs-webtestclient + 2.0.5.RELEASE + + + org.springframework.retry + spring-retry + 1.2.5.RELEASE + + + org.springframework.ws + spring-ws-core + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-security + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-support + 3.0.10.RELEASE + + + org.springframework.ws + spring-ws-test + 3.0.10.RELEASE + + + org.springframework.ws + spring-xml + 3.0.10.RELEASE + + + org.xerial + sqlite-jdbc + 3.31.1 + + + com.sun.mail + jakarta.mail + 1.6.5 + + + org.thymeleaf + thymeleaf + 3.0.11.RELEASE + + + org.thymeleaf + thymeleaf-spring5 + 3.0.11.RELEASE + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + 2.0.1 + + + org.thymeleaf.extras + thymeleaf-extras-java8time + 3.0.4.RELEASE + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + 3.0.4.RELEASE + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + 2.4.1 + + + org.apache.tomcat + tomcat-annotations-api + 9.0.39 + + + org.apache.tomcat + tomcat-jdbc + 9.0.39 + + + org.apache.tomcat + tomcat-jsp-api + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-jasper + 9.0.39 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.39 + + + com.unboundid + unboundid-ldapsdk + 4.0.14 + + + io.undertow + undertow-core + 2.1.4.Final + + + io.undertow + undertow-servlet + 2.1.4.Final + + + io.undertow + undertow-websockets-jsr + 2.1.4.Final + + + org.webjars + hal-browser + 3325375 + + + org.webjars + webjars-locator-core + 0.45 + + + wsdl4j + wsdl4j + 1.6.3 + + + org.xmlunit + xmlunit-assertj + 2.7.0 + + + org.xmlunit + xmlunit-core + 2.7.0 + + + org.xmlunit + xmlunit-legacy + 2.7.0 + + + org.xmlunit + xmlunit-matchers + 2.7.0 + + + org.xmlunit + xmlunit-placeholders + 2.7.0 + + + com.datastax.oss + java-driver-core-shaded + 4.6.1 + + + com.datastax.oss + java-driver-mapper-processor + 4.6.1 + + + com.datastax.oss + java-driver-mapper-runtime + 4.6.1 + + + com.datastax.oss + java-driver-query-builder + 4.6.1 + + + com.datastax.oss + java-driver-test-infra + 4.6.1 + + + com.datastax.oss + native-protocol + 1.4.10 + + + com.datastax.oss + java-driver-shaded-guava + 25.1-jre + + + io.dropwizard.metrics + metrics-annotation + 4.1.14 + + + io.dropwizard.metrics + metrics-caffeine + 4.1.14 + + + io.dropwizard.metrics + metrics-core + 4.1.14 + + + io.dropwizard.metrics + metrics-collectd + 4.1.14 + + + io.dropwizard.metrics + metrics-ehcache + 4.1.14 + + + io.dropwizard.metrics + metrics-graphite + 4.1.14 + + + io.dropwizard.metrics + metrics-healthchecks + 4.1.14 + + + io.dropwizard.metrics + metrics-httpclient + 4.1.14 + + + io.dropwizard.metrics + metrics-httpasyncclient + 4.1.14 + + + io.dropwizard.metrics + metrics-jcache + 4.1.14 + + + io.dropwizard.metrics + metrics-jdbi + 4.1.14 + + + io.dropwizard.metrics + metrics-jdbi3 + 4.1.14 + + + io.dropwizard.metrics + metrics-jersey2 + 4.1.14 + + + io.dropwizard.metrics + metrics-jetty9 + 4.1.14 + + + io.dropwizard.metrics + metrics-jmx + 4.1.14 + + + io.dropwizard.metrics + metrics-json + 4.1.14 + + + io.dropwizard.metrics + metrics-jvm + 4.1.14 + + + io.dropwizard.metrics + metrics-log4j2 + 4.1.14 + + + io.dropwizard.metrics + metrics-logback + 4.1.14 + + + io.dropwizard.metrics + metrics-servlet + 4.1.14 + + + io.dropwizard.metrics + metrics-servlets + 4.1.14 + + + org.codehaus.groovy + groovy + 2.5.13 + + + org.codehaus.groovy + groovy-ant + 2.5.13 + + + org.codehaus.groovy + groovy-bsf + 2.5.13 + + + org.codehaus.groovy + groovy-cli-commons + 2.5.13 + + + org.codehaus.groovy + groovy-cli-picocli + 2.5.13 + + + org.codehaus.groovy + groovy-console + 2.5.13 + + + org.codehaus.groovy + groovy-datetime + 2.5.13 + + + org.codehaus.groovy + groovy-dateutil + 2.5.13 + + + org.codehaus.groovy + groovy-docgenerator + 2.5.13 + + + org.codehaus.groovy + groovy-groovydoc + 2.5.13 + + + org.codehaus.groovy + groovy-groovysh + 2.5.13 + + + org.codehaus.groovy + groovy-jaxb + 2.5.13 + + + org.codehaus.groovy + groovy-jmx + 2.5.13 + + + org.codehaus.groovy + groovy-json + 2.5.13 + + + org.codehaus.groovy + groovy-json-direct + 2.5.13 + + + org.codehaus.groovy + groovy-jsr223 + 2.5.13 + + + org.codehaus.groovy + groovy-macro + 2.5.13 + + + org.codehaus.groovy + groovy-nio + 2.5.13 + + + org.codehaus.groovy + groovy-servlet + 2.5.13 + + + org.codehaus.groovy + groovy-sql + 2.5.13 + + + org.codehaus.groovy + groovy-swing + 2.5.13 + + + org.codehaus.groovy + groovy-templates + 2.5.13 + + + org.codehaus.groovy + groovy-test + 2.5.13 + + + org.codehaus.groovy + groovy-test-junit5 + 2.5.13 + + + org.codehaus.groovy + groovy-testng + 2.5.13 + + + org.codehaus.groovy + groovy-xml + 2.5.13 + + + com.fasterxml.jackson.core + jackson-annotations + 2.11.3 + + + com.fasterxml.jackson.core + jackson-core + 2.11.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.11.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate3 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + 2.11.3 + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + 2.11.3 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-all + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-objects + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + 2.11.3 + + + com.fasterxml.jackson.jr + jackson-jr-stree + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-afterburner + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-guice + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-kotlin + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-mrbean + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-osgi + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-paranamer + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.10 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + 2.11.3 + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + 2.11.3 + + + org.glassfish.jersey.core + jersey-common + 2.30.1 + + + org.glassfish.jersey.core + jersey-client + 2.30.1 + + + org.glassfish.jersey.core + jersey-server + 2.30.1 + + + org.glassfish.jersey.bundles + jaxrs-ri + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-apache-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-grizzly-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-jdk-connector + 2.30.1 + + + org.glassfish.jersey.connectors + jersey-netty-connector + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jetty-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jetty-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-jdk-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-netty-http + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-servlet + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + 2.30.1 + + + org.glassfish.jersey.containers + jersey-container-simple-http + 2.30.1 + + + org.glassfish.jersey.containers.glassfish + jersey-gf-ejb + 2.30.1 + + + org.glassfish.jersey.ext + jersey-bean-validation + 2.30.1 + + + org.glassfish.jersey.ext + jersey-entity-filtering + 2.30.1 + + + org.glassfish.jersey.ext + jersey-metainf-services + 2.30.1 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-config + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-bean-validation + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-freemarker + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-jsp + 2.30.1 + + + org.glassfish.jersey.ext + jersey-mvc-mustache + 2.30.1 + + + org.glassfish.jersey.ext + jersey-proxy-client + 2.30.1 + + + org.glassfish.jersey.ext + jersey-servlet-portability + 2.30.1 + + + org.glassfish.jersey.ext + jersey-spring4 + 2.30.1 + + + org.glassfish.jersey.ext + jersey-spring5 + 2.30.1 + + + org.glassfish.jersey.ext + jersey-declarative-linking + 2.30.1 + + + org.glassfish.jersey.ext + jersey-wadl-doclet + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-weld2-se + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-transaction + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-validation + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-servlet + 2.30.1 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-ban-custom-hk2-binding + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-guava + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava + 2.30.1 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava2 + 2.30.1 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-rest-client + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-jaxb + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jackson + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jackson1 + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-jettison + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-processing + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-json-binding + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-kryo + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-moxy + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-multipart + 2.30.1 + + + org.glassfish.jersey.media + jersey-media-sse + 2.30.1 + + + org.glassfish.jersey.security + oauth1-client + 2.30.1 + + + org.glassfish.jersey.security + oauth1-server + 2.30.1 + + + org.glassfish.jersey.security + oauth1-signature + 2.30.1 + + + org.glassfish.jersey.security + oauth2-client + 2.30.1 + + + org.glassfish.jersey.inject + jersey-hk2 + 2.30.1 + + + org.glassfish.jersey.inject + jersey-cdi2-se + 2.30.1 + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + 2.30.1 + pom + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-external + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jdk-http + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-simple + 2.30.1 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jetty + 2.30.1 + + + org.glassfish.jersey.test-framework + jersey-test-framework-util + 2.30.1 + + + org.eclipse.jetty + apache-jsp + 9.4.33.v20201020 + + + org.eclipse.jetty + apache-jstl + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-java-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-java-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-openjdk8-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-openjdk8-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-conscrypt-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-conscrypt-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-alpn-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-annotations + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-ant + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-client + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-continuation + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-deploy + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-distribution + 9.4.33.v20201020 + zip + + + org.eclipse.jetty + jetty-distribution + 9.4.33.v20201020 + tar.gz + + + org.eclipse.jetty.fcgi + fcgi-client + 9.4.33.v20201020 + + + org.eclipse.jetty.fcgi + fcgi-server + 9.4.33.v20201020 + + + org.eclipse.jetty.gcloud + jetty-gcloud-session-manager + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-home + 9.4.33.v20201020 + zip + + + org.eclipse.jetty + jetty-home + 9.4.33.v20201020 + tar.gz + + + org.eclipse.jetty + jetty-http + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-client + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-common + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-hpack + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-http-client-transport + 9.4.33.v20201020 + + + org.eclipse.jetty.http2 + http2-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-http-spi + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-common + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-remote-query + 9.4.33.v20201020 + + + org.eclipse.jetty + infinispan-embedded-query + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-hazelcast + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-io + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jaas + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jaspi + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jmx + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-jndi + 9.4.33.v20201020 + + + org.eclipse.jetty.memcached + jetty-memcached-sessions + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-nosql + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + 9.4.33.v20201020 + + + org.eclipse.jetty.osgi + jetty-httpservice + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-plus + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-proxy + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-quickstart + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-rewrite + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-security + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-openid + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-server + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-servlet + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-servlets + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-spring + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-unixsocket + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-util + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-util-ajax + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-webapp + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + javax-websocket-client-impl + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-api + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-client + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-common + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-server + 9.4.33.v20201020 + + + org.eclipse.jetty.websocket + websocket-servlet + 9.4.33.v20201020 + + + org.eclipse.jetty + jetty-xml + 9.4.33.v20201020 + + + org.junit.jupiter + junit-jupiter + 5.6.3 + + + org.junit.jupiter + junit-jupiter-api + 5.6.3 + + + org.junit.jupiter + junit-jupiter-engine + 5.6.3 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.6.3 + + + org.junit.jupiter + junit-jupiter-params + 5.6.3 + + + org.junit.platform + junit-platform-commons + 1.6.3 + + + org.junit.platform + junit-platform-console + 1.6.3 + + + org.junit.platform + junit-platform-engine + 1.6.3 + + + org.junit.platform + junit-platform-launcher + 1.6.3 + + + org.junit.platform + junit-platform-reporting + 1.6.3 + + + org.junit.platform + junit-platform-runner + 1.6.3 + + + org.junit.platform + junit-platform-suite-api + 1.6.3 + + + org.junit.platform + junit-platform-testkit + 1.6.3 + + + org.junit.vintage + junit-vintage-engine + 5.6.3 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-js + 1.3.72 + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-reflect + 1.3.72 + + + org.jetbrains.kotlin + kotlin-osgi-bundle + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-junit + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-junit5 + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-testng + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-js + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-test-annotations-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-main-kts + 1.3.72 + + + org.jetbrains.kotlin + kotlin-script-runtime + 1.3.72 + + + org.jetbrains.kotlin + kotlin-script-util + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-common + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.3.72 + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + 1.3.72 + + + org.jetbrains.kotlin + kotlin-compiler + 1.3.72 + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + 1.3.72 + + + org.jetbrains.kotlin + kotlin-daemon-client + 1.3.72 + + + org.jetbrains.kotlinx + kotlinx-coroutines-android + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-js + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-native + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-common + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-debug + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-guava + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-javafx + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk9 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-play-services + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx2 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx3 + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-slf4j + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-swing + 1.3.8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-test + 1.3.8 + + + org.apache.logging.log4j + log4j-api + 2.13.3 + + + org.apache.logging.log4j + log4j-core + 2.13.3 + + + org.apache.logging.log4j + log4j-1.2-api + 2.13.3 + + + org.apache.logging.log4j + log4j-jcl + 2.13.3 + + + org.apache.logging.log4j + log4j-flume-ng + 2.13.3 + + + org.apache.logging.log4j + log4j-taglib + 2.13.3 + + + org.apache.logging.log4j + log4j-jmx-gui + 2.13.3 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.13.3 + + + org.apache.logging.log4j + log4j-slf4j18-impl + 2.13.3 + + + org.apache.logging.log4j + log4j-appserver + 2.13.3 + + + org.apache.logging.log4j + log4j-web + 2.13.3 + + + org.apache.logging.log4j + log4j-couchdb + 2.13.3 + + + org.apache.logging.log4j + log4j-mongodb2 + 2.13.3 + + + org.apache.logging.log4j + log4j-mongodb3 + 2.13.3 + + + org.apache.logging.log4j + log4j-cassandra + 2.13.3 + + + org.apache.logging.log4j + log4j-jpa + 2.13.3 + + + org.apache.logging.log4j + log4j-iostreams + 2.13.3 + + + org.apache.logging.log4j + log4j-jul + 2.13.3 + + + org.apache.logging.log4j + log4j-jpl + 2.13.3 + + + org.apache.logging.log4j + log4j-liquibase + 2.13.3 + + + org.apache.logging.log4j + log4j-docker + 2.13.3 + + + org.apache.logging.log4j + log4j-kubernetes + 2.13.3 + + + org.apache.logging.log4j + log4j-spring-cloud-config-client + 2.13.3 + + + io.micrometer + micrometer-core + 1.5.6 + + + io.micrometer + micrometer-jersey2 + 1.5.6 + + + io.micrometer + micrometer-registry-appoptics + 1.5.6 + + + io.micrometer + micrometer-registry-atlas + 1.5.6 + + + io.micrometer + micrometer-registry-azure-monitor + 1.5.6 + + + io.micrometer + micrometer-registry-cloudwatch + 1.5.6 + + + io.micrometer + micrometer-registry-cloudwatch2 + 1.5.6 + + + io.micrometer + micrometer-registry-datadog + 1.5.6 + + + io.micrometer + micrometer-registry-dynatrace + 1.5.6 + + + io.micrometer + micrometer-registry-elastic + 1.5.6 + + + io.micrometer + micrometer-registry-ganglia + 1.5.6 + + + io.micrometer + micrometer-registry-graphite + 1.5.6 + + + io.micrometer + micrometer-registry-humio + 1.5.6 + + + io.micrometer + micrometer-registry-influx + 1.5.6 + + + io.micrometer + micrometer-registry-jmx + 1.5.6 + + + io.micrometer + micrometer-registry-kairos + 1.5.6 + + + io.micrometer + micrometer-registry-new-relic + 1.5.6 + + + io.micrometer + micrometer-registry-opentsdb + 1.5.6 + + + io.micrometer + micrometer-registry-prometheus + 1.5.6 + + + io.micrometer + micrometer-registry-signalfx + 1.5.6 + + + io.micrometer + micrometer-registry-statsd + 1.5.6 + + + io.micrometer + micrometer-registry-wavefront + 1.5.6 + + + io.micrometer + micrometer-test + 1.5.6 + + + io.netty + netty-buffer + 4.1.53.Final + + + io.netty + netty-codec + 4.1.53.Final + + + io.netty + netty-codec-dns + 4.1.53.Final + + + io.netty + netty-codec-haproxy + 4.1.53.Final + + + io.netty + netty-codec-http + 4.1.53.Final + + + io.netty + netty-codec-http2 + 4.1.53.Final + + + io.netty + netty-codec-memcache + 4.1.53.Final + + + io.netty + netty-codec-mqtt + 4.1.53.Final + + + io.netty + netty-codec-redis + 4.1.53.Final + + + io.netty + netty-codec-smtp + 4.1.53.Final + + + io.netty + netty-codec-socks + 4.1.53.Final + + + io.netty + netty-codec-stomp + 4.1.53.Final + + + io.netty + netty-codec-xml + 4.1.53.Final + + + io.netty + netty-common + 4.1.53.Final + + + io.netty + netty-dev-tools + 4.1.53.Final + + + io.netty + netty-handler + 4.1.53.Final + + + io.netty + netty-handler-proxy + 4.1.53.Final + + + io.netty + netty-resolver + 4.1.53.Final + + + io.netty + netty-resolver-dns + 4.1.53.Final + + + io.netty + netty-transport + 4.1.53.Final + + + io.netty + netty-transport-rxtx + 4.1.53.Final + + + io.netty + netty-transport-sctp + 4.1.53.Final + + + io.netty + netty-transport-udt + 4.1.53.Final + + + io.netty + netty-example + 4.1.53.Final + + + io.netty + netty-all + 4.1.53.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.53.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.53.Final + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + linux-aarch64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.53.Final + osx-x86_64 + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + linux-aarch64 + + + io.netty + netty-transport-native-epoll + 4.1.53.Final + linux-x86_64 + + + io.netty + netty-transport-native-kqueue + 4.1.53.Final + + + io.netty + netty-transport-native-kqueue + 4.1.53.Final + osx-x86_64 + + + com.google.cloud + cloud-spanner-r2dbc + 0.2.0 + + + io.r2dbc + r2dbc-h2 + 0.8.4.RELEASE + + + org.mariadb + r2dbc-mariadb + 0.8.4-rc + + + io.r2dbc + r2dbc-mssql + 0.8.5.RELEASE + + + dev.miku + r2dbc-mysql + 0.8.2.RELEASE + + + io.r2dbc + r2dbc-postgresql + 0.8.6.RELEASE + + + io.r2dbc + r2dbc-pool + 0.8.5.RELEASE + + + io.r2dbc + r2dbc-proxy + 0.8.3.RELEASE + + + io.r2dbc + r2dbc-spi + 0.8.3.RELEASE + + + io.projectreactor + reactor-core + 3.3.11.RELEASE + + + io.projectreactor + reactor-test + 3.3.11.RELEASE + + + io.projectreactor + reactor-tools + 3.3.11.RELEASE + + + io.projectreactor.addons + reactor-extra + 3.3.4.RELEASE + + + io.projectreactor.addons + reactor-adapter + 3.3.4.RELEASE + + + io.projectreactor.netty + reactor-netty + 0.9.13.RELEASE + + + io.projectreactor.addons + reactor-pool + 0.1.7.RELEASE + + + io.projectreactor.kafka + reactor-kafka + 1.2.4.RELEASE + + + io.projectreactor.rabbitmq + reactor-rabbitmq + 1.4.4.RELEASE + + + io.projectreactor.kotlin + reactor-kotlin-extensions + 1.0.2.RELEASE + + + io.rsocket + rsocket-core + 1.0.3 + + + io.rsocket + rsocket-load-balancer + 1.0.3 + + + io.rsocket + rsocket-micrometer + 1.0.3 + + + io.rsocket + rsocket-test + 1.0.3 + + + io.rsocket + rsocket-transport-local + 1.0.3 + + + io.rsocket + rsocket-transport-netty + 1.0.3 + + + org.springframework.data + spring-data-cassandra + 3.0.5.RELEASE + + + org.springframework.data + spring-data-commons + 2.3.5.RELEASE + + + org.springframework.data + spring-data-couchbase + 4.0.5.RELEASE + + + org.springframework.data + spring-data-elasticsearch + 4.0.5.RELEASE + + + org.springframework.data + spring-data-gemfire + 2.3.5.RELEASE + + + org.springframework.data + spring-data-geode + 2.3.5.RELEASE + + + org.springframework.data + spring-data-jdbc + 2.0.5.RELEASE + + + org.springframework.data + spring-data-relational + 2.0.5.RELEASE + + + org.springframework.data + spring-data-jpa + 2.3.5.RELEASE + + + org.springframework.data + spring-data-mongodb + 3.0.5.RELEASE + + + org.springframework.data + spring-data-neo4j + 5.3.5.RELEASE + + + org.springframework.data + spring-data-r2dbc + 1.1.5.RELEASE + + + org.springframework.data + spring-data-redis + 2.3.5.RELEASE + + + org.springframework.data + spring-data-rest-webmvc + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-core + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-hal-browser + 3.3.5.RELEASE + + + org.springframework.data + spring-data-rest-hal-explorer + 3.3.5.RELEASE + + + org.springframework.data + spring-data-solr + 4.2.5.RELEASE + + + org.springframework.data + spring-data-keyvalue + 2.3.5.RELEASE + + + org.springframework.data + spring-data-envers + 2.3.5.RELEASE + + + org.springframework.data + spring-data-ldap + 2.3.5.RELEASE + + + org.springframework + spring-aop + 5.2.10.RELEASE + + + org.springframework + spring-aspects + 5.2.10.RELEASE + + + org.springframework + spring-beans + 5.2.10.RELEASE + + + org.springframework + spring-context + 5.2.10.RELEASE + + + org.springframework + spring-context-indexer + 5.2.10.RELEASE + + + org.springframework + spring-context-support + 5.2.10.RELEASE + + + org.springframework + spring-core + 5.2.10.RELEASE + + + org.springframework + spring-expression + 5.2.10.RELEASE + + + org.springframework + spring-instrument + 5.2.10.RELEASE + + + org.springframework + spring-jcl + 5.2.10.RELEASE + + + org.springframework + spring-jdbc + 5.2.10.RELEASE + + + org.springframework + spring-jms + 5.2.10.RELEASE + + + org.springframework + spring-messaging + 5.2.10.RELEASE + + + org.springframework + spring-orm + 5.2.10.RELEASE + + + org.springframework + spring-oxm + 5.2.10.RELEASE + + + org.springframework + spring-test + 5.2.10.RELEASE + + + org.springframework + spring-tx + 5.2.10.RELEASE + + + org.springframework + spring-web + 5.2.10.RELEASE + + + org.springframework + spring-webflux + 5.2.10.RELEASE + + + org.springframework + spring-webmvc + 5.2.10.RELEASE + + + org.springframework + spring-websocket + 5.2.10.RELEASE + + + org.springframework.integration + spring-integration-amqp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-core + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-event + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-feed + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-file + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ftp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-gemfire + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-groovy + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-http + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ip + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jdbc + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jms + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jmx + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-jpa + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mail + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mongodb + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-mqtt + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-redis + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-rmi + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-rsocket + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-scripting + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-security + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-sftp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-stomp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-stream + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-syslog + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-test + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-test-support + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-webflux + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-websocket + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-ws + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-xml + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-xmpp + 5.3.3.RELEASE + + + org.springframework.integration + spring-integration-zookeeper + 5.3.3.RELEASE + + + org.springframework.security + spring-security-acl + 5.3.5.RELEASE + + + org.springframework.security + spring-security-aspects + 5.3.5.RELEASE + + + org.springframework.security + spring-security-cas + 5.3.5.RELEASE + + + org.springframework.security + spring-security-config + 5.3.5.RELEASE + + + org.springframework.security + spring-security-core + 5.3.5.RELEASE + + + org.springframework.security + spring-security-crypto + 5.3.5.RELEASE + + + org.springframework.security + spring-security-data + 5.3.5.RELEASE + + + org.springframework.security + spring-security-ldap + 5.3.5.RELEASE + + + org.springframework.security + spring-security-messaging + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-client + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-core + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-jose + 5.3.5.RELEASE + + + org.springframework.security + spring-security-oauth2-resource-server + 5.3.5.RELEASE + + + org.springframework.security + spring-security-openid + 5.3.5.RELEASE + + + org.springframework.security + spring-security-remoting + 5.3.5.RELEASE + + + org.springframework.security + spring-security-rsocket + 5.3.5.RELEASE + + + org.springframework.security + spring-security-saml2-service-provider + 5.3.5.RELEASE + + + org.springframework.security + spring-security-taglibs + 5.3.5.RELEASE + + + org.springframework.security + spring-security-test + 5.3.5.RELEASE + + + org.springframework.security + spring-security-web + 5.3.5.RELEASE + + + org.springframework.session + spring-session-jdbc + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-geode + 2.3.1.RELEASE + + + org.springframework.session + spring-session-hazelcast + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-mongodb + 2.3.0.RELEASE + + + org.springframework.session + spring-session-core + 2.3.1.RELEASE + + + org.springframework.session + spring-session-data-redis + 2.3.1.RELEASE + + + + + + org.springframework.boot + spring-boot-starter + 2.3.5.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-test + 2.3.5.RELEASE + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework.boot + spring-boot-starter-web + 2.3.5.RELEASE + compile + + + io.quarkus + quarkus-resteasy + 2.7.7.Final + compile + + + org.keycloak + keycloak-saml-core + 1.8.1.Final + compile + + + io.quarkus + quarkus-vertx-http + 2.13.5.Final + compile + + + io.quarkus + quarkus-jdbc-postgresql + 2.13.6.Final + compile + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/test-classes + + + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target + demo-0.0.1-SNAPSHOT + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.1.0 + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.5 + + + org.flywaydb + flyway-maven-plugin + 6.4.4 + + + pl.project13.maven + git-commit-id-plugin + 3.0.1 + + + + revision + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/classes/git.properties + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/classes/git.properties + + + + org.apache.johnzon + johnzon-maven-plugin + 1.2.8 + + + org.jooq + jooq-codegen-maven + 3.13.5 + + + org.jetbrains.kotlin + kotlin-maven-plugin + 1.3.72 + + + compile + compile + + compile + + + 11 + true + + + + test-compile + test-compile + + test-compile + + + 11 + true + + + + + 11 + true + + + + maven-antrun-plugin + 1.8 + + + maven-assembly-plugin + 3.3.0 + + + maven-clean-plugin + 3.1.0 + + + maven-compiler-plugin + 3.8.1 + + true + + + + maven-dependency-plugin + 3.1.2 + + + maven-release-plugin + 2.5.3 + + + maven-deploy-plugin + 2.8.2 + + + maven-enforcer-plugin + 3.0.0-M3 + + + maven-failsafe-plugin + 2.22.2 + + + + integration-test + verify + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/classes + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/classes + + + + maven-help-plugin + 3.2.0 + + + maven-install-plugin + 2.5.2 + + + maven-invoker-plugin + 3.2.1 + + + maven-jar-plugin + 3.2.0 + + + + ${start-class} + true + + + + + + maven-javadoc-plugin + 3.2.0 + + + maven-resources-plugin + 3.1.0 + + + @ + + false + + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + ${start-class} + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + maven-source-plugin + 3.2.1 + + + maven-surefire-plugin + 2.22.2 + + + maven-war-plugin + 3.2.3 + + + + ${start-class} + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + org.codehaus.mojo + xml-maven-plugin + 1.0.2 + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.5.RELEASE + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + maven-clean-plugin + 3.1.0 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 3.1.0 + + + default-testResources + process-test-resources + + testResources + + + + @ + + false + + + + default-resources + process-resources + + resources + + + + @ + + false + + + + + + @ + + false + + + + maven-jar-plugin + 3.2.0 + + + default-jar + package + + jar + + + + + ${start-class} + true + + + + + + + + + ${start-class} + true + + + + + + maven-compiler-plugin + 3.8.1 + + + default-compile + compile + + compile + + + true + + + + default-testCompile + test-compile + + testCompile + + + true + + + + + true + + + + maven-surefire-plugin + 2.22.2 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.5.2 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_2_ignore_long/target/site + + diff --git a/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/dep-tree.txt b/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/dep-tree.txt new file mode 100644 index 00000000..b2968109 --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/dep-tree.txt @@ -0,0 +1,101 @@ +com.redhat.examples:custom-metrics-demo:jar:0.0.1-SNAPSHOT ++- org.springframework.boot:spring-boot-starter-actuator:jar:2.6.7:compile +| +- org.springframework.boot:spring-boot-starter:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | +- org.springframework.boot:spring-boot:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | | \- (org.springframework:spring-context:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | | \- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- org.springframework.boot:spring-boot-starter-logging:jar:2.6.7:compile (version managed from 2.6.7) +| | | +- ch.qos.logback:logback-classic:jar:1.2.11:compile (version managed from 1.2.11) +| | | | +- ch.qos.logback:logback-core:jar:1.2.11:compile (version managed from 1.2.11) +| | | | \- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.32; omitted for duplicate) +| | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile (version managed from 2.17.2) +| | | | +- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.35; omitted for duplicate) +| | | | \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile (version managed from 2.17.2) +| | | \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile (version managed from 1.7.36) +| | | \- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.36; omitted for duplicate) +| | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5) +| | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- org.yaml:snakeyaml:jar:1.29:compile (version managed from 1.29) +| +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.6.7:compile (version managed from 2.6.7) +| | +- org.springframework.boot:spring-boot-actuator:jar:2.6.7:compile (version managed from 2.6.7) +| | | \- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework.boot:spring-boot-autoconfigure:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:runtime - version managed from 2.13.2.1; omitted for duplicate) +| | \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile (version managed from 2.13.2; scope not updated to compile) +| | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| \- io.micrometer:micrometer-core:jar:1.8.5:compile (version managed from 1.8.5; scope not updated to compile) +| +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile +| \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime ++- io.micrometer:micrometer-registry-prometheus:jar:1.8.5:runtime +| +- (io.micrometer:micrometer-core:jar:1.8.5:runtime - version managed from 1.8.5; omitted for duplicate) +| \- io.prometheus:simpleclient_common:jar:0.12.0:runtime (version managed from 0.12.0) +| \- io.prometheus:simpleclient:jar:0.12.0:runtime (version managed from 0.12.0) +| +- io.prometheus:simpleclient_tracer_otel:jar:0.12.0:runtime (version managed from 0.12.0) +| | \- io.prometheus:simpleclient_tracer_common:jar:0.12.0:runtime +| \- io.prometheus:simpleclient_tracer_otel_agent:jar:0.12.0:runtime (version managed from 0.12.0) +| \- (io.prometheus:simpleclient_tracer_common:jar:0.12.0:runtime - omitted for duplicate) ++- org.springframework.boot:spring-boot-starter-web:jar:2.6.7:compile +| +- (org.springframework.boot:spring-boot-starter:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-json:jar:2.6.7:compile (version managed from 2.6.7) +| | +- (org.springframework.boot:spring-boot-starter:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework:spring-web:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2.1; omitted for duplicate) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.2:compile (version managed from 2.13.2; scope not updated to compile) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| | +- (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.2:compile (version managed from 2.13.2) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.6.7:compile (version managed from 2.6.7) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.62:compile (version managed from 9.0.62) +| | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.62:compile (version managed from 9.0.62) +| | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.62:compile (version managed from 9.0.62) +| | \- (org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.62:compile - version managed from 9.0.62; omitted for duplicate) +| +- org.springframework:spring-web:jar:5.3.19:compile (version managed from 5.3.19) +| | +- org.springframework:spring-beans:jar:5.3.19:compile (version managed from 5.3.19) +| | | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| \- org.springframework:spring-webmvc:jar:5.3.19:compile (version managed from 5.3.19) +| +- org.springframework:spring-aop:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-context:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-expression:jar:5.3.19:compile (version managed from 5.3.19) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| \- (org.springframework:spring-web:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) ++- org.apache.kafka:kafka-streams:jar:3.0.1:compile +| +- org.apache.kafka:kafka-clients:jar:3.0.1:compile (version managed from 3.0.1; scope not updated to compile) +| | +- com.github.luben:zstd-jni:jar:1.5.0-2:runtime (scope not updated to runtime) +| | +- org.lz4:lz4-java:jar:1.7.1:runtime (scope not updated to runtime) +| | +- org.xerial.snappy:snappy-java:jar:1.1.8.1:runtime (scope not updated to runtime) +| | \- (org.slf4j:slf4j-api:jar:1.7.36:runtime - version managed from 1.7.30; omitted for duplicate) +| +- org.rocksdb:rocksdbjni:jar:6.19.3:compile +| +- org.slf4j:slf4j-api:jar:1.7.36:compile (version managed from 1.7.30; scope not updated to compile) +| +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile (version managed from 2.12.6) +| \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile (version managed from 2.12.6) +| +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| \- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile (version managed from 2.13.2) ++- org.springframework.kafka:spring-kafka:jar:2.8.5:compile +| +- org.springframework:spring-context:jar:5.3.19:compile (version managed from 5.3.19; scope not updated to compile) +| | +- (org.springframework:spring-aop:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-expression:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-messaging:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-tx:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework.retry:spring-retry:jar:1.3.3:compile (version managed from 1.3.3; scope not updated to compile) +| +- (org.apache.kafka:kafka-clients:jar:3.0.1:compile - version managed from 3.0.1; omitted for duplicate) +| \- com.google.code.findbugs:jsr305:jar:3.0.2:runtime (scope not updated to runtime) diff --git a/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/effective-pom.xml b/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/effective-pom.xml new file mode 100644 index 00000000..6503a13f --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/effective-pom.xml @@ -0,0 +1,8616 @@ + + + + + + + + + + + + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.6.7 + + + com.redhat.examples + custom-metrics-demo + 0.0.1-SNAPSHOT + custom-metrics-demo + Demo project with metrics for Spring Boot + https://spring.io/projects/spring-boot/custom-metrics-demo + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot/custom-metrics-demo + + + 5.16.4 + 2.7.7 + 1.9.96 + 2.19.1 + 1.9.7 + 3.21.0 + 4.0.6 + 4.1.1 + 3.2.0 + 1.11.22 + 2.9.3 + 4.13.0 + 1.5.1 + 1.15 + 2.9.0 + 3.12.0 + 1.6 + 2.11.1 + 3.2.6 + 11.5.7.0 + 1.0.11.RELEASE + 10.14.2.0 + 4.2.9 + 2.10.9.2 + 3.9.9 + 7.15.2 + 3.0.0 + 8.0.5 + 2.3.31 + 4.9.10 + 3.0.4 + 2.3.6 + 1.2.6 + 3.0.10 + 2.8.9 + 1.4.200 + 2.2 + 2.2.1 + 4.2.4 + 6.2.3.Final + 5.6.8.Final + 4.0.3 + 2.5.2 + 2.54.0 + 4.1.5 + 4.5.13 + 5.1.3 + 4.4.15 + 5.1.3 + 12.1.11.Final + 2.22 + 2.13.2.1 + 1.2.2 + 1.3.5 + 2.0.3 + 1.0.2 + 1.1.6 + 1.6.7 + 1.1.4 + 2.2.3 + 1.2.7 + 4.0.4 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.7 + 11 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.1 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 4.0.5.java8 + 3.4.3.Final + 2.0.6.1 + 3.7.1 + 2.35 + 9.0.52 + 2.2.0.v201112011158 + 1.1.11 + 9.4.46.v20220331 + 1.15 + 1.2.16 + 1.7.1 + 3.14.15 + 2.6.0 + 2.4.8 + 1.5.0 + 1.2 + 1.3.1 + 5.8.2 + 4.13.2 + 3.0.1 + 1.5.2 + 1.6.21 + 6.1.8.RELEASE + 4.5.0 + 2.17.2 + 1.2.11 + 1.18.24 + 2.7.5 + 3.0.0 + 3.3.0 + 3.1.0 + 3.8.1 + 3.2.0 + 2.8.2 + 3.0.0 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.2 + 3.2.2 + 3.3.2 + 3.2.0 + 3.2.4 + 3.2.1 + 2.22.2 + 3.3.2 + 11 + 11 + 1.8.5 + 1.9.15 + 4.0.0 + 4.4.2 + 9.4.1.jre8 + 8.0.28 + 1.9.22 + 4.4.5 + 2.0.51.Final + 4.1.76.Final + 3.14.9 + 21.3.0.0 + 1.2.4 + 42.3.4 + UTF-8 + UTF-8 + 0.12.0 + 2.3.2 + 5.0.0 + Arabba-SR13 + 5.13.1 + 0.4.0 + 1.0.3 + 2020.0.18 + @ + 4.4.0 + 1.1.2 + 1.2.1 + 1.3.8 + 2.2.21 + 1.5.3 + 2.54.0 + 3.141.59 + 4.7.6 + 4.0.1 + 1.7.36 + 1.29 + 8.8.2 + 2.4.4 + 4.3.5 + 2021.0.2 + 2021.1.4 + 5.3.19 + 1.4.2 + 5.5.11 + 2.8.5 + 2.3.7.RELEASE + 2.0.6.RELEASE + 1.3.3 + 5.6.3 + 2021.1.3 + 3.1.3 + 3.36.0.3 + 1.6.7 + 2.0.1 + 3.0.4.RELEASE + 3.0.4.RELEASE + 3.0.0 + 3.0.15.RELEASE + 9.0.62 + 4.0.14 + 2.2.17.Final + 2.8.1 + 0.48 + 1.6.3 + 1.0.2 + 2.8.4 + + + + + org.apache.activemq + activemq-amqp + 5.16.4 + + + org.apache.activemq + activemq-blueprint + 5.16.4 + + + org.apache.activemq + activemq-broker + 5.16.4 + + + org.apache.activemq + activemq-camel + 5.16.4 + + + org.apache.activemq + activemq-client + 5.16.4 + + + org.apache.activemq + activemq-console + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + 5.16.4 + + + org.apache.activemq + activemq-jaas + 5.16.4 + + + org.apache.activemq + activemq-jdbc-store + 5.16.4 + + + org.apache.activemq + activemq-jms-pool + 5.16.4 + + + org.apache.activemq + activemq-kahadb-store + 5.16.4 + + + org.apache.activemq + activemq-karaf + 5.16.4 + + + org.apache.activemq + activemq-leveldb-store + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + 5.16.4 + + + org.apache.activemq + activemq-mqtt + 5.16.4 + + + org.apache.activemq + activemq-openwire-generator + 5.16.4 + + + org.apache.activemq + activemq-openwire-legacy + 5.16.4 + + + org.apache.activemq + activemq-osgi + 5.16.4 + + + org.apache.activemq + activemq-partition + 5.16.4 + + + org.apache.activemq + activemq-pool + 5.16.4 + + + org.apache.activemq + activemq-ra + 5.16.4 + + + org.apache.activemq + activemq-run + 5.16.4 + + + org.apache.activemq + activemq-runtime-config + 5.16.4 + + + org.apache.activemq + activemq-shiro + 5.16.4 + + + org.apache.activemq + activemq-spring + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + 5.16.4 + + + org.apache.activemq + activemq-web + 5.16.4 + + + antlr + antlr + 2.7.7 + + + com.google.appengine + appengine-api-1.0-sdk + 1.9.96 + + + org.apache.activemq + artemis-amqp-protocol + 2.19.1 + + + org.apache.activemq + artemis-commons + 2.19.1 + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-client + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + 2.19.1 + + + org.apache.activemq + artemis-selector + 2.19.1 + + + org.apache.activemq + artemis-server + 2.19.1 + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + 2.19.1 + + + org.aspectj + aspectjrt + 1.9.7 + + + org.aspectj + aspectjtools + 1.9.7 + + + org.aspectj + aspectjweaver + 1.9.7 + + + org.assertj + assertj-core + 3.21.0 + + + com.atomikos + transactions-jdbc + 4.0.6 + + + com.atomikos + transactions-jms + 4.0.6 + + + com.atomikos + transactions-jta + 4.0.6 + + + org.awaitility + awaitility + 4.1.1 + + + org.awaitility + awaitility-groovy + 4.1.1 + + + org.awaitility + awaitility-kotlin + 4.1.1 + + + org.awaitility + awaitility-scala + 4.1.1 + + + net.bytebuddy + byte-buddy + 1.11.22 + + + net.bytebuddy + byte-buddy-agent + 1.11.22 + + + com.github.ben-manes.caffeine + caffeine + 2.9.3 + + + com.github.ben-manes.caffeine + guava + 2.9.3 + + + com.github.ben-manes.caffeine + jcache + 2.9.3 + + + com.github.ben-manes.caffeine + simulator + 2.9.3 + + + com.datastax.oss + java-driver-core + 4.13.0 + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + 1.5.1 + + + commons-codec + commons-codec + 1.15 + + + org.apache.commons + commons-dbcp2 + 2.9.0 + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + commons-pool + commons-pool + 1.6 + + + org.apache.commons + commons-pool2 + 2.11.1 + + + com.couchbase.client + java-client + 3.2.6 + + + com.ibm.db2 + jcc + 11.5.7.0 + + + io.spring.gradle + dependency-management-plugin + 1.0.11.RELEASE + + + org.apache.derby + derby + 10.14.2.0 + + + org.apache.derby + derbyclient + 10.14.2.0 + + + net.sf.ehcache + ehcache + 2.10.9.2 + + + org.ehcache + ehcache + 3.9.9 + + + org.ehcache + ehcache-clustered + 3.9.9 + + + org.ehcache + ehcache-transactions + 3.9.9 + + + org.elasticsearch + elasticsearch + 7.15.2 + + + org.elasticsearch.client + transport + 7.15.2 + + + org.elasticsearch.client + elasticsearch-rest-client + 7.15.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + 7.15.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + 7.15.2 + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + 7.15.2 + zip + + + org.elasticsearch.plugin + transport-netty4-client + 7.15.2 + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + 3.0.0 + + + org.flywaydb + flyway-core + 8.0.5 + + + org.freemarker + freemarker + 2.3.31 + + + org.glassfish + jakarta.el + 3.0.4 + + + org.glassfish.jaxb + codemodel + 2.3.6 + + + org.glassfish.jaxb + codemodel-annotation-compiler + 2.3.6 + + + org.glassfish.jaxb + jaxb-jxc + 2.3.6 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.6 + + + org.glassfish.jaxb + jaxb-xjc + 2.3.6 + + + org.glassfish.jaxb + txw2 + 2.3.6 + + + org.glassfish.jaxb + txwc2 + 2.3.6 + + + org.glassfish.jaxb + xsom + 2.3.6 + + + org.glassfish.web + jakarta.servlet.jsp.jstl + 1.2.6 + + + com.google.code.gson + gson + 2.8.9 + + + com.h2database + h2 + 1.4.200 + + + org.hamcrest + hamcrest + 2.2 + + + org.hamcrest + hamcrest-core + 2.2 + + + org.hamcrest + hamcrest-library + 2.2 + + + com.hazelcast + hazelcast + 4.2.4 + + + com.hazelcast + hazelcast-spring + 4.2.4 + + + com.hazelcast + hazelcast-hibernate52 + 2.2.1 + + + com.hazelcast + hazelcast-hibernate53 + 2.2.1 + + + org.hibernate + hibernate-c3p0 + 5.6.8.Final + + + org.hibernate + hibernate-core + 5.6.8.Final + + + org.hibernate + hibernate-ehcache + 5.6.8.Final + + + org.hibernate + hibernate-entitymanager + 5.6.8.Final + + + org.hibernate + hibernate-envers + 5.6.8.Final + + + org.hibernate + hibernate-hikaricp + 5.6.8.Final + + + org.hibernate + hibernate-java8 + 5.6.8.Final + + + org.hibernate + hibernate-jcache + 5.6.8.Final + + + org.hibernate + hibernate-jpamodelgen + 5.6.8.Final + + + org.hibernate + hibernate-micrometer + 5.6.8.Final + + + org.hibernate + hibernate-proxool + 5.6.8.Final + + + org.hibernate + hibernate-spatial + 5.6.8.Final + + + org.hibernate + hibernate-testing + 5.6.8.Final + + + org.hibernate + hibernate-vibur + 5.6.8.Final + + + org.hibernate.validator + hibernate-validator + 6.2.3.Final + + + org.hibernate.validator + hibernate-validator-annotation-processor + 6.2.3.Final + + + com.zaxxer + HikariCP + 4.0.3 + + + org.hsqldb + hsqldb + 2.5.2 + + + net.sourceforge.htmlunit + htmlunit + 2.54.0 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + 4.1.5 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + 4.5.13 + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + 4.5.13 + + + org.apache.httpcomponents + httpclient-osgi + 4.5.13 + + + org.apache.httpcomponents + httpclient-win + 4.5.13 + + + org.apache.httpcomponents + httpmime + 4.5.13 + + + org.apache.httpcomponents.client5 + httpclient5 + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-cache + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-fluent + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-win + 5.1.3 + + + org.apache.httpcomponents + httpcore + 4.4.15 + + + org.apache.httpcomponents + httpcore-nio + 4.4.15 + + + org.apache.httpcomponents.core5 + httpcore5 + 5.1.3 + + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.1.3 + + + org.apache.httpcomponents.core5 + httpcore5-reactive + 5.1.3 + + + org.influxdb + influxdb-java + 2.22 + + + com.sun.activation + jakarta.activation + 1.2.2 + + + jakarta.activation + jakarta.activation-api + 1.2.2 + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + + + jakarta.jms + jakarta.jms-api + 2.0.3 + + + jakarta.json + jakarta.json-api + 1.1.6 + + + jakarta.json.bind + jakarta.json.bind-api + 1.0.2 + + + jakarta.mail + jakarta.mail-api + 1.6.7 + + + jakarta.management.j2ee + jakarta.management.j2ee-api + 1.1.4 + + + jakarta.persistence + jakarta.persistence-api + 2.2.3 + + + jakarta.servlet + jakarta.servlet-api + 4.0.4 + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + 1.2.7 + + + jakarta.transaction + jakarta.transaction-api + 1.3.3 + + + jakarta.validation + jakarta.validation-api + 2.0.2 + + + jakarta.websocket + jakarta.websocket-api + 1.1.2 + + + jakarta.ws.rs + jakarta.ws.rs-api + 2.1.6 + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + + + jakarta.xml.soap + jakarta.xml.soap-api + 1.4.2 + + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + + + org.codehaus.janino + commons-compiler + 3.1.7 + + + org.codehaus.janino + commons-compiler-jdk + 3.1.7 + + + org.codehaus.janino + janino + 3.1.7 + + + javax.activation + javax.activation-api + 1.2.0 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.cache + cache-api + 1.1.1 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + + javax.jms + javax.jms-api + 2.0.1 + + + javax.json + javax.json-api + 1.1.4 + + + javax.json.bind + javax.json.bind-api + 1.0 + + + javax.mail + javax.mail-api + 1.6.2 + + + javax.money + money-api + 1.1 + + + javax.persistence + javax.persistence-api + 2.2 + + + javax.transaction + javax.transaction-api + 1.3 + + + javax.validation + validation-api + 2.0.1.Final + + + javax.websocket + javax.websocket-api + 1.1 + + + jaxen + jaxen + 1.2.0 + + + org.firebirdsql.jdbc + jaybird + 4.0.5.java8 + + + org.firebirdsql.jdbc + jaybird-jdk18 + 4.0.5.java8 + + + org.jboss.logging + jboss-logging + 3.4.3.Final + + + org.jdom + jdom2 + 2.0.6.1 + + + redis.clients + jedis + 3.7.1 + + + org.mortbay.jasper + apache-el + 9.0.52 + + + org.eclipse.jetty.orbit + javax.servlet.jsp + 2.2.0.v201112011158 + + + org.eclipse.jetty + jetty-reactive-httpclient + 1.1.11 + + + com.samskivert + jmustache + 1.15 + + + org.apache.johnzon + johnzon-core + 1.2.16 + + + org.apache.johnzon + johnzon-jaxrs + 1.2.16 + + + org.apache.johnzon + johnzon-jsonb + 1.2.16 + + + org.apache.johnzon + johnzon-jsonb-extras + 1.2.16 + + + org.apache.johnzon + johnzon-jsonschema + 1.2.16 + + + org.apache.johnzon + johnzon-mapper + 1.2.16 + + + org.apache.johnzon + johnzon-websocket + 1.2.16 + + + org.jolokia + jolokia-core + 1.7.1 + + + org.jooq + jooq + 3.14.15 + + + org.jooq + jooq-codegen + 3.14.15 + + + org.jooq + jooq-kotlin + 3.14.15 + + + org.jooq + jooq-meta + 3.14.15 + + + com.jayway.jsonpath + json-path + 2.6.0 + + + com.jayway.jsonpath + json-path-assert + 2.6.0 + + + net.minidev + json-smart + 2.4.8 + + + org.skyscreamer + jsonassert + 1.5.0 + + + javax.servlet + jstl + 1.2 + + + net.sourceforge.jtds + jtds + 1.3.1 + + + junit + junit + 4.13.2 + + + org.apache.kafka + connect + 3.0.1 + + + org.apache.kafka + connect-api + 3.0.1 + + + org.apache.kafka + connect-basic-auth-extension + 3.0.1 + + + org.apache.kafka + connect-file + 3.0.1 + + + org.apache.kafka + connect-json + 3.0.1 + + + org.apache.kafka + connect-mirror + 3.0.1 + + + org.apache.kafka + connect-mirror-client + 3.0.1 + + + org.apache.kafka + connect-runtime + 3.0.1 + + + org.apache.kafka + connect-transforms + 3.0.1 + + + org.apache.kafka + generator + 3.0.1 + + + org.apache.kafka + kafka-clients + 3.0.1 + + + org.apache.kafka + kafka-clients + 3.0.1 + test + + + org.apache.kafka + kafka-log4j-appender + 3.0.1 + + + org.apache.kafka + kafka-metadata + 3.0.1 + + + org.apache.kafka + kafka-raft + 3.0.1 + + + org.apache.kafka + kafka-server-common + 3.0.1 + + + org.apache.kafka + kafka-shell + 3.0.1 + + + org.apache.kafka + kafka-storage + 3.0.1 + + + org.apache.kafka + kafka-storage-api + 3.0.1 + + + org.apache.kafka + kafka-streams + 3.0.1 + + + org.apache.kafka + kafka-streams-scala_2.12 + 3.0.1 + + + org.apache.kafka + kafka-streams-scala_2.13 + 3.0.1 + + + org.apache.kafka + kafka-streams-test-utils + 3.0.1 + + + org.apache.kafka + kafka-tools + 3.0.1 + + + org.apache.kafka + kafka_2.12 + 3.0.1 + + + org.apache.kafka + kafka_2.12 + 3.0.1 + test + + + org.apache.kafka + kafka_2.13 + 3.0.1 + + + org.apache.kafka + kafka_2.13 + 3.0.1 + test + + + org.apache.kafka + trogdor + 3.0.1 + + + io.lettuce + lettuce-core + 6.1.8.RELEASE + + + org.liquibase + liquibase-cdi + 4.5.0 + + + org.liquibase + liquibase-core + 4.5.0 + + + ch.qos.logback + logback-access + 1.2.11 + + + ch.qos.logback + logback-classic + 1.2.11 + + + ch.qos.logback + logback-core + 1.2.11 + + + org.projectlombok + lombok + 1.18.24 + + + org.mariadb.jdbc + mariadb-java-client + 2.7.5 + + + io.micrometer + micrometer-registry-stackdriver + 1.8.5 + + + javax.annotation + javax.annotation-api + + + + + org.jvnet.mimepull + mimepull + 1.9.15 + + + org.mockito + mockito-core + 4.0.0 + + + org.mockito + mockito-inline + 4.0.0 + + + org.mockito + mockito-junit-jupiter + 4.0.0 + + + org.mongodb + bson + 4.4.2 + + + org.mongodb + mongodb-driver-core + 4.4.2 + + + org.mongodb + mongodb-driver-legacy + 4.4.2 + + + org.mongodb + mongodb-driver-reactivestreams + 4.4.2 + + + org.mongodb + mongodb-driver-sync + 4.4.2 + + + com.microsoft.sqlserver + mssql-jdbc + 9.4.1.jre8 + + + mysql + mysql-connector-java + 8.0.28 + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + 1.9.22 + + + org.neo4j.driver + neo4j-java-driver + 4.4.5 + + + io.netty + netty-tcnative + 2.0.51.Final + + + io.netty + netty-tcnative + 2.0.51.Final + linux-x86_64 + + + io.netty + netty-tcnative + 2.0.51.Final + linux-x86_64-fedora + + + io.netty + netty-tcnative + 2.0.51.Final + linux-aarch_64-fedora + + + io.netty + netty-tcnative + 2.0.51.Final + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + windows-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + osx-x86_64 + + + io.netty + netty-tcnative-classes + 2.0.51.Final + + + com.squareup.okhttp3 + logging-interceptor + 3.14.9 + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + + + com.squareup.okhttp3 + okcurl + 3.14.9 + + + com.squareup.okhttp3 + okhttp + 3.14.9 + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + 3.14.9 + + + com.squareup.okhttp3 + okhttp-sse + 3.14.9 + + + com.squareup.okhttp3 + okhttp-testing-support + 3.14.9 + + + com.squareup.okhttp3 + okhttp-tls + 3.14.9 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.14.9 + + + org.messaginghub + pooled-jms + 1.2.4 + + + org.postgresql + postgresql + 42.3.4 + + + org.quartz-scheduler + quartz + 2.3.2 + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + 2.3.2 + + + com.rabbitmq + amqp-client + 5.13.1 + + + com.rabbitmq + stream-client + 0.4.0 + + + org.reactivestreams + reactive-streams + 1.0.3 + + + io.rest-assured + json-path + 4.4.0 + + + io.rest-assured + json-schema-validator + 4.4.0 + + + io.rest-assured + rest-assured + 4.4.0 + + + io.rest-assured + scala-support + 4.4.0 + + + io.rest-assured + spring-mock-mvc + 4.4.0 + + + io.rest-assured + spring-web-test-client + 4.4.0 + + + io.rest-assured + xml-path + 4.4.0 + + + io.reactivex + rxjava + 1.3.8 + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + + + io.reactivex.rxjava2 + rxjava + 2.2.21 + + + org.springframework.boot + spring-boot + 2.6.7 + + + org.springframework.boot + spring-boot-test + 2.6.7 + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-actuator + 2.6.7 + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.6.7 + + + org.springframework.boot + spring-boot-buildpack-platform + 2.6.7 + + + org.springframework.boot + spring-boot-configuration-metadata + 2.6.7 + + + org.springframework.boot + spring-boot-configuration-processor + 2.6.7 + + + org.springframework.boot + spring-boot-devtools + 2.6.7 + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.6.7 + + + org.springframework.boot + spring-boot-loader + 2.6.7 + + + org.springframework.boot + spring-boot-loader-tools + 2.6.7 + + + org.springframework.boot + spring-boot-properties-migrator + 2.6.7 + + + org.springframework.boot + spring-boot-starter + 2.6.7 + + + org.springframework.boot + spring-boot-starter-activemq + 2.6.7 + + + org.springframework.boot + spring-boot-starter-actuator + 2.6.7 + + + org.springframework.boot + spring-boot-starter-amqp + 2.6.7 + + + org.springframework.boot + spring-boot-starter-aop + 2.6.7 + + + org.springframework.boot + spring-boot-starter-artemis + 2.6.7 + + + org.springframework.boot + spring-boot-starter-batch + 2.6.7 + + + org.springframework.boot + spring-boot-starter-cache + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-redis + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-rest + 2.6.7 + + + org.springframework.boot + spring-boot-starter-freemarker + 2.6.7 + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.6.7 + + + org.springframework.boot + spring-boot-starter-hateoas + 2.6.7 + + + org.springframework.boot + spring-boot-starter-integration + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jdbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jersey + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jetty + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jooq + 2.6.7 + + + org.springframework.boot + spring-boot-starter-json + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.6.7 + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.6.7 + + + org.springframework.boot + spring-boot-starter-logging + 2.6.7 + + + org.springframework.boot + spring-boot-starter-mail + 2.6.7 + + + org.springframework.boot + spring-boot-starter-mustache + 2.6.7 + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.6.7 + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.6.7 + + + org.springframework.boot + spring-boot-starter-quartz + 2.6.7 + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.6.7 + + + org.springframework.boot + spring-boot-starter-rsocket + 2.6.7 + + + org.springframework.boot + spring-boot-starter-security + 2.6.7 + + + org.springframework.boot + spring-boot-starter-test + 2.6.7 + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.6.7 + + + org.springframework.boot + spring-boot-starter-tomcat + 2.6.7 + + + org.springframework.boot + spring-boot-starter-undertow + 2.6.7 + + + org.springframework.boot + spring-boot-starter-validation + 2.6.7 + + + org.springframework.boot + spring-boot-starter-web + 2.6.7 + + + org.springframework.boot + spring-boot-starter-webflux + 2.6.7 + + + org.springframework.boot + spring-boot-starter-websocket + 2.6.7 + + + org.springframework.boot + spring-boot-starter-web-services + 2.6.7 + + + com.sun.xml.messaging.saaj + saaj-impl + 1.5.3 + + + org.seleniumhq.selenium + selenium-api + 3.141.59 + + + org.seleniumhq.selenium + selenium-chrome-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-edge-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-firefox-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-ie-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-java + 3.141.59 + + + org.seleniumhq.selenium + selenium-opera-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-remote-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-safari-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-support + 3.141.59 + + + org.seleniumhq.selenium + htmlunit-driver + 2.54.0 + + + com.sendgrid + sendgrid-java + 4.7.6 + + + javax.servlet + javax.servlet-api + 4.0.1 + + + org.slf4j + jcl-over-slf4j + 1.7.36 + + + org.slf4j + jul-to-slf4j + 1.7.36 + + + org.slf4j + log4j-over-slf4j + 1.7.36 + + + org.slf4j + slf4j-api + 1.7.36 + + + org.slf4j + slf4j-ext + 1.7.36 + + + org.slf4j + slf4j-jcl + 1.7.36 + + + org.slf4j + slf4j-jdk14 + 1.7.36 + + + org.slf4j + slf4j-log4j12 + 1.7.36 + + + org.slf4j + slf4j-nop + 1.7.36 + + + org.slf4j + slf4j-simple + 1.7.36 + + + org.yaml + snakeyaml + 1.29 + + + org.apache.solr + solr-analysis-extras + 8.8.2 + + + org.apache.solr + solr-analytics + 8.8.2 + + + org.apache.solr + solr-cell + 8.8.2 + + + org.apache.solr + solr-core + 8.8.2 + + + org.apache.solr + solr-dataimporthandler + 8.8.2 + + + org.apache.solr + solr-dataimporthandler-extras + 8.8.2 + + + org.apache.solr + solr-langid + 8.8.2 + + + org.apache.solr + solr-ltr + 8.8.2 + + + org.apache.solr + solr-solrj + 8.8.2 + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + 8.8.2 + + + org.apache.solr + solr-velocity + 8.8.2 + + + org.springframework.amqp + spring-amqp + 2.4.4 + + + org.springframework.amqp + spring-rabbit + 2.4.4 + + + org.springframework.amqp + spring-rabbit-stream + 2.4.4 + + + org.springframework.amqp + spring-rabbit-junit + 2.4.4 + + + org.springframework.amqp + spring-rabbit-test + 2.4.4 + + + org.springframework.batch + spring-batch-core + 4.3.5 + + + org.springframework.batch + spring-batch-infrastructure + 4.3.5 + + + org.springframework.batch + spring-batch-integration + 4.3.5 + + + org.springframework.batch + spring-batch-test + 4.3.5 + + + org.springframework.hateoas + spring-hateoas + 1.4.2 + + + org.springframework.kafka + spring-kafka + 2.8.5 + + + org.springframework.kafka + spring-kafka-test + 2.8.5 + + + org.springframework.ldap + spring-ldap-core + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-core-tiger + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-batch + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-core + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-odm + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-test + 2.3.7.RELEASE + + + org.springframework.restdocs + spring-restdocs-asciidoctor + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-core + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-mockmvc + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-restassured + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-webtestclient + 2.0.6.RELEASE + + + org.springframework.retry + spring-retry + 1.3.3 + + + org.springframework.ws + spring-ws-core + 3.1.3 + + + org.springframework.ws + spring-ws-security + 3.1.3 + + + org.springframework.ws + spring-ws-support + 3.1.3 + + + org.springframework.ws + spring-ws-test + 3.1.3 + + + org.springframework.ws + spring-xml + 3.1.3 + + + org.xerial + sqlite-jdbc + 3.36.0.3 + + + com.sun.mail + jakarta.mail + 1.6.7 + + + org.thymeleaf + thymeleaf + 3.0.15.RELEASE + + + org.thymeleaf + thymeleaf-spring5 + 3.0.15.RELEASE + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + 2.0.1 + + + org.thymeleaf.extras + thymeleaf-extras-java8time + 3.0.4.RELEASE + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + 3.0.4.RELEASE + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + 3.0.0 + + + org.apache.tomcat + tomcat-annotations-api + 9.0.62 + + + org.apache.tomcat + tomcat-jdbc + 9.0.62 + + + org.apache.tomcat + tomcat-jsp-api + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-jasper + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.62 + + + com.unboundid + unboundid-ldapsdk + 4.0.14 + + + io.undertow + undertow-core + 2.2.17.Final + + + io.undertow + undertow-servlet + 2.2.17.Final + + + io.undertow + undertow-websockets-jsr + 2.2.17.Final + + + org.webjars + webjars-locator-core + 0.48 + + + wsdl4j + wsdl4j + 1.6.3 + + + org.xmlunit + xmlunit-assertj + 2.8.4 + + + org.xmlunit + xmlunit-core + 2.8.4 + + + org.xmlunit + xmlunit-legacy + 2.8.4 + + + org.xmlunit + xmlunit-matchers + 2.8.4 + + + org.xmlunit + xmlunit-placeholders + 2.8.4 + + + org.springframework.security + spring-security-rsa + 1.0.10.RELEASE + + + org.springframework + spring-core + + + org.springframework.security + spring-security-crypto + + + + + org.springframework.cloud + spring-cloud-commons + 3.1.2 + + + org.springframework.cloud + spring-cloud-context + 3.1.2 + + + org.springframework.cloud + spring-cloud-loadbalancer + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-bootstrap + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-loadbalancer + 3.1.2 + + + org.springframework.cloud + spring-cloud-test-support + 3.1.2 + + + org.springframework.cloud + spring-cloud-netflix-eureka-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-netflix-eureka-server + 3.1.2 + + + com.netflix.eureka + eureka-client + 1.10.17 + + + com.netflix.archaius + archaius-core + + + com.github.vlsi.compactmap + compactmap + + + javax.servlet + servlet-api + + + commons-logging + commons-logging + + + com.google.code.findbugs + jsr305 + + + com.google.code.findbugs + annotations + + + + + com.netflix.eureka + eureka-core + 1.10.17 + + + com.netflix.archaius + archaius-core + + + javax.servlet + servlet-api + + + commons-logging + commons-logging + + + log4j + log4j + + + blitz4j + com.netflix.blitz4j + + + com.google.code.findbugs + annotations + + + com.google.code.findbugs + jsr305 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + com.amazonaws + * + + + + + org.springframework.cloud + spring-cloud-stream + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream + 3.2.3 + test-jar + test-binder + test + + + org.springframework.cloud + spring-cloud-stream-binder-test + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-test-support + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-streams + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-core + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-stream-kafka + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-core + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-stream-rabbit + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-test-support + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-task + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-core + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-batch + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-stream + 2.4.2 + + + org.springframework.cloud + spring-cloud-circuitbreaker-resilience4j + 2.1.2 + + + org.springframework.cloud + spring-cloud-circuitbreaker-spring-retry + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-circuitbreaker-resilience4j + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-circuitbreaker-reactor-resilience4j + 2.1.2 + + + io.github.resilience4j + resilience4j-core + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-ratelimiter + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-cache + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-retry + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-circuitbreaker + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-bulkhead + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-all + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-circularbuffer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-metrics + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-consumer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-vertx + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-annotations + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring-boot2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring-cloud2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-retrofit + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-feign + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-ratpack + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-prometheus + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-timelimiter + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-rxjava2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-rxjava3 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-reactor + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-micrometer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-kotlin + 1.7.0 + compile + + + org.springframework.cloud + spring-cloud-starter-config + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-monitor + 3.1.2 + + + org.springframework.vault + spring-vault-core + 2.3.2 + + + org.springframework.credhub + spring-credhub-core + 2.1.1.RELEASE + + + org.eclipse.jgit + org.eclipse.jgit + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.junit.http + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.http.apache + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.ssh.jsch + 5.12.0.202106070339-r + + + com.jcraft + jsch + 0.1.55 + + + org.tmatesoft.svnkit + svnkit + 1.10.1 + + + org.springframework.cloud + spring-cloud-function-context + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-core + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-web + 3.2.4 + + + org.springframework.cloud + spring-cloud-starter-function-web + 3.2.4 + + + org.springframework.cloud + spring-cloud-starter-function-webflux + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-deployer + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-aws + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-azure + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-gcp + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-openwhisk + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-kotlin + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-rsocket + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-grpc + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-grpc-cloudevent-ext + 3.2.4 + + + org.springframework.cloud + spring-cloud-gateway-webflux + 3.1.2 + + + org.springframework.cloud + spring-cloud-gateway-mvc + 3.1.2 + + + org.springframework.cloud + spring-cloud-gateway-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-gateway + 3.1.2 + + + org.springframework.cloud + spring-cloud-consul-core + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-binder + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-bus + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-all + 3.1.0 + + + com.ecwid.consul + consul-api + 1.4.5 + + + javax.servlet + servlet-api + + + + + org.springframework.cloud + spring-cloud-sleuth-autoconfigure + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-api + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-instrumentation + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-brave + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-zipkin + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-sleuth + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-tests-common + 3.1.2 + + + io.opentracing.brave + brave-opentracing + 0.37.4 + + + io.zipkin.brave + * + + + + + io.github.lognet + grpc-spring-boot-starter + 4.2.2 + + + io.zipkin.zipkin2 + zipkin + 2.23.2 + + + io.zipkin.brave + brave + 5.13.7 + + + io.zipkin.brave + brave-tests + 5.13.7 + + + io.zipkin.brave + brave-context-jfr + 5.13.7 + + + io.zipkin.brave + brave-context-log4j2 + 5.13.7 + + + io.zipkin.brave + brave-context-log4j12 + 5.13.7 + + + io.zipkin.brave + brave-context-slf4j + 5.13.7 + + + io.zipkin.brave + brave-context-rxjava2 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-dubbo + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-dubbo-rpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-grpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-http + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-http-tests + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-httpasyncclient + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-httpclient + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jaxrs2 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jersey-server + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jms + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-kafka-clients + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-kafka-streams + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-messaging + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mongodb + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql6 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql8 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-netty-codec-http + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-okhttp3 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-p6spy + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-rpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-servlet + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-sparkjava + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-rabbit + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-web + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-webmvc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-vertx-web + 5.13.7 + + + io.zipkin.brave + brave-spring-beans + 5.13.7 + + + io.zipkin.proto3 + zipkin-proto3 + 1.0.0 + + + io.zipkin.reporter2 + zipkin-reporter + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-okhttp3 + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-libthrift + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-urlconnection + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-kafka08 + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-kafka + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-amqp-client + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-activemq-client + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-spring-beans + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-brave + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-metrics-micrometer + 2.16.3 + + + org.springframework.cloud + spring-cloud-vault-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-aws + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-consul + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-databases + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-rabbitmq + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-vault-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-zookeeper-core + 3.1.1 + + + org.springframework.cloud + spring-cloud-zookeeper-config + 3.1.1 + + + org.springframework.cloud + spring-cloud-zookeeper-discovery + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-all + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-config + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-discovery + 3.1.1 + + + org.apache.curator + curator-framework + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-recipes + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-x-discovery + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-test + 5.1.0 + test + + + log4j + log4j + + + io.netty + netty + + + + + org.springframework.cloud + spring-cloud-cloudfoundry-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-cloudfoundry-commons + 3.1.0 + + + org.springframework.cloud + spring-cloud-cloudfoundry-web + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-cloudfoundry + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-amqp + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-kafka + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-stream + 3.1.0 + + + org.springframework.cloud + spring-cloud-bus + 3.1.0 + + + org.springframework.cloud + spring-cloud-bus-rsocket + 3.1.0 + + + org.springframework.cloud + spring-cloud-contract-wiremock + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-java + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-groovy + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-kotlin + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-verifier + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-converters + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-pact + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-stub-runner + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-stub-runner-boot + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-shade + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-verifier + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-stub-runner + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-stub-runner-jetty + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-maven-plugin + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-gradle-plugin + 3.1.2 + + + com.github.tomakehurst + wiremock-jre8-standalone + 2.33.0 + + + com.toomuchcoding.jsonassert + jsonassert + 0.6.1 + + + com.toomuchcoding.jsonassert + jsonassert-shade + 0.6.1 + + + org.springframework.security.oauth.boot + spring-security-oauth2-autoconfigure + 2.1.2.RELEASE + + + org.springframework.cloud + spring-cloud-openfeign-core + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-openfeign + 3.1.2 + + + io.github.openfeign.form + feign-form-spring + 3.8.0 + + + io.github.openfeign + feign-core + 11.8 + + + io.github.openfeign + feign-gson + 11.8 + + + io.github.openfeign + feign-jaxrs + 11.8 + + + io.github.openfeign + feign-httpclient + 11.8 + + + io.github.openfeign + feign-jaxrs2 + 11.8 + + + io.github.openfeign + feign-hc5 + 11.8 + + + io.github.openfeign + feign-hystrix + 11.8 + + + io.github.openfeign + feign-jackson + 11.8 + + + io.github.openfeign + feign-jackson-jaxb + 11.8 + + + io.github.openfeign + feign-jackson-jr + 11.8 + + + io.github.openfeign + feign-jaxb + 11.8 + + + io.github.openfeign + feign-mock + 11.8 + + + io.github.openfeign + feign-json + 11.8 + + + io.github.openfeign + feign-okhttp + 11.8 + + + io.github.openfeign + feign-googlehttpclient + 11.8 + + + io.github.openfeign + feign-ribbon + 11.8 + + + io.github.openfeign + feign-sax + 11.8 + + + io.github.openfeign + feign-slf4j + 11.8 + + + io.github.openfeign + feign-spring4 + 11.8 + + + io.github.openfeign + feign-soap + 11.8 + + + io.github.openfeign + feign-reactive-wrappers + 11.8 + + + io.github.openfeign + feign-micrometer + 11.8 + + + io.github.openfeign + feign-dropwizard-metrics4 + 11.8 + + + io.github.openfeign + feign-dropwizard-metrics5 + 11.8 + + + io.github.openfeign + feign-annotation-error-decoder + 11.8 + + + org.apache.commons + commons-collections4 + 4.4 + + + io.kubernetes + client-java + 13.0.2 + + + io.kubernetes + client-java-extended + 13.0.2 + + + io.kubernetes + client-java-spring-integration + 13.0.2 + + + me.snowdrop + istio-client + 1.7.7.1 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-autoconfig + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-istio + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-leader + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-commons + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-autoconfig + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8 + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-all + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-all + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-discoveryclient + 2.1.2 + + + org.jboss.arquillian.junit + arquillian-junit-standalone + 1.6.0.Final + test + + + org.arquillian.cube + arquillian-cube-requirement + 1.15.2 + test + + + org.arquillian.cube + arquillian-cube-kubernetes + 1.15.2 + test + + + org.arquillian.cube + arquillian-cube-openshift + 1.15.2 + test + + + io.specto + hoverfly-java-junit5 + 0.13.0 + test + + + io.specto + hoverfly-java + 0.13.0 + test + + + com.github.tomakehurst + wiremock-jre8 + 2.26.3 + test + + + org.springframework.cloud + spring-cloud-kubernetes-test-support + 2.1.2 + test + + + io.fabric8 + kubernetes-model-common + 5.10.2 + + + io.fabric8 + model-annotator + 5.10.2 + + + io.fabric8 + kubernetes-model-core + 5.10.2 + + + io.fabric8 + kubernetes-model-rbac + 5.10.2 + + + io.fabric8 + kubernetes-model-admissionregistration + 5.10.2 + + + io.fabric8 + kubernetes-model-apps + 5.10.2 + + + io.fabric8 + kubernetes-model-autoscaling + 5.10.2 + + + io.fabric8 + kubernetes-model-apiextensions + 5.10.2 + + + io.fabric8 + kubernetes-model-batch + 5.10.2 + + + io.fabric8 + kubernetes-model-certificates + 5.10.2 + + + io.fabric8 + kubernetes-model-coordination + 5.10.2 + + + io.fabric8 + kubernetes-model-discovery + 5.10.2 + + + io.fabric8 + kubernetes-model-events + 5.10.2 + + + io.fabric8 + kubernetes-model-extensions + 5.10.2 + + + io.fabric8 + kubernetes-model-networking + 5.10.2 + + + io.fabric8 + kubernetes-model-metrics + 5.10.2 + + + io.fabric8 + kubernetes-model-policy + 5.10.2 + + + io.fabric8 + kubernetes-model-scheduling + 5.10.2 + + + io.fabric8 + kubernetes-model-storageclass + 5.10.2 + + + io.fabric8 + openshift-model + 5.10.2 + + + io.fabric8 + kubernetes-model + 5.10.2 + + + io.fabric8 + kubernetes-model-jsonschema2pojo + 5.10.2 + + + io.fabric8 + kubernetes-model-flowcontrol + 5.10.2 + + + io.fabric8 + kubernetes-model-node + 5.10.2 + + + io.fabric8 + openshift-model-clusterautoscaling + 5.10.2 + + + io.fabric8 + openshift-model-operator + 5.10.2 + + + io.fabric8 + openshift-model-operatorhub + 5.10.2 + + + io.fabric8 + openshift-model-machine + 5.10.2 + + + io.fabric8 + openshift-model-monitoring + 5.10.2 + + + io.fabric8 + openshift-model-console + 5.10.2 + + + io.fabric8 + openshift-model-machineconfig + 5.10.2 + + + io.fabric8 + openshift-model-tuned + 5.10.2 + + + io.fabric8 + openshift-model-whereabouts + 5.10.2 + + + io.fabric8 + openshift-model-storageversionmigrator + 5.10.2 + + + io.fabric8 + openshift-model-miscellaneous + 5.10.2 + + + io.fabric8 + kubernetes-client + 5.10.2 + + + io.fabric8 + kubernetes-server-mock + 5.10.2 + + + io.fabric8 + openshift-client + 5.10.2 + + + io.fabric8 + knative-model + 5.10.2 + + + io.fabric8 + knative-client + 5.10.2 + + + io.fabric8 + knative-mock + 5.10.2 + + + io.fabric8 + knative-examples + 5.10.2 + + + io.fabric8 + knative-tests + 5.10.2 + + + io.fabric8 + tekton-model-v1alpha1 + 5.10.2 + + + io.fabric8 + tekton-model-v1beta1 + 5.10.2 + + + io.fabric8 + tekton-model-triggers + 5.10.2 + + + io.fabric8 + tekton-client + 5.10.2 + + + io.fabric8 + tekton-mock + 5.10.2 + + + io.fabric8 + tekton-examples + 5.10.2 + + + io.fabric8 + tekton-tests + 5.10.2 + + + io.fabric8 + servicecatalog-model + 5.10.2 + + + io.fabric8 + servicecatalog-client + 5.10.2 + + + io.fabric8 + servicecatalog-server-mock + 5.10.2 + + + io.fabric8 + service-catalog-examples + 5.10.2 + + + io.fabric8 + servicecatalog-tests + 5.10.2 + + + io.fabric8 + volumesnapshot-model + 5.10.2 + + + io.fabric8 + volumesnapshot-client + 5.10.2 + + + io.fabric8 + volumesnapshot-server-mock + 5.10.2 + + + io.fabric8 + volumesnapshot-examples + 5.10.2 + + + io.fabric8 + volumesnapshot-tests + 5.10.2 + + + io.fabric8 + chaosmesh-model + 5.10.2 + + + io.fabric8 + chaosmesh-client + 5.10.2 + + + io.fabric8 + chaosmesh-server-mock + 5.10.2 + + + io.fabric8 + chaosmesh-examples + 5.10.2 + + + io.fabric8 + chaosmesh-tests + 5.10.2 + + + io.fabric8 + camel-k-model-v1 + 5.10.2 + + + io.fabric8 + camel-k-model-v1alpha1 + 5.10.2 + + + io.fabric8 + camel-k-client + 5.10.2 + + + io.fabric8 + camel-k-mock + 5.10.2 + + + io.fabric8 + camel-k-tests + 5.10.2 + + + io.fabric8 + certmanager-model-v1alpha2 + 5.10.2 + + + io.fabric8 + certmanager-model-v1alpha3 + 5.10.2 + + + io.fabric8 + certmanager-model-v1beta1 + 5.10.2 + + + io.fabric8 + certmanager-model-v1 + 5.10.2 + + + io.fabric8 + certmanager-client + 5.10.2 + + + io.fabric8 + certmanager-server-mock + 5.10.2 + + + io.fabric8 + certmanager-examples + 5.10.2 + + + io.fabric8 + certmanager-tests + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-model-v1 + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-client + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-server-mock + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-examples + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-tests + 5.10.2 + + + io.fabric8 + openshift-server-mock + 5.10.2 + + + io.fabric8 + kubernetes-examples + 5.10.2 + + + io.fabric8.kubernetes + kubernetes-karaf + 5.10.2 + + + io.fabric8.kubernetes + kubernetes-karaf-itests + 5.10.2 + + + io.fabric8 + crd-generator-api + 5.10.2 + + + io.fabric8 + crd-generator-apt + 5.10.2 + + + io.fabric8 + kubernetes-test + 5.10.2 + + + io.fabric8 + kubernetes-openshift-uberjar + 5.10.2 + + + com.datastax.oss + java-driver-core-shaded + 4.13.0 + + + com.datastax.oss + java-driver-mapper-processor + 4.13.0 + + + com.datastax.oss + java-driver-mapper-runtime + 4.13.0 + + + com.datastax.oss + java-driver-query-builder + 4.13.0 + + + com.datastax.oss + java-driver-test-infra + 4.13.0 + + + com.datastax.oss + java-driver-metrics-micrometer + 4.13.0 + + + com.datastax.oss + java-driver-metrics-microprofile + 4.13.0 + + + com.datastax.oss + native-protocol + 1.5.0 + + + com.datastax.oss + java-driver-shaded-guava + 25.1-jre-graal-sub-1 + + + io.dropwizard.metrics + metrics-annotation + 4.2.9 + + + io.dropwizard.metrics + metrics-caffeine + 4.2.9 + + + io.dropwizard.metrics + metrics-caffeine3 + 4.2.9 + + + io.dropwizard.metrics + metrics-core + 4.2.9 + + + io.dropwizard.metrics + metrics-collectd + 4.2.9 + + + io.dropwizard.metrics + metrics-ehcache + 4.2.9 + + + io.dropwizard.metrics + metrics-graphite + 4.2.9 + + + io.dropwizard.metrics + metrics-healthchecks + 4.2.9 + + + io.dropwizard.metrics + metrics-httpclient + 4.2.9 + + + io.dropwizard.metrics + metrics-httpclient5 + 4.2.9 + + + io.dropwizard.metrics + metrics-httpasyncclient + 4.2.9 + + + io.dropwizard.metrics + metrics-jakarta-servlet + 4.2.9 + + + io.dropwizard.metrics + metrics-jakarta-servlets + 4.2.9 + + + io.dropwizard.metrics + metrics-jcache + 4.2.9 + + + io.dropwizard.metrics + metrics-jdbi + 4.2.9 + + + io.dropwizard.metrics + metrics-jdbi3 + 4.2.9 + + + io.dropwizard.metrics + metrics-jersey2 + 4.2.9 + + + io.dropwizard.metrics + metrics-jersey3 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty9 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty10 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty11 + 4.2.9 + + + io.dropwizard.metrics + metrics-jmx + 4.2.9 + + + io.dropwizard.metrics + metrics-json + 4.2.9 + + + io.dropwizard.metrics + metrics-jvm + 4.2.9 + + + io.dropwizard.metrics + metrics-log4j2 + 4.2.9 + + + io.dropwizard.metrics + metrics-logback + 4.2.9 + + + io.dropwizard.metrics + metrics-servlet + 4.2.9 + + + io.dropwizard.metrics + metrics-servlets + 4.2.9 + + + org.codehaus.groovy + groovy + 3.0.10 + + + org.codehaus.groovy + groovy-ant + 3.0.10 + + + org.codehaus.groovy + groovy-astbuilder + 3.0.10 + + + org.codehaus.groovy + groovy-bsf + 3.0.10 + + + org.codehaus.groovy + groovy-cli-commons + 3.0.10 + + + org.codehaus.groovy + groovy-cli-picocli + 3.0.10 + + + org.codehaus.groovy + groovy-console + 3.0.10 + + + org.codehaus.groovy + groovy-datetime + 3.0.10 + + + org.codehaus.groovy + groovy-dateutil + 3.0.10 + + + org.codehaus.groovy + groovy-docgenerator + 3.0.10 + + + org.codehaus.groovy + groovy-groovydoc + 3.0.10 + + + org.codehaus.groovy + groovy-groovysh + 3.0.10 + + + org.codehaus.groovy + groovy-jaxb + 3.0.10 + + + org.codehaus.groovy + groovy-jmx + 3.0.10 + + + org.codehaus.groovy + groovy-json + 3.0.10 + + + org.codehaus.groovy + groovy-jsr223 + 3.0.10 + + + org.codehaus.groovy + groovy-macro + 3.0.10 + + + org.codehaus.groovy + groovy-nio + 3.0.10 + + + org.codehaus.groovy + groovy-servlet + 3.0.10 + + + org.codehaus.groovy + groovy-sql + 3.0.10 + + + org.codehaus.groovy + groovy-swing + 3.0.10 + + + org.codehaus.groovy + groovy-templates + 3.0.10 + + + org.codehaus.groovy + groovy-test + 3.0.10 + + + org.codehaus.groovy + groovy-test-junit5 + 3.0.10 + + + org.codehaus.groovy + groovy-testng + 3.0.10 + + + org.codehaus.groovy + groovy-xml + 3.0.10 + + + org.codehaus.groovy + groovy-yaml + 3.0.10 + + + org.infinispan + infinispan-api + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-jdbc + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-jpa + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-remote + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-rocksdb + 12.1.11.Final + + + org.infinispan + infinispan-cdi-common + 12.1.11.Final + + + org.infinispan + infinispan-cdi-embedded + 12.1.11.Final + + + org.infinispan + infinispan-cdi-remote + 12.1.11.Final + + + org.infinispan + infinispan-checkstyle + 12.1.11.Final + + + org.infinispan + infinispan-cli-client + 12.1.11.Final + + + org.infinispan + infinispan-client-hotrod + 12.1.11.Final + + + org.infinispan + infinispan-client-rest + 12.1.11.Final + + + org.infinispan + infinispan-key-value-store-client + 12.1.11.Final + + + org.infinispan + infinispan-clustered-counter + 12.1.11.Final + + + org.infinispan + infinispan-clustered-lock + 12.1.11.Final + + + org.infinispan + infinispan-commons + 12.1.11.Final + + + org.infinispan + infinispan-commons-test + 12.1.11.Final + + + org.infinispan + infinispan-component-annotations + 12.1.11.Final + provided + + + org.infinispan + infinispan-component-processor + 12.1.11.Final + + + org.infinispan + infinispan-core + 12.1.11.Final + + + org.infinispan + infinispan-jboss-marshalling + 12.1.11.Final + + + org.infinispan + infinispan-extended-statistics + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-commons + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-spi + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-v51 + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-v53 + 12.1.11.Final + + + org.infinispan + infinispan-jcache-commons + 12.1.11.Final + + + org.infinispan + infinispan-jcache + 12.1.11.Final + + + org.infinispan + infinispan-jcache-remote + 12.1.11.Final + + + org.infinispan + infinispan-console + 0.14.3.Final + + + org.infinispan + infinispan-marshaller-kryo + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-kryo-bundle + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-protostuff + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-protostuff-bundle + 12.1.11.Final + + + org.infinispan + infinispan-multimap + 12.1.11.Final + + + org.infinispan + infinispan-objectfilter + 12.1.11.Final + + + org.infinispan + infinispan-persistence-soft-index + 12.1.11.Final + + + org.infinispan + infinispan-query-core + 12.1.11.Final + + + org.infinispan + infinispan-query + 12.1.11.Final + + + org.infinispan + infinispan-query-dsl + 12.1.11.Final + + + org.infinispan + infinispan-remote-query-client + 12.1.11.Final + + + org.infinispan + infinispan-remote-query-server + 12.1.11.Final + + + org.infinispan + infinispan-scripting + 12.1.11.Final + + + org.infinispan + infinispan-server-core + 12.1.11.Final + + + org.infinispan + infinispan-server-hotrod + 12.1.11.Final + + + org.infinispan + infinispan-server-memcached + 12.1.11.Final + + + org.infinispan + infinispan-server-rest + 12.1.11.Final + + + org.infinispan + infinispan-server-router + 12.1.11.Final + + + org.infinispan + infinispan-server-runtime + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-core + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-junit4 + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-junit5 + 12.1.11.Final + + + org.infinispan + infinispan-spring5-common + 12.1.11.Final + + + org.infinispan + infinispan-spring5-embedded + 12.1.11.Final + + + org.infinispan + infinispan-spring5-remote + 12.1.11.Final + + + org.infinispan + infinispan-spring-boot-starter-embedded + 12.1.11.Final + + + org.infinispan + infinispan-spring-boot-starter-remote + 12.1.11.Final + + + org.infinispan + infinispan-tasks + 12.1.11.Final + + + org.infinispan + infinispan-tasks-api + 12.1.11.Final + + + org.infinispan + infinispan-tools + 12.1.11.Final + + + org.infinispan + infinispan-anchored-keys + 12.1.11.Final + + + org.infinispan.protostream + protostream + 4.4.1.Final + + + org.infinispan.protostream + protostream-types + 4.4.1.Final + + + org.infinispan.protostream + protostream-processor + 4.4.1.Final + provided + + + org.infinispan + infinispan-cloudevents-integration + 12.1.11.Final + + + com.fasterxml.jackson.core + jackson-annotations + 2.13.2 + + + com.fasterxml.jackson.core + jackson-core + 2.13.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.13.2.1 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-toml + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5-jakarta + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jakarta-jsonp + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-base + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-cbor-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-json-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-smile-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-xml-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-yaml-provider + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-all + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-annotation-support + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-objects + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-stree + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-afterburner + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-blackbird + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-guice + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-kotlin + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-mrbean + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-no-ctor-deser + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-osgi + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-paranamer + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_3 + 2.13.2 + + + org.glassfish.jersey.core + jersey-common + 2.35 + + + org.glassfish.jersey.core + jersey-client + 2.35 + + + org.glassfish.jersey.core + jersey-server + 2.35 + + + org.glassfish.jersey.bundles + jaxrs-ri + 2.35 + + + org.glassfish.jersey.connectors + jersey-apache-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-helidon-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-grizzly-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-jdk-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-netty-connector + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jetty-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jetty-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jdk-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-netty-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + 2.35 + + + org.glassfish.jersey.containers + jersey-container-simple-http + 2.35 + + + org.glassfish.jersey.containers.glassfish + jersey-gf-ejb + 2.35 + + + org.glassfish.jersey.ext + jersey-bean-validation + 2.35 + + + org.glassfish.jersey.ext + jersey-entity-filtering + 2.35 + + + org.glassfish.jersey.ext + jersey-metainf-services + 2.35 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-config + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-bean-validation + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-freemarker + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-jsp + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-mustache + 2.35 + + + org.glassfish.jersey.ext + jersey-proxy-client + 2.35 + + + org.glassfish.jersey.ext + jersey-servlet-portability + 2.35 + + + org.glassfish.jersey.ext + jersey-spring4 + 2.35 + + + org.glassfish.jersey.ext + jersey-spring5 + 2.35 + + + org.glassfish.jersey.ext + jersey-declarative-linking + 2.35 + + + org.glassfish.jersey.ext + jersey-wadl-doclet + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-weld2-se + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-transaction + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-validation + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-servlet + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-ban-custom-hk2-binding + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi-rs-inject + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-guava + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava2 + 2.35 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-rest-client + 2.35 + + + org.glassfish.jersey.media + jersey-media-jaxb + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-jackson + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-jettison + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-processing + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-binding + 2.35 + + + org.glassfish.jersey.media + jersey-media-kryo + 2.35 + + + org.glassfish.jersey.media + jersey-media-moxy + 2.35 + + + org.glassfish.jersey.media + jersey-media-multipart + 2.35 + + + org.glassfish.jersey.media + jersey-media-sse + 2.35 + + + org.glassfish.jersey.security + oauth1-client + 2.35 + + + org.glassfish.jersey.security + oauth1-server + 2.35 + + + org.glassfish.jersey.security + oauth1-signature + 2.35 + + + org.glassfish.jersey.security + oauth2-client + 2.35 + + + org.glassfish.jersey.inject + jersey-hk2 + 2.35 + + + org.glassfish.jersey.inject + jersey-cdi2-se + 2.35 + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + 2.35 + pom + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-external + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jdk-http + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-simple + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jetty + 2.35 + + + org.glassfish.jersey.test-framework + jersey-test-framework-util + 2.35 + + + org.eclipse.jetty + apache-jsp + 9.4.46.v20220331 + + + org.eclipse.jetty + apache-jstl + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-java-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-java-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-openjdk8-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-openjdk8-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-conscrypt-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-conscrypt-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-annotations + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-ant + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-continuation + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-deploy + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-distribution + 9.4.46.v20220331 + zip + + + org.eclipse.jetty + jetty-distribution + 9.4.46.v20220331 + tar.gz + + + org.eclipse.jetty.fcgi + fcgi-client + 9.4.46.v20220331 + + + org.eclipse.jetty.fcgi + fcgi-server + 9.4.46.v20220331 + + + org.eclipse.jetty.gcloud + jetty-gcloud-session-manager + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-home + 9.4.46.v20220331 + zip + + + org.eclipse.jetty + jetty-home + 9.4.46.v20220331 + tar.gz + + + org.eclipse.jetty + jetty-http + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-client + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-common + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-hpack + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-http-client-transport + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-http-spi + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-common + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-remote-query + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-embedded-query + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-hazelcast + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-io + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jaas + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jaspi + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jmx + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jndi + 9.4.46.v20220331 + + + org.eclipse.jetty.memcached + jetty-memcached-sessions + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-nosql + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-httpservice + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-plus + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-proxy + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-quickstart + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-rewrite + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-security + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-openid + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-servlet + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-servlets + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-spring + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-unixsocket + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-util + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-util-ajax + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-webapp + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + javax-websocket-client-impl + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-api + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-client + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-common + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-server + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-servlet + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-xml + 9.4.46.v20220331 + + + org.junit.jupiter + junit-jupiter + 5.8.2 + + + org.junit.jupiter + junit-jupiter-api + 5.8.2 + + + org.junit.jupiter + junit-jupiter-engine + 5.8.2 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.8.2 + + + org.junit.jupiter + junit-jupiter-params + 5.8.2 + + + org.junit.platform + junit-platform-commons + 1.8.2 + + + org.junit.platform + junit-platform-console + 1.8.2 + + + org.junit.platform + junit-platform-engine + 1.8.2 + + + org.junit.platform + junit-platform-jfr + 1.8.2 + + + org.junit.platform + junit-platform-launcher + 1.8.2 + + + org.junit.platform + junit-platform-reporting + 1.8.2 + + + org.junit.platform + junit-platform-runner + 1.8.2 + + + org.junit.platform + junit-platform-suite + 1.8.2 + + + org.junit.platform + junit-platform-suite-api + 1.8.2 + + + org.junit.platform + junit-platform-suite-commons + 1.8.2 + + + org.junit.platform + junit-platform-suite-engine + 1.8.2 + + + org.junit.platform + junit-platform-testkit + 1.8.2 + + + org.junit.vintage + junit-vintage-engine + 5.8.2 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-js + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-reflect + 1.6.21 + + + org.jetbrains.kotlin + kotlin-osgi-bundle + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-junit + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-junit5 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-testng + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-js + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-annotations-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-main-kts + 1.6.21 + + + org.jetbrains.kotlin + kotlin-script-runtime + 1.6.21 + + + org.jetbrains.kotlin + kotlin-script-util + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-ide-services + 1.6.21 + + + org.jetbrains.kotlin + kotlin-compiler + 1.6.21 + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + 1.6.21 + + + org.jetbrains.kotlin + kotlin-daemon-client + 1.6.21 + + + org.jetbrains.kotlinx + kotlinx-coroutines-android + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-debug + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-guava + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-javafx + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk9 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-play-services + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx2 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx3 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-slf4j + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-swing + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-test + 1.5.2 + + + org.apache.logging.log4j + log4j-api + 2.17.2 + + + org.apache.logging.log4j + log4j-core + 2.17.2 + + + org.apache.logging.log4j + log4j-layout-template-json + 2.17.2 + + + org.apache.logging.log4j + log4j-1.2-api + 2.17.2 + + + org.apache.logging.log4j + log4j-jcl + 2.17.2 + + + org.apache.logging.log4j + log4j-flume-ng + 2.17.2 + + + org.apache.logging.log4j + log4j-taglib + 2.17.2 + + + org.apache.logging.log4j + log4j-jmx-gui + 2.17.2 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.17.2 + + + org.apache.logging.log4j + log4j-slf4j18-impl + 2.17.2 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.2 + + + org.apache.logging.log4j + log4j-appserver + 2.17.2 + + + org.apache.logging.log4j + log4j-web + 2.17.2 + + + org.apache.logging.log4j + log4j-couchdb + 2.17.2 + + + org.apache.logging.log4j + log4j-mongodb4 + 2.17.2 + + + org.apache.logging.log4j + log4j-mongodb3 + 2.17.2 + + + org.apache.logging.log4j + log4j-cassandra + 2.17.2 + + + org.apache.logging.log4j + log4j-jpa + 2.17.2 + + + org.apache.logging.log4j + log4j-iostreams + 2.17.2 + + + org.apache.logging.log4j + log4j-jul + 2.17.2 + + + org.apache.logging.log4j + log4j-jpl + 2.17.2 + + + org.apache.logging.log4j + log4j-liquibase + 2.17.2 + + + org.apache.logging.log4j + log4j-docker + 2.17.2 + + + org.apache.logging.log4j + log4j-kubernetes + 2.17.2 + + + org.apache.logging.log4j + log4j-spring-boot + 2.17.2 + + + org.apache.logging.log4j + log4j-spring-cloud-config-client + 2.17.2 + + + io.micrometer + micrometer-core + 1.8.5 + + + io.micrometer + micrometer-jersey2 + 1.8.5 + + + io.micrometer + micrometer-registry-appoptics + 1.8.5 + + + io.micrometer + micrometer-registry-atlas + 1.8.5 + + + io.micrometer + micrometer-registry-azure-monitor + 1.8.5 + + + io.micrometer + micrometer-registry-cloudwatch + 1.8.5 + + + io.micrometer + micrometer-registry-cloudwatch2 + 1.8.5 + + + io.micrometer + micrometer-registry-datadog + 1.8.5 + + + io.micrometer + micrometer-registry-dynatrace + 1.8.5 + + + io.micrometer + micrometer-registry-elastic + 1.8.5 + + + io.micrometer + micrometer-registry-ganglia + 1.8.5 + + + io.micrometer + micrometer-registry-graphite + 1.8.5 + + + io.micrometer + micrometer-registry-health + 1.8.5 + + + io.micrometer + micrometer-registry-humio + 1.8.5 + + + io.micrometer + micrometer-registry-influx + 1.8.5 + + + io.micrometer + micrometer-registry-jmx + 1.8.5 + + + io.micrometer + micrometer-registry-kairos + 1.8.5 + + + io.micrometer + micrometer-registry-new-relic + 1.8.5 + + + io.micrometer + micrometer-registry-opentsdb + 1.8.5 + + + io.micrometer + micrometer-registry-prometheus + 1.8.5 + + + io.micrometer + micrometer-registry-signalfx + 1.8.5 + + + io.micrometer + micrometer-registry-statsd + 1.8.5 + + + io.micrometer + micrometer-registry-wavefront + 1.8.5 + + + io.micrometer + micrometer-test + 1.8.5 + + + io.netty + netty-buffer + 4.1.76.Final + + + io.netty + netty-codec + 4.1.76.Final + + + io.netty + netty-codec-dns + 4.1.76.Final + + + io.netty + netty-codec-haproxy + 4.1.76.Final + + + io.netty + netty-codec-http + 4.1.76.Final + + + io.netty + netty-codec-http2 + 4.1.76.Final + + + io.netty + netty-codec-memcache + 4.1.76.Final + + + io.netty + netty-codec-mqtt + 4.1.76.Final + + + io.netty + netty-codec-redis + 4.1.76.Final + + + io.netty + netty-codec-smtp + 4.1.76.Final + + + io.netty + netty-codec-socks + 4.1.76.Final + + + io.netty + netty-codec-stomp + 4.1.76.Final + + + io.netty + netty-codec-xml + 4.1.76.Final + + + io.netty + netty-common + 4.1.76.Final + + + io.netty + netty-dev-tools + 4.1.76.Final + + + io.netty + netty-handler + 4.1.76.Final + + + io.netty + netty-handler-proxy + 4.1.76.Final + + + io.netty + netty-resolver + 4.1.76.Final + + + io.netty + netty-resolver-dns + 4.1.76.Final + + + io.netty + netty-transport + 4.1.76.Final + + + io.netty + netty-transport-rxtx + 4.1.76.Final + + + io.netty + netty-transport-sctp + 4.1.76.Final + + + io.netty + netty-transport-udt + 4.1.76.Final + + + io.netty + netty-example + 4.1.76.Final + + + io.netty + netty-all + 4.1.76.Final + + + io.netty + netty-resolver-dns-classes-macos + 4.1.76.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + osx-aarch_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + linux-aarch_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + osx-aarch_64 + + + io.netty + netty-transport-classes-epoll + 4.1.76.Final + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + linux-aarch_64 + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + linux-x86_64 + + + io.netty + netty-transport-classes-kqueue + 4.1.76.Final + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + osx-aarch_64 + + + com.oracle.database.jdbc + ojdbc11 + 21.3.0.0 + + + com.oracle.database.jdbc + ojdbc8 + 21.3.0.0 + + + com.oracle.database.jdbc + ucp + 21.3.0.0 + + + com.oracle.database.jdbc + ucp11 + 21.3.0.0 + + + com.oracle.database.jdbc + rsi + 21.3.0.0 + + + com.oracle.database.security + oraclepki + 21.3.0.0 + + + com.oracle.database.security + osdt_core + 21.3.0.0 + + + com.oracle.database.security + osdt_cert + 21.3.0.0 + + + com.oracle.database.ha + simplefan + 21.3.0.0 + + + com.oracle.database.ha + ons + 21.3.0.0 + + + com.oracle.database.nls + orai18n + 21.3.0.0 + + + com.oracle.database.xml + xdb + 21.3.0.0 + + + com.oracle.database.xml + xmlparserv2 + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc11_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8dms_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc11dms_g + 21.3.0.0 + + + com.oracle.database.observability + dms + 21.3.0.0 + + + com.oracle.database.observability + ojdbc11dms + 21.3.0.0 + + + com.oracle.database.observability + ojdbc8dms + 21.3.0.0 + + + com.oracle.database.jdbc + ojdbc11-production + 21.3.0.0 + pom + + + com.oracle.database.jdbc + ojdbc8-production + 21.3.0.0 + pom + + + com.oracle.database.observability + ojdbc8-observability + 21.3.0.0 + pom + + + com.oracle.database.observability + ojdbc11-observability + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc8-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc11-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc8-observability-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc11-observability-debug + 21.3.0.0 + pom + + + io.prometheus + simpleclient + 0.12.0 + + + io.prometheus + simpleclient_caffeine + 0.12.0 + + + io.prometheus + simpleclient_common + 0.12.0 + + + io.prometheus + simpleclient_dropwizard + 0.12.0 + + + io.prometheus + simpleclient_graphite_bridge + 0.12.0 + + + io.prometheus + simpleclient_guava + 0.12.0 + + + io.prometheus + simpleclient_hibernate + 0.12.0 + + + io.prometheus + simpleclient_hotspot + 0.12.0 + + + io.prometheus + simpleclient_httpserver + 0.12.0 + + + io.prometheus + simpleclient_jetty + 0.12.0 + + + io.prometheus + simpleclient_jetty_jdk8 + 0.12.0 + + + io.prometheus + simpleclient_log4j + 0.12.0 + + + io.prometheus + simpleclient_log4j2 + 0.12.0 + + + io.prometheus + simpleclient_logback + 0.12.0 + + + io.prometheus + simpleclient_pushgateway + 0.12.0 + + + io.prometheus + simpleclient_servlet + 0.12.0 + + + io.prometheus + simpleclient_servlet_jakarta + 0.12.0 + + + io.prometheus + simpleclient_spring_boot + 0.12.0 + + + io.prometheus + simpleclient_spring_web + 0.12.0 + + + io.prometheus + simpleclient_tracer_otel + 0.12.0 + + + io.prometheus + simpleclient_tracer_otel_agent + 0.12.0 + + + io.prometheus + simpleclient_vertx + 0.12.0 + + + com.querydsl + querydsl-core + 5.0.0 + + + com.querydsl + querydsl-codegen + 5.0.0 + + + com.querydsl + querydsl-codegen-utils + 5.0.0 + + + com.querydsl + querydsl-spatial + 5.0.0 + + + com.querydsl + querydsl-apt + 5.0.0 + + + com.querydsl + querydsl-collections + 5.0.0 + + + com.querydsl + querydsl-guava + 5.0.0 + + + com.querydsl + querydsl-sql + 5.0.0 + + + com.querydsl + querydsl-sql-spatial + 5.0.0 + + + com.querydsl + querydsl-sql-codegen + 5.0.0 + + + com.querydsl + querydsl-sql-spring + 5.0.0 + + + com.querydsl + querydsl-jpa + 5.0.0 + + + com.querydsl + querydsl-jpa-codegen + 5.0.0 + + + com.querydsl + querydsl-jdo + 5.0.0 + + + com.querydsl + querydsl-kotlin-codegen + 5.0.0 + + + com.querydsl + querydsl-lucene3 + 5.0.0 + + + com.querydsl + querydsl-lucene4 + 5.0.0 + + + com.querydsl + querydsl-lucene5 + 5.0.0 + + + com.querydsl + querydsl-hibernate-search + 5.0.0 + + + com.querydsl + querydsl-mongodb + 5.0.0 + + + com.querydsl + querydsl-scala + 5.0.0 + + + com.querydsl + querydsl-kotlin + 5.0.0 + + + com.google.cloud + cloud-spanner-r2dbc + 1.1.0 + + + com.oracle.database.r2dbc + oracle-r2dbc + 0.1.0 + + + io.r2dbc + r2dbc-h2 + 0.8.5.RELEASE + + + org.mariadb + r2dbc-mariadb + 1.0.3 + + + io.r2dbc + r2dbc-mssql + 0.8.8.RELEASE + + + dev.miku + r2dbc-mysql + 0.8.2.RELEASE + + + io.r2dbc + r2dbc-postgresql + 0.8.12.RELEASE + + + io.r2dbc + r2dbc-pool + 0.8.8.RELEASE + + + io.r2dbc + r2dbc-proxy + 0.8.8.RELEASE + + + io.r2dbc + r2dbc-spi + 0.8.6.RELEASE + + + io.projectreactor + reactor-core + 3.4.17 + + + io.projectreactor + reactor-test + 3.4.17 + + + io.projectreactor + reactor-tools + 3.4.17 + + + io.projectreactor.addons + reactor-extra + 3.4.8 + + + io.projectreactor.addons + reactor-adapter + 3.4.8 + + + io.projectreactor.netty + reactor-netty + 1.0.18 + + + io.projectreactor.netty + reactor-netty-core + 1.0.18 + + + io.projectreactor.netty + reactor-netty-http + 1.0.18 + + + io.projectreactor.netty + reactor-netty-http-brave + 1.0.18 + + + io.projectreactor.addons + reactor-pool + 0.2.8 + + + io.projectreactor.kafka + reactor-kafka + 1.3.11 + + + io.projectreactor.rabbitmq + reactor-rabbitmq + 1.5.4 + + + io.projectreactor.kotlin + reactor-kotlin-extensions + 1.1.6 + + + io.rsocket + rsocket-core + 1.1.2 + + + io.rsocket + rsocket-load-balancer + 1.1.2 + + + io.rsocket + rsocket-micrometer + 1.1.2 + + + io.rsocket + rsocket-test + 1.1.2 + + + io.rsocket + rsocket-transport-local + 1.1.2 + + + io.rsocket + rsocket-transport-netty + 1.1.2 + + + org.springframework.data + spring-data-cassandra + 3.3.4 + + + org.springframework.data + spring-data-commons + 2.6.4 + + + org.springframework.data + spring-data-couchbase + 4.3.4 + + + org.springframework.data + spring-data-elasticsearch + 4.3.4 + + + org.springframework.data + spring-data-geode + 2.6.4 + + + org.springframework.data + spring-data-jdbc + 2.3.4 + + + org.springframework.data + spring-data-relational + 2.3.4 + + + org.springframework.data + spring-data-jpa + 2.6.4 + + + org.springframework.data + spring-data-mongodb + 3.3.4 + + + org.springframework.data + spring-data-neo4j + 6.2.4 + + + org.springframework.data + spring-data-r2dbc + 1.4.4 + + + org.springframework.data + spring-data-redis + 2.6.4 + + + org.springframework.data + spring-data-rest-webmvc + 3.6.4 + + + org.springframework.data + spring-data-rest-core + 3.6.4 + + + org.springframework.data + spring-data-rest-hal-explorer + 3.6.4 + + + org.springframework.data + spring-data-keyvalue + 2.6.4 + + + org.springframework.data + spring-data-envers + 2.6.4 + + + org.springframework.data + spring-data-ldap + 2.6.4 + + + org.springframework + spring-aop + 5.3.19 + + + org.springframework + spring-aspects + 5.3.19 + + + org.springframework + spring-beans + 5.3.19 + + + org.springframework + spring-context + 5.3.19 + + + org.springframework + spring-context-indexer + 5.3.19 + + + org.springframework + spring-context-support + 5.3.19 + + + org.springframework + spring-core + 5.3.19 + + + org.springframework + spring-expression + 5.3.19 + + + org.springframework + spring-instrument + 5.3.19 + + + org.springframework + spring-jcl + 5.3.19 + + + org.springframework + spring-jdbc + 5.3.19 + + + org.springframework + spring-jms + 5.3.19 + + + org.springframework + spring-messaging + 5.3.19 + + + org.springframework + spring-orm + 5.3.19 + + + org.springframework + spring-oxm + 5.3.19 + + + org.springframework + spring-r2dbc + 5.3.19 + + + org.springframework + spring-test + 5.3.19 + + + org.springframework + spring-tx + 5.3.19 + + + org.springframework + spring-web + 5.3.19 + + + org.springframework + spring-webflux + 5.3.19 + + + org.springframework + spring-webmvc + 5.3.19 + + + org.springframework + spring-websocket + 5.3.19 + + + org.springframework.integration + spring-integration-amqp + 5.5.11 + + + org.springframework.integration + spring-integration-core + 5.5.11 + + + org.springframework.integration + spring-integration-event + 5.5.11 + + + org.springframework.integration + spring-integration-feed + 5.5.11 + + + org.springframework.integration + spring-integration-file + 5.5.11 + + + org.springframework.integration + spring-integration-ftp + 5.5.11 + + + org.springframework.integration + spring-integration-gemfire + 5.5.11 + + + org.springframework.integration + spring-integration-groovy + 5.5.11 + + + org.springframework.integration + spring-integration-http + 5.5.11 + + + org.springframework.integration + spring-integration-ip + 5.5.11 + + + org.springframework.integration + spring-integration-jdbc + 5.5.11 + + + org.springframework.integration + spring-integration-jms + 5.5.11 + + + org.springframework.integration + spring-integration-jmx + 5.5.11 + + + org.springframework.integration + spring-integration-jpa + 5.5.11 + + + org.springframework.integration + spring-integration-kafka + 5.5.11 + + + org.springframework.integration + spring-integration-mail + 5.5.11 + + + org.springframework.integration + spring-integration-mongodb + 5.5.11 + + + org.springframework.integration + spring-integration-mqtt + 5.5.11 + + + org.springframework.integration + spring-integration-r2dbc + 5.5.11 + + + org.springframework.integration + spring-integration-redis + 5.5.11 + + + org.springframework.integration + spring-integration-rmi + 5.5.11 + + + org.springframework.integration + spring-integration-rsocket + 5.5.11 + + + org.springframework.integration + spring-integration-scripting + 5.5.11 + + + org.springframework.integration + spring-integration-security + 5.5.11 + + + org.springframework.integration + spring-integration-sftp + 5.5.11 + + + org.springframework.integration + spring-integration-stomp + 5.5.11 + + + org.springframework.integration + spring-integration-stream + 5.5.11 + + + org.springframework.integration + spring-integration-syslog + 5.5.11 + + + org.springframework.integration + spring-integration-test + 5.5.11 + + + org.springframework.integration + spring-integration-test-support + 5.5.11 + + + org.springframework.integration + spring-integration-webflux + 5.5.11 + + + org.springframework.integration + spring-integration-websocket + 5.5.11 + + + org.springframework.integration + spring-integration-ws + 5.5.11 + + + org.springframework.integration + spring-integration-xml + 5.5.11 + + + org.springframework.integration + spring-integration-xmpp + 5.5.11 + + + org.springframework.integration + spring-integration-zeromq + 5.5.11 + + + org.springframework.integration + spring-integration-zookeeper + 5.5.11 + + + org.springframework.security + spring-security-acl + 5.6.3 + + + org.springframework.security + spring-security-aspects + 5.6.3 + + + org.springframework.security + spring-security-cas + 5.6.3 + + + org.springframework.security + spring-security-config + 5.6.3 + + + org.springframework.security + spring-security-core + 5.6.3 + + + org.springframework.security + spring-security-crypto + 5.6.3 + + + org.springframework.security + spring-security-data + 5.6.3 + + + org.springframework.security + spring-security-ldap + 5.6.3 + + + org.springframework.security + spring-security-messaging + 5.6.3 + + + org.springframework.security + spring-security-oauth2-client + 5.6.3 + + + org.springframework.security + spring-security-oauth2-core + 5.6.3 + + + org.springframework.security + spring-security-oauth2-jose + 5.6.3 + + + org.springframework.security + spring-security-oauth2-resource-server + 5.6.3 + + + org.springframework.security + spring-security-openid + 5.6.3 + + + org.springframework.security + spring-security-remoting + 5.6.3 + + + org.springframework.security + spring-security-rsocket + 5.6.3 + + + org.springframework.security + spring-security-saml2-service-provider + 5.6.3 + + + org.springframework.security + spring-security-taglibs + 5.6.3 + + + org.springframework.security + spring-security-test + 5.6.3 + + + org.springframework.security + spring-security-web + 5.6.3 + + + org.springframework.session + spring-session-jdbc + 2.6.3 + + + org.springframework.session + spring-session-data-geode + 2.6.1 + + + org.springframework.session + spring-session-hazelcast + 2.6.3 + + + org.springframework.session + spring-session-data-mongodb + 2.6.3 + + + org.springframework.session + spring-session-core + 2.6.3 + + + org.springframework.session + spring-session-data-redis + 2.6.3 + + + + + + org.springframework.boot + spring-boot-starter-actuator + 2.6.7 + compile + + + io.micrometer + micrometer-registry-prometheus + 1.8.5 + runtime + + + org.springframework.boot + spring-boot-starter-web + 2.6.7 + compile + + + org.apache.kafka + kafka-streams + 3.0.1 + compile + + + org.springframework.kafka + spring-kafka + 2.8.5 + compile + + + org.projectlombok + lombok + 1.18.24 + compile + true + + + org.springframework.boot + spring-boot-starter-test + 2.6.7 + test + + + org.springframework.kafka + spring-kafka-test + 2.8.5 + test + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/test-classes + + + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target + custom-metrics-demo-0.0.1-SNAPSHOT + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + org.flywaydb + flyway-maven-plugin + 8.0.5 + + + pl.project13.maven + git-commit-id-plugin + 4.9.10 + + + + revision + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/classes/git.properties + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/classes/git.properties + + + + org.apache.johnzon + johnzon-maven-plugin + 1.2.16 + + + org.jooq + jooq-codegen-maven + 3.14.15 + + + org.jetbrains.kotlin + kotlin-maven-plugin + 1.6.21 + + + compile + compile + + compile + + + 11 + true + + + + test-compile + test-compile + + test-compile + + + 11 + true + + + + + 11 + true + + + + org.liquibase + liquibase-maven-plugin + 4.5.0 + + + maven-antrun-plugin + 3.0.0 + + + maven-assembly-plugin + 3.3.0 + + + maven-clean-plugin + 3.1.0 + + + maven-compiler-plugin + 3.8.1 + + true + + + + maven-dependency-plugin + 3.2.0 + + + maven-release-plugin + 2.5.3 + + + maven-deploy-plugin + 2.8.2 + + + maven-enforcer-plugin + 3.0.0 + + + maven-failsafe-plugin + 2.22.2 + + + + integration-test + verify + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/classes + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/classes + + + + maven-help-plugin + 3.2.0 + + + maven-install-plugin + 2.5.2 + + + maven-invoker-plugin + 3.2.2 + + + maven-jar-plugin + 3.2.2 + + + + ${start-class} + true + + + + + + maven-javadoc-plugin + 3.3.2 + + + maven-resources-plugin + 3.2.0 + + UTF-8 + + @ + + false + + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + ${start-class} + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + maven-source-plugin + 3.2.1 + + + maven-surefire-plugin + 2.22.2 + + + maven-war-plugin + 3.3.2 + + + + ${start-class} + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + org.codehaus.mojo + versions-maven-plugin + 2.8.1 + + + org.codehaus.mojo + xml-maven-plugin + 1.0.2 + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + repackage + + repackage + + + + + org.projectlombok + lombok + + + ${start-class} + + + + + + + org.projectlombok + lombok + + + ${start-class} + + + + maven-clean-plugin + 3.1.0 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 3.2.0 + + + default-testResources + process-test-resources + + testResources + + + UTF-8 + + @ + + false + + + + default-resources + process-resources + + resources + + + UTF-8 + + @ + + false + + + + + UTF-8 + + @ + + false + + + + maven-jar-plugin + 3.2.2 + + + default-jar + package + + jar + + + + + ${start-class} + true + + + + + + + + + ${start-class} + true + + + + + + maven-compiler-plugin + 3.8.1 + + + default-compile + compile + + compile + + + true + + + + default-testCompile + test-compile + + testCompile + + + true + + + + + true + + + + maven-surefire-plugin + 2.22.2 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.5.2 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_ignore_long/target/site + + diff --git a/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/dep-tree.txt b/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/dep-tree.txt new file mode 100644 index 00000000..8857c0a2 --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/dep-tree.txt @@ -0,0 +1,102 @@ +com.redhat.examples:custom-metrics-demo:jar:0.0.1-SNAPSHOT ++- org.springframework.boot:spring-boot-starter-actuator:jar:2.6.7:compile +| +- org.springframework.boot:spring-boot-starter:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | +- org.springframework.boot:spring-boot:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | | \- (org.springframework:spring-context:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.6.7:compile (version managed from 2.6.7; scope not updated to compile) +| | | \- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- org.springframework.boot:spring-boot-starter-logging:jar:2.6.7:compile (version managed from 2.6.7) +| | | +- ch.qos.logback:logback-classic:jar:1.2.11:compile (version managed from 1.2.11) +| | | | +- ch.qos.logback:logback-core:jar:1.2.11:compile (version managed from 1.2.11) +| | | | \- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.32; omitted for duplicate) +| | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile (version managed from 2.17.2) +| | | | +- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.35; omitted for duplicate) +| | | | \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile (version managed from 2.17.2) +| | | \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile (version managed from 1.7.36) +| | | \- (org.slf4j:slf4j-api:jar:1.7.36:compile - version managed from 1.7.36; omitted for duplicate) +| | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5) +| | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- org.yaml:snakeyaml:jar:1.29:compile (version managed from 1.29) +| +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.6.7:compile (version managed from 2.6.7) +| | +- org.springframework.boot:spring-boot-actuator:jar:2.6.7:compile (version managed from 2.6.7) +| | | \- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework.boot:spring-boot:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework.boot:spring-boot-autoconfigure:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:runtime - version managed from 2.13.2.1; omitted for duplicate) +| | \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile (version managed from 2.13.2; scope not updated to compile) +| | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| \- io.micrometer:micrometer-core:jar:1.8.5:compile (version managed from 1.8.5; scope not updated to compile) +| +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile +| \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime ++- io.micrometer:micrometer-registry-prometheus:jar:1.8.5:runtime +| +- (io.micrometer:micrometer-core:jar:1.8.5:runtime - version managed from 1.8.5; omitted for duplicate) +| \- io.prometheus:simpleclient_common:jar:0.12.0:runtime (version managed from 0.12.0) +| \- io.prometheus:simpleclient:jar:0.12.0:runtime (version managed from 0.12.0) +| +- io.prometheus:simpleclient_tracer_otel:jar:0.12.0:runtime (version managed from 0.12.0) +| | \- io.prometheus:simpleclient_tracer_common:jar:0.12.0:runtime +| \- io.prometheus:simpleclient_tracer_otel_agent:jar:0.12.0:runtime (version managed from 0.12.0) +| \- (io.prometheus:simpleclient_tracer_common:jar:0.12.0:runtime - omitted for duplicate) ++- org.springframework.boot:spring-boot-starter-web:jar:2.6.7:compile +| +- (org.springframework.boot:spring-boot-starter:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-json:jar:2.6.7:compile (version managed from 2.6.7) +| | +- (org.springframework.boot:spring-boot-starter:jar:2.6.7:compile - version managed from 2.6.7; omitted for duplicate) +| | +- (org.springframework:spring-web:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2.1; omitted for duplicate) +| | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.2:compile (version managed from 2.13.2; scope not updated to compile) +| | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| | +- (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.2:compile (version managed from 2.13.2) +| | +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile - version managed from 2.13.2; omitted for duplicate) +| +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.6.7:compile (version managed from 2.6.7) +| | +- (jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile - version managed from 1.3.5; omitted for duplicate) +| | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.62:compile (version managed from 9.0.62) +| | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.62:compile (version managed from 9.0.62) +| | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.62:compile (version managed from 9.0.62) +| | \- (org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.62:compile - version managed from 9.0.62; omitted for duplicate) +| +- org.springframework:spring-web:jar:5.3.19:compile (version managed from 5.3.19) +| | +- org.springframework:spring-beans:jar:5.3.19:compile (version managed from 5.3.19) +| | | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| \- org.springframework:spring-webmvc:jar:5.3.19:compile (version managed from 5.3.19) +| +- org.springframework:spring-aop:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-context:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-expression:jar:5.3.19:compile (version managed from 5.3.19) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| \- (org.springframework:spring-web:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) ++- org.apache.kafka:kafka-streams:jar:3.0.1:compile +| +- org.apache.kafka:kafka-clients:jar:3.0.1:compile (version managed from 3.0.1; scope not updated to compile) +| | +- com.github.luben:zstd-jni:jar:1.5.0-2:runtime (scope not updated to runtime) +| | +- org.lz4:lz4-java:jar:1.7.1:runtime (scope not updated to runtime) +| | +- org.xerial.snappy:snappy-java:jar:1.1.8.1:runtime (scope not updated to runtime) +| | \- (org.slf4j:slf4j-api:jar:1.7.36:runtime - version managed from 1.7.30; omitted for duplicate) +| +- org.rocksdb:rocksdbjni:jar:6.19.3:compile +| +- org.slf4j:slf4j-api:jar:1.7.36:compile (version managed from 1.7.30; scope not updated to compile) +| +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile (version managed from 2.12.6) +| \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile (version managed from 2.12.6) +| +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile - version managed from 2.13.2; omitted for duplicate) +| \- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile (version managed from 2.13.2) ++- org.springframework.kafka:spring-kafka:jar:2.8.5:compile +| +- org.springframework:spring-context:jar:5.3.19:compile (version managed from 5.3.19; scope not updated to compile) +| | +- (org.springframework:spring-aop:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | +- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-expression:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-messaging:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework:spring-tx:jar:5.3.19:compile (version managed from 5.3.19) +| | +- (org.springframework:spring-beans:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| | \- (org.springframework:spring-core:jar:5.3.19:compile - version managed from 5.3.19; omitted for duplicate) +| +- org.springframework.retry:spring-retry:jar:1.3.3:compile (version managed from 1.3.3; scope not updated to compile) +| +- (org.apache.kafka:kafka-clients:jar:3.0.1:compile - version managed from 3.0.1; omitted for duplicate) +| \- com.google.code.findbugs:jsr305:jar:3.0.2:runtime (scope not updated to runtime) +\- org.projectlombok:lombok:jar:1.18.24:compile diff --git a/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/effective-pom.xml b/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/effective-pom.xml new file mode 100644 index 00000000..a3fc87eb --- /dev/null +++ b/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/effective-pom.xml @@ -0,0 +1,8616 @@ + + + + + + + + + + + + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.6.7 + + + com.redhat.examples + custom-metrics-demo + 0.0.1-SNAPSHOT + custom-metrics-demo + Demo project with metrics for Spring Boot + https://spring.io/projects/spring-boot/custom-metrics-demo + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + Pivotal + info@pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + + + https://github.com/spring-projects/spring-boot/custom-metrics-demo + + + 5.16.4 + 2.7.7 + 1.9.96 + 2.19.1 + 1.9.7 + 3.21.0 + 4.0.6 + 4.1.1 + 3.2.0 + 1.11.22 + 2.9.3 + 4.13.0 + 1.5.1 + 1.15 + 2.9.0 + 3.12.0 + 1.6 + 2.11.1 + 3.2.6 + 11.5.7.0 + 1.0.11.RELEASE + 10.14.2.0 + 4.2.9 + 2.10.9.2 + 3.9.9 + 7.15.2 + 3.0.0 + 8.0.5 + 2.3.31 + 4.9.10 + 3.0.4 + 2.3.6 + 1.2.6 + 3.0.10 + 2.8.9 + 1.4.200 + 2.2 + 2.2.1 + 4.2.4 + 6.2.3.Final + 5.6.8.Final + 4.0.3 + 2.5.2 + 2.54.0 + 4.1.5 + 4.5.13 + 5.1.3 + 4.4.15 + 5.1.3 + 12.1.11.Final + 2.22 + 2.13.2.1 + 1.2.2 + 1.3.5 + 2.0.3 + 1.0.2 + 1.1.6 + 1.6.7 + 1.1.4 + 2.2.3 + 1.2.7 + 4.0.4 + 1.3.3 + 2.0.2 + 1.1.2 + 2.1.6 + 2.3.3 + 1.4.2 + 2.3.3 + 3.1.7 + 11 + 1.2.0 + 1.3.2 + 1.1.1 + 2.3.1 + 2.3.1 + 2.0.1 + 1.1.4 + 1.0 + 1.6.2 + 1.1 + 2.2 + 1.3 + 2.0.1.Final + 1.1 + 1.2.0 + 4.0.5.java8 + 3.4.3.Final + 2.0.6.1 + 3.7.1 + 2.35 + 9.0.52 + 2.2.0.v201112011158 + 1.1.11 + 9.4.46.v20220331 + 1.15 + 1.2.16 + 1.7.1 + 3.14.15 + 2.6.0 + 2.4.8 + 1.5.0 + 1.2 + 1.3.1 + 5.8.2 + 4.13.2 + 3.0.1 + 1.5.2 + 1.6.21 + 6.1.8.RELEASE + 4.5.0 + 2.17.2 + 1.2.11 + 1.18.24 + 2.7.5 + 3.0.0 + 3.3.0 + 3.1.0 + 3.8.1 + 3.2.0 + 2.8.2 + 3.0.0 + 2.22.2 + 3.2.0 + 2.5.2 + 3.2.2 + 3.2.2 + 3.3.2 + 3.2.0 + 3.2.4 + 3.2.1 + 2.22.2 + 3.3.2 + 11 + 11 + 1.8.5 + 1.9.15 + 4.0.0 + 4.4.2 + 9.4.1.jre8 + 8.0.28 + 1.9.22 + 4.4.5 + 2.0.51.Final + 4.1.76.Final + 3.14.9 + 21.3.0.0 + 1.2.4 + 42.3.4 + UTF-8 + UTF-8 + 0.12.0 + 2.3.2 + 5.0.0 + Arabba-SR13 + 5.13.1 + 0.4.0 + 1.0.3 + 2020.0.18 + @ + 4.4.0 + 1.1.2 + 1.2.1 + 1.3.8 + 2.2.21 + 1.5.3 + 2.54.0 + 3.141.59 + 4.7.6 + 4.0.1 + 1.7.36 + 1.29 + 8.8.2 + 2.4.4 + 4.3.5 + 2021.0.2 + 2021.1.4 + 5.3.19 + 1.4.2 + 5.5.11 + 2.8.5 + 2.3.7.RELEASE + 2.0.6.RELEASE + 1.3.3 + 5.6.3 + 2021.1.3 + 3.1.3 + 3.36.0.3 + 1.6.7 + 2.0.1 + 3.0.4.RELEASE + 3.0.4.RELEASE + 3.0.0 + 3.0.15.RELEASE + 9.0.62 + 4.0.14 + 2.2.17.Final + 2.8.1 + 0.48 + 1.6.3 + 1.0.2 + 2.8.4 + + + + + org.apache.activemq + activemq-amqp + 5.16.4 + + + org.apache.activemq + activemq-blueprint + 5.16.4 + + + org.apache.activemq + activemq-broker + 5.16.4 + + + org.apache.activemq + activemq-camel + 5.16.4 + + + org.apache.activemq + activemq-client + 5.16.4 + + + org.apache.activemq + activemq-console + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-http + 5.16.4 + + + org.apache.activemq + activemq-jaas + 5.16.4 + + + org.apache.activemq + activemq-jdbc-store + 5.16.4 + + + org.apache.activemq + activemq-jms-pool + 5.16.4 + + + org.apache.activemq + activemq-kahadb-store + 5.16.4 + + + org.apache.activemq + activemq-karaf + 5.16.4 + + + org.apache.activemq + activemq-leveldb-store + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-log4j-appender + 5.16.4 + + + org.apache.activemq + activemq-mqtt + 5.16.4 + + + org.apache.activemq + activemq-openwire-generator + 5.16.4 + + + org.apache.activemq + activemq-openwire-legacy + 5.16.4 + + + org.apache.activemq + activemq-osgi + 5.16.4 + + + org.apache.activemq + activemq-partition + 5.16.4 + + + org.apache.activemq + activemq-pool + 5.16.4 + + + org.apache.activemq + activemq-ra + 5.16.4 + + + org.apache.activemq + activemq-run + 5.16.4 + + + org.apache.activemq + activemq-runtime-config + 5.16.4 + + + org.apache.activemq + activemq-shiro + 5.16.4 + + + org.apache.activemq + activemq-spring + 5.16.4 + + + commons-logging + commons-logging + + + + + org.apache.activemq + activemq-stomp + 5.16.4 + + + org.apache.activemq + activemq-web + 5.16.4 + + + antlr + antlr + 2.7.7 + + + com.google.appengine + appengine-api-1.0-sdk + 1.9.96 + + + org.apache.activemq + artemis-amqp-protocol + 2.19.1 + + + org.apache.activemq + artemis-commons + 2.19.1 + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-core-client + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-client + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-jms-server + 2.19.1 + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-journal + 2.19.1 + + + org.apache.activemq + artemis-selector + 2.19.1 + + + org.apache.activemq + artemis-server + 2.19.1 + + + commons-logging + commons-logging + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + + + org.apache.activemq + artemis-service-extensions + 2.19.1 + + + org.aspectj + aspectjrt + 1.9.7 + + + org.aspectj + aspectjtools + 1.9.7 + + + org.aspectj + aspectjweaver + 1.9.7 + + + org.assertj + assertj-core + 3.21.0 + + + com.atomikos + transactions-jdbc + 4.0.6 + + + com.atomikos + transactions-jms + 4.0.6 + + + com.atomikos + transactions-jta + 4.0.6 + + + org.awaitility + awaitility + 4.1.1 + + + org.awaitility + awaitility-groovy + 4.1.1 + + + org.awaitility + awaitility-kotlin + 4.1.1 + + + org.awaitility + awaitility-scala + 4.1.1 + + + net.bytebuddy + byte-buddy + 1.11.22 + + + net.bytebuddy + byte-buddy-agent + 1.11.22 + + + com.github.ben-manes.caffeine + caffeine + 2.9.3 + + + com.github.ben-manes.caffeine + guava + 2.9.3 + + + com.github.ben-manes.caffeine + jcache + 2.9.3 + + + com.github.ben-manes.caffeine + simulator + 2.9.3 + + + com.datastax.oss + java-driver-core + 4.13.0 + + + org.slf4j + jcl-over-slf4j + + + + + com.fasterxml + classmate + 1.5.1 + + + commons-codec + commons-codec + 1.15 + + + org.apache.commons + commons-dbcp2 + 2.9.0 + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + commons-pool + commons-pool + 1.6 + + + org.apache.commons + commons-pool2 + 2.11.1 + + + com.couchbase.client + java-client + 3.2.6 + + + com.ibm.db2 + jcc + 11.5.7.0 + + + io.spring.gradle + dependency-management-plugin + 1.0.11.RELEASE + + + org.apache.derby + derby + 10.14.2.0 + + + org.apache.derby + derbyclient + 10.14.2.0 + + + net.sf.ehcache + ehcache + 2.10.9.2 + + + org.ehcache + ehcache + 3.9.9 + + + org.ehcache + ehcache-clustered + 3.9.9 + + + org.ehcache + ehcache-transactions + 3.9.9 + + + org.elasticsearch + elasticsearch + 7.15.2 + + + org.elasticsearch.client + transport + 7.15.2 + + + org.elasticsearch.client + elasticsearch-rest-client + 7.15.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + 7.15.2 + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + 7.15.2 + + + org.elasticsearch.distribution.integ-test-zip + elasticsearch + 7.15.2 + zip + + + org.elasticsearch.plugin + transport-netty4-client + 7.15.2 + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + 3.0.0 + + + org.flywaydb + flyway-core + 8.0.5 + + + org.freemarker + freemarker + 2.3.31 + + + org.glassfish + jakarta.el + 3.0.4 + + + org.glassfish.jaxb + codemodel + 2.3.6 + + + org.glassfish.jaxb + codemodel-annotation-compiler + 2.3.6 + + + org.glassfish.jaxb + jaxb-jxc + 2.3.6 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.6 + + + org.glassfish.jaxb + jaxb-xjc + 2.3.6 + + + org.glassfish.jaxb + txw2 + 2.3.6 + + + org.glassfish.jaxb + txwc2 + 2.3.6 + + + org.glassfish.jaxb + xsom + 2.3.6 + + + org.glassfish.web + jakarta.servlet.jsp.jstl + 1.2.6 + + + com.google.code.gson + gson + 2.8.9 + + + com.h2database + h2 + 1.4.200 + + + org.hamcrest + hamcrest + 2.2 + + + org.hamcrest + hamcrest-core + 2.2 + + + org.hamcrest + hamcrest-library + 2.2 + + + com.hazelcast + hazelcast + 4.2.4 + + + com.hazelcast + hazelcast-spring + 4.2.4 + + + com.hazelcast + hazelcast-hibernate52 + 2.2.1 + + + com.hazelcast + hazelcast-hibernate53 + 2.2.1 + + + org.hibernate + hibernate-c3p0 + 5.6.8.Final + + + org.hibernate + hibernate-core + 5.6.8.Final + + + org.hibernate + hibernate-ehcache + 5.6.8.Final + + + org.hibernate + hibernate-entitymanager + 5.6.8.Final + + + org.hibernate + hibernate-envers + 5.6.8.Final + + + org.hibernate + hibernate-hikaricp + 5.6.8.Final + + + org.hibernate + hibernate-java8 + 5.6.8.Final + + + org.hibernate + hibernate-jcache + 5.6.8.Final + + + org.hibernate + hibernate-jpamodelgen + 5.6.8.Final + + + org.hibernate + hibernate-micrometer + 5.6.8.Final + + + org.hibernate + hibernate-proxool + 5.6.8.Final + + + org.hibernate + hibernate-spatial + 5.6.8.Final + + + org.hibernate + hibernate-testing + 5.6.8.Final + + + org.hibernate + hibernate-vibur + 5.6.8.Final + + + org.hibernate.validator + hibernate-validator + 6.2.3.Final + + + org.hibernate.validator + hibernate-validator-annotation-processor + 6.2.3.Final + + + com.zaxxer + HikariCP + 4.0.3 + + + org.hsqldb + hsqldb + 2.5.2 + + + net.sourceforge.htmlunit + htmlunit + 2.54.0 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + 4.1.5 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + fluent-hc + 4.5.13 + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpclient-cache + 4.5.13 + + + org.apache.httpcomponents + httpclient-osgi + 4.5.13 + + + org.apache.httpcomponents + httpclient-win + 4.5.13 + + + org.apache.httpcomponents + httpmime + 4.5.13 + + + org.apache.httpcomponents.client5 + httpclient5 + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-cache + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-fluent + 5.1.3 + + + org.apache.httpcomponents.client5 + httpclient5-win + 5.1.3 + + + org.apache.httpcomponents + httpcore + 4.4.15 + + + org.apache.httpcomponents + httpcore-nio + 4.4.15 + + + org.apache.httpcomponents.core5 + httpcore5 + 5.1.3 + + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.1.3 + + + org.apache.httpcomponents.core5 + httpcore5-reactive + 5.1.3 + + + org.influxdb + influxdb-java + 2.22 + + + com.sun.activation + jakarta.activation + 1.2.2 + + + jakarta.activation + jakarta.activation-api + 1.2.2 + + + jakarta.annotation + jakarta.annotation-api + 1.3.5 + + + jakarta.jms + jakarta.jms-api + 2.0.3 + + + jakarta.json + jakarta.json-api + 1.1.6 + + + jakarta.json.bind + jakarta.json.bind-api + 1.0.2 + + + jakarta.mail + jakarta.mail-api + 1.6.7 + + + jakarta.management.j2ee + jakarta.management.j2ee-api + 1.1.4 + + + jakarta.persistence + jakarta.persistence-api + 2.2.3 + + + jakarta.servlet + jakarta.servlet-api + 4.0.4 + + + jakarta.servlet.jsp.jstl + jakarta.servlet.jsp.jstl-api + 1.2.7 + + + jakarta.transaction + jakarta.transaction-api + 1.3.3 + + + jakarta.validation + jakarta.validation-api + 2.0.2 + + + jakarta.websocket + jakarta.websocket-api + 1.1.2 + + + jakarta.ws.rs + jakarta.ws.rs-api + 2.1.6 + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + + + jakarta.xml.soap + jakarta.xml.soap-api + 1.4.2 + + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + + + org.codehaus.janino + commons-compiler + 3.1.7 + + + org.codehaus.janino + commons-compiler-jdk + 3.1.7 + + + org.codehaus.janino + janino + 3.1.7 + + + javax.activation + javax.activation-api + 1.2.0 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.cache + cache-api + 1.1.1 + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + + javax.jms + javax.jms-api + 2.0.1 + + + javax.json + javax.json-api + 1.1.4 + + + javax.json.bind + javax.json.bind-api + 1.0 + + + javax.mail + javax.mail-api + 1.6.2 + + + javax.money + money-api + 1.1 + + + javax.persistence + javax.persistence-api + 2.2 + + + javax.transaction + javax.transaction-api + 1.3 + + + javax.validation + validation-api + 2.0.1.Final + + + javax.websocket + javax.websocket-api + 1.1 + + + jaxen + jaxen + 1.2.0 + + + org.firebirdsql.jdbc + jaybird + 4.0.5.java8 + + + org.firebirdsql.jdbc + jaybird-jdk18 + 4.0.5.java8 + + + org.jboss.logging + jboss-logging + 3.4.3.Final + + + org.jdom + jdom2 + 2.0.6.1 + + + redis.clients + jedis + 3.7.1 + + + org.mortbay.jasper + apache-el + 9.0.52 + + + org.eclipse.jetty.orbit + javax.servlet.jsp + 2.2.0.v201112011158 + + + org.eclipse.jetty + jetty-reactive-httpclient + 1.1.11 + + + com.samskivert + jmustache + 1.15 + + + org.apache.johnzon + johnzon-core + 1.2.16 + + + org.apache.johnzon + johnzon-jaxrs + 1.2.16 + + + org.apache.johnzon + johnzon-jsonb + 1.2.16 + + + org.apache.johnzon + johnzon-jsonb-extras + 1.2.16 + + + org.apache.johnzon + johnzon-jsonschema + 1.2.16 + + + org.apache.johnzon + johnzon-mapper + 1.2.16 + + + org.apache.johnzon + johnzon-websocket + 1.2.16 + + + org.jolokia + jolokia-core + 1.7.1 + + + org.jooq + jooq + 3.14.15 + + + org.jooq + jooq-codegen + 3.14.15 + + + org.jooq + jooq-kotlin + 3.14.15 + + + org.jooq + jooq-meta + 3.14.15 + + + com.jayway.jsonpath + json-path + 2.6.0 + + + com.jayway.jsonpath + json-path-assert + 2.6.0 + + + net.minidev + json-smart + 2.4.8 + + + org.skyscreamer + jsonassert + 1.5.0 + + + javax.servlet + jstl + 1.2 + + + net.sourceforge.jtds + jtds + 1.3.1 + + + junit + junit + 4.13.2 + + + org.apache.kafka + connect + 3.0.1 + + + org.apache.kafka + connect-api + 3.0.1 + + + org.apache.kafka + connect-basic-auth-extension + 3.0.1 + + + org.apache.kafka + connect-file + 3.0.1 + + + org.apache.kafka + connect-json + 3.0.1 + + + org.apache.kafka + connect-mirror + 3.0.1 + + + org.apache.kafka + connect-mirror-client + 3.0.1 + + + org.apache.kafka + connect-runtime + 3.0.1 + + + org.apache.kafka + connect-transforms + 3.0.1 + + + org.apache.kafka + generator + 3.0.1 + + + org.apache.kafka + kafka-clients + 3.0.1 + + + org.apache.kafka + kafka-clients + 3.0.1 + test + + + org.apache.kafka + kafka-log4j-appender + 3.0.1 + + + org.apache.kafka + kafka-metadata + 3.0.1 + + + org.apache.kafka + kafka-raft + 3.0.1 + + + org.apache.kafka + kafka-server-common + 3.0.1 + + + org.apache.kafka + kafka-shell + 3.0.1 + + + org.apache.kafka + kafka-storage + 3.0.1 + + + org.apache.kafka + kafka-storage-api + 3.0.1 + + + org.apache.kafka + kafka-streams + 3.0.1 + + + org.apache.kafka + kafka-streams-scala_2.12 + 3.0.1 + + + org.apache.kafka + kafka-streams-scala_2.13 + 3.0.1 + + + org.apache.kafka + kafka-streams-test-utils + 3.0.1 + + + org.apache.kafka + kafka-tools + 3.0.1 + + + org.apache.kafka + kafka_2.12 + 3.0.1 + + + org.apache.kafka + kafka_2.12 + 3.0.1 + test + + + org.apache.kafka + kafka_2.13 + 3.0.1 + + + org.apache.kafka + kafka_2.13 + 3.0.1 + test + + + org.apache.kafka + trogdor + 3.0.1 + + + io.lettuce + lettuce-core + 6.1.8.RELEASE + + + org.liquibase + liquibase-cdi + 4.5.0 + + + org.liquibase + liquibase-core + 4.5.0 + + + ch.qos.logback + logback-access + 1.2.11 + + + ch.qos.logback + logback-classic + 1.2.11 + + + ch.qos.logback + logback-core + 1.2.11 + + + org.projectlombok + lombok + 1.18.24 + + + org.mariadb.jdbc + mariadb-java-client + 2.7.5 + + + io.micrometer + micrometer-registry-stackdriver + 1.8.5 + + + javax.annotation + javax.annotation-api + + + + + org.jvnet.mimepull + mimepull + 1.9.15 + + + org.mockito + mockito-core + 4.0.0 + + + org.mockito + mockito-inline + 4.0.0 + + + org.mockito + mockito-junit-jupiter + 4.0.0 + + + org.mongodb + bson + 4.4.2 + + + org.mongodb + mongodb-driver-core + 4.4.2 + + + org.mongodb + mongodb-driver-legacy + 4.4.2 + + + org.mongodb + mongodb-driver-reactivestreams + 4.4.2 + + + org.mongodb + mongodb-driver-sync + 4.4.2 + + + com.microsoft.sqlserver + mssql-jdbc + 9.4.1.jre8 + + + mysql + mysql-connector-java + 8.0.28 + + + com.google.protobuf + protobuf-java + + + + + net.sourceforge.nekohtml + nekohtml + 1.9.22 + + + org.neo4j.driver + neo4j-java-driver + 4.4.5 + + + io.netty + netty-tcnative + 2.0.51.Final + + + io.netty + netty-tcnative + 2.0.51.Final + linux-x86_64 + + + io.netty + netty-tcnative + 2.0.51.Final + linux-x86_64-fedora + + + io.netty + netty-tcnative + 2.0.51.Final + linux-aarch_64-fedora + + + io.netty + netty-tcnative + 2.0.51.Final + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + windows-x86_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + 2.0.51.Final + osx-x86_64 + + + io.netty + netty-tcnative-classes + 2.0.51.Final + + + com.squareup.okhttp3 + logging-interceptor + 3.14.9 + + + com.squareup.okhttp3 + mockwebserver + 3.14.9 + + + com.squareup.okhttp3 + okcurl + 3.14.9 + + + com.squareup.okhttp3 + okhttp + 3.14.9 + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + 3.14.9 + + + com.squareup.okhttp3 + okhttp-sse + 3.14.9 + + + com.squareup.okhttp3 + okhttp-testing-support + 3.14.9 + + + com.squareup.okhttp3 + okhttp-tls + 3.14.9 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.14.9 + + + org.messaginghub + pooled-jms + 1.2.4 + + + org.postgresql + postgresql + 42.3.4 + + + org.quartz-scheduler + quartz + 2.3.2 + + + com.mchange + c3p0 + + + com.zaxxer + * + + + + + org.quartz-scheduler + quartz-jobs + 2.3.2 + + + com.rabbitmq + amqp-client + 5.13.1 + + + com.rabbitmq + stream-client + 0.4.0 + + + org.reactivestreams + reactive-streams + 1.0.3 + + + io.rest-assured + json-path + 4.4.0 + + + io.rest-assured + json-schema-validator + 4.4.0 + + + io.rest-assured + rest-assured + 4.4.0 + + + io.rest-assured + scala-support + 4.4.0 + + + io.rest-assured + spring-mock-mvc + 4.4.0 + + + io.rest-assured + spring-web-test-client + 4.4.0 + + + io.rest-assured + xml-path + 4.4.0 + + + io.reactivex + rxjava + 1.3.8 + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + + + io.reactivex.rxjava2 + rxjava + 2.2.21 + + + org.springframework.boot + spring-boot + 2.6.7 + + + org.springframework.boot + spring-boot-test + 2.6.7 + + + org.springframework.boot + spring-boot-test-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-actuator + 2.6.7 + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-autoconfigure + 2.6.7 + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.6.7 + + + org.springframework.boot + spring-boot-buildpack-platform + 2.6.7 + + + org.springframework.boot + spring-boot-configuration-metadata + 2.6.7 + + + org.springframework.boot + spring-boot-configuration-processor + 2.6.7 + + + org.springframework.boot + spring-boot-devtools + 2.6.7 + + + org.springframework.boot + spring-boot-jarmode-layertools + 2.6.7 + + + org.springframework.boot + spring-boot-loader + 2.6.7 + + + org.springframework.boot + spring-boot-loader-tools + 2.6.7 + + + org.springframework.boot + spring-boot-properties-migrator + 2.6.7 + + + org.springframework.boot + spring-boot-starter + 2.6.7 + + + org.springframework.boot + spring-boot-starter-activemq + 2.6.7 + + + org.springframework.boot + spring-boot-starter-actuator + 2.6.7 + + + org.springframework.boot + spring-boot-starter-amqp + 2.6.7 + + + org.springframework.boot + spring-boot-starter-aop + 2.6.7 + + + org.springframework.boot + spring-boot-starter-artemis + 2.6.7 + + + org.springframework.boot + spring-boot-starter-batch + 2.6.7 + + + org.springframework.boot + spring-boot-starter-cache + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-cassandra + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-cassandra-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-couchbase + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-couchbase-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-elasticsearch + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-jdbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-jpa + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-ldap + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-mongodb + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-r2dbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-redis + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-redis-reactive + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-neo4j + 2.6.7 + + + org.springframework.boot + spring-boot-starter-data-rest + 2.6.7 + + + org.springframework.boot + spring-boot-starter-freemarker + 2.6.7 + + + org.springframework.boot + spring-boot-starter-groovy-templates + 2.6.7 + + + org.springframework.boot + spring-boot-starter-hateoas + 2.6.7 + + + org.springframework.boot + spring-boot-starter-integration + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jdbc + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jersey + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jetty + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jooq + 2.6.7 + + + org.springframework.boot + spring-boot-starter-json + 2.6.7 + + + org.springframework.boot + spring-boot-starter-jta-atomikos + 2.6.7 + + + org.springframework.boot + spring-boot-starter-log4j2 + 2.6.7 + + + org.springframework.boot + spring-boot-starter-logging + 2.6.7 + + + org.springframework.boot + spring-boot-starter-mail + 2.6.7 + + + org.springframework.boot + spring-boot-starter-mustache + 2.6.7 + + + org.springframework.boot + spring-boot-starter-oauth2-client + 2.6.7 + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 2.6.7 + + + org.springframework.boot + spring-boot-starter-quartz + 2.6.7 + + + org.springframework.boot + spring-boot-starter-reactor-netty + 2.6.7 + + + org.springframework.boot + spring-boot-starter-rsocket + 2.6.7 + + + org.springframework.boot + spring-boot-starter-security + 2.6.7 + + + org.springframework.boot + spring-boot-starter-test + 2.6.7 + + + org.springframework.boot + spring-boot-starter-thymeleaf + 2.6.7 + + + org.springframework.boot + spring-boot-starter-tomcat + 2.6.7 + + + org.springframework.boot + spring-boot-starter-undertow + 2.6.7 + + + org.springframework.boot + spring-boot-starter-validation + 2.6.7 + + + org.springframework.boot + spring-boot-starter-web + 2.6.7 + + + org.springframework.boot + spring-boot-starter-webflux + 2.6.7 + + + org.springframework.boot + spring-boot-starter-websocket + 2.6.7 + + + org.springframework.boot + spring-boot-starter-web-services + 2.6.7 + + + com.sun.xml.messaging.saaj + saaj-impl + 1.5.3 + + + org.seleniumhq.selenium + selenium-api + 3.141.59 + + + org.seleniumhq.selenium + selenium-chrome-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-edge-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-firefox-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-ie-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-java + 3.141.59 + + + org.seleniumhq.selenium + selenium-opera-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-remote-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-safari-driver + 3.141.59 + + + org.seleniumhq.selenium + selenium-support + 3.141.59 + + + org.seleniumhq.selenium + htmlunit-driver + 2.54.0 + + + com.sendgrid + sendgrid-java + 4.7.6 + + + javax.servlet + javax.servlet-api + 4.0.1 + + + org.slf4j + jcl-over-slf4j + 1.7.36 + + + org.slf4j + jul-to-slf4j + 1.7.36 + + + org.slf4j + log4j-over-slf4j + 1.7.36 + + + org.slf4j + slf4j-api + 1.7.36 + + + org.slf4j + slf4j-ext + 1.7.36 + + + org.slf4j + slf4j-jcl + 1.7.36 + + + org.slf4j + slf4j-jdk14 + 1.7.36 + + + org.slf4j + slf4j-log4j12 + 1.7.36 + + + org.slf4j + slf4j-nop + 1.7.36 + + + org.slf4j + slf4j-simple + 1.7.36 + + + org.yaml + snakeyaml + 1.29 + + + org.apache.solr + solr-analysis-extras + 8.8.2 + + + org.apache.solr + solr-analytics + 8.8.2 + + + org.apache.solr + solr-cell + 8.8.2 + + + org.apache.solr + solr-core + 8.8.2 + + + org.apache.solr + solr-dataimporthandler + 8.8.2 + + + org.apache.solr + solr-dataimporthandler-extras + 8.8.2 + + + org.apache.solr + solr-langid + 8.8.2 + + + org.apache.solr + solr-ltr + 8.8.2 + + + org.apache.solr + solr-solrj + 8.8.2 + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.solr + solr-test-framework + 8.8.2 + + + org.apache.solr + solr-velocity + 8.8.2 + + + org.springframework.amqp + spring-amqp + 2.4.4 + + + org.springframework.amqp + spring-rabbit + 2.4.4 + + + org.springframework.amqp + spring-rabbit-stream + 2.4.4 + + + org.springframework.amqp + spring-rabbit-junit + 2.4.4 + + + org.springframework.amqp + spring-rabbit-test + 2.4.4 + + + org.springframework.batch + spring-batch-core + 4.3.5 + + + org.springframework.batch + spring-batch-infrastructure + 4.3.5 + + + org.springframework.batch + spring-batch-integration + 4.3.5 + + + org.springframework.batch + spring-batch-test + 4.3.5 + + + org.springframework.hateoas + spring-hateoas + 1.4.2 + + + org.springframework.kafka + spring-kafka + 2.8.5 + + + org.springframework.kafka + spring-kafka-test + 2.8.5 + + + org.springframework.ldap + spring-ldap-core + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-core-tiger + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-batch + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-ldif-core + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-odm + 2.3.7.RELEASE + + + org.springframework.ldap + spring-ldap-test + 2.3.7.RELEASE + + + org.springframework.restdocs + spring-restdocs-asciidoctor + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-core + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-mockmvc + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-restassured + 2.0.6.RELEASE + + + org.springframework.restdocs + spring-restdocs-webtestclient + 2.0.6.RELEASE + + + org.springframework.retry + spring-retry + 1.3.3 + + + org.springframework.ws + spring-ws-core + 3.1.3 + + + org.springframework.ws + spring-ws-security + 3.1.3 + + + org.springframework.ws + spring-ws-support + 3.1.3 + + + org.springframework.ws + spring-ws-test + 3.1.3 + + + org.springframework.ws + spring-xml + 3.1.3 + + + org.xerial + sqlite-jdbc + 3.36.0.3 + + + com.sun.mail + jakarta.mail + 1.6.7 + + + org.thymeleaf + thymeleaf + 3.0.15.RELEASE + + + org.thymeleaf + thymeleaf-spring5 + 3.0.15.RELEASE + + + com.github.mxab.thymeleaf.extras + thymeleaf-extras-data-attribute + 2.0.1 + + + org.thymeleaf.extras + thymeleaf-extras-java8time + 3.0.4.RELEASE + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity5 + 3.0.4.RELEASE + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + 3.0.0 + + + org.apache.tomcat + tomcat-annotations-api + 9.0.62 + + + org.apache.tomcat + tomcat-jdbc + 9.0.62 + + + org.apache.tomcat + tomcat-jsp-api + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-jasper + 9.0.62 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.62 + + + com.unboundid + unboundid-ldapsdk + 4.0.14 + + + io.undertow + undertow-core + 2.2.17.Final + + + io.undertow + undertow-servlet + 2.2.17.Final + + + io.undertow + undertow-websockets-jsr + 2.2.17.Final + + + org.webjars + webjars-locator-core + 0.48 + + + wsdl4j + wsdl4j + 1.6.3 + + + org.xmlunit + xmlunit-assertj + 2.8.4 + + + org.xmlunit + xmlunit-core + 2.8.4 + + + org.xmlunit + xmlunit-legacy + 2.8.4 + + + org.xmlunit + xmlunit-matchers + 2.8.4 + + + org.xmlunit + xmlunit-placeholders + 2.8.4 + + + org.springframework.security + spring-security-rsa + 1.0.10.RELEASE + + + org.springframework + spring-core + + + org.springframework.security + spring-security-crypto + + + + + org.springframework.cloud + spring-cloud-commons + 3.1.2 + + + org.springframework.cloud + spring-cloud-context + 3.1.2 + + + org.springframework.cloud + spring-cloud-loadbalancer + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-bootstrap + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-loadbalancer + 3.1.2 + + + org.springframework.cloud + spring-cloud-test-support + 3.1.2 + + + org.springframework.cloud + spring-cloud-netflix-eureka-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-netflix-eureka-server + 3.1.2 + + + com.netflix.eureka + eureka-client + 1.10.17 + + + com.netflix.archaius + archaius-core + + + com.github.vlsi.compactmap + compactmap + + + javax.servlet + servlet-api + + + commons-logging + commons-logging + + + com.google.code.findbugs + jsr305 + + + com.google.code.findbugs + annotations + + + + + com.netflix.eureka + eureka-core + 1.10.17 + + + com.netflix.archaius + archaius-core + + + javax.servlet + servlet-api + + + commons-logging + commons-logging + + + log4j + log4j + + + blitz4j + com.netflix.blitz4j + + + com.google.code.findbugs + annotations + + + com.google.code.findbugs + jsr305 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + com.amazonaws + * + + + + + org.springframework.cloud + spring-cloud-stream + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream + 3.2.3 + test-jar + test-binder + test + + + org.springframework.cloud + spring-cloud-stream-binder-test + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-test-support + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-streams + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-core + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-stream-kafka + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-core + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-stream-rabbit + 3.2.3 + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-test-support + 3.2.3 + + + org.springframework.cloud + spring-cloud-starter-task + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-core + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-batch + 2.4.2 + + + org.springframework.cloud + spring-cloud-task-stream + 2.4.2 + + + org.springframework.cloud + spring-cloud-circuitbreaker-resilience4j + 2.1.2 + + + org.springframework.cloud + spring-cloud-circuitbreaker-spring-retry + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-circuitbreaker-resilience4j + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-circuitbreaker-reactor-resilience4j + 2.1.2 + + + io.github.resilience4j + resilience4j-core + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-ratelimiter + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-cache + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-retry + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-circuitbreaker + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-bulkhead + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-all + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-circularbuffer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-metrics + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-consumer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-vertx + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-annotations + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring-boot2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-spring-cloud2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-retrofit + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-feign + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-ratpack + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-prometheus + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-timelimiter + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-rxjava2 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-rxjava3 + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-reactor + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-micrometer + 1.7.0 + compile + + + io.github.resilience4j + resilience4j-kotlin + 1.7.0 + compile + + + org.springframework.cloud + spring-cloud-starter-config + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-client + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-config-monitor + 3.1.2 + + + org.springframework.vault + spring-vault-core + 2.3.2 + + + org.springframework.credhub + spring-credhub-core + 2.1.1.RELEASE + + + org.eclipse.jgit + org.eclipse.jgit + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.junit.http + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.http.apache + 5.12.0.202106070339-r + + + org.eclipse.jgit + org.eclipse.jgit.ssh.jsch + 5.12.0.202106070339-r + + + com.jcraft + jsch + 0.1.55 + + + org.tmatesoft.svnkit + svnkit + 1.10.1 + + + org.springframework.cloud + spring-cloud-function-context + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-core + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-web + 3.2.4 + + + org.springframework.cloud + spring-cloud-starter-function-web + 3.2.4 + + + org.springframework.cloud + spring-cloud-starter-function-webflux + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-deployer + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-aws + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-azure + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-gcp + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-adapter-openwhisk + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-kotlin + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-rsocket + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-grpc + 3.2.4 + + + org.springframework.cloud + spring-cloud-function-grpc-cloudevent-ext + 3.2.4 + + + org.springframework.cloud + spring-cloud-gateway-webflux + 3.1.2 + + + org.springframework.cloud + spring-cloud-gateway-mvc + 3.1.2 + + + org.springframework.cloud + spring-cloud-gateway-server + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-gateway + 3.1.2 + + + org.springframework.cloud + spring-cloud-consul-core + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-binder + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-consul-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-bus + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-consul-all + 3.1.0 + + + com.ecwid.consul + consul-api + 1.4.5 + + + javax.servlet + servlet-api + + + + + org.springframework.cloud + spring-cloud-sleuth-autoconfigure + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-api + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-instrumentation + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-brave + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-zipkin + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-sleuth + 3.1.2 + + + org.springframework.cloud + spring-cloud-sleuth-tests-common + 3.1.2 + + + io.opentracing.brave + brave-opentracing + 0.37.4 + + + io.zipkin.brave + * + + + + + io.github.lognet + grpc-spring-boot-starter + 4.2.2 + + + io.zipkin.zipkin2 + zipkin + 2.23.2 + + + io.zipkin.brave + brave + 5.13.7 + + + io.zipkin.brave + brave-tests + 5.13.7 + + + io.zipkin.brave + brave-context-jfr + 5.13.7 + + + io.zipkin.brave + brave-context-log4j2 + 5.13.7 + + + io.zipkin.brave + brave-context-log4j12 + 5.13.7 + + + io.zipkin.brave + brave-context-slf4j + 5.13.7 + + + io.zipkin.brave + brave-context-rxjava2 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-dubbo + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-dubbo-rpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-grpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-http + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-http-tests + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-httpasyncclient + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-httpclient + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jaxrs2 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jersey-server + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-jms + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-kafka-clients + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-kafka-streams + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-messaging + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mongodb + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql6 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-mysql8 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-netty-codec-http + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-okhttp3 + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-p6spy + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-rpc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-servlet + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-sparkjava + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-rabbit + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-web + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-spring-webmvc + 5.13.7 + + + io.zipkin.brave + brave-instrumentation-vertx-web + 5.13.7 + + + io.zipkin.brave + brave-spring-beans + 5.13.7 + + + io.zipkin.proto3 + zipkin-proto3 + 1.0.0 + + + io.zipkin.reporter2 + zipkin-reporter + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-okhttp3 + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-libthrift + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-urlconnection + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-kafka08 + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-kafka + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-amqp-client + 2.16.3 + + + io.zipkin.reporter2 + zipkin-sender-activemq-client + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-spring-beans + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-brave + 2.16.3 + + + io.zipkin.reporter2 + zipkin-reporter-metrics-micrometer + 2.16.3 + + + org.springframework.cloud + spring-cloud-vault-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-aws + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-consul + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-databases + 3.1.0 + + + org.springframework.cloud + spring-cloud-vault-config-rabbitmq + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-vault-config + 3.1.0 + + + org.springframework.cloud + spring-cloud-zookeeper-core + 3.1.1 + + + org.springframework.cloud + spring-cloud-zookeeper-config + 3.1.1 + + + org.springframework.cloud + spring-cloud-zookeeper-discovery + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-all + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-config + 3.1.1 + + + org.springframework.cloud + spring-cloud-starter-zookeeper-discovery + 3.1.1 + + + org.apache.curator + curator-framework + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-recipes + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-x-discovery + 5.1.0 + + + log4j + log4j + + + io.netty + netty + + + + + org.apache.curator + curator-test + 5.1.0 + test + + + log4j + log4j + + + io.netty + netty + + + + + org.springframework.cloud + spring-cloud-cloudfoundry-discovery + 3.1.0 + + + org.springframework.cloud + spring-cloud-cloudfoundry-commons + 3.1.0 + + + org.springframework.cloud + spring-cloud-cloudfoundry-web + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-cloudfoundry + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-amqp + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-kafka + 3.1.0 + + + org.springframework.cloud + spring-cloud-starter-bus-stream + 3.1.0 + + + org.springframework.cloud + spring-cloud-bus + 3.1.0 + + + org.springframework.cloud + spring-cloud-bus-rsocket + 3.1.0 + + + org.springframework.cloud + spring-cloud-contract-wiremock + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-java + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-groovy + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-spec-kotlin + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-verifier + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-converters + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-pact + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-stub-runner + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-stub-runner-boot + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-shade + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-verifier + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-stub-runner + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-contract-stub-runner-jetty + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-maven-plugin + 3.1.2 + + + org.springframework.cloud + spring-cloud-contract-gradle-plugin + 3.1.2 + + + com.github.tomakehurst + wiremock-jre8-standalone + 2.33.0 + + + com.toomuchcoding.jsonassert + jsonassert + 0.6.1 + + + com.toomuchcoding.jsonassert + jsonassert-shade + 0.6.1 + + + org.springframework.security.oauth.boot + spring-security-oauth2-autoconfigure + 2.1.2.RELEASE + + + org.springframework.cloud + spring-cloud-openfeign-core + 3.1.2 + + + org.springframework.cloud + spring-cloud-starter-openfeign + 3.1.2 + + + io.github.openfeign.form + feign-form-spring + 3.8.0 + + + io.github.openfeign + feign-core + 11.8 + + + io.github.openfeign + feign-gson + 11.8 + + + io.github.openfeign + feign-jaxrs + 11.8 + + + io.github.openfeign + feign-httpclient + 11.8 + + + io.github.openfeign + feign-jaxrs2 + 11.8 + + + io.github.openfeign + feign-hc5 + 11.8 + + + io.github.openfeign + feign-hystrix + 11.8 + + + io.github.openfeign + feign-jackson + 11.8 + + + io.github.openfeign + feign-jackson-jaxb + 11.8 + + + io.github.openfeign + feign-jackson-jr + 11.8 + + + io.github.openfeign + feign-jaxb + 11.8 + + + io.github.openfeign + feign-mock + 11.8 + + + io.github.openfeign + feign-json + 11.8 + + + io.github.openfeign + feign-okhttp + 11.8 + + + io.github.openfeign + feign-googlehttpclient + 11.8 + + + io.github.openfeign + feign-ribbon + 11.8 + + + io.github.openfeign + feign-sax + 11.8 + + + io.github.openfeign + feign-slf4j + 11.8 + + + io.github.openfeign + feign-spring4 + 11.8 + + + io.github.openfeign + feign-soap + 11.8 + + + io.github.openfeign + feign-reactive-wrappers + 11.8 + + + io.github.openfeign + feign-micrometer + 11.8 + + + io.github.openfeign + feign-dropwizard-metrics4 + 11.8 + + + io.github.openfeign + feign-dropwizard-metrics5 + 11.8 + + + io.github.openfeign + feign-annotation-error-decoder + 11.8 + + + org.apache.commons + commons-collections4 + 4.4 + + + io.kubernetes + client-java + 13.0.2 + + + io.kubernetes + client-java-extended + 13.0.2 + + + io.kubernetes + client-java-spring-integration + 13.0.2 + + + me.snowdrop + istio-client + 1.7.7.1 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-autoconfig + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-istio + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-leader + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-commons + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-autoconfig + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-fabric8-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-client-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-kubernetes-discovery + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8 + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-config + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-loadbalancer + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-fabric8-all + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client-all + 2.1.2 + + + org.springframework.cloud + spring-cloud-starter-kubernetes-discoveryclient + 2.1.2 + + + org.jboss.arquillian.junit + arquillian-junit-standalone + 1.6.0.Final + test + + + org.arquillian.cube + arquillian-cube-requirement + 1.15.2 + test + + + org.arquillian.cube + arquillian-cube-kubernetes + 1.15.2 + test + + + org.arquillian.cube + arquillian-cube-openshift + 1.15.2 + test + + + io.specto + hoverfly-java-junit5 + 0.13.0 + test + + + io.specto + hoverfly-java + 0.13.0 + test + + + com.github.tomakehurst + wiremock-jre8 + 2.26.3 + test + + + org.springframework.cloud + spring-cloud-kubernetes-test-support + 2.1.2 + test + + + io.fabric8 + kubernetes-model-common + 5.10.2 + + + io.fabric8 + model-annotator + 5.10.2 + + + io.fabric8 + kubernetes-model-core + 5.10.2 + + + io.fabric8 + kubernetes-model-rbac + 5.10.2 + + + io.fabric8 + kubernetes-model-admissionregistration + 5.10.2 + + + io.fabric8 + kubernetes-model-apps + 5.10.2 + + + io.fabric8 + kubernetes-model-autoscaling + 5.10.2 + + + io.fabric8 + kubernetes-model-apiextensions + 5.10.2 + + + io.fabric8 + kubernetes-model-batch + 5.10.2 + + + io.fabric8 + kubernetes-model-certificates + 5.10.2 + + + io.fabric8 + kubernetes-model-coordination + 5.10.2 + + + io.fabric8 + kubernetes-model-discovery + 5.10.2 + + + io.fabric8 + kubernetes-model-events + 5.10.2 + + + io.fabric8 + kubernetes-model-extensions + 5.10.2 + + + io.fabric8 + kubernetes-model-networking + 5.10.2 + + + io.fabric8 + kubernetes-model-metrics + 5.10.2 + + + io.fabric8 + kubernetes-model-policy + 5.10.2 + + + io.fabric8 + kubernetes-model-scheduling + 5.10.2 + + + io.fabric8 + kubernetes-model-storageclass + 5.10.2 + + + io.fabric8 + openshift-model + 5.10.2 + + + io.fabric8 + kubernetes-model + 5.10.2 + + + io.fabric8 + kubernetes-model-jsonschema2pojo + 5.10.2 + + + io.fabric8 + kubernetes-model-flowcontrol + 5.10.2 + + + io.fabric8 + kubernetes-model-node + 5.10.2 + + + io.fabric8 + openshift-model-clusterautoscaling + 5.10.2 + + + io.fabric8 + openshift-model-operator + 5.10.2 + + + io.fabric8 + openshift-model-operatorhub + 5.10.2 + + + io.fabric8 + openshift-model-machine + 5.10.2 + + + io.fabric8 + openshift-model-monitoring + 5.10.2 + + + io.fabric8 + openshift-model-console + 5.10.2 + + + io.fabric8 + openshift-model-machineconfig + 5.10.2 + + + io.fabric8 + openshift-model-tuned + 5.10.2 + + + io.fabric8 + openshift-model-whereabouts + 5.10.2 + + + io.fabric8 + openshift-model-storageversionmigrator + 5.10.2 + + + io.fabric8 + openshift-model-miscellaneous + 5.10.2 + + + io.fabric8 + kubernetes-client + 5.10.2 + + + io.fabric8 + kubernetes-server-mock + 5.10.2 + + + io.fabric8 + openshift-client + 5.10.2 + + + io.fabric8 + knative-model + 5.10.2 + + + io.fabric8 + knative-client + 5.10.2 + + + io.fabric8 + knative-mock + 5.10.2 + + + io.fabric8 + knative-examples + 5.10.2 + + + io.fabric8 + knative-tests + 5.10.2 + + + io.fabric8 + tekton-model-v1alpha1 + 5.10.2 + + + io.fabric8 + tekton-model-v1beta1 + 5.10.2 + + + io.fabric8 + tekton-model-triggers + 5.10.2 + + + io.fabric8 + tekton-client + 5.10.2 + + + io.fabric8 + tekton-mock + 5.10.2 + + + io.fabric8 + tekton-examples + 5.10.2 + + + io.fabric8 + tekton-tests + 5.10.2 + + + io.fabric8 + servicecatalog-model + 5.10.2 + + + io.fabric8 + servicecatalog-client + 5.10.2 + + + io.fabric8 + servicecatalog-server-mock + 5.10.2 + + + io.fabric8 + service-catalog-examples + 5.10.2 + + + io.fabric8 + servicecatalog-tests + 5.10.2 + + + io.fabric8 + volumesnapshot-model + 5.10.2 + + + io.fabric8 + volumesnapshot-client + 5.10.2 + + + io.fabric8 + volumesnapshot-server-mock + 5.10.2 + + + io.fabric8 + volumesnapshot-examples + 5.10.2 + + + io.fabric8 + volumesnapshot-tests + 5.10.2 + + + io.fabric8 + chaosmesh-model + 5.10.2 + + + io.fabric8 + chaosmesh-client + 5.10.2 + + + io.fabric8 + chaosmesh-server-mock + 5.10.2 + + + io.fabric8 + chaosmesh-examples + 5.10.2 + + + io.fabric8 + chaosmesh-tests + 5.10.2 + + + io.fabric8 + camel-k-model-v1 + 5.10.2 + + + io.fabric8 + camel-k-model-v1alpha1 + 5.10.2 + + + io.fabric8 + camel-k-client + 5.10.2 + + + io.fabric8 + camel-k-mock + 5.10.2 + + + io.fabric8 + camel-k-tests + 5.10.2 + + + io.fabric8 + certmanager-model-v1alpha2 + 5.10.2 + + + io.fabric8 + certmanager-model-v1alpha3 + 5.10.2 + + + io.fabric8 + certmanager-model-v1beta1 + 5.10.2 + + + io.fabric8 + certmanager-model-v1 + 5.10.2 + + + io.fabric8 + certmanager-client + 5.10.2 + + + io.fabric8 + certmanager-server-mock + 5.10.2 + + + io.fabric8 + certmanager-examples + 5.10.2 + + + io.fabric8 + certmanager-tests + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-model-v1 + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-client + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-server-mock + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-examples + 5.10.2 + + + io.fabric8 + verticalpodautoscaler-tests + 5.10.2 + + + io.fabric8 + openshift-server-mock + 5.10.2 + + + io.fabric8 + kubernetes-examples + 5.10.2 + + + io.fabric8.kubernetes + kubernetes-karaf + 5.10.2 + + + io.fabric8.kubernetes + kubernetes-karaf-itests + 5.10.2 + + + io.fabric8 + crd-generator-api + 5.10.2 + + + io.fabric8 + crd-generator-apt + 5.10.2 + + + io.fabric8 + kubernetes-test + 5.10.2 + + + io.fabric8 + kubernetes-openshift-uberjar + 5.10.2 + + + com.datastax.oss + java-driver-core-shaded + 4.13.0 + + + com.datastax.oss + java-driver-mapper-processor + 4.13.0 + + + com.datastax.oss + java-driver-mapper-runtime + 4.13.0 + + + com.datastax.oss + java-driver-query-builder + 4.13.0 + + + com.datastax.oss + java-driver-test-infra + 4.13.0 + + + com.datastax.oss + java-driver-metrics-micrometer + 4.13.0 + + + com.datastax.oss + java-driver-metrics-microprofile + 4.13.0 + + + com.datastax.oss + native-protocol + 1.5.0 + + + com.datastax.oss + java-driver-shaded-guava + 25.1-jre-graal-sub-1 + + + io.dropwizard.metrics + metrics-annotation + 4.2.9 + + + io.dropwizard.metrics + metrics-caffeine + 4.2.9 + + + io.dropwizard.metrics + metrics-caffeine3 + 4.2.9 + + + io.dropwizard.metrics + metrics-core + 4.2.9 + + + io.dropwizard.metrics + metrics-collectd + 4.2.9 + + + io.dropwizard.metrics + metrics-ehcache + 4.2.9 + + + io.dropwizard.metrics + metrics-graphite + 4.2.9 + + + io.dropwizard.metrics + metrics-healthchecks + 4.2.9 + + + io.dropwizard.metrics + metrics-httpclient + 4.2.9 + + + io.dropwizard.metrics + metrics-httpclient5 + 4.2.9 + + + io.dropwizard.metrics + metrics-httpasyncclient + 4.2.9 + + + io.dropwizard.metrics + metrics-jakarta-servlet + 4.2.9 + + + io.dropwizard.metrics + metrics-jakarta-servlets + 4.2.9 + + + io.dropwizard.metrics + metrics-jcache + 4.2.9 + + + io.dropwizard.metrics + metrics-jdbi + 4.2.9 + + + io.dropwizard.metrics + metrics-jdbi3 + 4.2.9 + + + io.dropwizard.metrics + metrics-jersey2 + 4.2.9 + + + io.dropwizard.metrics + metrics-jersey3 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty9 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty10 + 4.2.9 + + + io.dropwizard.metrics + metrics-jetty11 + 4.2.9 + + + io.dropwizard.metrics + metrics-jmx + 4.2.9 + + + io.dropwizard.metrics + metrics-json + 4.2.9 + + + io.dropwizard.metrics + metrics-jvm + 4.2.9 + + + io.dropwizard.metrics + metrics-log4j2 + 4.2.9 + + + io.dropwizard.metrics + metrics-logback + 4.2.9 + + + io.dropwizard.metrics + metrics-servlet + 4.2.9 + + + io.dropwizard.metrics + metrics-servlets + 4.2.9 + + + org.codehaus.groovy + groovy + 3.0.10 + + + org.codehaus.groovy + groovy-ant + 3.0.10 + + + org.codehaus.groovy + groovy-astbuilder + 3.0.10 + + + org.codehaus.groovy + groovy-bsf + 3.0.10 + + + org.codehaus.groovy + groovy-cli-commons + 3.0.10 + + + org.codehaus.groovy + groovy-cli-picocli + 3.0.10 + + + org.codehaus.groovy + groovy-console + 3.0.10 + + + org.codehaus.groovy + groovy-datetime + 3.0.10 + + + org.codehaus.groovy + groovy-dateutil + 3.0.10 + + + org.codehaus.groovy + groovy-docgenerator + 3.0.10 + + + org.codehaus.groovy + groovy-groovydoc + 3.0.10 + + + org.codehaus.groovy + groovy-groovysh + 3.0.10 + + + org.codehaus.groovy + groovy-jaxb + 3.0.10 + + + org.codehaus.groovy + groovy-jmx + 3.0.10 + + + org.codehaus.groovy + groovy-json + 3.0.10 + + + org.codehaus.groovy + groovy-jsr223 + 3.0.10 + + + org.codehaus.groovy + groovy-macro + 3.0.10 + + + org.codehaus.groovy + groovy-nio + 3.0.10 + + + org.codehaus.groovy + groovy-servlet + 3.0.10 + + + org.codehaus.groovy + groovy-sql + 3.0.10 + + + org.codehaus.groovy + groovy-swing + 3.0.10 + + + org.codehaus.groovy + groovy-templates + 3.0.10 + + + org.codehaus.groovy + groovy-test + 3.0.10 + + + org.codehaus.groovy + groovy-test-junit5 + 3.0.10 + + + org.codehaus.groovy + groovy-testng + 3.0.10 + + + org.codehaus.groovy + groovy-xml + 3.0.10 + + + org.codehaus.groovy + groovy-yaml + 3.0.10 + + + org.infinispan + infinispan-api + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-jdbc + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-jpa + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-remote + 12.1.11.Final + + + org.infinispan + infinispan-cachestore-rocksdb + 12.1.11.Final + + + org.infinispan + infinispan-cdi-common + 12.1.11.Final + + + org.infinispan + infinispan-cdi-embedded + 12.1.11.Final + + + org.infinispan + infinispan-cdi-remote + 12.1.11.Final + + + org.infinispan + infinispan-checkstyle + 12.1.11.Final + + + org.infinispan + infinispan-cli-client + 12.1.11.Final + + + org.infinispan + infinispan-client-hotrod + 12.1.11.Final + + + org.infinispan + infinispan-client-rest + 12.1.11.Final + + + org.infinispan + infinispan-key-value-store-client + 12.1.11.Final + + + org.infinispan + infinispan-clustered-counter + 12.1.11.Final + + + org.infinispan + infinispan-clustered-lock + 12.1.11.Final + + + org.infinispan + infinispan-commons + 12.1.11.Final + + + org.infinispan + infinispan-commons-test + 12.1.11.Final + + + org.infinispan + infinispan-component-annotations + 12.1.11.Final + provided + + + org.infinispan + infinispan-component-processor + 12.1.11.Final + + + org.infinispan + infinispan-core + 12.1.11.Final + + + org.infinispan + infinispan-jboss-marshalling + 12.1.11.Final + + + org.infinispan + infinispan-extended-statistics + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-commons + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-spi + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-v51 + 12.1.11.Final + + + org.infinispan + infinispan-hibernate-cache-v53 + 12.1.11.Final + + + org.infinispan + infinispan-jcache-commons + 12.1.11.Final + + + org.infinispan + infinispan-jcache + 12.1.11.Final + + + org.infinispan + infinispan-jcache-remote + 12.1.11.Final + + + org.infinispan + infinispan-console + 0.14.3.Final + + + org.infinispan + infinispan-marshaller-kryo + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-kryo-bundle + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-protostuff + 12.1.11.Final + + + org.infinispan + infinispan-marshaller-protostuff-bundle + 12.1.11.Final + + + org.infinispan + infinispan-multimap + 12.1.11.Final + + + org.infinispan + infinispan-objectfilter + 12.1.11.Final + + + org.infinispan + infinispan-persistence-soft-index + 12.1.11.Final + + + org.infinispan + infinispan-query-core + 12.1.11.Final + + + org.infinispan + infinispan-query + 12.1.11.Final + + + org.infinispan + infinispan-query-dsl + 12.1.11.Final + + + org.infinispan + infinispan-remote-query-client + 12.1.11.Final + + + org.infinispan + infinispan-remote-query-server + 12.1.11.Final + + + org.infinispan + infinispan-scripting + 12.1.11.Final + + + org.infinispan + infinispan-server-core + 12.1.11.Final + + + org.infinispan + infinispan-server-hotrod + 12.1.11.Final + + + org.infinispan + infinispan-server-memcached + 12.1.11.Final + + + org.infinispan + infinispan-server-rest + 12.1.11.Final + + + org.infinispan + infinispan-server-router + 12.1.11.Final + + + org.infinispan + infinispan-server-runtime + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-core + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-junit4 + 12.1.11.Final + + + org.infinispan + infinispan-server-testdriver-junit5 + 12.1.11.Final + + + org.infinispan + infinispan-spring5-common + 12.1.11.Final + + + org.infinispan + infinispan-spring5-embedded + 12.1.11.Final + + + org.infinispan + infinispan-spring5-remote + 12.1.11.Final + + + org.infinispan + infinispan-spring-boot-starter-embedded + 12.1.11.Final + + + org.infinispan + infinispan-spring-boot-starter-remote + 12.1.11.Final + + + org.infinispan + infinispan-tasks + 12.1.11.Final + + + org.infinispan + infinispan-tasks-api + 12.1.11.Final + + + org.infinispan + infinispan-tools + 12.1.11.Final + + + org.infinispan + infinispan-anchored-keys + 12.1.11.Final + + + org.infinispan.protostream + protostream + 4.4.1.Final + + + org.infinispan.protostream + protostream-types + 4.4.1.Final + + + org.infinispan.protostream + protostream-processor + 4.4.1.Final + provided + + + org.infinispan + infinispan-cloudevents-integration + 12.1.11.Final + + + com.fasterxml.jackson.core + jackson-annotations + 2.13.2 + + + com.fasterxml.jackson.core + jackson-core + 2.13.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.13.2.1 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-avro + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-ion + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-toml + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.13.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-eclipse-collections + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate4 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5-jakarta + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-hppc + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jakarta-jsonp + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jaxrs + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda-money + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + 2.13.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-pcollections + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-cbor-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-smile-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-xml-provider + 2.13.2 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-yaml-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-base + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-cbor-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-json-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-smile-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-xml-provider + 2.13.2 + + + com.fasterxml.jackson.jakarta.rs + jackson-jakarta-rs-yaml-provider + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-all + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-annotation-support + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-objects + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-retrofit2 + 2.13.2 + + + com.fasterxml.jackson.jr + jackson-jr-stree + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-afterburner + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-blackbird + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-guice + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-kotlin + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-mrbean + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-no-ctor-deser + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-osgi + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-paranamer + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + 2.13.2 + + + com.fasterxml.jackson.module + jackson-module-scala_3 + 2.13.2 + + + org.glassfish.jersey.core + jersey-common + 2.35 + + + org.glassfish.jersey.core + jersey-client + 2.35 + + + org.glassfish.jersey.core + jersey-server + 2.35 + + + org.glassfish.jersey.bundles + jaxrs-ri + 2.35 + + + org.glassfish.jersey.connectors + jersey-apache-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-helidon-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-grizzly-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-jdk-connector + 2.35 + + + org.glassfish.jersey.connectors + jersey-netty-connector + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jetty-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jetty-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-jdk-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-netty-http + 2.35 + + + org.glassfish.jersey.containers + jersey-container-servlet + 2.35 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + 2.35 + + + org.glassfish.jersey.containers + jersey-container-simple-http + 2.35 + + + org.glassfish.jersey.containers.glassfish + jersey-gf-ejb + 2.35 + + + org.glassfish.jersey.ext + jersey-bean-validation + 2.35 + + + org.glassfish.jersey.ext + jersey-entity-filtering + 2.35 + + + org.glassfish.jersey.ext + jersey-metainf-services + 2.35 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-config + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-bean-validation + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-freemarker + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-jsp + 2.35 + + + org.glassfish.jersey.ext + jersey-mvc-mustache + 2.35 + + + org.glassfish.jersey.ext + jersey-proxy-client + 2.35 + + + org.glassfish.jersey.ext + jersey-servlet-portability + 2.35 + + + org.glassfish.jersey.ext + jersey-spring4 + 2.35 + + + org.glassfish.jersey.ext + jersey-spring5 + 2.35 + + + org.glassfish.jersey.ext + jersey-declarative-linking + 2.35 + + + org.glassfish.jersey.ext + jersey-wadl-doclet + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-weld2-se + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-transaction + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-validation + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-servlet + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x-ban-custom-hk2-binding + 2.35 + + + org.glassfish.jersey.ext.cdi + jersey-cdi-rs-inject + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-guava + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava + 2.35 + + + org.glassfish.jersey.ext.rx + jersey-rx-client-rxjava2 + 2.35 + + + org.glassfish.jersey.ext.microprofile + jersey-mp-rest-client + 2.35 + + + org.glassfish.jersey.media + jersey-media-jaxb + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-jackson + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-jettison + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-processing + 2.35 + + + org.glassfish.jersey.media + jersey-media-json-binding + 2.35 + + + org.glassfish.jersey.media + jersey-media-kryo + 2.35 + + + org.glassfish.jersey.media + jersey-media-moxy + 2.35 + + + org.glassfish.jersey.media + jersey-media-multipart + 2.35 + + + org.glassfish.jersey.media + jersey-media-sse + 2.35 + + + org.glassfish.jersey.security + oauth1-client + 2.35 + + + org.glassfish.jersey.security + oauth1-server + 2.35 + + + org.glassfish.jersey.security + oauth1-signature + 2.35 + + + org.glassfish.jersey.security + oauth2-client + 2.35 + + + org.glassfish.jersey.inject + jersey-hk2 + 2.35 + + + org.glassfish.jersey.inject + jersey-cdi2-se + 2.35 + + + org.glassfish.jersey.test-framework + jersey-test-framework-core + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + 2.35 + pom + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-external + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-inmemory + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jdk-http + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-simple + 2.35 + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-jetty + 2.35 + + + org.glassfish.jersey.test-framework + jersey-test-framework-util + 2.35 + + + org.eclipse.jetty + apache-jsp + 9.4.46.v20220331 + + + org.eclipse.jetty + apache-jstl + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-java-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-java-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-openjdk8-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-openjdk8-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-conscrypt-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-conscrypt-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-alpn-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-annotations + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-ant + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-client + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-continuation + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-deploy + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-distribution + 9.4.46.v20220331 + zip + + + org.eclipse.jetty + jetty-distribution + 9.4.46.v20220331 + tar.gz + + + org.eclipse.jetty.fcgi + fcgi-client + 9.4.46.v20220331 + + + org.eclipse.jetty.fcgi + fcgi-server + 9.4.46.v20220331 + + + org.eclipse.jetty.gcloud + jetty-gcloud-session-manager + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-home + 9.4.46.v20220331 + zip + + + org.eclipse.jetty + jetty-home + 9.4.46.v20220331 + tar.gz + + + org.eclipse.jetty + jetty-http + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-client + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-common + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-hpack + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-http-client-transport + 9.4.46.v20220331 + + + org.eclipse.jetty.http2 + http2-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-http-spi + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-common + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-remote-query + 9.4.46.v20220331 + + + org.eclipse.jetty + infinispan-embedded-query + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-hazelcast + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-io + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jaas + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jaspi + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jmx + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-jndi + 9.4.46.v20220331 + + + org.eclipse.jetty.memcached + jetty-memcached-sessions + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-nosql + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + 9.4.46.v20220331 + + + org.eclipse.jetty.osgi + jetty-httpservice + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-plus + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-proxy + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-quickstart + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-rewrite + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-security + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-openid + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-server + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-servlet + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-servlets + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-spring + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-unixsocket + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-util + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-util-ajax + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-webapp + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + javax-websocket-client-impl + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-api + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-client + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-common + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-server + 9.4.46.v20220331 + + + org.eclipse.jetty.websocket + websocket-servlet + 9.4.46.v20220331 + + + org.eclipse.jetty + jetty-xml + 9.4.46.v20220331 + + + org.junit.jupiter + junit-jupiter + 5.8.2 + + + org.junit.jupiter + junit-jupiter-api + 5.8.2 + + + org.junit.jupiter + junit-jupiter-engine + 5.8.2 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.8.2 + + + org.junit.jupiter + junit-jupiter-params + 5.8.2 + + + org.junit.platform + junit-platform-commons + 1.8.2 + + + org.junit.platform + junit-platform-console + 1.8.2 + + + org.junit.platform + junit-platform-engine + 1.8.2 + + + org.junit.platform + junit-platform-jfr + 1.8.2 + + + org.junit.platform + junit-platform-launcher + 1.8.2 + + + org.junit.platform + junit-platform-reporting + 1.8.2 + + + org.junit.platform + junit-platform-runner + 1.8.2 + + + org.junit.platform + junit-platform-suite + 1.8.2 + + + org.junit.platform + junit-platform-suite-api + 1.8.2 + + + org.junit.platform + junit-platform-suite-commons + 1.8.2 + + + org.junit.platform + junit-platform-suite-engine + 1.8.2 + + + org.junit.platform + junit-platform-testkit + 1.8.2 + + + org.junit.vintage + junit-vintage-engine + 5.8.2 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-js + 1.6.21 + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-reflect + 1.6.21 + + + org.jetbrains.kotlin + kotlin-osgi-bundle + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-junit + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-junit5 + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-testng + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-js + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-test-annotations-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-main-kts + 1.6.21 + + + org.jetbrains.kotlin + kotlin-script-runtime + 1.6.21 + + + org.jetbrains.kotlin + kotlin-script-util + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-common + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + 1.6.21 + + + org.jetbrains.kotlin + kotlin-scripting-ide-services + 1.6.21 + + + org.jetbrains.kotlin + kotlin-compiler + 1.6.21 + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + 1.6.21 + + + org.jetbrains.kotlin + kotlin-daemon-client + 1.6.21 + + + org.jetbrains.kotlinx + kotlinx-coroutines-android + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-debug + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-guava + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-javafx + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk9 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-play-services + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx2 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-rx3 + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-slf4j + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-swing + 1.5.2 + + + org.jetbrains.kotlinx + kotlinx-coroutines-test + 1.5.2 + + + org.apache.logging.log4j + log4j-api + 2.17.2 + + + org.apache.logging.log4j + log4j-core + 2.17.2 + + + org.apache.logging.log4j + log4j-layout-template-json + 2.17.2 + + + org.apache.logging.log4j + log4j-1.2-api + 2.17.2 + + + org.apache.logging.log4j + log4j-jcl + 2.17.2 + + + org.apache.logging.log4j + log4j-flume-ng + 2.17.2 + + + org.apache.logging.log4j + log4j-taglib + 2.17.2 + + + org.apache.logging.log4j + log4j-jmx-gui + 2.17.2 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.17.2 + + + org.apache.logging.log4j + log4j-slf4j18-impl + 2.17.2 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.2 + + + org.apache.logging.log4j + log4j-appserver + 2.17.2 + + + org.apache.logging.log4j + log4j-web + 2.17.2 + + + org.apache.logging.log4j + log4j-couchdb + 2.17.2 + + + org.apache.logging.log4j + log4j-mongodb4 + 2.17.2 + + + org.apache.logging.log4j + log4j-mongodb3 + 2.17.2 + + + org.apache.logging.log4j + log4j-cassandra + 2.17.2 + + + org.apache.logging.log4j + log4j-jpa + 2.17.2 + + + org.apache.logging.log4j + log4j-iostreams + 2.17.2 + + + org.apache.logging.log4j + log4j-jul + 2.17.2 + + + org.apache.logging.log4j + log4j-jpl + 2.17.2 + + + org.apache.logging.log4j + log4j-liquibase + 2.17.2 + + + org.apache.logging.log4j + log4j-docker + 2.17.2 + + + org.apache.logging.log4j + log4j-kubernetes + 2.17.2 + + + org.apache.logging.log4j + log4j-spring-boot + 2.17.2 + + + org.apache.logging.log4j + log4j-spring-cloud-config-client + 2.17.2 + + + io.micrometer + micrometer-core + 1.8.5 + + + io.micrometer + micrometer-jersey2 + 1.8.5 + + + io.micrometer + micrometer-registry-appoptics + 1.8.5 + + + io.micrometer + micrometer-registry-atlas + 1.8.5 + + + io.micrometer + micrometer-registry-azure-monitor + 1.8.5 + + + io.micrometer + micrometer-registry-cloudwatch + 1.8.5 + + + io.micrometer + micrometer-registry-cloudwatch2 + 1.8.5 + + + io.micrometer + micrometer-registry-datadog + 1.8.5 + + + io.micrometer + micrometer-registry-dynatrace + 1.8.5 + + + io.micrometer + micrometer-registry-elastic + 1.8.5 + + + io.micrometer + micrometer-registry-ganglia + 1.8.5 + + + io.micrometer + micrometer-registry-graphite + 1.8.5 + + + io.micrometer + micrometer-registry-health + 1.8.5 + + + io.micrometer + micrometer-registry-humio + 1.8.5 + + + io.micrometer + micrometer-registry-influx + 1.8.5 + + + io.micrometer + micrometer-registry-jmx + 1.8.5 + + + io.micrometer + micrometer-registry-kairos + 1.8.5 + + + io.micrometer + micrometer-registry-new-relic + 1.8.5 + + + io.micrometer + micrometer-registry-opentsdb + 1.8.5 + + + io.micrometer + micrometer-registry-prometheus + 1.8.5 + + + io.micrometer + micrometer-registry-signalfx + 1.8.5 + + + io.micrometer + micrometer-registry-statsd + 1.8.5 + + + io.micrometer + micrometer-registry-wavefront + 1.8.5 + + + io.micrometer + micrometer-test + 1.8.5 + + + io.netty + netty-buffer + 4.1.76.Final + + + io.netty + netty-codec + 4.1.76.Final + + + io.netty + netty-codec-dns + 4.1.76.Final + + + io.netty + netty-codec-haproxy + 4.1.76.Final + + + io.netty + netty-codec-http + 4.1.76.Final + + + io.netty + netty-codec-http2 + 4.1.76.Final + + + io.netty + netty-codec-memcache + 4.1.76.Final + + + io.netty + netty-codec-mqtt + 4.1.76.Final + + + io.netty + netty-codec-redis + 4.1.76.Final + + + io.netty + netty-codec-smtp + 4.1.76.Final + + + io.netty + netty-codec-socks + 4.1.76.Final + + + io.netty + netty-codec-stomp + 4.1.76.Final + + + io.netty + netty-codec-xml + 4.1.76.Final + + + io.netty + netty-common + 4.1.76.Final + + + io.netty + netty-dev-tools + 4.1.76.Final + + + io.netty + netty-handler + 4.1.76.Final + + + io.netty + netty-handler-proxy + 4.1.76.Final + + + io.netty + netty-resolver + 4.1.76.Final + + + io.netty + netty-resolver-dns + 4.1.76.Final + + + io.netty + netty-transport + 4.1.76.Final + + + io.netty + netty-transport-rxtx + 4.1.76.Final + + + io.netty + netty-transport-sctp + 4.1.76.Final + + + io.netty + netty-transport-udt + 4.1.76.Final + + + io.netty + netty-example + 4.1.76.Final + + + io.netty + netty-all + 4.1.76.Final + + + io.netty + netty-resolver-dns-classes-macos + 4.1.76.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-resolver-dns-native-macos + 4.1.76.Final + osx-aarch_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + linux-aarch_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + linux-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-transport-native-unix-common + 4.1.76.Final + osx-aarch_64 + + + io.netty + netty-transport-classes-epoll + 4.1.76.Final + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + linux-aarch_64 + + + io.netty + netty-transport-native-epoll + 4.1.76.Final + linux-x86_64 + + + io.netty + netty-transport-classes-kqueue + 4.1.76.Final + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + osx-x86_64 + + + io.netty + netty-transport-native-kqueue + 4.1.76.Final + osx-aarch_64 + + + com.oracle.database.jdbc + ojdbc11 + 21.3.0.0 + + + com.oracle.database.jdbc + ojdbc8 + 21.3.0.0 + + + com.oracle.database.jdbc + ucp + 21.3.0.0 + + + com.oracle.database.jdbc + ucp11 + 21.3.0.0 + + + com.oracle.database.jdbc + rsi + 21.3.0.0 + + + com.oracle.database.security + oraclepki + 21.3.0.0 + + + com.oracle.database.security + osdt_core + 21.3.0.0 + + + com.oracle.database.security + osdt_cert + 21.3.0.0 + + + com.oracle.database.ha + simplefan + 21.3.0.0 + + + com.oracle.database.ha + ons + 21.3.0.0 + + + com.oracle.database.nls + orai18n + 21.3.0.0 + + + com.oracle.database.xml + xdb + 21.3.0.0 + + + com.oracle.database.xml + xmlparserv2 + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc11_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc8dms_g + 21.3.0.0 + + + com.oracle.database.jdbc.debug + ojdbc11dms_g + 21.3.0.0 + + + com.oracle.database.observability + dms + 21.3.0.0 + + + com.oracle.database.observability + ojdbc11dms + 21.3.0.0 + + + com.oracle.database.observability + ojdbc8dms + 21.3.0.0 + + + com.oracle.database.jdbc + ojdbc11-production + 21.3.0.0 + pom + + + com.oracle.database.jdbc + ojdbc8-production + 21.3.0.0 + pom + + + com.oracle.database.observability + ojdbc8-observability + 21.3.0.0 + pom + + + com.oracle.database.observability + ojdbc11-observability + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc8-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc11-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc8-observability-debug + 21.3.0.0 + pom + + + com.oracle.database.jdbc.debug + ojdbc11-observability-debug + 21.3.0.0 + pom + + + io.prometheus + simpleclient + 0.12.0 + + + io.prometheus + simpleclient_caffeine + 0.12.0 + + + io.prometheus + simpleclient_common + 0.12.0 + + + io.prometheus + simpleclient_dropwizard + 0.12.0 + + + io.prometheus + simpleclient_graphite_bridge + 0.12.0 + + + io.prometheus + simpleclient_guava + 0.12.0 + + + io.prometheus + simpleclient_hibernate + 0.12.0 + + + io.prometheus + simpleclient_hotspot + 0.12.0 + + + io.prometheus + simpleclient_httpserver + 0.12.0 + + + io.prometheus + simpleclient_jetty + 0.12.0 + + + io.prometheus + simpleclient_jetty_jdk8 + 0.12.0 + + + io.prometheus + simpleclient_log4j + 0.12.0 + + + io.prometheus + simpleclient_log4j2 + 0.12.0 + + + io.prometheus + simpleclient_logback + 0.12.0 + + + io.prometheus + simpleclient_pushgateway + 0.12.0 + + + io.prometheus + simpleclient_servlet + 0.12.0 + + + io.prometheus + simpleclient_servlet_jakarta + 0.12.0 + + + io.prometheus + simpleclient_spring_boot + 0.12.0 + + + io.prometheus + simpleclient_spring_web + 0.12.0 + + + io.prometheus + simpleclient_tracer_otel + 0.12.0 + + + io.prometheus + simpleclient_tracer_otel_agent + 0.12.0 + + + io.prometheus + simpleclient_vertx + 0.12.0 + + + com.querydsl + querydsl-core + 5.0.0 + + + com.querydsl + querydsl-codegen + 5.0.0 + + + com.querydsl + querydsl-codegen-utils + 5.0.0 + + + com.querydsl + querydsl-spatial + 5.0.0 + + + com.querydsl + querydsl-apt + 5.0.0 + + + com.querydsl + querydsl-collections + 5.0.0 + + + com.querydsl + querydsl-guava + 5.0.0 + + + com.querydsl + querydsl-sql + 5.0.0 + + + com.querydsl + querydsl-sql-spatial + 5.0.0 + + + com.querydsl + querydsl-sql-codegen + 5.0.0 + + + com.querydsl + querydsl-sql-spring + 5.0.0 + + + com.querydsl + querydsl-jpa + 5.0.0 + + + com.querydsl + querydsl-jpa-codegen + 5.0.0 + + + com.querydsl + querydsl-jdo + 5.0.0 + + + com.querydsl + querydsl-kotlin-codegen + 5.0.0 + + + com.querydsl + querydsl-lucene3 + 5.0.0 + + + com.querydsl + querydsl-lucene4 + 5.0.0 + + + com.querydsl + querydsl-lucene5 + 5.0.0 + + + com.querydsl + querydsl-hibernate-search + 5.0.0 + + + com.querydsl + querydsl-mongodb + 5.0.0 + + + com.querydsl + querydsl-scala + 5.0.0 + + + com.querydsl + querydsl-kotlin + 5.0.0 + + + com.google.cloud + cloud-spanner-r2dbc + 1.1.0 + + + com.oracle.database.r2dbc + oracle-r2dbc + 0.1.0 + + + io.r2dbc + r2dbc-h2 + 0.8.5.RELEASE + + + org.mariadb + r2dbc-mariadb + 1.0.3 + + + io.r2dbc + r2dbc-mssql + 0.8.8.RELEASE + + + dev.miku + r2dbc-mysql + 0.8.2.RELEASE + + + io.r2dbc + r2dbc-postgresql + 0.8.12.RELEASE + + + io.r2dbc + r2dbc-pool + 0.8.8.RELEASE + + + io.r2dbc + r2dbc-proxy + 0.8.8.RELEASE + + + io.r2dbc + r2dbc-spi + 0.8.6.RELEASE + + + io.projectreactor + reactor-core + 3.4.17 + + + io.projectreactor + reactor-test + 3.4.17 + + + io.projectreactor + reactor-tools + 3.4.17 + + + io.projectreactor.addons + reactor-extra + 3.4.8 + + + io.projectreactor.addons + reactor-adapter + 3.4.8 + + + io.projectreactor.netty + reactor-netty + 1.0.18 + + + io.projectreactor.netty + reactor-netty-core + 1.0.18 + + + io.projectreactor.netty + reactor-netty-http + 1.0.18 + + + io.projectreactor.netty + reactor-netty-http-brave + 1.0.18 + + + io.projectreactor.addons + reactor-pool + 0.2.8 + + + io.projectreactor.kafka + reactor-kafka + 1.3.11 + + + io.projectreactor.rabbitmq + reactor-rabbitmq + 1.5.4 + + + io.projectreactor.kotlin + reactor-kotlin-extensions + 1.1.6 + + + io.rsocket + rsocket-core + 1.1.2 + + + io.rsocket + rsocket-load-balancer + 1.1.2 + + + io.rsocket + rsocket-micrometer + 1.1.2 + + + io.rsocket + rsocket-test + 1.1.2 + + + io.rsocket + rsocket-transport-local + 1.1.2 + + + io.rsocket + rsocket-transport-netty + 1.1.2 + + + org.springframework.data + spring-data-cassandra + 3.3.4 + + + org.springframework.data + spring-data-commons + 2.6.4 + + + org.springframework.data + spring-data-couchbase + 4.3.4 + + + org.springframework.data + spring-data-elasticsearch + 4.3.4 + + + org.springframework.data + spring-data-geode + 2.6.4 + + + org.springframework.data + spring-data-jdbc + 2.3.4 + + + org.springframework.data + spring-data-relational + 2.3.4 + + + org.springframework.data + spring-data-jpa + 2.6.4 + + + org.springframework.data + spring-data-mongodb + 3.3.4 + + + org.springframework.data + spring-data-neo4j + 6.2.4 + + + org.springframework.data + spring-data-r2dbc + 1.4.4 + + + org.springframework.data + spring-data-redis + 2.6.4 + + + org.springframework.data + spring-data-rest-webmvc + 3.6.4 + + + org.springframework.data + spring-data-rest-core + 3.6.4 + + + org.springframework.data + spring-data-rest-hal-explorer + 3.6.4 + + + org.springframework.data + spring-data-keyvalue + 2.6.4 + + + org.springframework.data + spring-data-envers + 2.6.4 + + + org.springframework.data + spring-data-ldap + 2.6.4 + + + org.springframework + spring-aop + 5.3.19 + + + org.springframework + spring-aspects + 5.3.19 + + + org.springframework + spring-beans + 5.3.19 + + + org.springframework + spring-context + 5.3.19 + + + org.springframework + spring-context-indexer + 5.3.19 + + + org.springframework + spring-context-support + 5.3.19 + + + org.springframework + spring-core + 5.3.19 + + + org.springframework + spring-expression + 5.3.19 + + + org.springframework + spring-instrument + 5.3.19 + + + org.springframework + spring-jcl + 5.3.19 + + + org.springframework + spring-jdbc + 5.3.19 + + + org.springframework + spring-jms + 5.3.19 + + + org.springframework + spring-messaging + 5.3.19 + + + org.springframework + spring-orm + 5.3.19 + + + org.springframework + spring-oxm + 5.3.19 + + + org.springframework + spring-r2dbc + 5.3.19 + + + org.springframework + spring-test + 5.3.19 + + + org.springframework + spring-tx + 5.3.19 + + + org.springframework + spring-web + 5.3.19 + + + org.springframework + spring-webflux + 5.3.19 + + + org.springframework + spring-webmvc + 5.3.19 + + + org.springframework + spring-websocket + 5.3.19 + + + org.springframework.integration + spring-integration-amqp + 5.5.11 + + + org.springframework.integration + spring-integration-core + 5.5.11 + + + org.springframework.integration + spring-integration-event + 5.5.11 + + + org.springframework.integration + spring-integration-feed + 5.5.11 + + + org.springframework.integration + spring-integration-file + 5.5.11 + + + org.springframework.integration + spring-integration-ftp + 5.5.11 + + + org.springframework.integration + spring-integration-gemfire + 5.5.11 + + + org.springframework.integration + spring-integration-groovy + 5.5.11 + + + org.springframework.integration + spring-integration-http + 5.5.11 + + + org.springframework.integration + spring-integration-ip + 5.5.11 + + + org.springframework.integration + spring-integration-jdbc + 5.5.11 + + + org.springframework.integration + spring-integration-jms + 5.5.11 + + + org.springframework.integration + spring-integration-jmx + 5.5.11 + + + org.springframework.integration + spring-integration-jpa + 5.5.11 + + + org.springframework.integration + spring-integration-kafka + 5.5.11 + + + org.springframework.integration + spring-integration-mail + 5.5.11 + + + org.springframework.integration + spring-integration-mongodb + 5.5.11 + + + org.springframework.integration + spring-integration-mqtt + 5.5.11 + + + org.springframework.integration + spring-integration-r2dbc + 5.5.11 + + + org.springframework.integration + spring-integration-redis + 5.5.11 + + + org.springframework.integration + spring-integration-rmi + 5.5.11 + + + org.springframework.integration + spring-integration-rsocket + 5.5.11 + + + org.springframework.integration + spring-integration-scripting + 5.5.11 + + + org.springframework.integration + spring-integration-security + 5.5.11 + + + org.springframework.integration + spring-integration-sftp + 5.5.11 + + + org.springframework.integration + spring-integration-stomp + 5.5.11 + + + org.springframework.integration + spring-integration-stream + 5.5.11 + + + org.springframework.integration + spring-integration-syslog + 5.5.11 + + + org.springframework.integration + spring-integration-test + 5.5.11 + + + org.springframework.integration + spring-integration-test-support + 5.5.11 + + + org.springframework.integration + spring-integration-webflux + 5.5.11 + + + org.springframework.integration + spring-integration-websocket + 5.5.11 + + + org.springframework.integration + spring-integration-ws + 5.5.11 + + + org.springframework.integration + spring-integration-xml + 5.5.11 + + + org.springframework.integration + spring-integration-xmpp + 5.5.11 + + + org.springframework.integration + spring-integration-zeromq + 5.5.11 + + + org.springframework.integration + spring-integration-zookeeper + 5.5.11 + + + org.springframework.security + spring-security-acl + 5.6.3 + + + org.springframework.security + spring-security-aspects + 5.6.3 + + + org.springframework.security + spring-security-cas + 5.6.3 + + + org.springframework.security + spring-security-config + 5.6.3 + + + org.springframework.security + spring-security-core + 5.6.3 + + + org.springframework.security + spring-security-crypto + 5.6.3 + + + org.springframework.security + spring-security-data + 5.6.3 + + + org.springframework.security + spring-security-ldap + 5.6.3 + + + org.springframework.security + spring-security-messaging + 5.6.3 + + + org.springframework.security + spring-security-oauth2-client + 5.6.3 + + + org.springframework.security + spring-security-oauth2-core + 5.6.3 + + + org.springframework.security + spring-security-oauth2-jose + 5.6.3 + + + org.springframework.security + spring-security-oauth2-resource-server + 5.6.3 + + + org.springframework.security + spring-security-openid + 5.6.3 + + + org.springframework.security + spring-security-remoting + 5.6.3 + + + org.springframework.security + spring-security-rsocket + 5.6.3 + + + org.springframework.security + spring-security-saml2-service-provider + 5.6.3 + + + org.springframework.security + spring-security-taglibs + 5.6.3 + + + org.springframework.security + spring-security-test + 5.6.3 + + + org.springframework.security + spring-security-web + 5.6.3 + + + org.springframework.session + spring-session-jdbc + 2.6.3 + + + org.springframework.session + spring-session-data-geode + 2.6.1 + + + org.springframework.session + spring-session-hazelcast + 2.6.3 + + + org.springframework.session + spring-session-data-mongodb + 2.6.3 + + + org.springframework.session + spring-session-core + 2.6.3 + + + org.springframework.session + spring-session-data-redis + 2.6.3 + + + + + + org.springframework.boot + spring-boot-starter-actuator + 2.6.7 + compile + + + io.micrometer + micrometer-registry-prometheus + 1.8.5 + runtime + + + org.springframework.boot + spring-boot-starter-web + 2.6.7 + compile + + + org.apache.kafka + kafka-streams + 3.0.1 + compile + + + org.springframework.kafka + spring-kafka + 2.8.5 + compile + + + org.projectlombok + lombok + 1.18.24 + compile + true + + + org.springframework.boot + spring-boot-starter-test + 2.6.7 + test + + + org.springframework.kafka + spring-kafka-test + 2.8.5 + test + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/main/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/main/scripts + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/test/java + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/classes + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/test-classes + + + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/main/resources + + **/application*.yml + **/application*.yaml + **/application*.properties + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/src/test/resources + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target + custom-metrics-demo-0.0.1-SNAPSHOT + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + org.flywaydb + flyway-maven-plugin + 8.0.5 + + + pl.project13.maven + git-commit-id-plugin + 4.9.10 + + + + revision + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/classes/git.properties + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/classes/git.properties + + + + org.apache.johnzon + johnzon-maven-plugin + 1.2.16 + + + org.jooq + jooq-codegen-maven + 3.14.15 + + + org.jetbrains.kotlin + kotlin-maven-plugin + 1.6.21 + + + compile + compile + + compile + + + 11 + true + + + + test-compile + test-compile + + test-compile + + + 11 + true + + + + + 11 + true + + + + org.liquibase + liquibase-maven-plugin + 4.5.0 + + + maven-antrun-plugin + 3.0.0 + + + maven-assembly-plugin + 3.3.0 + + + maven-clean-plugin + 3.1.0 + + + maven-compiler-plugin + 3.8.1 + + true + + + + maven-dependency-plugin + 3.2.0 + + + maven-release-plugin + 2.5.3 + + + maven-deploy-plugin + 2.8.2 + + + maven-enforcer-plugin + 3.0.0 + + + maven-failsafe-plugin + 2.22.2 + + + + integration-test + verify + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/classes + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/classes + + + + maven-help-plugin + 3.2.0 + + + maven-install-plugin + 2.5.2 + + + maven-invoker-plugin + 3.2.2 + + + maven-jar-plugin + 3.2.2 + + + + ${start-class} + true + + + + + + maven-javadoc-plugin + 3.3.2 + + + maven-resources-plugin + 3.2.0 + + UTF-8 + + @ + + false + + + + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + ${start-class} + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + maven-source-plugin + 3.2.1 + + + maven-surefire-plugin + 2.22.2 + + + maven-war-plugin + 3.3.2 + + + + ${start-class} + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + repackage + + repackage + + + ${start-class} + + + + + ${start-class} + + + + org.codehaus.mojo + versions-maven-plugin + 2.8.1 + + + org.codehaus.mojo + xml-maven-plugin + 1.0.2 + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.7 + + + repackage + + repackage + + + + + org.projectlombok + lombok + + + ${start-class} + + + + + + + org.projectlombok + lombok + + + ${start-class} + + + + maven-clean-plugin + 3.1.0 + + + default-clean + clean + + clean + + + + + + maven-resources-plugin + 3.2.0 + + + default-testResources + process-test-resources + + testResources + + + UTF-8 + + @ + + false + + + + default-resources + process-resources + + resources + + + UTF-8 + + @ + + false + + + + + UTF-8 + + @ + + false + + + + maven-jar-plugin + 3.2.2 + + + default-jar + package + + jar + + + + + ${start-class} + true + + + + + + + + + ${start-class} + true + + + + + + maven-compiler-plugin + 3.8.1 + + + default-compile + compile + + compile + + + true + + + + default-testCompile + test-compile + + testCompile + + + true + + + + + true + + + + maven-surefire-plugin + 2.22.2 + + + default-test + test + + test + + + + + + maven-install-plugin + 2.5.2 + + + default-install + install + + install + + + + + + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + maven-site-plugin + 3.3 + + + default-site + site + + site + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + default-deploy + site-deploy + + deploy + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/site + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + + + + + /home/zgrinber/git/exhort-javascript-api/test/providers/tst_manifests/maven/poms_deps_with_no_ignore_long/target/site + + diff --git a/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/component_expected_sbom.json b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/component_expected_sbom.json index 59f4af9d..640c87ec 100644 --- a/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/component_expected_sbom.json +++ b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/component_expected_sbom.json @@ -72,10 +72,10 @@ }, { "name": "mongoose", - "version": "5.13.21", - "purl": "pkg:npm/mongoose@5.13.21", + "version": "5.13.20", + "purl": "pkg:npm/mongoose@5.13.20", "type": "library", - "bom-ref": "pkg:npm/mongoose@5.13.21" + "bom-ref": "pkg:npm/mongoose@5.13.20" }, { "name": "nodemon", @@ -96,7 +96,7 @@ "pkg:npm/dotenv@8.6.0", "pkg:npm/express@4.18.2", "pkg:npm/jsdom@19.0.0", - "pkg:npm/mongoose@5.13.21", + "pkg:npm/mongoose@5.13.20", "pkg:npm/nodemon@2.0.22" ] }, @@ -129,7 +129,7 @@ "dependsOn": [] }, { - "ref": "pkg:npm/mongoose@5.13.21", + "ref": "pkg:npm/mongoose@5.13.20", "dependsOn": [] }, { diff --git a/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_component_stack.json b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_component_stack.json new file mode 100644 index 00000000..45862504 --- /dev/null +++ b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_component_stack.json @@ -0,0 +1,56 @@ +{ + "version": "1.0.0", + "name": "backend", + "dependencies": { + "@hapi/joi": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", + "overridden": false + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "overridden": false + }, + "backend": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", + "overridden": false + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "overridden": false + }, + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "overridden": false + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "overridden": false + }, + "jsdom": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", + "overridden": false + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "overridden": false + }, + "mongoose": { + "version": "5.13.20", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.20.tgz", + "overridden": false + }, + "nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "overridden": false + } + } +} diff --git a/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_component.json b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_component.json new file mode 100644 index 00000000..45862504 --- /dev/null +++ b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_component.json @@ -0,0 +1,56 @@ +{ + "version": "1.0.0", + "name": "backend", + "dependencies": { + "@hapi/joi": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", + "overridden": false + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "overridden": false + }, + "backend": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", + "overridden": false + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "overridden": false + }, + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "overridden": false + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "overridden": false + }, + "jsdom": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", + "overridden": false + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "overridden": false + }, + "mongoose": { + "version": "5.13.20", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.20.tgz", + "overridden": false + }, + "nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "overridden": false + } + } +} diff --git a/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_stack.json b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_stack.json new file mode 100644 index 00000000..badbe32b --- /dev/null +++ b/test/providers/tst_manifests/npm/package_json_deps_with_exhortignore_object/npm_listing_stack.json @@ -0,0 +1,1433 @@ +{ + "version": "1.0.0", + "name": "backend", + "dependencies": { + "@hapi/joi": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", + "overridden": false, + "dependencies": { + "@hapi/address": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-4.1.0.tgz", + "overridden": false, + "dependencies": { + "@hapi/hoek": { + "version": "9.3.0" + } + } + }, + "@hapi/formula": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-2.0.0.tgz", + "overridden": false + }, + "@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "overridden": false + }, + "@hapi/pinpoint": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.1.tgz", + "overridden": false + }, + "@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", + "overridden": false, + "dependencies": { + "@hapi/hoek": { + "version": "9.3.0" + } + } + } + } + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "overridden": false, + "dependencies": { + "follow-redirects": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0" + } + } + } + } + } + } + }, + "backend": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", + "overridden": false + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "overridden": false + }, + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "overridden": false + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "overridden": false, + "dependencies": { + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "overridden": false, + "dependencies": { + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "overridden": false, + "dependencies": { + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "overridden": false + } + } + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "overridden": false + } + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "overridden": false + }, + "body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "overridden": false, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "overridden": false + }, + "content-type": { + "version": "1.0.5" + }, + "debug": { + "version": "2.6.9" + }, + "depd": { + "version": "2.0.0" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "overridden": false + }, + "http-errors": { + "version": "2.0.0" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "overridden": false, + "dependencies": { + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "overridden": false + } + } + }, + "on-finished": { + "version": "2.4.1" + }, + "qs": { + "version": "6.11.0" + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "overridden": false, + "dependencies": { + "bytes": { + "version": "3.1.2" + }, + "http-errors": { + "version": "2.0.0" + }, + "iconv-lite": { + "version": "0.4.24" + }, + "unpipe": { + "version": "1.0.0" + } + } + }, + "type-is": { + "version": "1.6.18" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "overridden": false + } + } + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "overridden": false + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "overridden": false + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "overridden": false + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "overridden": false + } + } + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "overridden": false + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "overridden": false + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "overridden": false + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "overridden": false + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "2.6.9" + }, + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "on-finished": { + "version": "2.4.1" + }, + "parseurl": { + "version": "1.3.3" + }, + "statuses": { + "version": "2.0.1" + }, + "unpipe": { + "version": "1.0.0" + } + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "overridden": false + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "overridden": false, + "dependencies": { + "depd": { + "version": "2.0.0" + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "overridden": false + }, + "setprototypeof": { + "version": "1.2.0" + }, + "statuses": { + "version": "2.0.1" + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "overridden": false + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "overridden": false + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "overridden": false + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "overridden": false, + "dependencies": { + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "overridden": false + } + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "overridden": false + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "overridden": false + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "overridden": false, + "dependencies": { + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "overridden": false + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "overridden": false + } + } + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "overridden": false, + "dependencies": { + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "overridden": false, + "dependencies": { + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "overridden": false + }, + "get-intrinsic": { + "version": "1.2.1" + } + } + }, + "get-intrinsic": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1" + }, + "has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "overridden": false + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "overridden": false + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1" + } + } + } + } + }, + "object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "overridden": false + } + } + } + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "overridden": false + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "2.6.9" + }, + "depd": { + "version": "2.0.0" + }, + "destroy": { + "version": "1.2.0" + }, + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "etag": { + "version": "1.8.1" + }, + "fresh": { + "version": "0.5.2" + }, + "http-errors": { + "version": "2.0.0" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "overridden": false + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + }, + "on-finished": { + "version": "2.4.1" + }, + "range-parser": { + "version": "1.2.1" + }, + "statuses": { + "version": "2.0.1" + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "overridden": false, + "dependencies": { + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "parseurl": { + "version": "1.3.3" + }, + "send": { + "version": "0.18.0" + } + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "overridden": false + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "overridden": false + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "overridden": false, + "dependencies": { + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "overridden": false + }, + "mime-types": { + "version": "2.1.35" + } + } + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "overridden": false + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "overridden": false + } + } + }, + "jsdom": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", + "overridden": false, + "dependencies": { + "abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "overridden": false + }, + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "overridden": false, + "dependencies": { + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "overridden": false + }, + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "overridden": false + } + } + }, + "acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "overridden": false + }, + "canvas": {}, + "cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "overridden": false + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "overridden": false, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "overridden": false + } + } + }, + "data-urls": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "overridden": false, + "dependencies": { + "abab": { + "version": "2.0.6" + }, + "whatwg-mimetype": { + "version": "3.0.0" + }, + "whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "overridden": false, + "dependencies": { + "tr46": { + "version": "3.0.0" + }, + "webidl-conversions": { + "version": "7.0.0" + } + } + } + } + }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "overridden": false + }, + "domexception": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "overridden": false, + "dependencies": { + "webidl-conversions": { + "version": "7.0.0" + } + } + }, + "escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "overridden": false, + "dependencies": { + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "overridden": false + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "overridden": false + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "overridden": false + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "overridden": false + } + } + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "overridden": false, + "dependencies": { + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "overridden": false + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "overridden": false, + "dependencies": { + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "overridden": false + } + } + }, + "mime-types": { + "version": "2.1.35" + } + } + }, + "html-encoding-sniffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "overridden": false, + "dependencies": { + "whatwg-encoding": { + "version": "2.0.0" + } + } + }, + "http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "overridden": false, + "dependencies": { + "@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "overridden": false + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "overridden": false + } + } + } + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "overridden": false + } + } + } + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "overridden": false, + "dependencies": { + "agent-base": { + "version": "6.0.2" + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "overridden": false + } + } + } + } + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "overridden": false + }, + "nwsapi": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "overridden": false + }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "overridden": false + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "overridden": false, + "dependencies": { + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "overridden": false + } + } + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "overridden": false + }, + "tough-cookie": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "overridden": false, + "dependencies": { + "psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "overridden": false + }, + "punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "overridden": false + }, + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "overridden": false + }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "overridden": false, + "dependencies": { + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "overridden": false + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "overridden": false + } + } + } + } + }, + "w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "overridden": false, + "dependencies": { + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "overridden": false + } + } + }, + "w3c-xmlserializer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", + "overridden": false, + "dependencies": { + "xml-name-validator": { + "version": "4.0.0" + } + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "overridden": false + }, + "whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "overridden": false, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "overridden": false, + "dependencies": { + "safer-buffer": { + "version": "2.1.2" + } + } + } + } + }, + "whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "overridden": false + }, + "whatwg-url": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", + "overridden": false, + "dependencies": { + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "overridden": false, + "dependencies": { + "punycode": { + "version": "2.3.0" + } + } + }, + "webidl-conversions": { + "version": "7.0.0" + } + } + }, + "ws": { + "version": "8.14.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "overridden": false, + "dependencies": { + "bufferutil": {}, + "utf-8-validate": {} + } + }, + "xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "overridden": false + } + } + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "overridden": false, + "dependencies": { + "jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "overridden": false, + "dependencies": { + "jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "overridden": false, + "dependencies": { + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "overridden": false + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "overridden": false + }, + "lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "overridden": false + }, + "lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "overridden": false + }, + "lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "overridden": false + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "overridden": false + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "overridden": false + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "overridden": false + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "overridden": false + } + } + }, + "mongoose": { + "version": "5.13.20", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.20.tgz", + "overridden": false, + "dependencies": { + "@types/bson": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", + "overridden": false, + "dependencies": { + "@types/node": { + "version": "20.4.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz", + "overridden": false + } + } + }, + "@types/mongodb": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.20.tgz", + "overridden": false, + "dependencies": { + "@types/bson": { + "version": "4.0.5" + }, + "@types/node": { + "version": "20.4.8" + } + } + }, + "bson": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", + "overridden": false + }, + "kareem": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", + "overridden": false + }, + "mongodb": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.4.tgz", + "overridden": false, + "dependencies": { + "bl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", + "overridden": false, + "dependencies": { + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "overridden": false, + "dependencies": { + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "overridden": false + }, + "inherits": { + "version": "2.0.4" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "overridden": false + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "overridden": false + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "bson": { + "version": "1.1.6" + }, + "denque": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", + "overridden": false + }, + "optional-require": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz", + "overridden": false, + "dependencies": { + "require-at": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz", + "overridden": false + } + } + }, + "safe-buffer": { + "version": "5.2.1" + }, + "saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "overridden": false, + "dependencies": { + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "overridden": false, + "dependencies": { + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "overridden": false + } + } + } + } + } + } + }, + "mongoose-legacy-pluralize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", + "overridden": false, + "dependencies": { + "mongoose": { + "version": "5.13.20" + } + } + }, + "mpath": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "overridden": false + }, + "mquery": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.5.tgz", + "overridden": false, + "dependencies": { + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "overridden": false + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0" + } + } + }, + "regexp-clone": { + "version": "1.0.0" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + }, + "sliced": { + "version": "1.0.1" + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "overridden": false + }, + "optional-require": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.3.tgz", + "overridden": false + }, + "regexp-clone": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.2.1" + }, + "sift": { + "version": "13.5.2", + "resolved": "https://registry.npmjs.org/sift/-/sift-13.5.2.tgz", + "overridden": false + }, + "sliced": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", + "overridden": false + } + } + }, + "nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "overridden": false, + "dependencies": { + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "overridden": false, + "dependencies": { + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "overridden": false, + "dependencies": { + "normalize-path": { + "version": "3.0.0" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "overridden": false + } + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "overridden": false, + "dependencies": { + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "overridden": false, + "dependencies": { + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "overridden": false, + "dependencies": { + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "overridden": false + } + } + } + } + } + } + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "overridden": false + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "overridden": false, + "dependencies": { + "is-glob": { + "version": "4.0.3" + } + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "overridden": false, + "dependencies": { + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "overridden": false + } + } + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "overridden": false, + "dependencies": { + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "overridden": false + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "overridden": false + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "overridden": false, + "dependencies": { + "picomatch": { + "version": "2.3.1" + } + } + } + } + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + } + } + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "overridden": false + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "overridden": false, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "overridden": false, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "overridden": false + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "overridden": false + } + } + } + } + }, + "pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "overridden": false + }, + "semver": { + "version": "5.7.2" + }, + "simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "overridden": false, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "overridden": false + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "overridden": false, + "dependencies": { + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "overridden": false + } + } + }, + "touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "overridden": false, + "dependencies": { + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "overridden": false, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "overridden": false + } + } + } + } + }, + "undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "overridden": false + } + } + } + } +} diff --git a/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/component_expected_sbom.json b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/component_expected_sbom.json index 195db90a..6d9dbc87 100644 --- a/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/component_expected_sbom.json +++ b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/component_expected_sbom.json @@ -72,10 +72,10 @@ }, { "name": "mongoose", - "version": "5.13.21", - "purl": "pkg:npm/mongoose@5.13.21", + "version": "5.13.20", + "purl": "pkg:npm/mongoose@5.13.20", "type": "library", - "bom-ref": "pkg:npm/mongoose@5.13.21" + "bom-ref": "pkg:npm/mongoose@5.13.20" }, { "name": "nodemon", @@ -96,7 +96,7 @@ "pkg:npm/dotenv@8.6.0", "pkg:npm/express@4.18.2", "pkg:npm/jsonwebtoken@8.5.1", - "pkg:npm/mongoose@5.13.21", + "pkg:npm/mongoose@5.13.20", "pkg:npm/nodemon@2.0.22" ] }, @@ -129,7 +129,7 @@ "dependsOn": [] }, { - "ref": "pkg:npm/mongoose@5.13.21", + "ref": "pkg:npm/mongoose@5.13.20", "dependsOn": [] }, { diff --git a/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_component.json b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_component.json new file mode 100644 index 00000000..fc563124 --- /dev/null +++ b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_component.json @@ -0,0 +1,51 @@ +{ + "version": "1.0.0", + "name": "backend", + "dependencies": { + "@hapi/joi": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", + "overridden": false + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "overridden": false + }, + "backend": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", + "overridden": false + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "overridden": false + }, + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "overridden": false + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "overridden": false + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "overridden": false + }, + "mongoose": { + "version": "5.13.20", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.20.tgz", + "overridden": false + }, + "nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "overridden": false + } + } +} diff --git a/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_stack.json b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_stack.json new file mode 100644 index 00000000..64be6266 --- /dev/null +++ b/test/providers/tst_manifests/npm/package_json_deps_without_exhortignore_object/npm_listing_stack.json @@ -0,0 +1,1057 @@ +{ + "version": "1.0.0", + "name": "backend", + "dependencies": { + "@hapi/joi": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", + "overridden": false, + "dependencies": { + "@hapi/address": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-4.1.0.tgz", + "overridden": false, + "dependencies": { + "@hapi/hoek": { + "version": "9.3.0" + } + } + }, + "@hapi/formula": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-2.0.0.tgz", + "overridden": false + }, + "@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "overridden": false + }, + "@hapi/pinpoint": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.1.tgz", + "overridden": false + }, + "@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", + "overridden": false, + "dependencies": { + "@hapi/hoek": { + "version": "9.3.0" + } + } + } + } + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "overridden": false, + "dependencies": { + "follow-redirects": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0" + } + } + } + } + } + } + }, + "backend": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", + "overridden": false + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "overridden": false + }, + "dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "overridden": false + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "overridden": false, + "dependencies": { + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "overridden": false, + "dependencies": { + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "overridden": false, + "dependencies": { + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "overridden": false + } + } + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "overridden": false + } + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "overridden": false + }, + "body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "overridden": false, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "overridden": false + }, + "content-type": { + "version": "1.0.5" + }, + "debug": { + "version": "2.6.9" + }, + "depd": { + "version": "2.0.0" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "overridden": false + }, + "http-errors": { + "version": "2.0.0" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "overridden": false, + "dependencies": { + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "overridden": false + } + } + }, + "on-finished": { + "version": "2.4.1" + }, + "qs": { + "version": "6.11.0" + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "overridden": false, + "dependencies": { + "bytes": { + "version": "3.1.2" + }, + "http-errors": { + "version": "2.0.0" + }, + "iconv-lite": { + "version": "0.4.24" + }, + "unpipe": { + "version": "1.0.0" + } + } + }, + "type-is": { + "version": "1.6.18" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "overridden": false + } + } + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "overridden": false + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "overridden": false + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "overridden": false + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "overridden": false + } + } + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "overridden": false + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "overridden": false + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "overridden": false + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "overridden": false + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "2.6.9" + }, + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "on-finished": { + "version": "2.4.1" + }, + "parseurl": { + "version": "1.3.3" + }, + "statuses": { + "version": "2.0.1" + }, + "unpipe": { + "version": "1.0.0" + } + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "overridden": false + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "overridden": false, + "dependencies": { + "depd": { + "version": "2.0.0" + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "overridden": false + }, + "setprototypeof": { + "version": "1.2.0" + }, + "statuses": { + "version": "2.0.1" + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "overridden": false + } + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "overridden": false + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "overridden": false + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "overridden": false, + "dependencies": { + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "overridden": false + } + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "overridden": false + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "overridden": false + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "overridden": false, + "dependencies": { + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "overridden": false + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "overridden": false + } + } + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "overridden": false, + "dependencies": { + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "overridden": false, + "dependencies": { + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "overridden": false + }, + "get-intrinsic": { + "version": "1.2.1" + } + } + }, + "get-intrinsic": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1" + }, + "has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "overridden": false + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "overridden": false + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "overridden": false, + "dependencies": { + "function-bind": { + "version": "1.1.1" + } + } + } + } + }, + "object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "overridden": false + } + } + } + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "overridden": false + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "overridden": false, + "dependencies": { + "debug": { + "version": "2.6.9" + }, + "depd": { + "version": "2.0.0" + }, + "destroy": { + "version": "1.2.0" + }, + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "etag": { + "version": "1.8.1" + }, + "fresh": { + "version": "0.5.2" + }, + "http-errors": { + "version": "2.0.0" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "overridden": false + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + }, + "on-finished": { + "version": "2.4.1" + }, + "range-parser": { + "version": "1.2.1" + }, + "statuses": { + "version": "2.0.1" + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "overridden": false, + "dependencies": { + "encodeurl": { + "version": "1.0.2" + }, + "escape-html": { + "version": "1.0.3" + }, + "parseurl": { + "version": "1.3.3" + }, + "send": { + "version": "0.18.0" + } + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "overridden": false + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "overridden": false + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "overridden": false, + "dependencies": { + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "overridden": false + }, + "mime-types": { + "version": "2.1.35" + } + } + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "overridden": false + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "overridden": false + } + } + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "overridden": false, + "dependencies": { + "jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "overridden": false, + "dependencies": { + "jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "overridden": false, + "dependencies": { + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "overridden": false + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "overridden": false + }, + "lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "overridden": false + }, + "lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "overridden": false + }, + "lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "overridden": false + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "overridden": false + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "overridden": false + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "overridden": false + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "overridden": false + } + } + }, + "mongoose": { + "version": "5.13.20", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.20.tgz", + "overridden": false, + "dependencies": { + "@types/bson": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", + "overridden": false, + "dependencies": { + "@types/node": { + "version": "20.4.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz", + "overridden": false + } + } + }, + "@types/mongodb": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.20.tgz", + "overridden": false, + "dependencies": { + "@types/bson": { + "version": "4.0.5" + }, + "@types/node": { + "version": "20.4.8" + } + } + }, + "bson": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", + "overridden": false + }, + "kareem": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", + "overridden": false + }, + "mongodb": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.4.tgz", + "overridden": false, + "dependencies": { + "bl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", + "overridden": false, + "dependencies": { + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "overridden": false, + "dependencies": { + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "overridden": false + }, + "inherits": { + "version": "2.0.4" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "overridden": false + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "overridden": false, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "overridden": false + } + } + }, + "safe-buffer": { + "version": "5.2.1" + } + } + }, + "bson": { + "version": "1.1.6" + }, + "denque": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", + "overridden": false + }, + "optional-require": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz", + "overridden": false, + "dependencies": { + "require-at": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz", + "overridden": false + } + } + }, + "safe-buffer": { + "version": "5.2.1" + }, + "saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "overridden": false, + "dependencies": { + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "overridden": false, + "dependencies": { + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "overridden": false + } + } + } + } + } + } + }, + "mongoose-legacy-pluralize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", + "overridden": false, + "dependencies": { + "mongoose": { + "version": "5.13.20" + } + } + }, + "mpath": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "overridden": false + }, + "mquery": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.5.tgz", + "overridden": false, + "dependencies": { + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "overridden": false + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.0.0" + } + } + }, + "regexp-clone": { + "version": "1.0.0" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "overridden": false + }, + "sliced": { + "version": "1.0.1" + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "overridden": false + }, + "optional-require": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.3.tgz", + "overridden": false + }, + "regexp-clone": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", + "overridden": false + }, + "safe-buffer": { + "version": "5.2.1" + }, + "sift": { + "version": "13.5.2", + "resolved": "https://registry.npmjs.org/sift/-/sift-13.5.2.tgz", + "overridden": false + }, + "sliced": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", + "overridden": false + } + } + }, + "nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "overridden": false, + "dependencies": { + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "overridden": false, + "dependencies": { + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "overridden": false, + "dependencies": { + "normalize-path": { + "version": "3.0.0" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "overridden": false + } + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "overridden": false, + "dependencies": { + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "overridden": false, + "dependencies": { + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "overridden": false, + "dependencies": { + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "overridden": false + } + } + } + } + } + } + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "overridden": false + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "overridden": false, + "dependencies": { + "is-glob": { + "version": "4.0.3" + } + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "overridden": false, + "dependencies": { + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "overridden": false + } + } + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "overridden": false, + "dependencies": { + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "overridden": false + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "overridden": false + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "overridden": false, + "dependencies": { + "picomatch": { + "version": "2.3.1" + } + } + } + } + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "overridden": false, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "overridden": false + } + } + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "overridden": false + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "overridden": false, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "overridden": false, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "overridden": false + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "overridden": false + } + } + } + } + }, + "pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "overridden": false + }, + "semver": { + "version": "5.7.2" + }, + "simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "overridden": false, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "overridden": false + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "overridden": false, + "dependencies": { + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "overridden": false + } + } + }, + "touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "overridden": false, + "dependencies": { + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "overridden": false, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "overridden": false + } + } + } + } + }, + "undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "overridden": false + } + } + } + } +}